fix(ci): give the release smoke launch work text and the current Ward lane #1046
No reviewers
Labels
No labels
burndown-2026-06
burndown-2026-08
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/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agentic-os!1046
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/release-check-warded-director"
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?
The
releaseworkflow has failed on everyaos-v*push since #1040 landed. Run 3285 stops atward exec aos-release-checkwith:Cause
#1040 made every warded role require work text and made
buildWardLaunchPlanalways emitward agent run --role <role>. It updatedcomposition_test.go,launch_test.go, and the docs.scripts/check-aos-release.shwas missed, and it asserted both retired behaviors:aosward --role director --dry-runbare, whichvalidateIntegratedLaunchnow rejects. This is the observed failure.ward agent director, the fixed-lane spelling that is no longer emitted. This would have failed on the next line.Change
scripts/check-aos-release.shpasses-- "aos release smoke"to the aosward launch and assertsward agent run --role director. No production code moves, only the release smoke assertions.Validation
Full release path run locally on darwin/arm64 at
AOS_RELEASE_VERSION=aos-v0.0.0:ward exec aos-release-build- okward exec aos-release-package- okward exec aos-release-check-verified aos, aoscompose, aosward, aosguard, agent-terminal, and aosterm release aos-v0.0.0pre-commit run --all-files- all hooks passedFailure reproduced before the change and gone after, from the same locally built
aosward-darwin-arm64.Scope
CI is otherwise green on the same commit.
ci.yml,promote.yml, andmirror-to-github.ymlall passed. This is the only failing workflow.closes #1045