v2.0.4
New: manual-compact.sh tool for sessions using the 1M context hack (DISABLE_COMPACT=1 + CLAUDE_CODE_MAX_CONTEXT_TOKENS=1000000).
The 1M hack disables /compact — this tool provides a manual alternative:
- Extracts conversation from JSONL transcript
- Weights recent turns heavily (95% active-work fidelity in testing)
- Accepts project directory or direct JSONL path with confirmation prompt
- Supports optional user context file for known gaps
- See
tools/MANUAL-COMPACT.mdfor full usage guide
Also includes:
- Development workflow, PR review process, and agent identification requirement in CLAUDE.md
- TRACKED_ISSUES.md updated with v2.1.112/113 context, new contributors, and media coverage
npm update claude-code-cache-fix
16 cache-stability fixes. 162 tests passing.