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

Function getReflectionLogPath

src/gep/paths.js:280–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

278}
279
280function getReflectionLogPath() {
281 return path.join(getEvolutionDir(), 'reflection_log.jsonl');
282}
283
284// Resolve the evolver INSTALLATION directory (the package containing this file),
285// independent of any host git repo or process.cwd().

Callers 1

getObserverPathsFunction · 0.85

Calls 1

getEvolutionDirFunction · 0.85

Tested by

no test coverage detected