Releases: tinesoft/spec-kit-token-budget
Releases Β· tinesoft/spec-kit-token-budget
Release list
v1.1.0
1.1.0 (2026-07-04)
π Features
- add
restorecommand to revert artifacts to original state (19589c5) - extend support to
constitution.mdincompact,restoreandusagecommands (0e4ea65) - inject backup guard directive to prevent agents from reading
.full.mdfiles (5ae5ec5) - integrate
caveman-codeas opt-in compression tier (8b506f8)
β€οΈ Thank You
- Tine Kondo @tinesoft
v1.0.1
v1.0.0
1.0.0 (2026-05-11)
Features
/speckit.token-budget.compactβ in-place SDD artifact compaction with three levels (light, medium, aggressive). Lossless on requirements, decisions, contracts, IDs. Backs originals up as<artifact>.full.md. Aliases:compress,distill./speckit.token-budget.scopeβ pre-flight reading manifest for the next workflow phase, with token budget enforcement. Aliases:brief,focus./speckit.token-budget.conciseβ toggle a marker-bracketed concise-output directive in the project's agent memory file. Auto-detects the active spec-kit agent, prefersAGENTS.md(open cross-agent standard) when present. Covers every agent in spec-kit'sINTEGRATION_REGISTRY(Claude Code, Cursor, Copilot, Gemini CLI, Windsurf, Cline, Roo Code, Kilo Code, Aider, Codex CLI, Tabnine, Pi Coding Agent). Aliases:terse,quiet./speckit.token-budget.usageβ per-artifact token dashboard with projected per-phase budgets and warranted recommendations. Aliases:stats,report.scripts/bash/slim_output.shβ RTK-style CLI output compressor with built-in rules for git_status, git_log, pytest, npm_test, plus a generic head_tail fallback. Defers to realrtkif installed.scripts/bash/estimate_tokens.shβ fast token estimator using tiktoken (cl100k_base) when available, chars/4 heuristic otherwise.scripts/bash/compact_helper.shβ backup, snapshot, summarize, and stamp bookkeeping forcompact.- PowerShell mirrors of
estimate_tokensandcompact_helper. - Hooks:
before_plan,before_tasks,before_implement(auto-scope);after_specify,after_plan,after_tasks(auto-compact). All optional. token-budget-config.template.ymlwith full per-knob documentation.