iiRecord
Agentic AI Atlas · Continue Knowledge Fabric — .continuerules + config context
knowledge-fabric-impl:continue.knowledge@currenta5c.ai
II.
KnowledgeFabricImpl JSON

knowledge-fabric-impl:continue.knowledge@current

Structured · live

Continue Knowledge Fabric — .continuerules + config context 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:continue.knowledge@current",
  "_kind": "KnowledgeFabricImpl",
  "_file": "agent-stack/knowledge-fabric-impls/agent-instructions-extended.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Continue Knowledge Fabric — .continuerules + config context",
    "agentVersionId": "agent-version:continue@current",
    "description": "Continue's knowledge fabric uses .continuerules files and config.json\ncontext providers for persistent project-level instructions. The\nconfig.json file defines context providers that can pull knowledge from\nvarious sources including files, URLs, databases, and custom APIs.\nContinue also supports @-mention syntax for manually anchoring specific\nfiles or documentation as context.\n",
    "knowledgeFileFormats": [
      ".continuerules",
      ".continue/config.json"
    ],
    "knowledgeScopes": [
      "project",
      "user"
    ],
    "autoExtractionSupport": false,
    "retrievalStrategy": "hybrid",
    "knowledgePersistence": "filesystem",
    "notes": "Continue's context provider system is its distinguishing knowledge fabric\nfeature — it supports pluggable context sources beyond static files.\nContext providers can pull from documentation sites, databases, APIs,\nand even vector stores. The .continuerules file provides static project\ninstructions similar to other agent rule files.\n"
  },
  "outgoingEdges": [
    {
      "from": "knowledge-fabric-impl:continue.knowledge@current",
      "to": "layer:12-knowledge-fabric",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "knowledge-fabric-impl:continue.knowledge@current",
      "to": "agent-version:continue@current",
      "kind": "composes",
      "attributes": {
        "role": "knowledge-fabric"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:continue@current",
      "to": "knowledge-fabric-impl:continue.knowledge@current",
      "kind": "composed_of",
      "attributes": {
        "role": "knowledge-fabric"
      }
    }
  ]
}