Skip to content

Lutren/agent-release-checklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Release Checklist

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.

What It Covers

  • Worktree cleanliness.
  • License readiness.
  • Secret scanning.
  • Private asset boundaries.
  • Build and test evidence.
  • Public URL verification.
  • Release notes.
  • Post-release handoff.

Quick Use

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.

Rule

Do not say a release is done until the public artifact has been verified from the outside.

Files

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

License

MIT. See LICENSE.

About

A practical checklist for safely releasing agent-built projects.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors