diff --git a/AGENTS.md b/AGENTS.md index 0521b8d..b9b2dc1 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -170,11 +170,16 @@ export STRIPE_SECRET_KEY=sk_test_fake STRIPE_WEBHOOK_SECRET=whsec_fake STRIPE_PR ./gradlew check ``` -This runs frontend lint, frontend unit tests (242), backend tests (163), coverage -thresholds, Flyway checks, and **all 90 E2E tests in Docker**. **Do not commit or +This runs frontend lint, frontend unit tests, backend tests, coverage +thresholds, Flyway checks, and **all E2E tests in Docker**. **Do not commit or push if this fails.** Optional local guard: `./scripts/install-pre-commit-hook.sh` (runs the same `check` on every `git commit`). +**Note for agents:** The pre-commit hook runs the full `./gradlew check` which +takes ~3.5 minutes. If your tool enforces a default timeout (e.g. 120 s on +agent tool calls), increase it to ≥300 000 ms, or use `--no-verify` and run +`./gradlew check` manually before committing. + ### Frontend (Vue.js 3) - `