From 08fe1b1240dfd20c8e16ed6c172311326efd201d Mon Sep 17 00:00:00 2001 From: loothero Date: Sun, 3 May 2026 04:59:59 -0700 Subject: [PATCH] docs: cross-link AGENTS.md from per-scope READMEs Trivial change to verify the Claude review workflow triggers correctly across all three scopes (api, client, contracts) after the v1 migration in #143. Co-Authored-By: Claude Opus 4.7 (1M context) --- api/README.md | 2 ++ client/README.md | 2 ++ contracts/README.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/api/README.md b/api/README.md index d35c138f..bb516d45 100644 --- a/api/README.md +++ b/api/README.md @@ -168,3 +168,5 @@ Realtime pipeline: API CI runs: `pnpm exec tsc --noEmit -> pnpm build`. + +For the broader CI matrix (which scopes trigger which jobs), see `../AGENTS.md`. diff --git a/client/README.md b/client/README.md index 2fa9917d..f4d632e1 100644 --- a/client/README.md +++ b/client/README.md @@ -114,3 +114,5 @@ Tailwind is not used in this project. Client CI runs on `client/**` and `contracts/src/models/beast.cairo` changes: `lint -> build -> test:parity -> test:coverage -> Codecov`. + +For the broader CI matrix (which scopes trigger which jobs), see `../AGENTS.md`. diff --git a/contracts/README.md b/contracts/README.md index fce14810..5d595188 100644 --- a/contracts/README.md +++ b/contracts/README.md @@ -309,3 +309,5 @@ If you change packed layout or field order, update and re-verify: - `indexer/src/lib/decoder.ts` - `client/src/utils/translation.ts` - parity scripts in `indexer/scripts/` and `client/scripts/` + +For the broader CI matrix (which scopes trigger which jobs), see `../AGENTS.md`.