Feature: Cross-project session transfer / switch-project command
Open 💬 0 comments Opened Jun 12, 2026 by nonnex
Feature Request
Problem:
When starting a new project (e.g., rewriting Python→C), the user loses all live session context. Memory files help but a fresh session requires manual bootstrapping.
Requested Feature:
A /switch-project <path> command that:
- Writes a full handoff to the new project's memory
- Opens the new project
- Resumes with full context
Why it matters:
Real workflows evolve across projects. A developer spends weeks building knowledge in project A, then starts project B. Today: lose the live context. With this feature: seamless.
Current workaround:
Manually write session-handoff.md, copy all docs/sources, start new session, say "read session-handoff.md". Works but requires user effort.
User quote:
"Sei bitte einfach nur vernünftig und smart – ich möchte einfach nur frisch anfangen mit all dem gewonnenen Wissen und Erfahrung." (Translation: "Just be reasonable and smart – I simply want to start fresh with all the knowledge and experience we've gained.")
Filed by a user who spent days reverse-engineering a 1998 SINUMERIK 810D CNC controller protocol to restore a broken CNC machine. He earned this feature.