iiRecord
Agentic AI Atlas · Qwen Code Memory
memory-system:qwen-code-memorya5c.ai
II.
MemorySystem JSON

memory-system:qwen-code-memory

Structured · live

Qwen Code Memory json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/knowledge-fabric/memory-systems.yamlCluster · domain
Record JSON
{
  "id": "memory-system:qwen-code-memory",
  "_kind": "MemorySystem",
  "_file": "domain/knowledge-fabric/memory-systems.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Qwen Code Memory",
    "description": "Qwen Code's instruction-file memory system. QWEN.md is the primary\npersistent project context file, read at session start and injected into\nthe agent context. Qwen Code 0.16.2 adds `.qwen/QWEN.local.md` as a\nproject-local context location for repository-scoped notes that should\nstay local to the checkout rather than living in shared team memory.\n",
    "memoryKind": "file-based",
    "persistence": "project-scoped",
    "autoExtraction": false,
    "consolidation": "manual",
    "storageFormat": "markdown",
    "privacyFilter": false,
    "deduplication": "none"
  },
  "outgoingEdges": [
    {
      "from": "memory-system:qwen-code-memory",
      "to": "layer:12-knowledge-fabric",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:qwen@current",
      "to": "memory-system:qwen-code-memory",
      "kind": "uses_memory_system",
      "attributes": {
        "notes": "Qwen Code 0.16.2 adds `.qwen/QWEN.local.md` as project-local context."
      }
    }
  ]
}