Commit 63c27d0
test(daemon): isolate AGENT_MEM_HOME in the daemon.state test
The test wrote to the real ~/.agent-mem (CI has no such dir -> FileNotFoundError;
locally it silently clobbered the user's daemon.state). conftest's home
isolation is opt-in (agent_mem_home), not autouse as a stale docstring implied,
so request it explicitly and assert against the isolated tmp.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 1d53ef8 commit 63c27d0
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | | - | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
| 16 | + | |
16 | 17 | | |
17 | | - | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments