Skip to content

Releases: tittle-xyz/toaster-ready

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 15:50
46660d0

0.5.0 (2026-07-17)

Features

  • give the action a token and a commit step, and take our own advice (#31) (c9da47e)

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

Choose a tag to compare

@github-actions github-actions released this 17 Jul 03:37
eaf55ae

0.4.2 (2026-07-17)

Bug Fixes

  • judge CI from the newest completed run of a CI workflow (#29) (63c9c66)

Changelog

  • eaf55ae chore(main): release 0.4.2 (#30)
  • 63c9c66 fix: judge CI from the newest completed run of a CI workflow (#29)
  • a256f81 docs: refresh the action pin example to v0.4.1 (#25)

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 01:17
2c10811

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

Choose a tag to compare

@github-actions github-actions released this 29 Jun 22:17
c8dd152

0.4.0 (2026-06-29)

Features

  • check: reward an executable run command in setup-reproducibility (#9) (a07a774)
  • check: score local datastore provisioning in db-migrations (#11) (78e7c04)

Changelog

  • c8dd152 chore(main): release 0.4.0 (#10)
  • 78e7c04 feat(check): score local datastore provisioning in db-migrations (#11)
  • a07a774 feat(check): reward an executable run command in setup-reproducibility (#9)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 20:40
3c911dc

0.3.0 (2026-06-29)

Features

  • check: detect agent-instruction drift (staleness + broken commands) (#8) (c9f938f)

Bug Fixes

  • check: count language-native script runners as a task runner (#5) (#6) (5e63350)

Changelog

  • 3c911dc chore(main): release 0.3.0 (#7)
  • c9f938f feat(check): detect agent-instruction drift (staleness + broken commands) (#8)
  • 5e63350 fix(check): count language-native script runners as a task runner (#5) (#6)
  • b112af2 docs: reference the v0 major tag for the Action (pre-1.0)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 21:31
508dd6d

0.2.0 (2026-06-22)

Features

  • add composite GitHub Action for CI gating (8894047)

Changelog

  • 508dd6d chore(main): release 0.2.0 (#1)
  • 2ac16d0 ci: automate releases with release-please and GoReleaser
  • 8894047 feat: add composite GitHub Action for CI gating

v0.1.0

Choose a tag to compare

@DrewTittle DrewTittle released this 22 Jun 21:12

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 signalsok / 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.