Stop requiring manual WARD_CONFIG_REF overrides for warded surfaces #422
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/agentic-os#422
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Director surface sessions currently need a manual prefix like:
Without that prefix,
wardedcan use a stale or missing config ref, so normal surface commands such aswarded list --json,warded director merge --dry-run, andwarded engineer coilyco-flight-deck/<repo>#Nare unreliable. This is easy to forget and keeps leaking into director runbooks.The intended contract is already documented in
docs/ward-specs.md: ward selects the coilyco bundle at launch throughWARD_CONFIG_REF, and aos is the source of truth for the.ward/bundle.Scope
WARD_CONFIG_REF.wardedinvocations inherit the current commit-addressed aos.wardbundle automatically.WARD_CONFIG_REFfromWARD_CONFIG_REF_COMMIT.shell/common.shbehavior coherent for host shells.Acceptance criteria
WARD_CONFIG_REFpoints at the current aos commit without a manual prefix.warded list --jsonworks from the surface without settingWARD_CONFIG_REFinline.warded engineer coilyco-flight-deck/<repo>#N --harness codex --details ...uses the intended config without settingWARD_CONFIG_REFinline.WARD-RESERVATION: held 🔒
reservation details
Holder: container
engineer-codex-agentic-os-422on hostkais-macbook-pro-2.local.Reserved by
ward agent --harness codex(reserved 2026-07-10T09:35:23Z). Concurrentward agentruns are blocked until it finishes or the reservation goes stale (1h TTL).--forceoverrides.Do not comment on or edit this issue to steer the run while it is reserved. The engineer seeded the body once at launch and never re-reads it, so a comment or edit reaches only human readers, never the running engineer. A correction goes to a new issue, dispatched fresh. That is the only channel that reaches a run in flight. Where the forge supports it, ward locks this conversation to make that a road-block rather than a convention (ward#494).
run seed context — what this run is carrying (ward#609)
coilyco-flight-deck/agentic-os#422· branchissue-422· harnesscodex· workflowpull-requests-and-mergeengineer-codex-agentic-os-422· wardv0.569.0· dispatched2026-07-10T09:35:23ZStatic container doctrine and seed boilerplate are identical every run and omitted here (they ride ward v0.569.0).
— Codex, via
ward agentWARD-OUTCOME: merge-ready
details
workflow: pull-requests-and-merge; review summary: review gate skipped by ~/.ward/config.yaml default
review summary: review gate skipped by ~/.ward/config.yaml default
felt: tight and mechanical, with one doc split needed after the bootstrap change.
confidence: high.
surprise: the shell feature doc hit its size cap once the propagation note landed.
follow-ups: director can merge PR #426, then close #422.
2026-07-10 follow-up: PR #430 merged at 10:14:53 UTC. This issue stays open for now because the current read-only director surface still fails
warded list --jsonwithout an inlineWARD_CONFIG_REF, reporting the baked neutral default. That may be expected for this already-running surface, but closure needs a fresh-surface smoke proving the merged propagation path.WARD-RESERVATION: held 🔒
reservation details
Holder: container
engineer-codex-agentic-os-422on hostkais-macbook-pro-2.local.Reserved by
ward agent --harness codex(reserved 2026-07-10T10:55:45Z). Concurrentward agentruns are blocked until it finishes or the reservation goes stale (1h TTL).--forceoverrides.Do not comment on or edit this issue to steer the run while it is reserved. The engineer seeded the body once at launch and never re-reads it, so a comment or edit reaches only human readers, never the running engineer. A correction goes to a new issue, dispatched fresh. That is the only channel that reaches a run in flight. Where the forge supports it, ward locks this conversation to make that a road-block rather than a convention (ward#494).
run seed context — what this run is carrying (ward#609)
coilyco-flight-deck/agentic-os#422· branchissue-422· harnesscodex· workflowpull-requests-and-mergeengineer-codex-agentic-os-422· wardv0.580.0· dispatched2026-07-10T10:55:45ZStatic container doctrine and seed boilerplate are identical every run and omitted here (they ride ward v0.580.0).
— Codex, via
ward agentWARD-OUTCOME: merge-ready
details
workflow: pull-requests-and-merge; review summary: review gate skipped by ~/.ward/config.yaml default
felt: mechanical.
confidence: high.
surprise: bare sourced shells now set the current commit-addressed WARD_CONFIG_REF automatically.
evidence: \ exported ; \ resolved the issue ref without an inline override; \ passed.
follow-ups: none.