From 1225264f35a1fad435afbe801e62dacea27759e2 Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Mon, 29 Jun 2026 19:46:20 +0200 Subject: [PATCH] fix: correct setup-gcp command in AGENTS.md --all flag does not exist; the correct subcommand is bootstrap. --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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