Commit 03f5ca2
committed
Fix feedback log path: use absolute path so agent always finds it
The feedback log (.docetl_feedback.log) used a relative path, so if
the server and the agent had different cwds, the agent's Monitor would
watch the wrong file and never see feedback.
Now FeedbackStore resolves the log path to an absolute path at init.
The pipeline prints [FEEDBACK_LOG] <path> to stdout so the agent knows
where to monitor. Added /feedback/log_path endpoint for discovery.
https://claude.ai/code/session_013WUwghjHVh6r5mRHEMuhGP1 parent a67446b commit 03f5ca2
2 files changed
Lines changed: 22 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
| 588 | + | |
| 589 | + | |
588 | 590 | | |
589 | 591 | | |
590 | 592 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
37 | 50 | | |
38 | 51 | | |
39 | 52 | | |
| |||
47 | 60 | | |
48 | 61 | | |
49 | 62 | | |
50 | | - | |
51 | | - | |
| 63 | + | |
| 64 | + | |
52 | 65 | | |
53 | 66 | | |
54 | 67 | | |
55 | 68 | | |
56 | | - | |
| 69 | + | |
57 | 70 | | |
58 | 71 | | |
59 | 72 | | |
| |||
312 | 325 | | |
313 | 326 | | |
314 | 327 | | |
| 328 | + | |
| 329 | + | |
315 | 330 | | |
316 | 331 | | |
317 | 332 | | |
| |||
2241 | 2256 | | |
2242 | 2257 | | |
2243 | 2258 | | |
| 2259 | + | |
| 2260 | + | |
2244 | 2261 | | |
2245 | 2262 | | |
2246 | 2263 | | |
| |||
0 commit comments