Fix broken warded launcher in read-only director surfaces #961

Merged
coilyco-ops merged 4 commits from issue-951 into main 2026-07-10 06:59:42 +00:00
Member

closes #951

This copies the staged ward binary into /usr/local/bin/ward, keeps warded as the public symlink to that local copy, and preserves the warded --help startup smoke check so read-only surfaces fail fast if dispatch is unavailable.

closes #951 This copies the staged ward binary into /usr/local/bin/ward, keeps warded as the public symlink to that local copy, and preserves the warded --help startup smoke check so read-only surfaces fail fast if dispatch is unavailable.
fix: stabilize warded launcher
Some checks failed
test / test (pull_request) Failing after 3s
94086d1cbe
ci: retrigger PR checks
Some checks failed
test / test (pull_request) Failing after 2s
373656d5d7
Author
Member

WARD-OUTCOME: blocked 🛑

details

workflow: pull-requests; review summary: skip because --skip-preflight / --no-preflight also skips review

The launcher fix is in place and validated locally with go test ./cmd/ward -run 'TestEntrypoint|TestLaunchAgentReportsOOMKilled' and pre-commit run --all-files.

Forgejo PR #961 failed twice in CI setup before checkout. Run 1564 failed in 3s with no job logs, and the retrigger commit 373656d5 produced the same failure as run 1565. canRerun is false and the job page exposes no step logs, so there is nothing actionable left to patch in-repo.

confidence: medium
surprise: the workflow dies in setup, not in the test steps, so this looks like a runner/setup outage or platform regression.
follow-up: rerun the PR once the Forgejo runner lane is healthy.

WARD-OUTCOME: blocked 🛑 <details><summary>details</summary> workflow: pull-requests; review summary: skip because --skip-preflight / --no-preflight also skips review The launcher fix is in place and validated locally with `go test ./cmd/ward -run 'TestEntrypoint|TestLaunchAgentReportsOOMKilled'` and `pre-commit run --all-files`. Forgejo PR #961 failed twice in CI setup before checkout. Run 1564 failed in 3s with no job logs, and the retrigger commit `373656d5` produced the same failure as run 1565. `canRerun` is false and the job page exposes no step logs, so there is nothing actionable left to patch in-repo. confidence: medium surprise: the workflow dies in setup, not in the test steps, so this looks like a runner/setup outage or platform regression. follow-up: rerun the PR once the Forgejo runner lane is healthy. </details>
Merge remote-tracking branch 'origin/main' into pr-961
All checks were successful
test / test (pull_request) Successful in 25s
bf58f10140
# Conflicts:
#	cmd/ward/agent_director.go
coilyco-ops referenced this pull request from a commit 2026-07-10 06:59:44 +00:00
Sign in to join this conversation.
No description provided.