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

Function getNarrativePath

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

Source from the content-addressed store, hash-verified

267}
268
269function getNarrativePath() {
270 return path.join(getEvolutionDir(), 'evolution_narrative.md');
271}
272
273function getEvolutionPrinciplesPath() {
274 const repoRoot = getRepoRoot();

Callers 1

getObserverPathsFunction · 0.85

Calls 1

getEvolutionDirFunction · 0.85

Tested by

no test coverage detected