Release Checklist
This is the minimum evidence bar for calling a revision releasable.
Documentation Review
Confirm that these files still describe the current code:
README.mddocs/src/api-reference.mddocs/src/architecture.mddocs/src/troubleshooting.mdCHANGELOG.mdCONTRIBUTING.mdCODE_OF_CONDUCT.mdSECURITY.mdSUPPORT.md
If the public surface changed, update the docs in the same change.
Verification Commands
Run:
nix run . # on Linux
nix flake check
What Must Be Green
- ASDF/cl-weave regression suite
- Nix packaging check when Nix is part of the release process
- the mdBook documentation build (
checks.documentation)
Refuse To Ship When
Do not ship when:
- public API changed without matching documentation updates
- examples no longer execute
- release docs or policy files are missing from the tracked tree
- tests pass only because regression coverage was silently removed