{
  "$schema": "https://pow3r.link/schemas/pow3r.v5.config.schema.json",
  "configId": "pow3r-v5-pow3r.config",
  "version": "5.0.0",
  "schemaVersion": {
    "current": "5.0.0",
    "minSupported": "5.0.0",
    "migrationRegistry": "https://config.superbots.link/config/migrations"
  },
  "metadata": {
    "title": "pow3r.config",
    "description": "Pow3r Platform Configuration Repository - Central config system, component factory, MCP servers, orchestrator, and documentation",
    "ecosystem": "pow3r",
    "maintainers": [
      "Power Flow"
    ],
    "createdAt": "2025-01-01T00:00:00.000Z",
    "lastUpdate": "2026-07-24T04:41:06.255Z",
    "repository": "https://github.com/memorymusicllc/pow3r.config",
    "documentation": "https://config.superbots.link/docs",
    "license": "MIT"
  },
  "constitution": {
    "version": "5.0.0",
    "enforcement": "strict",
    "techStackCompliant": true
  },
  "techStack": {
    "hasReact": true,
    "hasVite": true,
    "hasTailwind": true,
    "hasTypeScript": true,
    "framework": "react",
    "buildTool": "vite",
    "cssFramework": "tailwindcss"
  },
  "developmentStatus": {
    "phase": "in-progress",
    "completion": 0.75,
    "healthScore": 0.85,
    "lastUpdate": "2026-07-24T04:41:06.255Z"
  },
  "nodes": [
    {
      "id": "pow3r.config",
      "type": "repository.core",
      "version": "5.0.0",
      "metadata": {
        "title": "pow3r.config",
        "description": "Central configuration repository for Pow3r Platform",
        "tags": [
          "core",
          "config",
          "orchestrator",
          "mcp",
          "components"
        ],
        "currentWorkflow": "wf-connect-ssot-bind-v1",
        "workflowStartedAt": "2026-08-14T18:35:50.756Z"
      },
      "developmentStatus": {
        "phase": "in-progress",
        "completion": 0.75,
        "healthScore": 0.85,
        "status": "executing",
        "lastUpdate": "2026-08-14T18:35:50.756Z"
      },
      "deployment_metadata": {
        "prod_url": "https://config.superbots.link",
        "deploy_workflow_id": "wf-config-deploy-v1",
        "deploy_mechanism": "git-push-or-wrangler-oauth"
      },
      "primary_user_journey": [
        {
          "step": 1,
          "action": "navigate",
          "label": "Open the docs site",
          "expect": {
            "urlIncludes": "/docs"
          }
        },
        {
          "step": 2,
          "action": "verify",
          "label": "Docs index renders the Pow3r documentation list",
          "expect": {
            "textIncludes": "Pow3r"
          }
        },
        {
          "step": 3,
          "action": "verify",
          "label": "Health endpoint reports ok",
          "expect": {
            "urlIncludes": "/api/health",
            "textIncludes": "ok"
          }
        },
        {
          "step": 4,
          "action": "screenshot",
          "label": "Capture docs landing as deploy evidence",
          "evidence": "config-docs-landing.png"
        }
      ]
    },
    {
      "id": "pow3r.config.component-factory",
      "type": "system.component-factory",
      "version": "1.0.0",
      "metadata": {
        "title": "Component Factory v1",
        "description": "Config-driven component system with extension, transformation, agent connectivity, and X-Plugin integration",
        "tags": [
          "component-factory",
          "config-driven",
          "v1",
          "complete"
        ]
      },
      "developmentStatus": {
        "phase": "complete",
        "completion": 1,
        "healthScore": 0.95
      }
    }
  ],
  "xSystem": {
    "alwaysConnected": true,
    "required": [
      "xPlugin",
      "xLog"
    ],
    "recommended": [
      "xFiles",
      "xStream"
    ],
    "endpoints": {
      "xPlugin": "https://config.superbots.link/mcp/x-plugin",
      "xLog": "https://config.superbots.link/mcp/xlog",
      "xFiles": "https://config.superbots.link/api/x-files",
      "xStream": "https://config.superbots.link/api/x-stream"
    }
  },
  "diagram_first": {
    "enforced": true,
    "pimp_project_id": "pow3r-ecosystem",
    "canvas_sync_path": "/Users/creator/Documents/DEV/MAI/NOTESAI/canvas/",
    "rationale": "XMAP diagram-first is mandatory for pow3r.config; see pow3r.v9.config.json#diagram_first."
  }
}