II.
MemorySystem JSON
Structured · livememory-system:goose-memory
Goose Memory json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "memory-system:goose-memory",
"_kind": "MemorySystem",
"_file": "domain/knowledge-fabric/memory-systems.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Goose Memory",
"description": "Goose's AGENTS.md + profile configuration memory layer. AGENTS.md\nprovides project-scoped persistent guidance read at session start.\nGoose profiles (goose configure) add user-level configuration memory\n— preferred models, extension settings, and behavioral defaults that\npersist across projects. The two-layer model separates project-specific\nknowledge (AGENTS.md) from user-level preferences (profile), mirroring\nthe project/user scope split in Claude Code.\n",
"memoryKind": "file-based",
"persistence": "project-scoped",
"autoExtraction": false,
"consolidation": "manual",
"storageFormat": "markdown",
"privacyFilter": false,
"deduplication": "none"
},
"outgoingEdges": [
{
"from": "memory-system:goose-memory",
"to": "layer:12-knowledge-fabric",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-version:goose@current",
"to": "memory-system:goose-memory",
"kind": "uses_memory_system",
"attributes": {}
}
]
}