docs(resolvers): terse-mode savings claim matches measurement — 2.6KB, not 3-5KB

Measured on the v1.71 render: --explain-level=terse saves exactly 2,611 bytes
per tier-2+ skill. The old ~3-5KB claim predated the preamble restructuring.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-08-28 01:48:02 +00:00
co-authored by Claude Fable 5
parent 6d050d5430
commit 86530fe320
+4 -2
View File
@@ -99,8 +99,10 @@ export interface TemplateContext {
* - 'default': full preamble prose ships as today (writing style, completeness, * - 'default': full preamble prose ships as today (writing style, completeness,
* confusion protocol, context health are all present). * confusion protocol, context health are all present).
* - 'terse': writing-style + completeness + confusion-protocol + context-health * - 'terse': writing-style + completeness + confusion-protocol + context-health
* sections are compressed to a one-line pointer at gen time. Saves ~3-5 KB * sections are compressed to a one-line pointer at gen time. Saves ~2.6 KB
* per tier-2+ skill. Opt-in via `--explain-level=terse` build flag for * per tier-2+ skill (measured 2,611 B on the v1.71 render — re-measure with
* a terse vs default build diff if the preamble changes shape again).
* Opt-in via `--explain-level=terse` build flag for
* users who want shipped skills to match their runtime preference and * users who want shipped skills to match their runtime preference and
* avoid the per-session terse-mode prose. * avoid the per-session terse-mode prose.
* *