Skip to content

Commit fb25317

Browse files
committed
docs: add commit message convention to AGENTS.md
add guidance about using lowercase for commit body text to help maintain consistency. Assisted-by: GLM 4.6 via Claude Code
1 parent 16043d9 commit fb25317

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

AGENTS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ npm run lint
8181
`<details><summary>` blocks
8282
- **Code Blocks**: Standard Markdown code blocks with language specifiers
8383

84+
### Commit Message Convention
85+
86+
Follow conventional commit format:
87+
- Use lowercase for commit body text
88+
- Examples: `fix: correct header title`, `docs: add new guide`, `feat: implement feature`
89+
8490
### Attribution Requirements
8591

8692
AI agents must disclose what tool and model they are using in the "Assisted-by"

0 commit comments

Comments
 (0)