diff --git a/.claude/AGENTS.md b/.claude/AGENTS.md index 77b965531..cb179848d 100644 --- a/.claude/AGENTS.md +++ b/.claude/AGENTS.md @@ -190,7 +190,7 @@ The trigger logic now lives in the orchestrator command [`.claude/commands/compo - If a needed module does **not** exist yet, do not import it speculatively. Either (1) install it first (`pnpm --filter add ...`), (2) create the file and its `package.json` entry first, or (3) annotate the gap explicitly in the report as `TODO: create ` or `TODO: install ` and skip the dependent code. The `validate-references.mjs` hook physically blocks imports that resolve to nothing — see § 12. - New components use ` @@ -124,7 +124,7 @@ function isCopied(name) {