Your AI forgets everything between sessions.
Rekindle fixes that with two tools that close the continuity loop: boot_report orients the assistant at session start (identity, checkpoints, gaps, orientation score), and end_session captures structured handoff at session end (decisions, open loops, constraints, relational context).
7 MCP tools, 64 tests, local SQLite, no cloud, no API keys.
New in v0.2.0:
• Orientation domain layer with gap detection and 100-point scoring
• end_session tool with typed continuity records (checkpoint, decision, open_loop, constraint, preference, warning, relational_delta, next_session_focus)
• Schema migration adding type, source, and session_id columns
• Project-aware scoring
• Full outside review from an independent AI reviewer
Server Config
{
"mcpServers": {
"rekindle": {
"command": "npx",
"args": [
"-y",
"rekindle"
]
}
}
}