iiRecord
Agentic AI Atlas · Pi Knowledge Fabric — CLAUDE.md (Claude Code compatible)
knowledge-fabric-impl:pi.knowledge@currenta5c.ai
II.
KnowledgeFabricImpl JSON

knowledge-fabric-impl:pi.knowledge@current

Structured · live

Pi Knowledge Fabric — CLAUDE.md (Claude Code compatible) 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:pi.knowledge@current",
  "_kind": "KnowledgeFabricImpl",
  "_file": "agent-stack/knowledge-fabric-impls/agent-instructions-extended.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Pi Knowledge Fabric — CLAUDE.md (Claude Code compatible)",
    "agentVersionId": "agentVersion:pi:ge-0-0-0",
    "description": "Pi uses Claude Code's CLAUDE.md file format as its knowledge fabric,\nproviding cross-compatibility with Claude Code's instruction system.\nCLAUDE.md files at project root and nested directories provide persistent\ninstructions and context that survive across sessions. Pi reads these\nfiles at session bootstrap and injects them into the system prompt.\n",
    "knowledgeFileFormats": [
      "CLAUDE.md"
    ],
    "knowledgeScopes": [
      "project"
    ],
    "autoExtractionSupport": false,
    "retrievalStrategy": "file-hierarchy",
    "knowledgePersistence": "filesystem",
    "notes": "Pi's adoption of CLAUDE.md as its knowledge format means projects\nconfigured for Claude Code automatically work with Pi. This cross-agent\ncompatibility is a strategic advantage — teams do not need to maintain\nseparate instruction files for different agents.\n"
  },
  "outgoingEdges": [
    {
      "from": "knowledge-fabric-impl:pi.knowledge@current",
      "to": "layer:12-knowledge-fabric",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "knowledge-fabric-impl:pi.knowledge@current",
      "to": "agentVersion:pi:ge-0-0-0",
      "kind": "composes",
      "attributes": {
        "role": "knowledge-fabric"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "agentVersion:pi:ge-0-0-0",
      "to": "knowledge-fabric-impl:pi.knowledge@current",
      "kind": "composed_of",
      "attributes": {
        "role": "knowledge-fabric"
      }
    }
  ]
}