Skip to content

v1.7.0 — Repo health history

Choose a tag to compare

@MCamner MCamner released this 10 Jun 07:45
11205b1

What's new

  • mq-agent stack history — tabular trend view of per-repo health scores across past sweeps
  • --diff — delta table comparing the two most recent sweeps (+/- per repo)
  • --json / --limit N — scripting and filtering support
  • Auto-persists: every mq-agent stack sweep (without --dry-run) now appends to ~/.mq-agent/sweep-history.jsonl
  • docs/STACK_HISTORY.md — reference with JSONL schema, example output and jq snippets

Quick start

mq-agent stack sweep            # sweep + auto-save to history
mq-agent stack history          # trend table (last 5 sweeps)
mq-agent stack history --diff   # delta: last two sweeps
mq-agent stack history --limit 10 --json | jq '.[].results[] | select(.overall < 80)'

Full changelog

See CHANGELOG.md.