diff --git a/AGENTS.md b/AGENTS.md index 23f751c3c..c19de58fb 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -63,7 +63,7 @@ Agent Substrate uses a `Makefile` for its build and test tasks. 1. Write tests for all new code. We will not merge code that lacks tests. 2. Ensure changes do not break existing tests. 3. Run `make verify` locally before requesting a code review to catch common issues like missed copyright headers or formatting drift. -4. For end-to-end tests involving the actual infrastructure, ensure you have a running cluster (setup via `hack/ate-dev-env.sh.example` and `go run ./tools/setup-gcp --all`). +4. For end-to-end tests involving the actual infrastructure, ensure you have a running cluster (setup via `hack/ate-dev-env.sh.example` and `go run ./tools/setup-gcp bootstrap`). ## Security Considerations