MCPcopy Create free account
hub / github.com/EvoMap/evolver / baseEnv

Function baseEnv

test/sessionStartScope.test.js:99–108  ·  view source on GitHub ↗
(extra)

Source from the content-addressed store, hash-verified

97}
98
99function 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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected