mirror of
https://github.com/davidkaya/aryx.git
synced 2026-08-06 19:58:43 +02:00
fix: isolate scratchpad session working directories
Give each scratchpad session its own working directory, migrate existing scratchpad sessions on workspace load, and route sidecar turns through the session-specific cwd. Add regression coverage for create, duplicate, delete, and migration flows, and document the new persistence model. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -28,6 +28,7 @@ It works especially well when you want AI help that stays grounded in an actual
|
||||
### Ask quick questions in a scratchpad
|
||||
|
||||
If you just want to think through an idea, draft something, or ask for help without connecting a project, start a scratchpad session and begin chatting.
|
||||
Each scratchpad session keeps its own isolated working directory, so files created in one scratchpad do not leak into another.
|
||||
|
||||
### Connect a real project
|
||||
|
||||
|
||||
Reference in New Issue
Block a user