Skip to content

v1.2.1

Latest

Choose a tag to compare

@sizzlorox sizzlorox released this 23 May 04:39
· 2 commits to main since this release

Full Changelog: v1.2.0...v1.2.1

What changed:

  • New PreCompact hook (hooks/precompact.{sh,ps1}) — reads your repo's lorekeeper notes from disk and injects them, along with 6 handoff rules, directly into the compaction prompt. No LLM calls, pure disk reads, must be fast (<2s).
  • 6 handoff rules tell the summarizer what to preserve:
    1. The why behind decisions, not just the what
    2. Exact file paths and line numbers
    3. Error messages/stack traces that informed diagnoses
    4. Current task status (complete / in-progress / blocked)
    5. Prior compaction summaries carried forward cumulatively
    6. Blockers and dependencies
  • OMP plugin upgraded — session.compacting handler now injects full note content (not just titles) plus the same handoff rules as context lines.
  • Installers updated — both install.sh and install.ps1 now register the PreCompact hook into Claude Code's .claude/settings.json.
  • Template updated — CLAUDE.md gets an "After compaction" section explaining the mechanism.