Skip to content

Commit 2129d13

Browse files
committed
chore: update ai rules for commit messages
1 parent a8cdab9 commit 2129d13

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ suspend fun getData(): Result<Data> = withContext(Dispatchers.IO) {
164164
- ALWAYS when fixing lint or test failures prefer to do the minimal amount of changes to fix the issues
165165
- USE single-line commit messages under 50 chars; use conventional commit messages template format: `feat: add something new`
166166
- USE `git diff HEAD sourceFilePath` to diff an uncommitted file against the last commit
167-
- ALWAYS run `git status` to check ALL uncommitted changes after completing any code edits, then provide exactly 3 commit message suggestions covering the ENTIRE uncommitted diff
167+
- NEVER capitalize words in commit messages
168+
- ALWAYS run `git status` to check ALL uncommitted changes after completing any code edits, then reply with 3 commit message suggestions covering the ENTIRE uncommitted diff
168169
- ALWAYS check existing code patterns before implementing new features
169170
- USE existing extensions and utilities rather than creating new ones
170171
- ALWAYS consider applying YAGNI (You Ain't Gonna Need It) principle for new code

0 commit comments

Comments
 (0)