What problem does it solve?
Maintain continuity across agent sessions by capturing rolling checkpoints and concise session summaries so context is not lost when a session ends or an agent restarts.
Core Features & Use Cases
- Rolling checkpoints: Skills write session outcomes, summaries, and next steps to SeleneDB at completion so the graph reflects the latest state.
- Automatic loading: SessionStart hook injects recent session context (recent summaries, active milestones, open findings) so new sessions start informed.
- Agent coordination: Register agents, list peers, and provide heartbeat updates to avoid premature session reaping and to surface active collaborators.
- Queries & views: Built-in history, search, and timeline queries let users and agents review recent work, find past decisions, and trace artifact chains.
- Clean shutdown: Share session summary and deregister on end to release intents and provide short-term visibility.
Quick Start
Invoke the session-tracker skill with history, search <query>, or timeline to view recent session summaries and context.