Documentation
README
AgentBro Release
Use this repository-scoped skill for AgentBro release work. Keep unrelated local changes out of commits.
Safety Rules
- Start with
git status --short --branch. If unrelated files are dirty, do not stage them. - Never reuse or force-move an existing release tag. If a published release is wrong, make the next patch version.
- Do not edit signing keys, certificates, entitlements, or release secrets.
- Do not bump versions in feature PRs. Only bump for an actual release.
- Do not leave
devbehind the latest stable release. Every stable release must be merged back through a PR todev. - If
ghis not authenticated, use the public GitHub API withcurlfor read-only checks.
Version Selection
Use semantic versioning when choosing the next release number:
This is the opening of the README. Read the full README on GitHub.