Commit 20f3a59
committed
fix(cli): wire sessions_dir() through SessionStore::from_cwd() (#41)
The CLI was using a flat cwd/.claw/sessions/ path without workspace
fingerprinting, while SessionStore::from_cwd() adds a hash subdirectory.
This mismatch meant the isolation machinery existed but wasn't actually
used by the main session management codepath.
Now sessions_dir() delegates to SessionStore::from_cwd(), ensuring all
session operations use workspace-fingerprinted directories.1 parent 28e6cc0 commit 20f3a59
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4305 | 4305 | | |
4306 | 4306 | | |
4307 | 4307 | | |
4308 | | - | |
4309 | | - | |
4310 | | - | |
| 4308 | + | |
| 4309 | + | |
| 4310 | + | |
4311 | 4311 | | |
4312 | 4312 | | |
4313 | 4313 | | |
| |||
0 commit comments