v0.1.0
plumbline v0.1.0
ACMM-based AI coding readiness assessor.
Install: go install github.com/sroberts/plumbline/cmd/plumbline@v0.1.0
Or: download a binary from the assets below.
Changelog
Bug fixes
- aea57c4: fix: apply scaffolded fixes via CLI and TUI, with safety guards (#8) (Scott J. Roberts scott.roberts@gmail.com)
- 8e91220: fix: one agent-instructions file is enough (merge claude-md + copilot-instructions) (#11) (Scott J. Roberts scott.roberts@gmail.com)
Other
- 697f9b0: Initial commit: ACMM paper, CLAUDE.md, and plumbline CLI spec (Scott J. Roberts scott.roberts@gmail.com)
- 274bb41: Ship the spec: full ACMM catalog (22 signals), all CLI commands, TUI, reports, events (#4) (Scott J. Roberts scott.roberts@gmail.com)
- ecea7f0: Skeleton: cobra CLI, public types in pkg/acmm, stub subcommands (#1) (Scott J. Roberts scott.roberts@gmail.com)
- b151157: Vertical slice: scanner + signal registry + l2.claude-md + scoring + assess --json (#2) (Scott J. Roberts scott.roberts@gmail.com)
- 0f9cabe: cmd: bare 'plumbline' runs the unified assess pipeline by default (#5) (Scott J. Roberts scott.roberts@gmail.com)
- 0dc9f1c: detail view: word-wrap + 'Why' explanation + 'Fix' recipe per signal (#6) (Scott J. Roberts scott.roberts@gmail.com)
- 13999c6: infra: goreleaser pipeline for tagged releases (#10) (Scott J. Roberts scott.roberts@gmail.com)
- deaa087: tui: add 'r' rescan keybinding on results and fix-done screens (#9) (Scott J. Roberts scott.roberts@gmail.com)