Sixteen versions. Every one shipped. MIT open source from day one.
Token impact
Every version reduced the token footprint further. From 8K at baseline to under 4K — and the full pipeline at under 2K for active files.
Complete timeline
Built in public. Tagged in git. MIT from the start.
sigmap npm binary alias alongside gen-context so npx sigmap works from any machine without cloning the repo. Improved --init to scaffold both gen-context.config.json and .contextignore in one step. Added 9 integration tests covering per-module and hot-cold strategy edge cases.--diff flag generates context only for files changed in the current git working tree — ideal for PR reviews and CI. --diff --staged restricts to staged files only, making it a perfect pre-commit check. Both modes auto-fall-back to full generate when outside a git repository or when no files have changed. Watch mode debounce is now configurable via watchDebounce in config.read_context. Strategy-aware health scorer no longer penalises hot-cold or per-module runs for low reduction — intentionally small outputs score correctly. MCP server now exposes 7 tools total..npmignore prepares the package for npm publish — npx sigmap resolves to the runtime-only artifact.Final numbers