Skip to content

Commit 7466eec

Browse files
Merge pull request #112 from kirill-markin/codex/gradle-resource-guidance
[codex] Add Gradle resource guidance
2 parents 35f1696 + 766a539 commit 7466eec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ When proposing a test plan, treat "real testing" as one of these two options onl
3939

4040
For iOS local testing details, see [docs/ios-local-setup.md](docs/ios-local-setup.md).
4141
For Android local testing details, see [docs/android-ci-cd.md](docs/android-ci-cd.md).
42+
Running `./gradlew` is resource-heavy in this repository. Run Gradle tasks only when they are genuinely needed, choose the narrowest task that validates the change, and avoid broad Gradle runs without a clear reason.
4243
For the optional private analytical DB access path, granted reporting permissions, and operator setup flow, see [docs/analytics-db-access.md](docs/analytics-db-access.md).
4344

4445
## Release Gates and Monitoring

0 commit comments

Comments
 (0)