Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ Stave is an installable product. Do not bake author-specific machine state into

- Use Conventional Commits for every commit.
- Keep PR titles in Conventional Commits form and keep the subject lowercase.
- Do not name competing or reference products as design or implementation inspiration in tracked files, code comments, tests, fixtures, commit messages, PR titles or bodies, issues, changelogs, or release notes.
- Describe requirements and behavior independently. Avoid wording such as "copied from," "inspired by," "parity with," or "<product>-style."
- Before publishing, review the diff and GitHub metadata for direct references to products used during research or comparison.
- Do not suppress attribution required by a license, dependency notice, security disclosure, or other legal obligation. Stop and request maintainer or legal review when required attribution would conflict with these rules.
- For explicit PR requests, use `skills/stave-worktree-pr-flow/SKILL.md` when the runtime supports repo-local skills.
- For explicit release requests, use `skills/stave-release/SKILL.md` when the runtime supports repo-local skills.
- Ordinary commit or push requests must not change `package.json`, `CHANGELOG.md`, or semver tags unless the user explicitly asks for release work.
Expand Down
Loading