What problem does it solve? Long-running projects accumulate session logs and episodic notes that never get distilled into lasting knowledge, so hard-won decisions and gotchas get buried and forgotten across sessions. ## Core Features & Use Cases - Episodic-to-Semantic Promotion: Sweeps SESSION-LOG.md and EPISODIC-INDEX.md entries since the last consolidation marker and applies a 4-bar gate (SETTLED, NON-OBVIOUS, NOT A RULE, DURABLE) before promoting facts into KNOWLEDGE.md. - Manual and Scheduled Modes: Run interactively with explicit approval grammar (approve, deny, re-route, edit), or run unattended via cron to write proposals into a CONSOLIDATION-INBOX.md for later review. - Dedup and Routing: Routes approved facts through /remember's dedup logic into local or global KNOWLEDGE.md, sends open work to TODOS.md, and suggests rules for CLAUDE.md. - Use Case: After two weeks of sessions on a project, run /consolidate to review all logged decisions and gotchas, approve the durable ones, and have them merged into KNOWLEDGE.md without duplicates. ## Quick Start Run /consolidate in your project to review and approve durable facts from recent session logs for promotion into KNOWLEDGE.md.