[Feature] Multi-Tree Sessions #68
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
When troubleshooting reveals the problem is in a different domain, branch into another tree mid-session without losing context. The export captures the entire journey as a unified narrative.
Workflow
Export Example
```
VPN Connection Issues
→ Branched to: DNS Resolution Issues
DNS Resolution Issues (linked)
Ran nslookup: timeout
Checked DNS config: wrong DC
Resolution: Updated DNS to 10.0.0.5
Returned to VPN - retested: PASS
Resolution: DNS misconfiguration causing apparent VPN failure
```
Implementation Notes
Sources
Priority
Backlog — complex UX, large refactor, high value when ready
Deferred — multi-tree sessions add complexity before the single-flow experience is validated with real users. Can revisit post-PMF.