Skip to content

[AAASM-4773] 📝 (ci): Correct remaining stale gateway-image comments#327

Merged
Chisanan232 merged 1 commit into
masterfrom
v0.0.1/AAASM-4773/fix_stale_gateway_comments
Jul 17, 2026
Merged

[AAASM-4773] 📝 (ci): Correct remaining stale gateway-image comments#327
Chisanan232 merged 1 commit into
masterfrom
v0.0.1/AAASM-4773/fix_stale_gateway_comments

Conversation

@Chisanan232

Copy link
Copy Markdown
Contributor

What changed

ghcr.io/ai-agent-assembly/aa-gateway is now published (tags
v0.0.1-rc.4/rc.5/rc.6/latest), but two remaining surfaces still
claimed it was not: scenarios/live-core-enforcement/docker-compose.yml's
header comment + the aa-gateway service's inline "not published yet" note,
and .github/workflows/verify-live.yml's header note about why the
live-core-enforcement-live job (in verify-scenarios.yml) stays
workflow_dispatch-only. Both are corrected to state the image is published,
citing the same GHCR tags, while leaving the still-accurate
workflow_dispatch-only/quarantine rationale (redundant CI weight vs.
verify-live.yml's daily aasm start --mode local lane) intact. Comment-only
— no job triggers or runtime behavior changed.

Companion cleanup to AAASM-4743 (README) and AAASM-4771
(verify-scenarios.yml job comment), which already corrected the same stale
claim elsewhere.

Related ticket

https://lightning-dust-mite.atlassian.net/browse/AAASM-4773

Closes AAASM-4773
Fixes AAASM-4773

How to verify

  • python3 -c "import yaml; yaml.safe_load(open('scenarios/live-core-enforcement/docker-compose.yml'))" — parses cleanly.
  • python3 -c "import yaml; yaml.safe_load(open('.github/workflows/verify-live.yml'))" — parses cleanly.
  • Diff review: only comment text changed; image:, on:, continue-on-error:, and job steps are untouched.

Checklist

  • PR title follows [AAASM-XXXX] <GitEmoji> (<scope>): <summary>
  • No secrets, API keys, or .env files committed
  • Example sub-projects include their own README.md with prerequisites and run instructions
  • SDK/runtime version dependencies are documented or pinned

…live

ghcr.io/ai-agent-assembly/aa-gateway is now published (tags
v0.0.1-rc.4/rc.5/rc.6/latest), so the "not yet published"/"unpublished
image" claims in scenarios/live-core-enforcement/docker-compose.yml and
.github/workflows/verify-live.yml's header are stale. Companion to
AAASM-4743 (README) and AAASM-4771 (verify-scenarios.yml job comment),
which already corrected the same claim elsewhere. Comment-only; no
trigger or runtime behavior changes.

Refs AAASM-4773
@sonarqubecloud

Copy link
Copy Markdown

@Chisanan232

Copy link
Copy Markdown
Contributor Author

Claude Code — automated review

CI: all green (full scenario matrix); both YAML files parse.
Scope (AAASM-4773): corrected the remaining stale "gateway image not published" claims in scenarios/live-core-enforcement/docker-compose.yml (header + service comment) and .github/workflows/verify-live.yml (Related note) — completing the 4743/4771 cleanup. Genuinely-open SDK-gap blockers (4446/4447/etc.) and the dispatch-only/quarantine rationale left intact.
Side effects: none — comment/doc-only, no trigger or runtime change.
Front-End: none touched.
Verdict: ✅ Ready to merge.

@Chisanan232
Chisanan232 merged commit bedb97c into master Jul 17, 2026
25 checks passed
@Chisanan232
Chisanan232 deleted the v0.0.1/AAASM-4773/fix_stale_gateway_comments branch July 17, 2026 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant