v1.10.0 — Stack release notes
What's new
Adds mq-agent stack release-notes — the final command in the stack health pipeline.
# Show unreleased commits for all repos
mq-agent stack release-notes
# Single repo
mq-agent stack release-notes --repo mq-agent
# Machine-readable
mq-agent stack release-notes --jsonReads git commits since the last tag per repo. No API key, no network calls.
Full pipeline
mq-agent stack sweep # score every repo
mq-agent stack report # score + trend + alert + ready
mq-agent stack alert # regression check (exit 1 on drop)
mq-agent stack release-check # release gate (exit 1 on blocker)
mq-agent stack release-notes # draft notes for unreleased workStats
- 389 tests total (+13)
- docs/STACK_RELEASE_NOTES.md added