II.
KnowledgeFabricImpl JSON
Structured · liveknowledge-fabric-impl:continue.knowledge@current
Continue Knowledge Fabric — .continuerules + config context json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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"
}
}
]
}