mirror of
https://github.com/garrytan/gstack.git
synced 2026-08-31 02:10:51 +02:00
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:
co-authored by
Claude Fable 5
parent
6d050d5430
commit
86530fe320
@@ -99,8 +99,10 @@ export interface TemplateContext {
|
||||
* - 'default': full preamble prose ships as today (writing style, completeness,
|
||||
* confusion protocol, context health are all present).
|
||||
* - 'terse': writing-style + completeness + confusion-protocol + context-health
|
||||
* sections are compressed to a one-line pointer at gen time. Saves ~3-5 KB
|
||||
* per tier-2+ skill. Opt-in via `--explain-level=terse` build flag for
|
||||
* sections are compressed to a one-line pointer at gen time. Saves ~2.6 KB
|
||||
* 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
|
||||
* avoid the per-session terse-mode prose.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user