docs: apply codex doc-review fixes for v1.62.0.0

- CLAUDE.md: scope the tier-alignment invariant claim (mapped files
  enforced, unmapped files reported)
- docs/skills.md: document the plan-mode auto-select scope gate for
  /plan-eng-review and /plan-design-review
- evals.yml: fix stale comment (PTY smokes register four skills, not two)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-08-12 09:26:03 -07:00
co-authored by Claude Fable 5
parent ee209633e0
commit caf7fa70c9
3 changed files with 16 additions and 11 deletions
+4 -2
View File
@@ -71,8 +71,10 @@ periodic tests run weekly via cron or manually. Use `EVALS_TIER=gate` or
3. Requires external service (Codex, Gemini)? -> `periodic`
Tier declarations are enforced by `test/e2e-tier-alignment.test.ts` (free, runs
in `bun test`): a `skill-e2e-*` file whose `EVALS_TIER` self-gate disagrees with
its declared tier in `E2E_TIERS` fails the suite — keep both in sync.
in `bun test`): a `skill-e2e-*` file named in a touchfiles dep list whose
`EVALS_TIER` self-gate disagrees with its declared tier in `E2E_TIERS` fails the
suite. Files not named in any dep list are reported, not enforced — keep both
in sync.
## Testing