fix(release): derive the artifact count from a named family list #1242
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!1242
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/vk48-release-fix"
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 release train went red on
aos-v0.225.0(run 26790), from #1240.check-aos-release.shasserted a checksum count oftargets x 7. Retiringagent-terminalandaostermfor a singleatermmade the real numbertargets x 6. Every binary built and every checksum verified, including allfour
aterm-*; only the literal was stale.The message named neither number, which is most of why a one-character drift
cost a full release run to diagnose.
The fix
The expected total now derives from an explicit family list rather than a bare
multiplier, and the error prints both totals and the families.
The actual fix
tests/test_aos_cli_release.pypins that family list toRELEASE_BINARIESplusthe bundle. The count is now checked on the pull request by
ci.ymlinstead ofafter promote in the release job, which is where it should have been caught the
first time. I verified the test fails when the family list drifts, rather than
trusting that it would.
🤖 Generated with Claude Code