iiRecord
Agentic AI Atlas · Roo Code Knowledge Fabric — .roorules + memory
knowledge-fabric-impl:roo-code.knowledge@currenta5c.ai
II.
KnowledgeFabricImpl JSON

knowledge-fabric-impl:roo-code.knowledge@current

Structured · live

Roo Code Knowledge Fabric — .roorules + memory 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:roo-code.knowledge@current",
  "_kind": "KnowledgeFabricImpl",
  "_file": "agent-stack/knowledge-fabric-impls/agent-instructions-extended.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Roo Code Knowledge Fabric — .roorules + memory",
    "agentVersionId": "agent-version:roo-code@current",
    "description": "Roo Code's knowledge fabric uses .roorules files for project-level\npersistent instructions. As a Cline fork, Roo Code inherits the memory\nbank pattern with .roo/ directory for structured memory files. Roo Code\nalso supports custom modes with per-mode instruction files, allowing\ndifferent knowledge contexts for different tasks (code, architect,\nreview, etc.).\n",
    "knowledgeFileFormats": [
      ".roorules",
      ".roo/memory/*.md",
      ".roomodes"
    ],
    "knowledgeScopes": [
      "project"
    ],
    "autoExtractionSupport": true,
    "retrievalStrategy": "file-hierarchy",
    "knowledgePersistence": "filesystem",
    "notes": "Roo Code extends Cline's knowledge model with custom modes — each mode\ncan have its own instruction set, making the knowledge fabric contextual\nto the task at hand. The .roorules file provides baseline project\ninstructions, while mode-specific files add task-appropriate context.\n"
  },
  "outgoingEdges": [
    {
      "from": "knowledge-fabric-impl:roo-code.knowledge@current",
      "to": "layer:12-knowledge-fabric",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "knowledge-fabric-impl:roo-code.knowledge@current",
      "to": "agent-version:roo-code@current",
      "kind": "composes",
      "attributes": {
        "role": "knowledge-fabric"
      }
    },
    {
      "from": "knowledge-fabric-impl:roo-code.knowledge@current",
      "to": "memory-system:roo-code-memory",
      "kind": "uses_memory_system",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:roo-code@current",
      "to": "knowledge-fabric-impl:roo-code.knowledge@current",
      "kind": "composed_of",
      "attributes": {
        "role": "knowledge-fabric"
      }
    }
  ]
}