diff --git a/AGENTS.md b/AGENTS.md index c3447c8dd..c365b4ded 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -318,10 +318,16 @@ procedure. test or a changed-file lint run. Optionally: `pnpm exec vitest run ` **without** `--coverage`. - **Dependency state:** `pnpm run deps:verify` compares a content fingerprint of dependency - manifests, workspace package manifests, and patches. After a dependency-related branch switch, - run `node scripts/dependency-state.mjs reconcile` (or `pnpm run deps:reconcile` when pnpm can - start); never use `--no-verify` as the - normal recovery path. + manifests, workspace package manifests, and patches — checked only by `deps:verify`, + `ci:prepush`, and the pre-commit hook, not by arbitrary `pnpm run