II.
MemorySystem JSON
Structured · livememory-system:cursor-notepads
Cursor Notepads json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "memory-system:cursor-notepads",
"_kind": "MemorySystem",
"_file": "domain/knowledge-fabric/memory-systems.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Cursor Notepads",
"description": "Cursor's manual knowledge capture system. Notepads are user-created\nscratchpads that persist context, decisions, and notes across sessions.\nUnlike auto-memory systems, Notepads require explicit user action to\ncreate and maintain. They complement Cursor's .cursorrules instruction\nfiles by providing a free-form space for knowledge that does not fit\ninto rule format. Cursor also supports .cursor/rules/*.mdc files for\nstructured rule-based memory with glob-scoped applicability.\n",
"memoryKind": "file-based",
"persistence": "project-scoped",
"autoExtraction": false,
"consolidation": "manual",
"storageFormat": "markdown",
"privacyFilter": false,
"deduplication": "none"
},
"outgoingEdges": [
{
"from": "memory-system:cursor-notepads",
"to": "layer:12-knowledge-fabric",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "knowledge-fabric-impl:cursor.knowledge@current",
"to": "memory-system:cursor-notepads",
"kind": "uses_memory_system",
"attributes": {}
},
{
"from": "agentVersion:cursor:ge-0-0-0",
"to": "memory-system:cursor-notepads",
"kind": "uses_memory_system",
"attributes": {}
}
]
}