{
  "name": "Knowledge Base",
  "id": "knowledge-base",
  "modeAliases": [
    "knowledge-base",
    "kb"
  ],
  "path": "agentic/code/frameworks/knowledge-base",
  "files": [
    "README.md"
  ],
  "directories": [
    "agents",
    "skills",
    "templates",
    "docs"
  ],
  "ignore": [
    "manifest.json"
  ],
  "memory": {
    "creates": [
      {
        "path": ".aiwg/frameworks/knowledge-base/",
        "description": "All knowledge base artifacts root directory"
      },
      {
        "path": ".aiwg/frameworks/knowledge-base/entities/",
        "description": "Entity pages: people, tools, companies, places"
      },
      {
        "path": ".aiwg/frameworks/knowledge-base/concepts/",
        "description": "Concept/idea pages with definitions and examples"
      },
      {
        "path": ".aiwg/frameworks/knowledge-base/sources/",
        "description": "Source summaries: articles, books, videos, podcasts"
      },
      {
        "path": ".aiwg/frameworks/knowledge-base/comparisons/",
        "description": "Side-by-side comparison tables"
      },
      {
        "path": ".aiwg/frameworks/knowledge-base/syntheses/",
        "description": "Cross-cutting synthesis notes"
      },
      {
        "path": ".aiwg/frameworks/knowledge-base/index.md",
        "description": "Auto-generated index of all KB pages"
      }
    ]
  }
}
