Imported from contrapunk-audio/contrapunk (
AGENTS.md). Install upstream withnpx skills add contrapunk-audio/contrapunk. Copyright stays with the author.
Agent Instructions
Commit discipline
- Do not finish a task with modified or untracked files created by the agent.
- Commit every completed change before reporting it as done. Use one or more coherent, reviewable commits.
- Run
git statusbefore completion and explicitly resolve any remaining changes. - If pre-existing user work cannot be safely included, leave it untouched and clearly identify it instead of mixing it into a commit.
- Never push directly to
main; push a feature branch and use a pull request.
Pull request discipline
- Use
.github/pull_request_template.mdfor every pull request and preserve its required sections. - Complete the submitter checklist honestly, apply a
kind/*label, and keep the release-note block accurate.