Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
269
function
getNarrativePath() {
270
return
path.join(getEvolutionDir(),
'evolution_narrative.md'
);
271
}
272
273
function
getEvolutionPrinciplesPath() {
274
const
repoRoot = getRepoRoot();
Callers
1
getObserverPaths
Function · 0.85
Calls
1
getEvolutionDir
Function · 0.85
Tested by
no test coverage detected