{
  "type": "excalidraw",
  "version": 2,
  "source": "claude",
  "elements": [
    {
      "type": "text",
      "id": "title",
      "x": 160,
      "y": 20,
      "width": 600,
      "height": 70,
      "text": "Memory Promotion Flow",
      "fontSize": 28,
      "fontFamily": 1,
      "strokeColor": "#000000",
      "textAlign": "left",
      "verticalAlign": "top"
    },
    {
      "type": "text",
      "id": "subtitle",
      "x": 160,
      "y": 88,
      "width": 600,
      "height": 35,
      "text": "How patterns move up the hierarchy — and decay back down",
      "fontSize": 14,
      "fontFamily": 1,
      "strokeColor": "#000000",
      "textAlign": "left",
      "verticalAlign": "top"
    },
    {
      "type": "rectangle",
      "id": "l4-box",
      "x": 80,
      "y": 580,
      "width": 220,
      "height": 60,
      "strokeColor": "#495057",
      "backgroundColor": "#dee2e6",
      "fillStyle": "hachure",
      "strokeWidth": 2,
      "roundness": { "type": 3 },
      "boundElements": [{ "type": "text", "id": "l4-label" }]
    },
    {
      "type": "text",
      "id": "l4-label",
      "x": 80,
      "y": 580,
      "width": 220,
      "height": 60,
      "text": "L4: store_memory / docs",
      "fontSize": 14,
      "fontFamily": 1,
      "strokeColor": "#000000",
      "textAlign": "center",
      "verticalAlign": "middle",
      "containerId": "l4-box"
    },
    {
      "type": "rectangle",
      "id": "l3-box",
      "x": 80,
      "y": 460,
      "width": 220,
      "height": 60,
      "strokeColor": "#0c8599",
      "backgroundColor": "#99e9f2",
      "fillStyle": "hachure",
      "strokeWidth": 2,
      "roundness": { "type": 3 },
      "boundElements": [{ "type": "text", "id": "l3-label" }]
    },
    {
      "type": "text",
      "id": "l3-label",
      "x": 80,
      "y": 460,
      "width": 220,
      "height": 60,
      "text": "L3: Session Store",
      "fontSize": 14,
      "fontFamily": 1,
      "strokeColor": "#000000",
      "textAlign": "center",
      "verticalAlign": "middle",
      "containerId": "l3-box"
    },
    {
      "type": "rectangle",
      "id": "l2-box",
      "x": 80,
      "y": 340,
      "width": 220,
      "height": 60,
      "strokeColor": "#e67700",
      "backgroundColor": "#fff3bf",
      "fillStyle": "hachure",
      "strokeWidth": 2,
      "roundness": { "type": 3 },
      "boundElements": [{ "type": "text", "id": "l2-label" }]
    },
    {
      "type": "text",
      "id": "l2-label",
      "x": 80,
      "y": 340,
      "width": 220,
      "height": 60,
      "text": "L2: Hot Cache Index",
      "fontSize": 14,
      "fontFamily": 1,
      "strokeColor": "#000000",
      "textAlign": "center",
      "verticalAlign": "middle",
      "containerId": "l2-box"
    },
    {
      "type": "rectangle",
      "id": "l1-box",
      "x": 80,
      "y": 220,
      "width": 220,
      "height": 60,
      "strokeColor": "#2f9e44",
      "backgroundColor": "#b2f2bb",
      "fillStyle": "hachure",
      "strokeWidth": 2,
      "roundness": { "type": 3 },
      "boundElements": [{ "type": "text", "id": "l1-label" }]
    },
    {
      "type": "text",
      "id": "l1-label",
      "x": 80,
      "y": 220,
      "width": 220,
      "height": 60,
      "text": "L1: Scoped Instructions",
      "fontSize": 14,
      "fontFamily": 1,
      "strokeColor": "#000000",
      "textAlign": "center",
      "verticalAlign": "middle",
      "containerId": "l1-box"
    },
    {
      "type": "rectangle",
      "id": "l0-box",
      "x": 80,
      "y": 140,
      "width": 220,
      "height": 60,
      "strokeColor": "#1864ab",
      "backgroundColor": "#a5d8ff",
      "fillStyle": "hachure",
      "strokeWidth": 2,
      "roundness": { "type": 3 },
      "boundElements": [{ "type": "text", "id": "l0-label" }]
    },
    {
      "type": "text",
      "id": "l0-label",
      "x": 80,
      "y": 140,
      "width": 220,
      "height": 60,
      "text": "L0: Agent Frontmatter",
      "fontSize": 14,
      "fontFamily": 1,
      "strokeColor": "#000000",
      "textAlign": "center",
      "verticalAlign": "middle",
      "containerId": "l0-box"
    },
    {
      "type": "arrow",
      "id": "arr-l4-l2",
      "x": 300,
      "y": 555,
      "width": 120,
      "height": -185,
      "strokeColor": "#2f9e44",
      "strokeWidth": 2,
      "points": [[0,0],[60,0],[60,-185],[120,-185]]
    },
    {
      "type": "text",
      "id": "l4-promo-label",
      "x": 340,
      "y": 490,
      "width": 200,
      "height": 60,
      "text": "3× access\n→ promote to L2",
      "fontSize": 13,
      "fontFamily": 1,
      "strokeColor": "#2f9e44",
      "textAlign": "left",
      "verticalAlign": "top"
    },
    {
      "type": "arrow",
      "id": "arr-l2-l1",
      "x": 300,
      "y": 355,
      "width": 120,
      "height": -95,
      "strokeColor": "#2f9e44",
      "strokeWidth": 2,
      "points": [[0,0],[60,0],[60,-95],[120,-95]]
    },
    {
      "type": "text",
      "id": "l2-promo-label",
      "x": 340,
      "y": 290,
      "width": 200,
      "height": 60,
      "text": "5 sessions\n→ promote to L1",
      "fontSize": 13,
      "fontFamily": 1,
      "strokeColor": "#2f9e44",
      "textAlign": "left",
      "verticalAlign": "top"
    },
    {
      "type": "arrow",
      "id": "arr-l1-l0",
      "x": 300,
      "y": 250,
      "width": 120,
      "height": -80,
      "strokeColor": "#2f9e44",
      "strokeWidth": 2,
      "points": [[0,0],[60,0],[60,-80],[120,-80]]
    },
    {
      "type": "text",
      "id": "l1-promo-label",
      "x": 340,
      "y": 185,
      "width": 200,
      "height": 60,
      "text": ">50% sessions\n→ promote to L0",
      "fontSize": 13,
      "fontFamily": 1,
      "strokeColor": "#2f9e44",
      "textAlign": "left",
      "verticalAlign": "top"
    },
    {
      "type": "arrow",
      "id": "arr-decay",
      "x": 60,
      "y": 370,
      "width": -40,
      "height": 200,
      "strokeColor": "#c92a2a",
      "strokeWidth": 2,
      "points": [[0,0],[-40,0],[-40,200],[0,200]]
    },
    {
      "type": "text",
      "id": "decay-label",
      "x": 10,
      "y": 450,
      "width": 50,
      "height": 60,
      "text": "decay\n10+ sess",
      "fontSize": 11,
      "fontFamily": 1,
      "strokeColor": "#c92a2a",
      "textAlign": "center",
      "verticalAlign": "top"
    }
  ],
  "appState": { "viewBackgroundColor": "#ffffff" }
}
