Contents

Changelog

Milestones the README records; wire to tags or a CHANGELOG.md when one exists.

latest

Two first-class config paths

.made.yaml and .made/config.yaml are equally valid; both present fails closed. made config path / check / move added. Legacy .made.yml enters a bounded deprecation window.

CI check policy

ci.check_scope (required | all) and ci.rerun_budget (rounds). Reruns only unique failed Actions runs; external checks named and linked, never rerun.

Daemonless verification

made verify validates one committed SHA with no daemon. made cursor init / sync / check / doctor project a Cursor reviewer and verify-with-made skill.

Versioned daemon contract

made capabilities --json; exact run ids; --json on every command; fixed doctor schema.

Durable run state

fsync-backed WAL and idempotent spool keyed by gate, ref, and input SHA. Singleton acquired before touching the socket path.

Release smoke

MADE_GITHUB_SMOKE_REPO + MADE_GITHUB_SMOKE_PR_URL opt-in; make release-validation.

Initial rewrite

Go rewrite of no-mistakes' validation-gate pipeline for herdr and consigliere. Design in plans/made-rewrite.md.