fix(release): let the dependency lock own the specgen pin #1057
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!1057
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/td77"
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
aos-cli-releaseworkflow has been red since #1053, failing at Build binaries and package metadata (run 3321, and 3307 and 3285 before it):Why
specgen was pinned twice. #1053 declared
provider ssmin the two aosguard guardfiles and moved the lock and the dev-base image to umbra 0.139.0, butaos-cli/release.envstill saidSPECGEN_VERSION=0.134.0. The release build downloads its own driver from that file, so it fetched a driver five releases behind the guardfiles it was asked to parse and correctly failed closed on a node it had never heard of.What changes
scripts/aos-release-build.sh- readscliGuardout of.specgen/guardfiles/specverb.lockinstead of sourcing a second pinaos-cli/release.env- deleted, it held nothing elsetests/test_aos_cli_release.py- holds the remainingARG SPECGEN_VERSIONin the dev-base Dockerfile to the same lock value, and asserts the release script carries no pin of its ownThe driver and the lock have to agree on the framework version, so this is one tunable in one owning source rather than three copies that drift apart on the next umbra bump.
Verification
ward exec aos-release-build- exit 0, all 29 artifacts,version: aos-v0.201.0ward exec test- 523 passed with specgen 0.139.0 on PATHpre-commit run --all-files- cleanactions.kdl, 0.139.0 builds the skill and binaryNote, not fixed here
aos-v0.200.0andaos-v0.201.0are tagged with no release behind them, left by the runs that failed aftertag-bumpsucceeded. The next green run bumps past them to0.202.0, so nothing is blocked, but the tags are dangling.🤖 Generated with Claude Code