--no-triage should skip the interactive session prompt #1258

Merged
coilyco-ops merged 1 commit from issue-1179 into main 2026-07-14 09:17:33 +00:00
Member

Make --no-triage bypass the director kickoff prompt and enter the heartbeat directly. That keeps the no-triage path non-interactive while preserving the existing kickoff flow when triage stays enabled.

  • What changed: skip kickoff when cfg.triage is false, plus a regression test for the no-triage path.
  • Tests: go test ./cmd/ward -run 'TestRunDirectorLoop|TestDirectorConfirmKickoff'; full ward exec test hit the repo's scratch-space capacity guard in this container.

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

Make `--no-triage` bypass the director kickoff prompt and enter the heartbeat directly. That keeps the no-triage path non-interactive while preserving the existing kickoff flow when triage stays enabled. - What changed: skip kickoff when `cfg.triage` is false, plus a regression test for the no-triage path. - Tests: `go test ./cmd/ward -run 'TestRunDirectorLoop|TestDirectorConfirmKickoff'`; full `ward exec test` hit the repo's scratch-space capacity guard in this container. closes #1179 ward.workflow: pull-request-and-merge
Fix director no-triage kickoff
All checks were successful
test / test (pull_request) Successful in 36s
f738f807bb
closes #1179
Sign in to join this conversation.
No description provided.