What problem does it solve?
This Skill prevents context loss across AI coding sessions, ensuring that architectural decisions, established conventions, and task progress are automatically saved and loaded, so you always know where you left off.
Core Features & Use Cases
- Context Persistence: Automatically saves key session information (decisions, conventions, progress) to
.rune/ files.
- State Loading: Loads saved context at the start of a new session.
- Cross-Session Memory: Enables continuity for complex projects by remembering past choices and ongoing work.
- Use Case: After deciding on a specific library for API calls in one session,
session-bridge ensures that decision is available and applied in the next session without needing to re-explain or re-decide.
Quick Start
Ensure your session's architectural decisions and progress are saved before ending your current work.