mirror of https://github.com/garrytan/gstack.git
test: gbrain-detection-override joins TREE_MUTATING (mutator #6)
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 <noreply@anthropic.com>
This commit is contained in:
parent
1b38e5ad16
commit
22daa4d895
|
|
@ -236,6 +236,8 @@ export const TREE_MUTATING: Record<string, string> = {
|
|||
'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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue