Flow Reset
Reset the active flow state to start fresh without affecting other files.
/flow:reset
Reset the active flow state.
- Check
.prompt-language/session-state.json. - If present, summarize what will be abandoned (current node, loop progress, variables, gate state).
- Delete only
.prompt-language/session-state.json. - Confirm reset outcome.
If no state file exists, return a no-op success: "No active flow to reset."
Do not delete unrelated files or modify git state.