docs(prompts): clean stale ADR references #790

Merged
pdurlej merged 1 commit from codex/issues/prompt-adr-reference-cleanup into main 2026-06-17 23:06:43 +02:00
Collaborator

Canary status: missing — fire canary 3+3 manually before merge

Canary Context Pack

Product story

Prompt files should not send future Codex sessions toward non-existent ADR files or stale ADR numbers. These prompts are used as execution guidance, so stale references create avoidable agent wandering and bad branch names.

What changed

  • Corrects the Iskra family-assistant prompt from stale ADR-0006/ADR-0008 references to the merged ADR-0010 and explicit future unnumbered design references.
  • Corrects future slice branch names so they no longer encode stale ADR numbers.
  • Replaces a Hermes prompt reference to non-merged ADR-0012 with an explicit Phase 07 scope-lock draft note.

Why it changed

The related docs/spec cleanup was split away from prompts/ so safe docs and governance prompt changes can be reviewed separately. This PR contains only the prompt-side cleanup.

Files touched

  • prompts/codex-hermes-voice-clone-spike.md
  • prompts/codex-iskra-family-assistant-tier.md

Relevant context

  • ADR-0010 is the merged cousin role taxonomy ADR.
  • No durable job-bundle ADR or local-admin/privacy-tier ADR is currently merged under the stale numbers referenced by the old prompt text.
  • prompts/ is a full-review surface because it influences future agent execution.

Runtime evidence

No runtime mutation. Local static checks only.

Known constraints

Prompt changes are guidance changes, not implementation. This does not authorize Phase 07/08 runtime activation, schema migration, Honcho space provisioning, or any cross-repo runtime write.

Explicit out-of-scope

  • No runtime, schema, module, workflow, or secret changes.
  • No activation of family-assistant tier or Hermes voice work.
  • No merge before the Patchwarden workflow fix in #789, because current main still has fragile Patchwarden client dry-run behavior for governance surfaces.

Requested decision

Approve the prompt cleanup as a separate full-review PR after #789 is merged.

Merge blockers

  • Any remaining references to non-existent numbered ADR files in the touched prompts.
  • Any wording that implies future runtime activation is already approved.

Spec sources read

  • prompts/codex-hermes-voice-clone-spike.md — stale Hermes prompt reference.
  • prompts/codex-iskra-family-assistant-tier.md — stale Iskra prompt references.
  • decisions/0010-cousin-role-taxonomy.md — confirmed current ADR number.
  • docs/specs/iskra-family-assistant-tier-v0/02-plan.md and related spec files via search — confirmed future job-bundle/privacy-tier design is not a merged numbered ADR.

No closing keyword; this is queue hygiene for future agent execution.

Canary status: missing — fire canary 3+3 manually before merge ## Canary Context Pack ### Product story Prompt files should not send future Codex sessions toward non-existent ADR files or stale ADR numbers. These prompts are used as execution guidance, so stale references create avoidable agent wandering and bad branch names. ### What changed - Corrects the Iskra family-assistant prompt from stale ADR-0006/ADR-0008 references to the merged ADR-0010 and explicit future unnumbered design references. - Corrects future slice branch names so they no longer encode stale ADR numbers. - Replaces a Hermes prompt reference to non-merged ADR-0012 with an explicit Phase 07 scope-lock draft note. ### Why it changed The related docs/spec cleanup was split away from `prompts/` so safe docs and governance prompt changes can be reviewed separately. This PR contains only the prompt-side cleanup. ### Files touched - `prompts/codex-hermes-voice-clone-spike.md` - `prompts/codex-iskra-family-assistant-tier.md` ### Relevant context - ADR-0010 is the merged cousin role taxonomy ADR. - No durable job-bundle ADR or local-admin/privacy-tier ADR is currently merged under the stale numbers referenced by the old prompt text. - `prompts/` is a full-review surface because it influences future agent execution. ### Runtime evidence No runtime mutation. Local static checks only. ### Known constraints Prompt changes are guidance changes, not implementation. This does not authorize Phase 07/08 runtime activation, schema migration, Honcho space provisioning, or any cross-repo runtime write. ### Explicit out-of-scope - No runtime, schema, module, workflow, or secret changes. - No activation of family-assistant tier or Hermes voice work. - No merge before the Patchwarden workflow fix in #789, because current `main` still has fragile Patchwarden client dry-run behavior for governance surfaces. ### Requested decision Approve the prompt cleanup as a separate full-review PR after #789 is merged. ### Merge blockers - Any remaining references to non-existent numbered ADR files in the touched prompts. - Any wording that implies future runtime activation is already approved. ## Spec sources read - `prompts/codex-hermes-voice-clone-spike.md` — stale Hermes prompt reference. - `prompts/codex-iskra-family-assistant-tier.md` — stale Iskra prompt references. - `decisions/0010-cousin-role-taxonomy.md` — confirmed current ADR number. - `docs/specs/iskra-family-assistant-tier-v0/02-plan.md` and related spec files via search — confirmed future job-bundle/privacy-tier design is not a merged numbered ADR. No closing keyword; this is queue hygiene for future agent execution.
docs(prompts): clean stale ADR references
Some checks failed
canary-required / collect-diff (pull_request) Successful in 4s
canary-required / canary (pull_request) Successful in 13s
base-is-main / guard (pull_request) Successful in 1s
patchwarden-client-dry-run / collect-diff (pull_request) Successful in 4s
patchwarden-pr-sanity / collect-diff (pull_request) Successful in 4s
patchwarden-client-dry-run / dry-run (pull_request) Failing after 18s
patchwarden-pr-sanity / sanity (pull_request) Successful in 1m34s
4c6c54b9ec
First-time contributor

Patchwarden PR sanity

  • Status: eligible_sanity_clean
  • PR: 790
  • Commit: 4c6c54b9eca95d58769761e56e5009aedee4efc7
  • Security-sensitive label: missing
  • Authority: advisory model review plus deterministic blockers only
  • 3+3 canary: still alive; this does not replace it

Deterministic findings

No deterministic findings.

Model reviewers

global-glm / glm-5.1:cloud

  • Status: ok
  • Verdict: OK
  • Findings: none

global-deepseek / deepseek-v4-pro:cloud

  • Status: ok
  • Verdict: OK
  • Findings: none

redteam / kimi-k2.6:cloud

  • Status: ok
  • Verdict: OK
  • Findings: none

Policy notes

  • GLM 5.1 + DeepSeek V4 Pro are the operator-required model mix for this bot.
  • Optional red-team model is enabled only when PLATFORMCTL_PR_SANITY_REDTEAM_MODEL is configured.
  • Auto-merge is not enabled here.
<!-- patchwarden-pr-sanity:pdurlej/platform:PR-790 --> # Patchwarden PR sanity - Status: `eligible_sanity_clean` - PR: `790` - Commit: `4c6c54b9eca95d58769761e56e5009aedee4efc7` - Security-sensitive label: `missing` - Authority: advisory model review plus deterministic blockers only - 3+3 canary: still alive; this does not replace it ## Deterministic findings No deterministic findings. ## Model reviewers ### `global-glm` / `glm-5.1:cloud` - Status: `ok` - Verdict: `OK` - Findings: none ### `global-deepseek` / `deepseek-v4-pro:cloud` - Status: `ok` - Verdict: `OK` - Findings: none ### `redteam` / `kimi-k2.6:cloud` - Status: `ok` - Verdict: `OK` - Findings: none ## Policy notes - GLM 5.1 + DeepSeek V4 Pro are the operator-required model mix for this bot. - Optional red-team model is enabled only when `PLATFORMCTL_PR_SANITY_REDTEAM_MODEL` is configured. - Auto-merge is not enabled here.
Author
Collaborator

Role: executor

PR-zero verification before merge:

  • Checked touched prompts for stale ADR-0006, ADR-0008, ADR-0012, decisions/0006, decisions/0008, and old slice branch names -> no matches.
  • git diff --check origin/main...HEAD -> clean.

Prompt guidance cleanup only; no runtime mutation.

**Role:** executor PR-zero verification before merge: - Checked touched prompts for stale `ADR-0006`, `ADR-0008`, `ADR-0012`, `decisions/0006`, `decisions/0008`, and old slice branch names -> no matches. - `git diff --check origin/main...HEAD` -> clean. Prompt guidance cleanup only; no runtime mutation.
Sign in to join this conversation.
No reviewers
No labels
W6d-automerge-calibration
agent/claude-code
agent/codex
agent/hermes
agent/iskra
agent/ollama
agent/patchwarden
automerge-candidate
class/security-sensitive
cutover-gate
dependency/blocked
dependency/blocks-others
dependency/cross-repo
dependency/needs-confirmation
domain:agents
domain:ci
domain:docs
domain:forgejo
domain:infra
domain:memory
domain:runtime
domain:signal
domain:ux
flow/architecture
flow/blocked
flow/deployed
flow/done
flow/implementation
flow/intake
flow/maintained
flow/observed
flow/ready
flow/refining
flow/retired
flow/review
iterating
judge/codex-candidate
judge/hermes-candidate
judge/low-confidence
judge/needs-refinement
judge/operator-needed
judge/p0
judge/p1
judge/p2
judge/p3
judge/park
judge/patchwarden-candidate
judge/stale-priority
kind/adr
kind/bug
kind/chore
kind/feature
kind/infra
kind/ops
kind/refactor
kind/research
large-impact
merge/auto
merge/manual
merge/manual-dependency-conflict
merge/manual-failing-tests
merge/manual-merge-conflict
merge/manual-missing-review
merge/manual-operator-preference
merge/manual-red-zone
merge/manual-security-sensitive
merge/manual-unclear-scope
merge/manual-unknown
meta
mode:operator-only
mode:patchwarden-iskra-approved
mode:safe-auto
needs-operator-decision
needs-triage
not-ready
observed/erroring
observed/needs-followup
observed/pending
observed/retire-candidate
observed/unused
observed/used
operator-emotional
owner-attention
phase/02
phase/03
priority:p0
priority:p1
priority:p2
priority:p3
proposed
ready-for-agent
ready-for-operator
recovery
review:claude-reviewed
review:codex-reviewed
review:dziadek-reviewed
review:needs-human
risk/exposure
risk/process
risk/product
risk/runtime
safety:external-write
safety:no-prod-mutation
safety:prod-impact
safety:secret-touch
size/large
size/medium
size/small
size/tiny
size/unknown
source/adr
source/agent-generated
source/manual
source/operator-chat
source/voice-note
status:blocked
status:codex-ready
status:merged:pending-evidence
status:needs-evidence
status:operator-needed
status:parked
tier/full
tier/lite
tier/stacked
tier:0-platform-substrate
tier:1-iskra-value-layer
tier:2-tools-products-modules
type:bug
type:chore
type:docs
type:feat
type:policy
type:research
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pdurlej/platform!790
No description provided.