II.
MemorySystem JSON
Structured · livememory-system:claude-code-auto-memory
Claude Code Auto-Memory json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "memory-system:claude-code-auto-memory",
"_kind": "MemorySystem",
"_file": "domain/knowledge-fabric/memory-systems.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Claude Code Auto-Memory",
"description": "Claude Code's file-based auto-memory system. Automatically extracts salient\nfacts, preferences, and project-specific knowledge from conversations and\npersists them to MEMORY.md files under ~/.claude/projects/<hash>/memory/.\nThe MEMORY.md index file links to per-topic memory files. Background\nconsolidation (auto-dream) runs post-session to merge, deduplicate, and\nreorganize extracted memories. Memory is scoped at both project and user\nlevels, with project-level CLAUDE.md providing instruction memory and\nuser-level MEMORY.md providing learned-context memory. Security validation\nrejects path traversal, null bytes, UNC paths, and drive-root writes.\n",
"memoryKind": "file-based",
"persistence": "user-scoped",
"autoExtraction": true,
"consolidation": "auto-dream",
"storageFormat": "markdown",
"privacyFilter": false,
"deduplication": "semantic"
},
"outgoingEdges": [
{
"from": "memory-system:claude-code-auto-memory",
"to": "layer:12-knowledge-fabric",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "knowledge-fabric-impl:claude-code.knowledge@current",
"to": "memory-system:claude-code-auto-memory",
"kind": "uses_memory_system",
"attributes": {}
},
{
"from": "agent-version:a5c@current",
"to": "memory-system:claude-code-auto-memory",
"kind": "uses_memory_system",
"attributes": {}
},
{
"from": "agent-version:agent-mux@current",
"to": "memory-system:claude-code-auto-memory",
"kind": "uses_memory_system",
"attributes": {}
},
{
"from": "agent-version:babysitter@current",
"to": "memory-system:claude-code-auto-memory",
"kind": "uses_memory_system",
"attributes": {}
},
{
"from": "agentVersion:claude:ge-0-0-0",
"to": "memory-system:claude-code-auto-memory",
"kind": "uses_memory_system",
"attributes": {}
},
{
"from": "background-consolidation:claude-code-auto-dream",
"to": "memory-system:claude-code-auto-memory",
"kind": "consolidates_memory_system",
"attributes": {}
},
{
"from": "background-consolidation:claude-code-extract-memories",
"to": "memory-system:claude-code-auto-memory",
"kind": "consolidates_memory_system",
"attributes": {}
},
{
"from": "memory-hierarchy:claude-code-default",
"to": "memory-system:claude-code-auto-memory",
"kind": "uses_memory_system",
"attributes": {}
}
]
}