mirror of https://github.com/garrytan/gstack.git
Break the 3000-line monolith into 10 domain modules under scripts/resolvers/: types, constants, preamble, utility, browse, design, testing, review, codex-helpers, and index. Each module owns one domain of template generation. The preamble module introduces a 4-tier composition system (T1-T4) so skills only pay for the preamble sections they actually need, reducing token usage for lightweight skills by ~40%. Adds a token budget dashboard that prints after every generation run showing per-skill and total token counts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| browse.ts | ||
| codex-helpers.ts | ||
| constants.ts | ||
| design.ts | ||
| index.ts | ||
| preamble.ts | ||
| review.ts | ||
| testing.ts | ||
| types.ts | ||
| utility.ts | ||