Make ward-eval execute the #520 chain instead of echoing placeholder evidence #534
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/infrastructure#534
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
infrastructure#529closed withWARD-OUTCOME: done, but currentmainstill does not prove the infrastructure#520 chain.Evidence from current
coilyco-flight-deck/infrastructuremain after #529 closed:scripts/ward-eval-executable.shwritesevidence.jsonvalues like"goose_director_call": "pending","dispatch_decision": "pending","engineer_container": "pending","docker_events": "pending","ward_audit": "pending","commit_content": "pending", and"attribution": "pending"."issue_closed": trueand printsWARD-OUTCOME: doneitself.Goose bootstrap,install Ward cold,run issue-scoped Goose director, andlet Ward dispatch the Goose engineer; it does not actually run those actions.scripts/ward_eval.py verifyconsumes environment variables, not collected Job/Forgejo/Docker/Ward audit evidence.scripts/ward_director_evaluation_test.pymostly checks that strings likeGoose bootstrapandWARD-OUTCOME: doneappear, which allows the echo-only implementation to pass.This is another false-pass risk for infrastructure#520. The harness now has the right subject names, but it still accepts fabricated or placeholder evidence.
Do
engineer-goose-*container existence.pending, hard-coded, echoed by the entrypoint, supplied only via environment variables, or otherwise not backed by collected external evidence.Acceptance
"pending"evidence defaults in the verifier success path.scripts/ward-eval-executable.shinvokes the real tools needed for the chain, rather than only echoing the required step names.ward-eval:<run-id>issue incoilysiren/inboxand applies a disposable k3s Job.Related: coilyco-flight-deck/infrastructure#520 and coilyco-flight-deck/infrastructure#529.
WARD-RESERVATION: held 🔒
reservation details
Holder: container
engineer-codex-infrastructure-534on hostkais-macbook-pro-2.local.Reserved by
ward agent --harness codex(reserved 2026-07-10T10:04:18Z). 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/infrastructure#534· branchissue-534· harnesscodex· workflowdirect-mainengineer-codex-infrastructure-534· wardv0.573.0· dispatched2026-07-10T10:04:18ZStatic container doctrine and seed boilerplate are identical every run and omitted here (they ride ward v0.573.0).
— Codex, via
ward agentWARD-OUTCOME: done
details
workflow: direct-main; review summary: skipped by ~/.ward/config.yaml default
Retrospective: the implementation felt like replacing a false-pass seam with real evidence plumbing.
Confidence: high.
Surprises: origin/main had advanced, so I merged it before pushing.
Follow-ups: none.