Skip to content

Commit 7266315

Browse files
committed
chore: update AGENTS.md
1 parent 6277d45 commit 7266315

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ suspend fun getData(): Result<Data> = withContext(Dispatchers.IO) {
144144
- ALWAYS run `./gradlew compileDevDebugKotlin` after code changes to verify code compiles
145145
- ALWAYS run `./gradlew testDevDebugUnitTest` after code changes to verify tests succeed and fix accordingly
146146
- ALWAYS run `./gradlew detekt` after code changes to check for new lint issues and fix accordingly
147+
- ALWAYS ask clarifying questions to ensure an optimal plan when encountering functional or technical uncertainties in requests
147148
- ALWAYS when fixing lint or test failures prefer to do the minimal amount of changes to fix the issues
148149
- USE single-line commit messages under 50 chars; use template format: `feat: add something new`
149150
- USE `git diff HEAD sourceFilePath` to diff an uncommitted file against the last commit

0 commit comments

Comments
 (0)