II.
KnowledgeFabricImpl JSON
Structured · liveknowledge-fabric-impl:opencode.knowledge@current
OpenCode Knowledge Fabric — AGENTS.md json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "knowledge-fabric-impl:opencode.knowledge@current",
"_kind": "KnowledgeFabricImpl",
"_file": "agent-stack/knowledge-fabric-impls/agent-instructions-extended.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "OpenCode Knowledge Fabric — AGENTS.md",
"agentVersionId": "agentVersion:opencode:ge-0-0-0",
"description": "OpenCode uses AGENTS.md as its primary knowledge fabric file. AGENTS.md\nprovides persistent project-level instructions read at session bootstrap.\nOpenCode's HTTP-based architecture means the knowledge context is loaded\nonce and shared across the session. There is no auto-memory extraction\nor user-level knowledge scope.\n",
"knowledgeFileFormats": [
"AGENTS.md"
],
"knowledgeScopes": [
"project"
],
"autoExtractionSupport": false,
"retrievalStrategy": "file-hierarchy",
"knowledgePersistence": "filesystem",
"notes": "OpenCode follows the AGENTS.md convention used by Codex and Amp. The\nknowledge fabric is minimal and file-hierarchy based. No vector-based\nretrieval or auto-memory extraction has been documented.\n"
},
"outgoingEdges": [
{
"from": "knowledge-fabric-impl:opencode.knowledge@current",
"to": "layer:12-knowledge-fabric",
"kind": "realizes",
"attributes": {}
},
{
"from": "knowledge-fabric-impl:opencode.knowledge@current",
"to": "agentVersion:opencode:ge-0-0-0",
"kind": "composes",
"attributes": {
"role": "knowledge-fabric"
}
}
],
"incomingEdges": [
{
"from": "agentVersion:opencode:ge-0-0-0",
"to": "knowledge-fabric-impl:opencode.knowledge@current",
"kind": "composed_of",
"attributes": {
"role": "knowledge-fabric"
}
}
]
}