Skip to content

Commit 3da390d

Browse files
committed
refactor(app): consolidate shared state and utilities
1 parent dc776c1 commit 3da390d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Commit Rules
2+
3+
- All commit messages must follow Conventional Commits.
4+
- Format: `type(scope): summary`
5+
- Valid types include: `feat`, `fix`, `refactor`, `docs`, `test`, `chore`, `build`, `ci`, `perf`, and `style`.
6+
- Before creating a commit, verify the message matches Conventional Commits.
7+
- Do not use generic or free-form commit messages.
8+
- If a commit has already been created with a non-conventional message, amend it before finishing the task.

0 commit comments

Comments
 (0)