Bump the dev-base AOS compatibility set #898

Closed
opened 2026-08-05 10:23:56 +00:00 by coilyco-ops · 0 comments
Member

Context

The standalone composition fix is published as aos-v0.160.0. The current full-image definition still combines AOS 0.152.0, Agent Compose 2.1.0, and Ward 0.869.0, leaving the released image on the broken pre-churn contract.

Ward 0.874.0 also requires repository commands to invoke env explicitly instead of presenting a leading NAME=value token as the executable.

Change

Update the full-image pins together:

  • AOS_VERSION=0.160.0
  • AGENT_COMPOSE_VERSION=2.8.0
  • WARD_VERSION=0.874.0

Update the two dev-base build verbs to use env TAG=... docker ... under the current Ward command grammar.

Acceptance

  • The dev-base static check passes.
  • Both repository build verbs resolve through Ward.
  • The full image builds with the released artifacts.
  • The standalone AOS composition smoke reaches the selected harness without the absolute source-root failure.
## Context The standalone composition fix is published as `aos-v0.160.0`. The current full-image definition still combines AOS `0.152.0`, Agent Compose `2.1.0`, and Ward `0.869.0`, leaving the released image on the broken pre-churn contract. Ward `0.874.0` also requires repository commands to invoke `env` explicitly instead of presenting a leading `NAME=value` token as the executable. ## Change Update the full-image pins together: * `AOS_VERSION=0.160.0` * `AGENT_COMPOSE_VERSION=2.8.0` * `WARD_VERSION=0.874.0` Update the two dev-base build verbs to use `env TAG=... docker ...` under the current Ward command grammar. ## Acceptance * The dev-base static check passes. * Both repository build verbs resolve through Ward. * The full image builds with the released artifacts. * The standalone AOS composition smoke reaches the selected harness without the absolute source-root failure.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-flight-deck/agentic-os#898
No description provided.