docs: update project documentation for v1.62.0.0

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-08-12 09:20:34 -07:00
co-authored by Claude Fable 5
parent 3d2dd4a33f
commit ee209633e0
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -70,6 +70,10 @@ periodic tests run weekly via cron or manually. Use `EVALS_TIER=gate` or
2. Quality benchmark, Opus model test, or non-deterministic? -> `periodic`
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.
## Testing
```bash