II.
PathDescriptor JSON
Structured · livepath:cursor-state-dir
Cursor application state directory json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "path:cursor-state-dir",
"_kind": "PathDescriptor",
"_file": "catalog-meta/path-descriptors/cursor-state-dir.yaml",
"_cluster": "catalog-meta",
"attributes": {
"pathId": "path:cursor-state-dir",
"displayName": "Cursor application state directory",
"path": "~/Library/Application Support/Cursor/",
"pathKind": "session-state-dir",
"ownerKind": "AgentPlatformImpl",
"ownerId": "agent-platform-impl:cursor.platform@current",
"platform": "macos",
"scope": "user",
"evaluationContext": "user",
"expansion": "home",
"notes": "Cursor Electron userData. Per-OS layout:\n - macOS: ~/Library/Application Support/Cursor/\n - Linux: ~/.config/Cursor/\n - Windows: %APPDATA%\\Cursor\\\nSingle descriptor uses macOS path; sibling descriptors should be added if\nper-OS distinctions are needed.\n"
},
"outgoingEdges": [
{
"from": "path:cursor-state-dir",
"to": "agent-platform-impl:cursor.platform@current",
"kind": "owned_by",
"attributes": {}
}
],
"incomingEdges": []
}