{
  "title": "AIWG Documentation",
  "description": "AI-powered workflow guide for SDLC, marketing, and content teams",
  "brandMark": "AIWG",
  "brandSub": "Docs",
  "tagline": "Modular AI workflows for every team",
  "copyright": "AIWG Project",
  "theme": "dark",
  "navPosition": "right",
  "welcome": {
    "eyebrow": "AIWG",
    "headline": "Deploy a Virtual Organization",
    "lead": "Architects, engineers, testers, forensics analysts, researchers, marketers — 200+ specialized agents that collaborate like a real team. Eight frameworks, 29 addons, one CLI.",
    "pillars": [
      "SDLC Complete — Full lifecycle from intake to production with 85+ agents, stage-gate workflows, and multi-agent orchestration",
      "Forensics Complete — Digital forensics and incident response: evidence acquisition, timeline building, IOC analysis, Sigma hunting",
      "Research Complete — Academic research workflows: discovery, acquisition, RAG-based documentation, FAIR-aligned citation management",
      "Security Engineering — Applied security: cryptographic primitives, chain-of-trust, auth factors, supply-chain trust, and physical-threat modeling",
      "Media/Marketing Kit — Campaign orchestration from strategy through analytics, creative production, and channel management",
      "Media Curator — Intelligent media archive management: discography analysis, quality filtering, metadata curation, multi-platform export",
      "Knowledge Base — Wiki and semantic-memory framework: document ingest, KB health checks, and llm-wiki profiles",
      "Ops Complete — Operational infrastructure: incident response, runbooks, fleet inventory, and audit trails",
      "29 addons — RLM recursive context decomposition, voice profiles, testing quality, writing validation, UAT-MCP toolkit, and more",
      "11 platforms — Claude Code, OpenAI/Codex, GitHub Copilot, Factory AI, Cursor, OpenCode, Warp, Windsurf, OpenClaw, Hermes, OpenHuman"
    ],
    "checklist": [
      "Install globally: npm i -g aiwg",
      "Deploy a framework: aiwg use sdlc",
      "Add capabilities: aiwg use rlm",
      "Work naturally: just describe what you need"
    ],
    "quickLinks": [
      { "label": "Get Started", "href": "#/quickstart" },
      { "label": "SDLC Framework", "href": "#/quickstart-sdlc" },
      { "label": "CLI Reference", "href": "#/cli-reference" },
      { "label": "View on GitHub", "href": "https://github.com/jmagly/aiwg" }
    ],
    "quote": "Stop writing prompts. Start shipping software."
  },
  "seo": {
    "enabled": true,
    "siteUrl": "https://docs.aiwg.io",
    "generateSitemap": true,
    "generateStaticPages": true,
    "rootHtmlFallback": true,
    "generateRobotsTxt": true,
    "defaultChangeFreq": "weekly",
    "structuredData": {
      "organizationName": "AIWG Project",
      "logoUrl": "https://docs.aiwg.io/assets/favicon.svg"
    }
  },
  "export": {
    "logo": "embed",
    "logoPath": "favicon.svg",
    "showTagline": true,
    "showDate": true
  },
  "docsMap": {
    "enabled": true,
    "title": "Docs Map",
    "renderer": "svg"
  },
  "collections": [
    {
      "path": "blog",
      "route": "/blog",
      "title": "AIWG Blog",
      "manifest": true,
      "feed": true,
      "sortBy": "date",
      "order": "desc",
      "showDate": true,
      "showSummary": true
    }
  ]
}
