Skip to content

Commit 07a03ca

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 4055a37 commit 07a03ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

AGENTS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ type
259259

260260
Format commit messages as:
261261
```
262-
Component/File(commit-type[Subcomponent/method]): Concise description
262+
Scope(type[detail]): concise description
263263
264264
why: Explanation of necessity or impact.
265265
what:
@@ -275,6 +275,9 @@ Common commit types:
275275
- **chore**: Maintenance (dependencies, tooling, config)
276276
- **test**: Test-related updates
277277
- **style**: Code style and formatting
278+
- **ai(rules[AGENTS])**: AI rule updates
279+
- **ai(claude[rules])**: Claude Code rules (CLAUDE.md)
280+
- **ai(claude[command])**: Claude Code command changes
278281

279282
Example:
280283
```

0 commit comments

Comments
 (0)