Skip to content

Commit a4b1083

Browse files
docs: require conventional commits in AGENTS
1 parent 112d20f commit a4b1083

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
- Use `npm` for dependency and script commands.
1212
- Prefer small, focused changes. Avoid unrelated cleanup in the same PR.
13+
- Use Conventional Commits for commit messages and PR titles (for example: `fix: ...`, `feat: ...`, `docs: ...`). This repository uses `release-please`, so incorrect commit or PR prefixes can break release automation.
1314
- Keep the public middleware API and the README example aligned when behavior or options change.
1415
- Do not edit `CHANGELOG.md` or `.release-please-manifest.json` manually unless the task is explicitly about the release process.
1516

0 commit comments

Comments
 (0)