Release documentation now includes an explicit “verify CI” step so you don’t write notes (or assume artifacts exist) before the pipeline is green.
Changed: Release checklist
AGENTS.md now documents the expected flow for releases: after pushing the tag, watch the release workflow; if it fails, inspect logs and fix; only then write release notes.
# After pushing a tag, watch the release workflow
gh run list --workflow release --limit 10
gh run watch <RUN_ID>
# If it fails, inspect logs
gh run view <RUN_ID> --log-failedUpgrading
No action needed.
Full diff: v0.28.1...v0.28.2