II.
MemorySystem JSON
Structured · livememory-system:windsurf-memories
Windsurf Memories json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "memory-system:windsurf-memories",
"_kind": "MemorySystem",
"_file": "domain/knowledge-fabric/memory-systems.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Windsurf Memories",
"description": "Windsurf's proprietary codebase pattern learning system. Windsurf Memories\nlearns from how developers interact with a codebase — coding patterns,\nnaming conventions, architecture preferences — and applies that learned\ncontext in future sessions. The system is proprietary and integrated into\nthe Cascade agent, with no user-visible memory files. Persistence is\nmanaged server-side through Windsurf's cloud infrastructure. Unlike\nfile-based memory systems, Windsurf Memories operates as an opaque\nlearned-context layer that cannot be manually inspected or edited.\n",
"memoryKind": "proprietary",
"persistence": "user-scoped",
"autoExtraction": true,
"consolidation": "periodic",
"storageFormat": "custom",
"privacyFilter": false,
"deduplication": "semantic"
},
"outgoingEdges": [
{
"from": "memory-system:windsurf-memories",
"to": "layer:12-knowledge-fabric",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "knowledge-fabric-impl:windsurf.knowledge@current",
"to": "memory-system:windsurf-memories",
"kind": "uses_memory_system",
"attributes": {}
},
{
"from": "agent-version:windsurf@current",
"to": "memory-system:windsurf-memories",
"kind": "uses_memory_system",
"attributes": {}
}
]
}