Skip to content

Commit c1b0de5

Browse files
committed
docs(core): document semantic PR title rules
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent ca978b7 commit c1b0de5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,5 +442,9 @@ With GitHub integration, the development workflow includes:
442442
3. **Branch management** - Claude can create feature branches for implementations
443443
4. **Documentation maintenance** - Claude can keep documentation updated as the code evolves
444444
5. **Code Commits**: ALWAYS sign off commits with `git commit -s`
445+
6. **Pull Request Titles**: PR titles must follow the semantic format enforced by `.github/workflows/pr-title.yml`: `type(scope): summary`
446+
- Allowed types: `feat`, `fix`, `chore`, `docs`, `style`, `refactor`, `perf`, `test`, `build`, `ci`
447+
- Allowed scopes: `core`, `cli`, `api`, `mcp`, `sync`, `ui`, `deps`, `installer`
448+
- Example: `fix(cli): propagate cloud workspace routing`
445449

446450
This level of integration represents a new paradigm in AI-human collaboration, where the AI assistant becomes a full-fledged team member rather than just a tool for generating code snippets.

0 commit comments

Comments
 (0)