Skip to content

Commit 23173a8

Browse files
committed
ai(rules[AGENTS]) Standardize commit format — replace slash notation with scope/detail
why: Slash in Component/File and Subcomponent/method reads as path separator, not "or" what: - Replace Component/File with scope, Subcomponent/method with detail - Standardize AI commit type entries
1 parent ebdb1fc commit 23173a8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ See `.cursor/rules/git-commits.mdc` for detailed commit message standards.
268268

269269
Format commit messages as:
270270
```
271-
Component/File(commit-type[Subcomponent/method]): Concise description
271+
Scope(type[detail]): concise description
272272
273273
why: Explanation of necessity or impact.
274274
what:
@@ -286,7 +286,9 @@ Common commit types:
286286
- **style**: Code style and formatting
287287
- **py(deps)**: Dependencies
288288
- **py(deps[dev])**: Dev Dependencies
289-
- **ai(rules[LLM type])**: AI Rule Updates
289+
- **ai(rules[AGENTS])**: AI rule updates
290+
- **ai(claude[rules])**: Claude Code rules (CLAUDE.md)
291+
- **ai(claude[command])**: Claude Code command changes
290292

291293
Example:
292294
```

0 commit comments

Comments
 (0)