Skip to content

Commit fb4dfe9

Browse files
runningcodeclaude
andauthored
docs: Remove build command from agent instructions (#5873)
Drop the "Build entire project" command from AGENTS.md Essential Commands so agents aren't instructed to run a full ./gradlew build, which is an expensive step not needed for the documented workflow. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 0216f81 commit fb4dfe9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ The project uses **Gradle** with Kotlin DSL. Key build files:
3434
# Run all tests and linter
3535
./gradlew check
3636

37-
# Build entire project
38-
./gradlew build
39-
4037
# Generate documentation
4138
./gradlew aggregateJavadocs
4239
```

0 commit comments

Comments
 (0)