[AAASM-4771] 📝 (ci): Correct stale gateway-image comment on live scenario job#324
Conversation
The live-core-enforcement-live job's comment said to trigger it "when a gateway image is available" — ghcr.io/ai-agent-assembly/aa-gateway is now published (rc.4/rc.5/rc.6/latest), so image availability is no longer the blocker. Companion to AAASM-4743, which corrected the same stale claim in the scenario README. Job stays workflow_dispatch-only since verify-live.yml already covers this scenario's live drivers on a daily schedule via the lighter `aasm start --mode local` path. Refs AAASM-4771
|
Claude Code — automated reviewCI: All green (full scenario matrix); YAML parses. |
Claude Code — review result (final pass)CI: all checks green. Scope: matches the ticket. Side effects: none — green full-suite CI validates no existing-function/business-logic breakage. Front-End: no FE/dashboard code touched, so no Playwright validation applies. Verdict: ✅ ready to approve & merge. Review comments: SonarCloud Quality Gate passed (informational) — no actionable threads. |



What changed
Corrected the stale comment on the
live-core-enforcement-livejob in.github/workflows/verify-scenarios.yml. The comment told operators totrigger the job "when a gateway image is available," but
ghcr.io/ai-agent-assembly/aa-gatewayis now published (taggedv0.0.1-rc.4/rc.5/rc.6/latest, confirmed on GHCR) — image availabilitywas already fixed as the stale claim in the scenario README (AAASM-4743), and
this is the companion fix for the CI workflow comment. The job remains
workflow_dispatch-only:verify-live.ymlalready runs this same scenario'slive drivers (
scenarios/live-core-enforcement/{python,node,go}-agent) on adaily schedule via the lighter
aasm start --mode localpath, so standing upthe full 3-container docker-compose stack here too on a schedule/PR would be
redundant CI weight with no additional signal. No job trigger conditions
changed — comment-only fix.
Related ticket
Closes AAASM-4771
https://lightning-dust-mite.atlassian.net/browse/AAASM-4771
Fixes AAASM-4771
How to verify
python -c "import yaml; yaml.safe_load(open('.github/workflows/verify-scenarios.yml'))"parses cleanly.if:/trigger conditions were changed, so no CI behavior changes.Checklist
[AAASM-XXXX] <GitEmoji> (<scope>): <summary>.envfiles committedREADME.mdwith prerequisites and run instructions (unchanged by this PR)