Skip to content

Commit cc86f0a

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 59bdf3c commit cc86f0a

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
@@ -286,7 +286,7 @@ Window(@... ...:my_window, Session($... ...))
286286

287287
Format commit messages as:
288288
```
289-
Component/File(commit-type[Subcomponent/method]): Concise description
289+
Scope(type[detail]): concise description
290290
291291
why: Explanation of necessity or impact.
292292
what:
@@ -304,7 +304,9 @@ Common commit types:
304304
- **style**: Code style and formatting
305305
- **py(deps)**: Dependencies
306306
- **py(deps[dev])**: Dev Dependencies
307-
- **ai(rules[LLM type])**: AI Rule Updates
307+
- **ai(rules[AGENTS])**: AI rule updates
308+
- **ai(claude[rules])**: Claude Code rules (CLAUDE.md)
309+
- **ai(claude[command])**: Claude Code command changes
308310

309311
Example:
310312
```

0 commit comments

Comments
 (0)