(extra)
| 97 | } |
| 98 | |
| 99 | function baseEnv(extra) { |
| 100 | return { |
| 101 | HOME: extra.HOME, |
| 102 | EVOLVER_ROOT: repoRoot, |
| 103 | EVOLVER_SESSION_AUTO_RESTART: '0', |
| 104 | // Force dedup off (default) so every run injects. |
| 105 | EVOLVER_SESSION_START_DEDUP: '', |
| 106 | ...extra, |
| 107 | }; |
| 108 | } |
| 109 | |
| 110 | // Make a temp dir that is a real, self-owned git work tree, and return a |
| 111 | // CLAUDE_PROJECT_DIR pointing at it. Without this, the hook resolves a non-git |
no outgoing calls
no test coverage detected