memory-paths

Rendered from Markdown into styled HTML. Code blocks, tables, and links stay readable and theme-consistent.

On This Page

Exported APIEnvironment Variables ReferencedNotable Internal Symbols

memory-paths

  • Source file: src/memory-paths.ts
  • Lines: 78
  • Responsibility: Memory workspace path resolution, scaffold creation, and path allowlist enforcement.

Exported API

export function resolveGroupWorkspaceDir(groupFolder: string): string {
export function resolveSoulPath(groupFolder: string): string {
export function resolveMemoryPath(groupFolder: string): string {
export function resolveMemoryDir(groupFolder: string): string {
export function ensureMemoryScaffold(
export function isAllowedMemoryRelativePath(relPath: string): boolean {
export function resolveAllowedMemoryFilePath(

Environment Variables Referenced

None in this module.

Notable Internal Symbols

No notable top-level internal symbol list generated.