refactor(repo): reorganize agent guidance

This commit is contained in:
2026-08-26 19:13:13 -04:00
parent f2daba6dc2
commit 3689a537d5
2 changed files with 1 additions and 9 deletions
+8
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`