What problem does it solve?
Session-bridge prevents context loss between AI coding sessions by saving decisions, conventions, progress, and resume state into project-local .topia files so work can continue cleanly after compaction, restarts, or handoffs.
Core Features & Use Cases
- Cross-session persistence: Captures architectural decisions, established patterns, task progress, session logs, and cumulative project notes.
- Reliable resume support: Restores the next session with checkpoints, remaining tasks, and load-bearing context so the agent can pick up exactly where it left off.
- Autonomous orchestration: Manages integrity checks, invariant loading, typed learning logs, and filesystem-based detach and reattach flows for slower second-opinion dispatches.
- Use case: A team finishes a refactor, saves the current checkpoint, and later resumes with the same conventions, open questions, and next steps already loaded.
Quick Start
Ask session-bridge to save the current repository state so the next session can resume with the latest decisions, conventions, progress, and checkpoint information.