MCPcopy Create free account
hub / github.com/anus-dev/ANUS / getGlobalMemoryFilePath

Function getGlobalMemoryFilePath

packages/core/src/tools/memoryTool.ts:127–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125}
126
127function getGlobalMemoryFilePath(): string {
128 // Use ANUS config directory for new installations
129 return path.join(homedir(), ANUS_CONFIG_DIR, getCurrentAnusMdFilename());
130}
131
132/**
133 * Ensures proper newline separation before appending content.

Callers 5

readMemoryFileContentFunction · 0.85
getDescriptionMethod · 0.85
shouldConfirmExecuteMethod · 0.85
executeMethod · 0.85
getModifyContextMethod · 0.85

Calls 1

getCurrentAnusMdFilenameFunction · 0.85

Tested by

no test coverage detected