Commit df5badf
fix: curator nesting detection and dual-retrieval file parsing
- Strip CLAUDE_CODE_ENTRYPOINT in addition to CLAUDECODE when spawning
`claude -p` subprocesses, fixing nesting detection false positive
- Handle string file entries (V7+ format) in verify_dual_retrieval,
not just legacy dict format
Validated: V8 hard subset F1=0.394 (vs V7 F1=0.303, +30%).
Profile smoke test: all 5 profiles produce correct behavior.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ea09151 commit df5badf
1 file changed
+12
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1578 | 1578 | | |
1579 | 1579 | | |
1580 | 1580 | | |
1581 | | - | |
1582 | | - | |
| 1581 | + | |
| 1582 | + | |
| 1583 | + | |
1583 | 1584 | | |
1584 | 1585 | | |
1585 | 1586 | | |
| |||
1819 | 1820 | | |
1820 | 1821 | | |
1821 | 1822 | | |
1822 | | - | |
| 1823 | + | |
| 1824 | + | |
1823 | 1825 | | |
1824 | 1826 | | |
1825 | 1827 | | |
| |||
2460 | 2462 | | |
2461 | 2463 | | |
2462 | 2464 | | |
2463 | | - | |
2464 | | - | |
| 2465 | + | |
| 2466 | + | |
| 2467 | + | |
| 2468 | + | |
| 2469 | + | |
| 2470 | + | |
| 2471 | + | |
2465 | 2472 | | |
2466 | 2473 | | |
2467 | 2474 | | |
| |||
0 commit comments