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

Function getEvolutionPrinciplesPath

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

Source from the content-addressed store, hash-verified

271}
272
273function getEvolutionPrinciplesPath() {
274 const repoRoot = getRepoRoot();
275 const custom = path.join(repoRoot, 'EVOLUTION_PRINCIPLES.md');
276 if (fs.existsSync(custom)) return custom;
277 return path.join(repoRoot, 'assets', 'gep', 'EVOLUTION_PRINCIPLES.md');
278}
279
280function getReflectionLogPath() {
281 return path.join(getEvolutionDir(), 'reflection_log.jsonl');

Callers

nothing calls this directly

Calls 1

getRepoRootFunction · 0.85

Tested by

no test coverage detected