State
Session tree
Conversation history is a graph of durable lineage, not one mutable transcript.
Lineage operations
/new, /fresh | Start a new root from the current workspace. |
/branch <title> | Create named child work from the active context. |
/fork | Fork the active lineage without rewriting its parent. |
/resume <session> | Start a fresh session seeded from selected history. |
/tree | Inspect lineage and active branch. |
Organization
/rename changes a session label. /move <dir> changes its organizational location. /drop removes the active session from the normal working set through a confirmed operation.
Invariant
Branching, resume, and rewind append new lineage. They do not edit prior model messages, tool results, approvals, or usage events in place.