Commit f2ee091
test(core): keep the spill test inside its temp directory
`new SessionManager(sessionsRoot)` passes a string where the constructor wants
`{ root }`, so `opts.root` was undefined and the manager silently fell back to
the real `~/.deepcode/sessions`. The test still passed — it reads the file back
through the locator it was handed — while writing a session and a spill artifact
into the user's actual home directory on every run.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 1b5811e commit f2ee091
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1251 | 1251 | | |
1252 | 1252 | | |
1253 | 1253 | | |
1254 | | - | |
1255 | | - | |
| 1254 | + | |
| 1255 | + | |
1256 | 1256 | | |
1257 | 1257 | | |
1258 | 1258 | | |
| |||
0 commit comments