u/Crypto_Skitch

▲ 4 r/u_Crypto_Skitch+2 crossposts

I keep hitting mid-project compaction events during long coding sessions and it was driving me crazy! If you also experience this, will you please reach out to me?

I very much need data and information from other Claude Code users who regularly put in long sessions and experience one, or several compaction events during that session.

To prevent this type of frustration, I included a "pre-Compact" capture system for Rekindle to keep context before mid-session compaction. This helps the assistant pick up the thread across three failure events... session start, session end, and mid-session compaction.

`boot_report` gets the assistant oriented at the beginning of a session with identity, checkpoints, open loops, gap detection, pre-Compact captures, and a 100-point orientation score.

`end_session` captures a structured handoff at the end that includes decisions, open loops, constraints, warnings, relational context, and what the next session focus should be.

Rekindle v0.3 adds pre-Compact protection so long sessions can remember reasoning chains, failed approaches, files touched, and other context tthat seems to lose detail or is lost during compaction.

IF YOU USE Claude Code, installing Rekindle is easy. Use it for a specific worktree, or install it globally.

No cloud. No API keys. No telemetry. Just one command...

npx rekindle init

Github repo HERE

https://github.com/Skitchy/rekindle/releases/tag/v0.3.0

Tessera-Project.org

u/Crypto_Skitch — 6 days ago
▲ 1 r/claudeskills+1 crossposts

Just released Rekindle v0.2.0.

This is a local MCP continuity tool for Claude Code. I built it because I was tired of Claude starting cold every session, asking me what we worked on yesterday, and rebuilding context I'd already given it three times. Rekindle gives the assistant a way to actually pick up the thread.

v0.2 adds:

  • boot_report orientation at session start
  • orientation scoring (so you can see how grounded the assistant is before you start working)
  • structured gap detection
  • end_session capture at session end
  • typed continuity records for checkpoints, decisions, open loops, constraints, warnings, and relational delta

 Install:

  • npx rekindle init

Release notes: https://github.com/Skitchy/rekindle/releases/tag/v0.2.0

Looking for 5-10 people who run Claude Code on real multi-session projects. Try it across 2-3 sessions and tell me where continuity still breaks.

u/Crypto_Skitch — 7 days ago