From 22daa4d8952a3a8b16d191d6812d88fabbcc3ead Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Sat, 15 Aug 2026 15:54:52 -0700 Subject: [PATCH] test: gbrain-detection-override joins TREE_MUTATING (mutator #6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It regenerates SKILL.md in place with --respect-detection (the gbrain variant adds ~1-3KB per carved skeleton) and git-restores afterward — its own header documents the approach. During that window the parity suite in a concurrent shard read inflated skeletons and failed 4 caps. Co-Authored-By: Claude Fable 5 --- scripts/test-free-shards.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/test-free-shards.ts b/scripts/test-free-shards.ts index a09a56129..8f0bb746e 100755 --- a/scripts/test-free-shards.ts +++ b/scripts/test-free-shards.ts @@ -236,6 +236,8 @@ export const TREE_MUTATING: Record = { 'test/gen-skill-docs-idempotency.test.ts': 'regenerates all SKILL.md twice to prove idempotency', 'test/gen-skill-docs.test.ts': 'regenerates .agents/ (codex host) golden artifacts in place', 'test/skill-validation.test.ts': 'regenerates .agents/ (codex host) artifacts in place (3 sites)', + 'test/gbrain-detection-override.test.ts': + 'regenerates SKILL.md in place with --respect-detection (gbrain variant), then git-restores — readers see inflated skeletons mid-window', }; export function normalizeRelativePath(filePath: string): string {