{
  "root": {
    "id": "org-os",
    "name": "org-os",
    "type": "Framework",
    "maturity": "production",
    "role": "root",
    "network": null,
    "frameworkVersion": null,
    "packages": [],
    "drift": [],
    "repo": "https://github.com/regen-coordination/org-os-template",
    "notes": "Framework + standards + orchestration hub.",
    "localPath": ".",
    "available": true,
    "counts": {}
  },
  "nodes": [
    {
      "id": "refi-bcn-os",
      "name": "ReFi Barcelona",
      "type": "LocalNode",
      "maturity": "production",
      "role": "spoke",
      "network": "refi-dao",
      "frameworkVersion": "3.0",
      "packages": [
        "dashboard",
        "maps",
        "operations",
        "webapps"
      ],
      "drift": [],
      "repo": "https://github.com/luizfernandosg/refi-bcn-os",
      "notes": "Cooperative-in-formation. Luiz is Strategy Lead. Operational maturity.",
      "localPath": "../refi-bcn-os",
      "available": false,
      "counts": {}
    },
    {
      "id": "refi-dao-os",
      "name": "ReFi DAO",
      "type": "DAO",
      "maturity": "production",
      "role": "hub",
      "network": "regen-coordination",
      "frameworkVersion": "3.0",
      "packages": [
        "coordination",
        "dashboard",
        "governance",
        "hub",
        "operations",
        "org-os-kms",
        "regen-agents",
        "toolkit-framework",
        "webapps"
      ],
      "drift": [],
      "repo": "https://github.com/luizfernandosg/refi-dao-os",
      "notes": "Phase 2 infrastructure deployment. Active governance, Gardens DAO and Karma GAP wired.",
      "localPath": "../refi-dao-os",
      "available": false,
      "counts": {}
    },
    {
      "id": "dao-os",
      "name": "DAO OS",
      "type": "Project",
      "maturity": "beta",
      "role": "dev-platform",
      "network": null,
      "frameworkVersion": "3.0",
      "packages": [
        "connectors",
        "core"
      ],
      "drift": [
        "no_masterplan"
      ],
      "repo": "https://github.com/regen-coordination/dao-os",
      "notes": "DAO-module development platform, not an operational instance. Source of high-value promotion candidates (DAO-module skills).",
      "localPath": "../dao-os",
      "available": false,
      "counts": {}
    },
    {
      "id": "openclaw",
      "name": "openclaw",
      "type": "AgentRuntime",
      "maturity": "alpha",
      "role": "agent-runtime",
      "network": null,
      "frameworkVersion": null,
      "packages": [],
      "drift": [
        "no_federation_yaml",
        "no_masterplan",
        "stub_identity"
      ],
      "repo": null,
      "notes": "Agent runtime container. Not a data instance — provides the agent substrate that other instances invoke.",
      "localPath": "../openclaw",
      "available": false,
      "counts": {}
    },
    {
      "id": "regen-coordination-os",
      "name": "Regen Coordination",
      "type": "Hub",
      "maturity": "beta",
      "role": "hub",
      "network": "regen-coordination",
      "frameworkVersion": "3.0",
      "packages": [
        "agents-app",
        "coop",
        "dashboard",
        "egregore-core",
        "koi-bridge",
        "koi-opal-bridge",
        "opal-bridge",
        "operations",
        "paperclip-agents-app",
        "regen-agents",
        "regen-toolkit",
        "webapps"
      ],
      "drift": [
        "no_federation_section",
        "missing_governance_yaml",
        "missing_dao_json"
      ],
      "repo": "https://github.com/regen-coordination/regen-coordination-os",
      "notes": "Synced to framework v3.0 on 2026-04-24 — full overlay (skills, scripts, schemas, packages, framework docs). Instance identity files (SOUL, IDENTITY, USER, HEARTBEAT, MEMORY, TOOLS, README, federation.yaml, data/) preserved. Three pre-existing structural issues to resolve in next session.",
      "localPath": "../regen-coordination-os",
      "available": false,
      "counts": {}
    },
    {
      "id": "refi-med-os",
      "name": "ReFi Mediterranean",
      "type": "LocalNode",
      "maturity": "alpha",
      "role": "spoke",
      "network": "refi-dao",
      "frameworkVersion": "3.0",
      "packages": [],
      "drift": [],
      "repo": "https://github.com/ReFiDAO/refi-med-os",
      "notes": "Scaffolded 2026-04-28 from framework v3.0. Bootstrap pending — identity/members/projects are TBD-stubs; operator follows BOOTSTRAP.md + one-pager to complete the bootstrap-interviewer flow. Public website + knowledge base mounted at repos/refi-mediterranean/ (independent remote at ReFiDAO/ReFi-Mediterranean).",
      "localPath": "../refi-med-os",
      "available": false,
      "counts": {}
    },
    {
      "id": "bread-coop-os",
      "name": "Bread Cooperative",
      "type": "Cooperative",
      "maturity": "alpha",
      "role": "spoke",
      "network": "regen-coordination",
      "frameworkVersion": "3.5",
      "packages": [
        "operations"
      ],
      "drift": [],
      "repo": null,
      "notes": "Acceptance-test instance for clone-framework.mjs (v3.5). Bootstrapped 2026-05-16 with config at tests/fixtures/bread-coop-config.yaml. Worker-owned bread cooperative (fictional/test). Lineage stamp populated. Not yet pushed to a remote.",
      "localPath": "../bread-coop-os",
      "available": false,
      "counts": {}
    },
    {
      "id": "regen-toolkit",
      "name": "Regen Web3 Toolkit",
      "type": "Project",
      "maturity": "beta",
      "role": "spoke",
      "network": "regen-coordination",
      "frameworkVersion": null,
      "packages": [],
      "drift": [],
      "repo": "https://github.com/regen-coordination/regen-toolkit",
      "notes": "Nested instance — lives at regen-coordination-os/repos/regen-toolkit as a linked repo with its OWN git remote (origin regen-coordination/regen-toolkit, plus a personal fork), on branch regen-toolkit-os. Registered 2026-08-29 after the v0.5 fleet sweep found it undeclared: it has federation.yaml + data/ + its own scaffold root (0e499a54), so it is a real instance, but every drift report and 'instances tracked' count before this entry was blind to it. Assess-only for now — the working tree carries ~2,275 uncommitted files, so the doctor correctly refuses to sync it; resolve that tree before any propagation. Its federation.yaml also predates the metadata block (no framework_version, no lineage stamp), which is why assess reports framework-version-missing.",
      "localPath": "../regen-coordination-os/repos/regen-toolkit",
      "available": false,
      "counts": {}
    }
  ],
  "edges": [
    {
      "from": "refi-bcn-os",
      "to": "org-os",
      "kind": "framework"
    },
    {
      "from": "refi-dao-os",
      "to": "org-os",
      "kind": "framework"
    },
    {
      "from": "dao-os",
      "to": "org-os",
      "kind": "framework"
    },
    {
      "from": "regen-coordination-os",
      "to": "org-os",
      "kind": "framework"
    },
    {
      "from": "refi-med-os",
      "to": "org-os",
      "kind": "framework"
    },
    {
      "from": "bread-coop-os",
      "to": "org-os",
      "kind": "framework"
    },
    {
      "from": "bread-coop-os",
      "to": "regen-coordination-os",
      "kind": "federation"
    },
    {
      "from": "regen-toolkit",
      "to": "regen-coordination-os",
      "kind": "federation"
    }
  ],
  "generatedAt": "2026-08-29T12:54:41.021Z"
}