mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-18 19:02:18 +02:00
test: registries, budgets and suite reconciled for Aside-first with the $B fallback
Touchfiles + E2E tiers gain the Aside keys, coverage matrix and eval baselines updated, size budget re-baselined to parity-baseline-v1.80.0.0.json (the contract plus fallback ride in every browsing skill), parity ceilings ratcheted with measured values, LLM-judge prompts and the E2E fixtures speak Aside-first, browse-fallback. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
@@ -49,7 +49,7 @@ const ALLOWED_FILES = new Set<string>([
|
||||
const SKIP_DIRS = new Set<string>([
|
||||
'node_modules', '.git', '.github', 'dist', 'test', 'docs',
|
||||
// Vendored binaries / build outputs.
|
||||
'browse/dist', 'design/dist', 'extension/node_modules',
|
||||
'browse/dist', 'design/dist', 'make-pdf/dist', 'extension/node_modules',
|
||||
// The plan file's directory was already in ALLOWED_FILES; skip docs/ entirely.
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user