II.
MemorySystem JSON
Structured · livememory-system:gemini-cli-memory
Gemini CLI Memory json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "memory-system:gemini-cli-memory",
"_kind": "MemorySystem",
"_file": "domain/knowledge-fabric/memory-systems.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Gemini CLI Memory",
"description": "Gemini CLI's instruction-file memory system. GEMINI.md is the primary\npersistent knowledge file, read at session start and injected into the\nsystem context. Supports a project-root → nested-directory hierarchy\nwhere inner GEMINI.md files extend or override outer ones. Gemini CLI\nalso reads AGENTS.md as an alternate instruction file, providing\ncross-agent compatibility with Codex and Amp workflows.\n",
"memoryKind": "file-based",
"persistence": "project-scoped",
"autoExtraction": false,
"consolidation": "manual",
"storageFormat": "markdown",
"privacyFilter": false,
"deduplication": "none"
},
"outgoingEdges": [
{
"from": "memory-system:gemini-cli-memory",
"to": "layer:12-knowledge-fabric",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agentVersion:gemini:ge-0-0-0",
"to": "memory-system:gemini-cli-memory",
"kind": "uses_memory_system",
"attributes": {}
}
]
}