A small open-source checklist for publishing agent-built projects without leaking private material or claiming unverified success.
It is designed for coding agents, maintainers, and small teams that need a repeatable release gate before pushing, tagging, or announcing work.
- Worktree cleanliness.
- License readiness.
- Secret scanning.
- Private asset boundaries.
- Build and test evidence.
- Public URL verification.
- Release notes.
- Post-release handoff.
Before publishing, copy CHECKLIST.md into your project or run through it manually.
Use templates/RELEASE_EVIDENCE.md to record the exact commands and URLs that prove the release is real.
Do not say a release is done until the public artifact has been verified from the outside.
CHECKLIST.md Main release checklist
docs/RELEASE_FLOW.md Step-by-step release workflow
templates/RELEASE_EVIDENCE.md Evidence record template
templates/PUBLIC_ANNOUNCEMENT.md Announcement copy template
MIT. See LICENSE.