iiRecord
Agentic AI Atlas · Cline Knowledge Fabric — .clinerules + memory files
knowledge-fabric-impl:cline.knowledge@currenta5c.ai
II.
KnowledgeFabricImpl JSON

knowledge-fabric-impl:cline.knowledge@current

Structured · live

Cline Knowledge Fabric — .clinerules + memory files json

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

File · agent-stack/knowledge-fabric-impls/agent-instructions-extended.yamlCluster · agent-stack
Record JSON
{
  "id": "knowledge-fabric-impl:cline.knowledge@current",
  "_kind": "KnowledgeFabricImpl",
  "_file": "agent-stack/knowledge-fabric-impls/agent-instructions-extended.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Cline Knowledge Fabric — .clinerules + memory files",
    "agentVersionId": "agent-version:cline@current",
    "description": "Cline's knowledge fabric uses .clinerules files for project-level persistent\ninstructions and conventions. Cline also maintains memory bank files in\n.cline/ directory that persist context about the project across sessions.\nThe memory bank includes activeContext.md, productContext.md, progress.md,\nsystemPatterns.md, and techContext.md. These are read at session start and\noptionally updated at session end. Retrieval is file-hierarchy based.\n",
    "knowledgeFileFormats": [
      ".clinerules",
      ".cline/memory/*.md"
    ],
    "knowledgeScopes": [
      "project"
    ],
    "autoExtractionSupport": true,
    "retrievalStrategy": "file-hierarchy",
    "knowledgePersistence": "filesystem",
    "notes": "Cline's memory bank is a structured set of markdown files that the agent\nreads at session start and can update during/after sessions. This gives\nCline a form of auto-memory extraction similar to Claude Code's MEMORY.md.\nThe .clinerules file is analogous to .cursorrules or CLAUDE.md — persistent\ninstructions that survive across sessions.\n"
  },
  "outgoingEdges": [
    {
      "from": "knowledge-fabric-impl:cline.knowledge@current",
      "to": "layer:12-knowledge-fabric",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "knowledge-fabric-impl:cline.knowledge@current",
      "to": "agent-version:cline@current",
      "kind": "composes",
      "attributes": {
        "role": "knowledge-fabric"
      }
    },
    {
      "from": "knowledge-fabric-impl:cline.knowledge@current",
      "to": "memory-system:cline-memory-bank",
      "kind": "uses_memory_system",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:cline@current",
      "to": "knowledge-fabric-impl:cline.knowledge@current",
      "kind": "composed_of",
      "attributes": {
        "role": "knowledge-fabric"
      }
    }
  ]
}