Releases: tittle-xyz/toaster-ready
Releases · tittle-xyz/toaster-ready
Release list
v0.5.0
0.5.0 (2026-07-17)
Features
Changelog
- 46660d0 chore(main): release 0.5.0 (#32)
- cbd92dc build(deps): bump googleapis/release-please-action from 4 to 5 (#35)
- c8968c2 build(deps): bump actions/setup-go from 5 to 7 (#34)
- 93a41ad build(deps): bump goreleaser/goreleaser-action from 6 to 7 (#33)
- c9da47e feat: give the action a token and a commit step, and take our own advice (#31)
v0.4.2
v0.4.1
0.4.1 (2026-07-14)
Bug Fixes
Changelog
- 2c10811 chore(main): release 0.4.1 (#24)
- 71581da fix: close three Python scoring gaps (#22) (#23)
- 40c8c11 docs: add shields to the Usage --format list (#19)
- 41435cb Action: optional generate-only badge output (#21)
- 12bfb95 Add a static SVG badge output (--format svg) (#20)
- 2231a9a Add a shields output format for a live score badge (#15)
- 23000e3 Skip Python virtualenvs and tool caches in the file walk (#14)
v0.4.0
v0.3.0
v0.2.0
v0.1.0
First public release of toaster-ready — a deterministic Go CLI (binary: toaster) that scores how ready a repository is for someone — a new hire or an AI agent — to ramp up on, and emits a cited, provenance-bearing scorecard out of 100.
Highlights
- Weighted /100 rubric — 11 categories, each cited to evidence.
- Three-state signals —
ok/no-data/not-applicable; no-data is never scored 0, and not-applicable categories drop out with their weight redistributed. - Agent-readiness as a first-class concern — agent instructions are scored for existence, whether they explain the mechanics, and whether they fit a context budget.
- CI gate — `toaster gate` fails below a configurable threshold; deterministic and secret-free, so it runs anywhere.
- Output — JSON / Markdown / HTML, with actionable recommendations for low-scoring areas.
- Configurable — `.toaster-ready.yml` overrides weights, thresholds, and signals.
Install
```sh
go install github.com/tittle-xyz/toaster-ready/cmd/toaster@v0.1.0
```
Built AI-assisted and human-reviewed; the design rationale lives in `docs/adr/`. Apache-2.0.