Record partial launches when a running engineer lacks an issue reservation marker #1359

Merged
coilyco-ops merged 1 commit from issue-1353 into main 2026-07-15 08:49:57 +00:00
Member

This records partial launches for running engineers when the issue thread is missing the reservation-held marker. The running row now surfaces partial-launch with a remediation hint in ward agent list and ward agent dispatch-health, so operators can see the repo, issue, container, and next step instead of only a generic running state.

Focused coverage covers the missing-marker path and the dispatch-health signal path.

  • Adds partial-launch detection for running engineer rows with no fresh reservation comment
  • Surfaces remediation text in list/dispatch-health output and JSON
  • Adds tests for the missing-marker path and the health signal

Tests: go test ./cmd/ward
closes #1353
ward.workflow: pull-request-and-merge

This records partial launches for running engineers when the issue thread is missing the reservation-held marker. The running row now surfaces `partial-launch` with a remediation hint in `ward agent list` and `ward agent dispatch-health`, so operators can see the repo, issue, container, and next step instead of only a generic running state. Focused coverage covers the missing-marker path and the dispatch-health signal path. - Adds partial-launch detection for running engineer rows with no fresh reservation comment - Surfaces remediation text in list/dispatch-health output and JSON - Adds tests for the missing-marker path and the health signal Tests: `go test ./cmd/ward` closes #1353 ward.workflow: pull-request-and-merge
Record partial launches without issue markers
All checks were successful
test / test (pull_request) Successful in 1m0s
d254689f3d
Sign in to join this conversation.
No description provided.