II.
KnowledgeFabricImpl JSON
Structured · liveknowledge-fabric-impl:git-markdown-wiki
Git Markdown Wiki — version-controlled markdown knowledge base json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "knowledge-fabric-impl:git-markdown-wiki",
"_kind": "KnowledgeFabricImpl",
"_file": "agent-stack/knowledge-fabric-impls/git-markdown-knowledge.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Git Markdown Wiki — version-controlled markdown knowledge base",
"description": "A git repository of markdown files organized by topic, with cross-references\nvia relative links. The most fundamental knowledge fabric — version-controlled,\nreviewable, diff-able, and mergeable. Used by engineering teams for runbooks,\nADRs, onboarding docs, and internal wikis. Knowledge is organized via directory\nhierarchy and frontmatter metadata. Retrieval is file-hierarchy traversal,\nfull-text search, or link-following. The git history itself becomes a knowledge\nartifact — who changed what, when, and why.\n",
"knowledgeFileFormats": [
"markdown",
"yaml-frontmatter"
],
"retrievalStrategy": "file-hierarchy",
"knowledgePersistence": "git-versioned",
"knowledgeScopes": [
"project",
"organization"
],
"autoExtractionSupport": false,
"notes": "Git-native markdown wikis are the simplest knowledge fabric with the\nstrongest durability guarantees. Every change is versioned, attributed,\nand reviewable via pull requests. Tools like MkDocs, Docusaurus, or\nGitHub Wiki render them as browsable sites. The trade-off is manual\ncuration — there is no automatic extraction or semantic search without\nadditional tooling.\n"
},
"outgoingEdges": [
{
"from": "knowledge-fabric-impl:git-markdown-wiki",
"to": "layer:12-knowledge-fabric",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": []
}