iiRecord
Agentic AI Atlas · Aider Knowledge Fabric — .aider.conf.yml + conventions
knowledge-fabric-impl:aider.knowledge@currenta5c.ai
II.
KnowledgeFabricImpl JSON

knowledge-fabric-impl:aider.knowledge@current

Structured · live

Aider Knowledge Fabric — .aider.conf.yml + conventions 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:aider.knowledge@current",
  "_kind": "KnowledgeFabricImpl",
  "_file": "agent-stack/knowledge-fabric-impls/agent-instructions-extended.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Aider Knowledge Fabric — .aider.conf.yml + conventions",
    "agentVersionId": "agent-version:aider@current",
    "description": "Aider's knowledge fabric uses .aider.conf.yml for configuration and\nconventions files for project-level instructions. The --read flag allows\nspecifying files to include as read-only context. Aider also supports\na .aider.chat.history.md file that persists conversation history across\nsessions. The repo map feature automatically extracts a summary of the\ncodebase structure for context.\n",
    "knowledgeFileFormats": [
      ".aider.conf.yml",
      "CONVENTIONS.md",
      ".aider.chat.history.md"
    ],
    "knowledgeScopes": [
      "project"
    ],
    "autoExtractionSupport": false,
    "retrievalStrategy": "file-hierarchy",
    "knowledgePersistence": "filesystem",
    "notes": "Aider's repo map is a notable knowledge feature — it automatically builds\na tree-sitter-based map of the repository showing classes, functions, and\ntheir relationships. This derived knowledge helps the agent understand\ncodebase structure without reading every file. The conventions file and\n.aider.conf.yml provide persistent project instructions.\n"
  },
  "outgoingEdges": [
    {
      "from": "knowledge-fabric-impl:aider.knowledge@current",
      "to": "layer:12-knowledge-fabric",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "knowledge-fabric-impl:aider.knowledge@current",
      "to": "agent-version:aider@current",
      "kind": "composes",
      "attributes": {
        "role": "knowledge-fabric"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:aider@current",
      "to": "knowledge-fabric-impl:aider.knowledge@current",
      "kind": "composed_of",
      "attributes": {
        "role": "knowledge-fabric"
      }
    }
  ]
}