Persist broker dispatch artifacts #1357

Merged
coilyco-ops merged 1 commit from issue-1242 into main 2026-07-15 08:37:19 +00:00
Member

This persists broker dispatch runs as first-class artifacts under ~/.ward/agent-logs/dispatch/, with metadata, summaries, and redacted views. It also teaches the existing log lookup path to resolve broker failures by issue/ref and role so launch-before-container errors are visible without filesystem archaeology.

  • What changed: directory-backed dispatch artifact writer, lookup helpers, and redacted summary/meta output.
  • Why: broker failures now land beside normal agent logs and are searchable by the same issue/ref path.
  • Tests: go test ./cmd/ward -count=1.

closes #1242
ward.workflow: pull-request-and-merge

This persists broker dispatch runs as first-class artifacts under `~/.ward/agent-logs/dispatch/`, with metadata, summaries, and redacted views. It also teaches the existing log lookup path to resolve broker failures by issue/ref and role so launch-before-container errors are visible without filesystem archaeology. - What changed: directory-backed dispatch artifact writer, lookup helpers, and redacted summary/meta output. - Why: broker failures now land beside normal agent logs and are searchable by the same issue/ref path. - Tests: `go test ./cmd/ward -count=1`. closes #1242 ward.workflow: pull-request-and-merge
Persist broker dispatch artifacts
All checks were successful
test / test (pull_request) Successful in 50s
95b7dbf06b
Sign in to join this conversation.
No description provided.