fix(docs): correct commit style guide path reference

This commit is contained in:
2026-03-10 19:25:35 -04:00
parent 3f1947edc7
commit 56eaf33632
2 changed files with 1 additions and 1 deletions

8
.agent/COMMITS.md Normal file
View File

@@ -0,0 +1,8 @@
Commits
## Commit Message Format
Follow conventional commits style (all lowercase).
- `feat(scope): description` - New feature
- `fix(scope): description` - Bug fix
- `refactor(scope): description` - Code refactoring
- `docs(scope): description` - Documentation changes
- Example: `feat(zsh): update dotfiles` or `fix(scripts): use correct pass entry`