test/resolvers-gbrain-save-results.test.ts (140 LOC, 10 tests):
- Per-skill assertions for all 5 planning skills: emits gbrain put +
correct slug prefix + tag + title.
- Skip-header present so agent can short-circuit when gbrain isn't
on PATH.
- Compression pin: each per-skill block stays under 750 chars
(~190 tokens) — guards against a future "let me add one more
line" refactor silently re-inflating toward the ~1000-token naive
un-suppression baseline.
- Generic fallback for unmapped skill names still works.
- /investigate gets the data-research routing suffix; non-investigate
skills do not.
- generateGBrainContextLoad stays under 500 chars (~125 tokens).
test/gbrain-detection-override.test.ts (120 LOC, 4 tests):
- End-to-end through gen-skill-docs subprocess against an isolated
temp GSTACK_HOME. Asserts:
* detected:true un-suppresses GBRAIN_* → SKILL.md gains the block
* detected:false (status != "ok") suppresses → no block
* no detection file suppresses → no block (graceful default)
* no --respect-detection flag IGNORES the detection file → no
block (CI canonical path stays reproducible)
Each detection-override test restores the canonical SKILL.md in a
finally block so the working tree stays clean.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>