refactor(ci): run repo tasks through just instead of ward exec #1055
No reviewers
Labels
No labels
burndown-2026-06
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agentic-os!1055
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/mg96-ci"
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?
Part of the coilysiren/inbox#365 teardown. Unblocked by #1049, which put
justin the:releasedev-base image that CI runs inside.What changed
ci.ymlandpromote.ymlcalljust aos-test/just agent-terminal-testdirectly.scripts/ci/aos-cli-release.shruns its five verbs throughjust.tests/test_aos_cli_release.pyassertions updated to match.Two shims deleted
Both existed only to satisfy ward's repo-verb gate, which no longer runs:
run-workflow-ward.sh- a one-lineexec ward exec "$@"behind a pull-request ref preamble.prepare-workflow-ward-pr.sh- built the verified merge evidence that gate consumed. Orphaned once the shim went, with no remaining references to it orWARD_CI_GITHUB_*.The
aos-cli-testsjob is now checkout plus two commands.Ward is not gone from CI
It stays in
promote.ymland theward-doctorjob, which runward doctorto validate its supported YAML contract.install-workflow-ward.shis still used by both. This removes ward as a task runner, not as flight control.Deliberate loss
ward exec's argv pre-validation does not carry over, and neither do audit rows for task verbs. Both are intentional: the containment boundary is the container (aos/ward agent), not the task runner. Nothing referenced those audit rows.Verified
just pre-commit-allclean, andtests/test_aos_cli_release.pyplustests/test_pull_request_ci_workflow.pypass (5 passed).Note the real proof is this PR's own CI run: it exercises the switched
ci.ymlagainst:release, so a missingjustwould fail here rather than after merge.