Skip to content

v1.9.0 — Stack report + release gate

Choose a tag to compare

@MCamner MCamner released this 10 Jun 09:41
3328f3e

What's new

  • mq-agent stack report — consolidated per-repo view: score, trend (↑↓==), alert status and readiness in one table; reads sweep history, no API key
  • mq-agent stack release-check — local GO/NO-GO gate across all stack repos: VERSION, README, CHANGELOG entry, clean working tree, branch; exits 1 on any blocker
  • --json on both; --dry-run on release-check
  • docs/STACK_REPORT.md — reference with column guide, example output, and typical workflow

Typical workflow

mq-agent stack sweep              # update scores
mq-agent stack report             # consolidated view
mq-agent stack alert              # regression check
mq-agent stack release-check      # release gate

Full changelog

See CHANGELOG.md.