{
  "schemaVersion": 13,
  "kind": "packages-graph-map",
  "generatedAt": "2026-07-29T00:20:09.390Z",
  "bunVersion": "1.4.0",
  "score": 100,
  "grade": "healthy",
  "map": {
    "packages": [
      "business",
      "docs-tools",
      "guards",
      "p2p",
      "registry-client",
      "rip"
    ],
    "packageEdges": [],
    "externalEdges": [
      {
        "fromPackage": "docs-tools",
        "plane": "lib",
        "targetPrefix": "lib/docs",
        "weight": 11,
        "samples": [
          "packages/docs-tools/src/builders/url-builder.ts → lib/docs/constants/categories.ts",
          "packages/docs-tools/src/builders/url-builder.ts → lib/docs/constants/domains.ts",
          "packages/docs-tools/src/builders/url-builder.ts → lib/docs/constants/fragments.ts"
        ]
      },
      {
        "fromPackage": "p2p",
        "plane": "bare",
        "targetPrefix": "bare:bun",
        "weight": 3,
        "samples": [
          "packages/p2p/src/business-continuity.ts → bun",
          "packages/p2p/src/customer-notifier.ts → bun",
          "packages/p2p/src/migration-workflow.ts → bun"
        ]
      },
      {
        "fromPackage": "rip",
        "plane": "bare",
        "targetPrefix": "bare:bun",
        "weight": 3,
        "samples": [
          "packages/rip/src/index.ts → bun",
          "packages/rip/src/index.ts → bun",
          "packages/rip/src/utils.ts → bun"
        ]
      },
      {
        "fromPackage": "business",
        "plane": "bare",
        "targetPrefix": "bare:bun",
        "weight": 1,
        "samples": [
          "packages/business/src/habits-classifier.ts → bun"
        ]
      },
      {
        "fromPackage": "business",
        "plane": "lib",
        "targetPrefix": "lib/docs",
        "weight": 1,
        "samples": [
          "packages/business/src/reference-manager.ts → lib/docs/urls.ts"
        ]
      },
      {
        "fromPackage": "docs-tools",
        "plane": "bare",
        "targetPrefix": "bare:url",
        "weight": 1,
        "samples": [
          "packages/docs-tools/src/builders/validator.ts → url"
        ]
      },
      {
        "fromPackage": "guards",
        "plane": "config",
        "targetPrefix": "config",
        "weight": 1,
        "samples": [
          "packages/guards/src/bun-first-guard.ts → config/bun-dx-catalog.ts"
        ]
      }
    ],
    "internalEdgeCount": 17,
    "dependents": {
      "business": [],
      "docs-tools": [],
      "guards": [],
      "p2p": [],
      "registry-client": [],
      "rip": []
    },
    "dependencies": {
      "business": [],
      "docs-tools": [],
      "guards": [],
      "p2p": [],
      "registry-client": [],
      "rip": []
    },
    "layers": [
      [
        "business",
        "docs-tools",
        "guards",
        "p2p",
        "registry-client",
        "rip"
      ]
    ],
    "packageCycles": [],
    "intra": {
      "business": {
        "fileCount": 4,
        "depth": 3,
        "layers": [
          [
            "src/index.ts"
          ],
          [
            "src/habits-classifier.ts",
            "src/reference-manager.ts"
          ],
          [
            "src/habits-pure.ts"
          ]
        ],
        "entryFiles": [
          "src/index.ts"
        ]
      },
      "docs-tools": {
        "fileCount": 6,
        "depth": 3,
        "layers": [
          [
            "src/index.ts"
          ],
          [
            "src/builders/url-builder.ts",
            "src/builders/validator-enhanced.ts",
            "src/builders/validator.ts",
            "src/documentation-validator.ts"
          ],
          [
            "src/documentation-validator.internal.ts"
          ]
        ],
        "entryFiles": [
          "src/index.ts"
        ]
      },
      "guards": {
        "fileCount": 2,
        "depth": 2,
        "layers": [
          [
            "src/index.ts"
          ],
          [
            "src/bun-first-guard.ts"
          ]
        ],
        "entryFiles": [
          "src/index.ts"
        ]
      },
      "p2p": {
        "fileCount": 4,
        "depth": 3,
        "layers": [
          [
            "src/index.ts"
          ],
          [
            "src/customer-notifier.ts",
            "src/migration-workflow.ts"
          ],
          [
            "src/business-continuity.ts"
          ]
        ],
        "entryFiles": [
          "src/index.ts"
        ]
      },
      "rip": {
        "fileCount": 4,
        "depth": 3,
        "layers": [
          [
            "src/cli.ts"
          ],
          [
            "src/index.ts"
          ],
          [
            "src/config.ts",
            "src/utils.ts"
          ]
        ],
        "entryFiles": [
          "src/cli.ts",
          "src/index.ts"
        ]
      }
    },
    "outsideConsumers": [
      {
        "package": "registry-client",
        "count": 3,
        "consumers": [
          "lib/verification/install-env-probes.ts",
          "lib/verification/registry-client-probes.ts",
          "tests/registry-sdk.test.ts"
        ],
        "workspaceImports": 4,
        "relativeImports": 0
      },
      {
        "package": "guards",
        "count": 1,
        "consumers": [
          "config/eslint/harness/report.ts"
        ],
        "workspaceImports": 1,
        "relativeImports": 0
      },
      {
        "package": "rip",
        "count": 1,
        "consumers": [
          "scripts/bun-rules.ts"
        ],
        "workspaceImports": 1,
        "relativeImports": 0
      }
    ],
    "scriptRefs": [
      {
        "package": "docs-tools",
        "scripts": [
          "precommit:check",
          "search:bench:snapshot:core:wide:local"
        ]
      },
      {
        "package": "guards",
        "scripts": [
          "guard:bun-first"
        ]
      }
    ],
    "declared": [
      {
        "package": "business",
        "npmName": "@factorywager/business",
        "declaredWorkspace": [],
        "actualCrossPkg": [],
        "missingInPackageJson": [],
        "unusedDeclared": [],
        "inRootWorkspaceDeps": false
      },
      {
        "package": "docs-tools",
        "npmName": "@factorywager/docs-tools",
        "declaredWorkspace": [],
        "actualCrossPkg": [],
        "missingInPackageJson": [],
        "unusedDeclared": [],
        "inRootWorkspaceDeps": true
      },
      {
        "package": "guards",
        "npmName": "@factorywager/guards",
        "declaredWorkspace": [],
        "actualCrossPkg": [],
        "missingInPackageJson": [],
        "unusedDeclared": [],
        "inRootWorkspaceDeps": true
      },
      {
        "package": "p2p",
        "npmName": "@factorywager/p2p",
        "declaredWorkspace": [],
        "actualCrossPkg": [],
        "missingInPackageJson": [],
        "unusedDeclared": [],
        "inRootWorkspaceDeps": false
      },
      {
        "package": "registry-client",
        "npmName": "@factorywager/registry-client",
        "declaredWorkspace": [],
        "actualCrossPkg": [],
        "missingInPackageJson": [],
        "unusedDeclared": [],
        "inRootWorkspaceDeps": true
      },
      {
        "package": "rip",
        "npmName": "@factorywager/rip",
        "declaredWorkspace": [],
        "actualCrossPkg": [],
        "missingInPackageJson": [],
        "unusedDeclared": [],
        "inRootWorkspaceDeps": true
      }
    ],
    "externalHubs": [
      {
        "targetPrefix": "lib/docs",
        "plane": "lib",
        "weight": 12,
        "fromPackages": [
          "business",
          "docs-tools"
        ]
      },
      {
        "targetPrefix": "bare:bun",
        "plane": "bare",
        "weight": 7,
        "fromPackages": [
          "business",
          "p2p",
          "rip"
        ]
      },
      {
        "targetPrefix": "bare:url",
        "plane": "bare",
        "weight": 1,
        "fromPackages": [
          "docs-tools"
        ]
      },
      {
        "targetPrefix": "config",
        "plane": "config",
        "weight": 1,
        "fromPackages": [
          "guards"
        ]
      }
    ],
    "coupling": [
      {
        "package": "business",
        "role": "dormant",
        "outsideCount": 0,
        "dependentCount": 0,
        "inRootWorkspaceDeps": false,
        "workspaceImports": 0,
        "relativeImports": 0,
        "scriptCount": 0
      },
      {
        "package": "docs-tools",
        "role": "root-tooling",
        "outsideCount": 0,
        "dependentCount": 0,
        "inRootWorkspaceDeps": true,
        "workspaceImports": 0,
        "relativeImports": 0,
        "scriptCount": 2
      },
      {
        "package": "guards",
        "role": "consumed",
        "outsideCount": 1,
        "dependentCount": 0,
        "inRootWorkspaceDeps": true,
        "workspaceImports": 1,
        "relativeImports": 0,
        "scriptCount": 1
      },
      {
        "package": "p2p",
        "role": "dormant",
        "outsideCount": 0,
        "dependentCount": 0,
        "inRootWorkspaceDeps": false,
        "workspaceImports": 0,
        "relativeImports": 0,
        "scriptCount": 0
      },
      {
        "package": "registry-client",
        "role": "consumed",
        "outsideCount": 3,
        "dependentCount": 0,
        "inRootWorkspaceDeps": true,
        "workspaceImports": 4,
        "relativeImports": 0,
        "scriptCount": 0
      },
      {
        "package": "rip",
        "role": "consumed",
        "outsideCount": 1,
        "dependentCount": 0,
        "inRootWorkspaceDeps": true,
        "workspaceImports": 1,
        "relativeImports": 0,
        "scriptCount": 0
      }
    ],
    "actions": [
      {
        "package": "business",
        "action": "archive-candidate",
        "reason": "no outside imports, no root dep, no package.json script refs"
      },
      {
        "package": "guards",
        "action": "ok",
        "reason": "workspace imports + root dep aligned"
      },
      {
        "package": "p2p",
        "action": "archive-candidate",
        "reason": "no outside imports, no root dep, no package.json script refs"
      },
      {
        "package": "registry-client",
        "action": "ok",
        "reason": "workspace imports + root dep aligned"
      },
      {
        "package": "rip",
        "action": "ok",
        "reason": "workspace imports + root dep aligned"
      }
    ],
    "archiveProbes": [
      {
        "package": "business",
        "kind": "library",
        "srcFiles": 4,
        "bytes": 8728,
        "hasTests": false,
        "indexIsEmptyExport": false,
        "recommendation": "keep-review",
        "note": "dormant with real source — review before archive"
      },
      {
        "package": "p2p",
        "kind": "library",
        "srcFiles": 4,
        "bytes": 24728,
        "hasTests": false,
        "indexIsEmptyExport": false,
        "recommendation": "keep-review",
        "note": "dormant with real source — review before archive"
      }
    ],
    "quarantine": [],
    "packageScores": [
      {
        "package": "business",
        "score": 85,
        "grade": "needs-improvement",
        "reasons": [
          "dormant library"
        ]
      },
      {
        "package": "docs-tools",
        "score": 100,
        "grade": "healthy",
        "reasons": [
          "aligned"
        ]
      },
      {
        "package": "guards",
        "score": 100,
        "grade": "healthy",
        "reasons": [
          "aligned"
        ]
      },
      {
        "package": "p2p",
        "score": 85,
        "grade": "needs-improvement",
        "reasons": [
          "dormant library"
        ]
      },
      {
        "package": "registry-client",
        "score": 100,
        "grade": "healthy",
        "reasons": [
          "aligned"
        ]
      },
      {
        "package": "rip",
        "score": 100,
        "grade": "healthy",
        "reasons": [
          "aligned"
        ]
      }
    ],
    "summary": {
      "packageCount": 6,
      "consumed": 3,
      "rootTooling": 1,
      "scripted": 0,
      "dormant": 2,
      "openActions": 2,
      "archivePlaceholders": 0,
      "avgPackageScore": 95,
      "topHub": "lib/docs",
      "quarantineCount": 0
    }
  },
  "packages": [
    {
      "name": "business",
      "scanned": 4,
      "inGraph": 4,
      "orphans": 0,
      "bytes": 8728,
      "score": 85,
      "grade": "needs-improvement",
      "role": "dormant"
    },
    {
      "name": "docs-tools",
      "scanned": 6,
      "inGraph": 6,
      "orphans": 0,
      "bytes": 85593,
      "score": 100,
      "grade": "healthy",
      "role": "root-tooling"
    },
    {
      "name": "guards",
      "scanned": 2,
      "inGraph": 2,
      "orphans": 0,
      "bytes": 5322,
      "score": 100,
      "grade": "healthy",
      "role": "consumed"
    },
    {
      "name": "p2p",
      "scanned": 4,
      "inGraph": 4,
      "orphans": 0,
      "bytes": 24728,
      "score": 85,
      "grade": "needs-improvement",
      "role": "dormant"
    },
    {
      "name": "registry-client",
      "scanned": 1,
      "inGraph": 1,
      "orphans": 0,
      "bytes": 8180,
      "score": 100,
      "grade": "healthy",
      "role": "consumed"
    },
    {
      "name": "rip",
      "scanned": 4,
      "inGraph": 4,
      "orphans": 0,
      "bytes": 35726,
      "score": 100,
      "grade": "healthy",
      "role": "consumed"
    }
  ],
  "totals": {
    "inputCount": 29,
    "inputBytes": 300854,
    "orphanCount": 0,
    "leafCount": 9,
    "orphanPercent": 0,
    "cycleCount": 0,
    "hubCount": 10,
    "crossPackageEdges": 0,
    "externalEdges": 7,
    "mapLayers": 1,
    "openActions": 2,
    "avgPackageScore": 95
  },
  "surfaces": {
    "schemaVersion": 3,
    "kind": "monorepo-surfaces",
    "generatedAt": "2026-07-29T00:20:09.336Z",
    "summary": {
      "workspaceMembers": 8,
      "packagesPlane": 6,
      "otherWorkspaces": 2,
      "portalPages": 24,
      "portalModules": 37,
      "chromeComponents": 13,
      "brandAssets": 20,
      "registryTopLevelJson": 62,
      "registryStoragePackages": 9,
      "libTopLevelDirs": 42,
      "stoNestedPackages": 3,
      "portalRegistryRefs": 64,
      "registryOrphanFromPortal": 0,
      "registryFamilyCount": 13,
      "themeDarkTokens": 12,
      "pageRegistryEdges": 198,
      "libImportHubs": 1,
      "orphanWireCandidates": 0
    },
    "workspaces": [
      {
        "path": "lib/shared",
        "name": "@factorywager/shared",
        "version": "0.1.0",
        "plane": "lib",
        "inPackagesGraph": false
      },
      {
        "path": "packages/business",
        "name": "@factorywager/business",
        "version": "0.1.0",
        "plane": "packages",
        "inPackagesGraph": true
      },
      {
        "path": "packages/docs-tools",
        "name": "@factorywager/docs-tools",
        "version": "0.1.0",
        "plane": "packages",
        "inPackagesGraph": true
      },
      {
        "path": "packages/guards",
        "name": "@factorywager/guards",
        "version": "0.1.0",
        "plane": "packages",
        "inPackagesGraph": true
      },
      {
        "path": "packages/p2p",
        "name": "@factorywager/p2p",
        "version": "0.1.0",
        "plane": "packages",
        "inPackagesGraph": true
      },
      {
        "path": "packages/registry-client",
        "name": "@factorywager/registry-client",
        "version": "1.0.0",
        "plane": "packages",
        "inPackagesGraph": true
      },
      {
        "path": "packages/rip",
        "name": "@factorywager/rip",
        "version": "0.1.0",
        "plane": "packages",
        "inPackagesGraph": true
      },
      {
        "path": "projects/active/sports-terminal-os",
        "name": "sports-terminal-os",
        "version": "5.2.0",
        "plane": "projects",
        "inPackagesGraph": false
      }
    ],
    "packagesGraphDirs": [
      "business",
      "docs-tools",
      "guards",
      "p2p",
      "registry-client",
      "rip"
    ],
    "portal": {
      "pages": [
        {
          "href": "/portal/",
          "slug": "",
          "hasIndex": true,
          "hasMd": true,
          "scripts": [
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/app.js",
            "/portal/components/footer.js"
          ]
        },
        {
          "href": "/portal/brands/",
          "slug": "brands",
          "hasIndex": true,
          "hasMd": true,
          "scripts": [
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/brands/brands-board.js",
            "/portal/components/sidebar.js",
            "/portal/components/notification.js",
            "/portal/components/footer.js"
          ]
        },
        {
          "href": "/portal/bunfig/",
          "slug": "bunfig",
          "hasIndex": true,
          "hasMd": false,
          "scripts": [
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/components/sidebar.js",
            "/portal/components/notification.js",
            "/portal/components/footer.js"
          ]
        },
        {
          "href": "/portal/catalog/",
          "slug": "catalog",
          "hasIndex": true,
          "hasMd": true,
          "scripts": [
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/components/sidebar.js",
            "/portal/components/notification.js",
            "/portal/components/footer.js"
          ]
        },
        {
          "href": "/portal/compliance/",
          "slug": "compliance",
          "hasIndex": true,
          "hasMd": true,
          "scripts": [
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/compliance/compliance-dashboard.js",
            "/portal/components/sidebar.js",
            "/portal/components/notification.js",
            "/portal/components/footer.js"
          ]
        },
        {
          "href": "/portal/dashboard/",
          "slug": "dashboard",
          "hasIndex": true,
          "hasMd": true,
          "scripts": [
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/dashboard-app.js",
            "/portal/components/sidebar.js",
            "/portal/components/notification.js",
            "/portal/components/footer.js"
          ]
        },
        {
          "href": "/portal/doctor/",
          "slug": "doctor",
          "hasIndex": true,
          "hasMd": false,
          "scripts": [
            "/portal/data.js",
            "/portal/doctor/doctor-board.js",
            "/portal/topbar.js"
          ]
        },
        {
          "href": "/portal/dod/",
          "slug": "dod",
          "hasIndex": true,
          "hasMd": true,
          "scripts": [
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/dod/dod-dashboard.js",
            "/portal/components/sidebar.js",
            "/portal/components/notification.js",
            "/portal/components/footer.js"
          ]
        },
        {
          "href": "/portal/env/",
          "slug": "env",
          "hasIndex": true,
          "hasMd": true,
          "scripts": [
            "/portal/data.js",
            "/portal/topbar.js",
            "/${escapeHtml(String(e.icon).replace(/^public\\//, ",
            "/portal/components/sidebar.js",
            "/portal/components/notification.js",
            "/portal/components/footer.js"
          ]
        },
        {
          "href": "/portal/factory/",
          "slug": "factory",
          "hasIndex": true,
          "hasMd": true,
          "scripts": [
            "/icons/factory/mark.svg",
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/components/sidebar.js",
            "/portal/components/notification.js"
          ]
        },
        {
          "href": "/portal/failures/",
          "slug": "failures",
          "hasIndex": true,
          "hasMd": false,
          "scripts": [
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/components/sidebar.js",
            "/portal/components/notification.js",
            "/portal/components/footer.js"
          ]
        },
        {
          "href": "/portal/health/",
          "slug": "health",
          "hasIndex": true,
          "hasMd": true,
          "scripts": [
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/health-page.js",
            "/portal/components/sidebar.js",
            "/portal/components/notification.js",
            "/portal/components/limit-changes-card.js",
            "/portal/components/footer.js"
          ]
        },
        {
          "href": "/portal/identity/",
          "slug": "identity",
          "hasIndex": true,
          "hasMd": false,
          "scripts": [
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/components/sidebar.js",
            "/portal/components/notification.js",
            "/portal/components/footer.js"
          ]
        },
        {
          "href": "/portal/limits/",
          "slug": "limits",
          "hasIndex": true,
          "hasMd": true,
          "scripts": [
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/components/footer.js"
          ]
        },
        {
          "href": "/portal/ops/",
          "slug": "ops",
          "hasIndex": true,
          "hasMd": true,
          "scripts": [
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/operations-dashboard.js",
            "/portal/components/sidebar.js",
            "/portal/components/notification.js",
            "/portal/components/footer.js"
          ]
        },
        {
          "href": "/portal/packages/",
          "slug": "packages",
          "hasIndex": true,
          "hasMd": true,
          "scripts": [
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/components/sidebar.js",
            "/portal/packages/packages-board.js",
            "/portal/components/footer.js"
          ]
        },
        {
          "href": "/portal/partner-history/",
          "slug": "partner-history",
          "hasIndex": true,
          "hasMd": false,
          "scripts": [
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/components/notification.js",
            "/portal/components/limit-changes-card.js"
          ]
        },
        {
          "href": "/portal/science/",
          "slug": "science",
          "hasIndex": true,
          "hasMd": true,
          "scripts": [
            "/icons/science/mark.svg",
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/components/sidebar.js",
            "/portal/components/notification.js"
          ]
        },
        {
          "href": "/portal/skills/",
          "slug": "skills",
          "hasIndex": true,
          "hasMd": true,
          "scripts": [
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/components/sidebar.js",
            "/portal/components/notification.js",
            "/portal/components/footer.js"
          ]
        },
        {
          "href": "/portal/surfaces/",
          "slug": "surfaces",
          "hasIndex": true,
          "hasMd": false,
          "scripts": [
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/components/sidebar.js",
            "/portal/components/footer.js",
            "/portal/copy-cli.js",
            "/portal/surfaces/surfaces-board.js"
          ]
        },
        {
          "href": "/portal/tennis/",
          "slug": "tennis",
          "hasIndex": true,
          "hasMd": true,
          "scripts": [
            "/icons/tennis/mark.svg",
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/components/sidebar.js",
            "/portal/components/notification.js"
          ]
        },
        {
          "href": "/portal/toc/",
          "slug": "toc",
          "hasIndex": true,
          "hasMd": true,
          "scripts": [
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/toc/toc-dashboard.js",
            "/portal/components/sidebar.js",
            "/portal/components/notification.js",
            "/portal/components/footer.js"
          ]
        },
        {
          "href": "/portal/tools/",
          "slug": "tools",
          "hasIndex": true,
          "hasMd": true,
          "scripts": [
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/tools/tools-hub.js",
            "/portal/components/sidebar.js",
            "/portal/components/notification.js",
            "/portal/components/footer.js"
          ]
        },
        {
          "href": "/portal/vault/",
          "slug": "vault",
          "hasIndex": true,
          "hasMd": false,
          "scripts": [
            "/portal/data.js",
            "/portal/topbar.js",
            "/portal/components/sidebar.js",
            "/portal/components/notification.js",
            "/portal/components/footer.js"
          ]
        }
      ],
      "modules": [
        {
          "path": "//portal/_page-template.html",
          "kind": "template",
          "id": "_page-template"
        },
        {
          "path": "//portal/app.js",
          "kind": "module",
          "id": "app"
        },
        {
          "path": "//portal/brands/brands-board.js",
          "kind": "page-script",
          "id": "brands-board"
        },
        {
          "path": "//portal/card.js",
          "kind": "module",
          "id": "card"
        },
        {
          "path": "//portal/channel-filter.js",
          "kind": "module",
          "id": "channel-filter"
        },
        {
          "path": "//portal/command-centre-core.js",
          "kind": "module",
          "id": "command-centre-core"
        },
        {
          "path": "//portal/command-centre.js",
          "kind": "module",
          "id": "command-centre"
        },
        {
          "path": "//portal/compliance/compliance-dashboard.js",
          "kind": "page-script",
          "id": "compliance-dashboard"
        },
        {
          "path": "//portal/components/footer.js",
          "kind": "component",
          "id": "footer"
        },
        {
          "path": "//portal/components/limit-changes-card.js",
          "kind": "component",
          "id": "limit-changes-card"
        },
        {
          "path": "//portal/components/notification.js",
          "kind": "component",
          "id": "notification"
        },
        {
          "path": "//portal/components/package-card.js",
          "kind": "component",
          "id": "package-card"
        },
        {
          "path": "//portal/components/sidebar.js",
          "kind": "component",
          "id": "sidebar"
        },
        {
          "path": "//portal/copy-cli.js",
          "kind": "module",
          "id": "copy-cli"
        },
        {
          "path": "//portal/dashboard-app.js",
          "kind": "module",
          "id": "dashboard-app"
        },
        {
          "path": "//portal/dashboard.js",
          "kind": "module",
          "id": "dashboard"
        },
        {
          "path": "//portal/data.js",
          "kind": "module",
          "id": "data"
        },
        {
          "path": "//portal/doctor/doctor-board.js",
          "kind": "page-script",
          "id": "doctor-board"
        },
        {
          "path": "//portal/dod/dod-dashboard.js",
          "kind": "page-script",
          "id": "dod-dashboard"
        },
        {
          "path": "//portal/fetch-json.js",
          "kind": "module",
          "id": "fetch-json"
        },
        {
          "path": "//portal/health-page.js",
          "kind": "module",
          "id": "health-page"
        },
        {
          "path": "//portal/health.js",
          "kind": "module",
          "id": "health"
        },
        {
          "path": "//portal/nav-badges.js",
          "kind": "module",
          "id": "nav-badges"
        },
        {
          "path": "//portal/navigation.js",
          "kind": "module",
          "id": "navigation"
        },
        {
          "path": "//portal/operations-dashboard.js",
          "kind": "module",
          "id": "operations-dashboard"
        },
        {
          "path": "//portal/packages/packages-board.js",
          "kind": "page-script",
          "id": "packages-board"
        },
        {
          "path": "//portal/proof-index.js",
          "kind": "module",
          "id": "proof-index"
        },
        {
          "path": "//portal/registry-cache.js",
          "kind": "module",
          "id": "registry-cache"
        },
        {
          "path": "//portal/search.js",
          "kind": "module",
          "id": "search"
        },
        {
          "path": "//portal/style.css",
          "kind": "style",
          "id": "style"
        },
        {
          "path": "//portal/surfaces/surfaces-board.js",
          "kind": "page-script",
          "id": "surfaces-board"
        },
        {
          "path": "//portal/theme-tokens.css",
          "kind": "theme",
          "id": "theme-tokens"
        },
        {
          "path": "//portal/theme.jsonc",
          "kind": "theme",
          "id": "theme"
        },
        {
          "path": "//portal/toc/toc-dashboard.js",
          "kind": "page-script",
          "id": "toc-dashboard"
        },
        {
          "path": "//portal/tools/tools-hub.js",
          "kind": "page-script",
          "id": "tools-hub"
        },
        {
          "path": "//portal/topbar.js",
          "kind": "module",
          "id": "topbar"
        },
        {
          "path": "//portal/verification-card.js",
          "kind": "module",
          "id": "verification-card"
        }
      ],
      "chromeComponents": [
        {
          "id": "data",
          "path": "/portal/data.js",
          "kind": "module",
          "role": "SWR health service · portal:data",
          "onDisk": true
        },
        {
          "id": "nav-badges",
          "path": "/portal/nav-badges.js",
          "kind": "module",
          "role": "live counts from baked registry JSON on nav links",
          "onDisk": true
        },
        {
          "id": "topbar",
          "path": "/portal/topbar.js",
          "kind": "module",
          "role": "health dot · nav current · sidebar bootstrap · nav badges",
          "onDisk": true
        },
        {
          "id": "navigation",
          "path": "/portal/navigation.js",
          "kind": "module",
          "role": "markCurrentNavigation path SSOT",
          "onDisk": true
        },
        {
          "id": "sidebar",
          "path": "/portal/components/sidebar.js",
          "kind": "module",
          "role": "tenant switcher",
          "onDisk": true
        },
        {
          "id": "notification",
          "path": "/portal/components/notification.js",
          "kind": "module",
          "role": "notification-center toasts",
          "onDisk": true
        },
        {
          "id": "footer",
          "path": "/portal/components/footer.js",
          "kind": "module",
          "role": "shared footer from portal-chrome registry",
          "onDisk": true
        },
        {
          "id": "limit-changes-card",
          "path": "/portal/components/limit-changes-card.js",
          "kind": "module",
          "role": "reusable limit-raises card",
          "onDisk": true
        },
        {
          "id": "style",
          "path": "/portal/style.css",
          "kind": "style",
          "role": "design tokens · chrome layout",
          "onDisk": true
        },
        {
          "id": "brand-assets",
          "path": "/site.webmanifest",
          "kind": "shell",
          "role": "FactoryWager mark · install metadata · theme colors",
          "onDisk": true
        },
        {
          "id": "page-template",
          "path": "/portal/_page-template.html",
          "kind": "template",
          "role": "new page shell SSOT",
          "onDisk": true
        },
        {
          "id": "operations-dashboard",
          "path": "/portal/operations-dashboard.js",
          "kind": "module",
          "role": "ops custom element · monorepoHealth panel",
          "onDisk": true
        },
        {
          "id": "toc-dashboard",
          "path": "/portal/toc/toc-dashboard.js",
          "kind": "module",
          "role": "TOC Drum/Buffer/Rope · harness glance",
          "onDisk": true
        }
      ],
      "theme": {
        "jsonc": true,
        "tokensCss": true,
        "styleCss": true,
        "darkTokenCount": 12,
        "lightTokenCount": 12,
        "fontKeys": [
          "brand",
          "mono",
          "sans"
        ],
        "layoutKeys": [
          "fontHero",
          "fontMetric",
          "max",
          "padBlock",
          "padInline",
          "radius"
        ],
        "version": "1.0.0",
        "colorSchemeDefault": "dark"
      },
      "modulesByKind": {
        "template": 1,
        "module": 20,
        "page-script": 8,
        "component": 5,
        "style": 1,
        "theme": 2
      }
    },
    "brand": {
      "tenants": [
        "factory",
        "science",
        "telegram",
        "tennis"
      ],
      "assets": [
        {
          "path": "public/brand/telegram/toc-ops-profile.jpg",
          "tenant": "telegram",
          "kind": "brand"
        },
        {
          "path": "public/icons/factory/mark-16.webp",
          "tenant": "factory",
          "kind": "icon"
        },
        {
          "path": "public/icons/factory/mark-32.webp",
          "tenant": "factory",
          "kind": "icon"
        },
        {
          "path": "public/icons/factory/mark-64.webp",
          "tenant": "factory",
          "kind": "icon"
        },
        {
          "path": "public/icons/factory/mark.png",
          "tenant": "factory",
          "kind": "icon"
        },
        {
          "path": "public/icons/factory/mark.svg",
          "tenant": "factory",
          "kind": "icon"
        },
        {
          "path": "public/icons/factory/mark.thumbhash.txt",
          "tenant": "factory",
          "kind": "icon"
        },
        {
          "path": "public/icons/manifest.json",
          "kind": "manifest"
        },
        {
          "path": "public/icons/science/mark-16.webp",
          "tenant": "science",
          "kind": "icon"
        },
        {
          "path": "public/icons/science/mark-32.webp",
          "tenant": "science",
          "kind": "icon"
        },
        {
          "path": "public/icons/science/mark-64.webp",
          "tenant": "science",
          "kind": "icon"
        },
        {
          "path": "public/icons/science/mark.png",
          "tenant": "science",
          "kind": "icon"
        },
        {
          "path": "public/icons/science/mark.svg",
          "tenant": "science",
          "kind": "icon"
        },
        {
          "path": "public/icons/science/mark.thumbhash.txt",
          "tenant": "science",
          "kind": "icon"
        },
        {
          "path": "public/icons/tennis/mark-16.webp",
          "tenant": "tennis",
          "kind": "icon"
        },
        {
          "path": "public/icons/tennis/mark-32.webp",
          "tenant": "tennis",
          "kind": "icon"
        },
        {
          "path": "public/icons/tennis/mark-64.webp",
          "tenant": "tennis",
          "kind": "icon"
        },
        {
          "path": "public/icons/tennis/mark.png",
          "tenant": "tennis",
          "kind": "icon"
        },
        {
          "path": "public/icons/tennis/mark.svg",
          "tenant": "tennis",
          "kind": "icon"
        },
        {
          "path": "public/icons/tennis/mark.thumbhash.txt",
          "tenant": "tennis",
          "kind": "icon"
        }
      ]
    },
    "registry": {
      "topLevel": [
        {
          "file": "brand-keymap.json",
          "kind": "brand-keymap",
          "schemaVersion": 1,
          "bytes": 102804,
          "family": "other"
        },
        {
          "file": "bun-defaults-proof.json",
          "kind": null,
          "schemaVersion": 1,
          "bytes": 4022,
          "family": "proof"
        },
        {
          "file": "bun-runtime-nits-proof.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 15065,
          "family": "proof"
        },
        {
          "file": "bundler-loaders-proof.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 9961,
          "family": "proof"
        },
        {
          "file": "bunfig-state.json",
          "kind": "bunfig-state",
          "schemaVersion": 2,
          "bytes": 3545,
          "family": "other"
        },
        {
          "file": "capability-map-full.json",
          "kind": "capability-map-full",
          "schemaVersion": 2,
          "bytes": 50007,
          "family": "other"
        },
        {
          "file": "capability-map-subset.json",
          "kind": "capability-map-subset",
          "schemaVersion": 4,
          "bytes": 47562,
          "family": "other"
        },
        {
          "file": "catalog-snapshot.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 4451,
          "family": "catalog"
        },
        {
          "file": "channel-meta-bake.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 149,
          "family": "catalog"
        },
        {
          "file": "cloudflare-pages-preflight.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 1069,
          "family": "ops"
        },
        {
          "file": "cloudflare-token-scope-proof.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 3019,
          "family": "proof"
        },
        {
          "file": "compliance-board.json",
          "kind": null,
          "schemaVersion": 1,
          "bytes": 8511,
          "family": "compliance"
        },
        {
          "file": "compliance-enhancements.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 3043,
          "family": "compliance"
        },
        {
          "file": "compliance-shadow.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 2156,
          "family": "compliance"
        },
        {
          "file": "content-type-matrix.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 11701,
          "family": "catalog"
        },
        {
          "file": "defaults-proof.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 4856,
          "family": "proof"
        },
        {
          "file": "doc-index.json",
          "kind": null,
          "schemaVersion": 1,
          "bytes": 155542,
          "family": "catalog"
        },
        {
          "file": "docs-coverage-proof.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 2750,
          "family": "proof"
        },
        {
          "file": "doctor-state.json",
          "kind": "portal-doctor-state",
          "schemaVersion": 1,
          "bytes": 5542,
          "family": "other"
        },
        {
          "file": "dod-queue.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 4713,
          "family": "compliance"
        },
        {
          "file": "dod-registry.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 2187,
          "family": "compliance"
        },
        {
          "file": "env-inventory.json",
          "kind": "env-inventory",
          "schemaVersion": 4,
          "bytes": 57156,
          "family": "env"
        },
        {
          "file": "failures.json",
          "kind": "test-failures",
          "schemaVersion": null,
          "bytes": 250,
          "family": "ops"
        },
        {
          "file": "formdata-proof.json",
          "kind": null,
          "schemaVersion": 1,
          "bytes": 2914,
          "family": "proof"
        },
        {
          "file": "guides-proof.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 1240,
          "family": "proof"
        },
        {
          "file": "harness-skills-catalog.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 11175,
          "family": "catalog"
        },
        {
          "file": "identity-board.json",
          "kind": "identity-board",
          "schemaVersion": null,
          "bytes": 1517,
          "family": "other"
        },
        {
          "file": "install-env-proof.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 8488,
          "family": "proof"
        },
        {
          "file": "install-hygiene-report.json",
          "kind": "install-hygiene",
          "schemaVersion": 1,
          "bytes": 2260,
          "family": "other"
        },
        {
          "file": "install-platform.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 10132,
          "family": "catalog"
        },
        {
          "file": "limit-raises.json",
          "kind": null,
          "schemaVersion": 1,
          "bytes": 59659,
          "family": "compliance"
        },
        {
          "file": "monitoring.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 12173,
          "family": "health"
        },
        {
          "file": "monorepo-health.json",
          "kind": "monorepo-health",
          "schemaVersion": 1,
          "bytes": 1131,
          "family": "health"
        },
        {
          "file": "networking-channel-proof.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 10592,
          "family": "proof"
        },
        {
          "file": "networking-proof.json",
          "kind": null,
          "schemaVersion": 1,
          "bytes": 10530,
          "family": "proof"
        },
        {
          "file": "ops-summary.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 67399,
          "family": "ops"
        },
        {
          "file": "package-info.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 1027,
          "family": "packages"
        },
        {
          "file": "packages-graph-map.json",
          "kind": "packages-graph-map",
          "schemaVersion": 13,
          "bytes": 115396,
          "family": "packages"
        },
        {
          "file": "portal-chrome.json",
          "kind": "portal-chrome",
          "schemaVersion": 1,
          "bytes": 9513,
          "family": "portal"
        },
        {
          "file": "portal-weave.json",
          "kind": "portal-weave",
          "schemaVersion": 2,
          "bytes": 20304,
          "family": "portal"
        },
        {
          "file": "projects-registry.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 17207,
          "family": "tenant"
        },
        {
          "file": "proof-taxonomy-audit.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 6955,
          "family": "verification"
        },
        {
          "file": "ratchet.json",
          "kind": null,
          "schemaVersion": 1,
          "bytes": 691,
          "family": "verification"
        },
        {
          "file": "registry-client-proof.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 4010,
          "family": "proof"
        },
        {
          "file": "registry.json",
          "kind": null,
          "schemaVersion": 1,
          "bytes": 19740,
          "family": "other"
        },
        {
          "file": "release-features.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 69099,
          "family": "verification"
        },
        {
          "file": "seat-capital-desk.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 7467,
          "family": "ops"
        },
        {
          "file": "skills-catalog.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 27769,
          "family": "catalog"
        },
        {
          "file": "static.json",
          "kind": null,
          "schemaVersion": 1,
          "bytes": 115421,
          "family": "catalog"
        },
        {
          "file": "surfaces-state.json",
          "kind": "surfaces-state",
          "schemaVersion": 2,
          "bytes": 8761,
          "family": "other"
        },
        {
          "file": "telegram-handshake-catalog.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 17963,
          "family": "telegram"
        },
        {
          "file": "telegram-handshake.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 3073,
          "family": "telegram"
        },
        {
          "file": "toc-ops-bake-proof.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 1141,
          "family": "ops"
        },
        {
          "file": "toc-ops.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 383955,
          "family": "ops"
        },
        {
          "file": "vault-health.json",
          "kind": "vault-health",
          "schemaVersion": null,
          "bytes": 2835,
          "family": "vault"
        },
        {
          "file": "vault-map.json",
          "kind": "vault-map-bundle",
          "schemaVersion": 1,
          "bytes": 7350,
          "family": "vault"
        },
        {
          "file": "verification-index.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 2060,
          "family": "verification"
        },
        {
          "file": "verification-pinned-1.3.14.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 54601,
          "family": "verification"
        },
        {
          "file": "verification-stable-1.4.0-bundler.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 6416,
          "family": "verification"
        },
        {
          "file": "verification-stable-1.4.0-networking.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 10592,
          "family": "verification"
        },
        {
          "file": "verification-stable-1.4.0.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 108118,
          "family": "verification"
        },
        {
          "file": "vps-health.json",
          "kind": null,
          "schemaVersion": null,
          "bytes": 606,
          "family": "health"
        }
      ],
      "storagePackageNames": [
        "@factory/health-check",
        "@factorywager/bun-test",
        "@factorywager/final-test",
        "@factorywager/registry-client",
        "__formdata-test",
        "formdata-test",
        "sdk-test-pkg",
        "test-npm-pkg",
        "test-plugin"
      ],
      "scopedLatest": [
        "@factorywager/bun-utils-test/latest.json",
        "@factorywager/registry-client/latest.json",
        "@factorywager/registry-snapshot/latest.json",
        "@factorywager/routing-test/latest.json"
      ],
      "byFamily": [
        {
          "family": "proof",
          "count": 12
        },
        {
          "family": "other",
          "count": 9
        },
        {
          "family": "catalog",
          "count": 8
        },
        {
          "family": "verification",
          "count": 8
        },
        {
          "family": "compliance",
          "count": 6
        },
        {
          "family": "ops",
          "count": 6
        },
        {
          "family": "health",
          "count": 3
        },
        {
          "family": "packages",
          "count": 2
        },
        {
          "family": "portal",
          "count": 2
        },
        {
          "family": "telegram",
          "count": 2
        },
        {
          "family": "vault",
          "count": 2
        },
        {
          "family": "env",
          "count": 1
        },
        {
          "family": "tenant",
          "count": 1
        }
      ],
      "portalRefs": [
        {
          "path": "/registry/@factorywager/bun-utils-test/latest.json",
          "from": [
            "public/portal/operations-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/@factorywager/routing-test/latest.json",
          "from": [
            "public/portal/operations-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/brand-keymap.json",
          "from": [
            "public/portal/brands/brands-board.js",
            "public/portal/brands/index.html"
          ],
          "exists": true
        },
        {
          "path": "/registry/bun-defaults-proof.json",
          "from": [
            "public/portal/dashboard-app.js",
            "public/portal/health-page.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/bun-runtime-nits-proof.json",
          "from": [
            "public/portal/dashboard-app.js",
            "public/portal/operations-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/bundler-loaders-proof.json",
          "from": [
            "public/portal/dashboard-app.js",
            "public/portal/dashboard/index.html",
            "public/portal/operations-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/bunfig-state.json",
          "from": [
            "public/portal/bunfig/index.html"
          ],
          "exists": true
        },
        {
          "path": "/registry/capability-map-full.json",
          "from": [
            "public/portal/tools/tools-hub.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/capability-map-subset.json",
          "from": [
            "public/portal/command-centre-core.js",
            "public/portal/command-centre.js",
            "public/portal/packages/packages-board.js",
            "public/portal/tools/tools-hub.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/catalog-snapshot.json",
          "from": [
            "public/portal/catalog/index.html",
            "public/portal/command-centre.js",
            "public/portal/tools/tools-hub.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/channel-meta-bake.json",
          "from": [
            "public/portal/dashboard-app.js",
            "public/portal/dashboard/index.html",
            "public/portal/operations-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/cloudflare-pages-preflight.json",
          "from": [
            "public/portal/operations-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/cloudflare-token-scope-proof.json",
          "from": [
            "public/portal/operations-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/compliance-board.json",
          "from": [
            "public/portal/compliance/compliance-dashboard.js",
            "public/portal/compliance/index.html",
            "public/portal/dashboard-app.js",
            "public/portal/operations-dashboard.js",
            "public/portal/toc/toc-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/compliance-enhancements.json",
          "from": [
            "public/portal/compliance/index.html"
          ],
          "exists": true
        },
        {
          "path": "/registry/compliance-shadow.json",
          "from": [
            "public/portal/compliance/index.html"
          ],
          "exists": true
        },
        {
          "path": "/registry/content-type-matrix.json",
          "from": [
            "public/portal/catalog/index.html"
          ],
          "exists": true
        },
        {
          "path": "/registry/defaults-proof.json",
          "from": [
            "public/portal/dashboard-app.js",
            "public/portal/health-page.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/doc-index.json",
          "from": [
            "public/portal/operations-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/docs-coverage-proof.json",
          "from": [
            "public/portal/operations-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/doctor-state.json",
          "from": [
            "public/portal/command-centre-core.js",
            "public/portal/doctor/doctor-board.js",
            "public/portal/doctor/index.html",
            "public/portal/nav-badges.js",
            "public/portal/tools/tools-hub.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/dod-queue.json",
          "from": [
            "public/portal/dod/dod-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/dod-registry.json",
          "from": [
            "public/portal/compliance/index.html"
          ],
          "exists": true
        },
        {
          "path": "/registry/env-inventory.json",
          "from": [
            "public/portal/env/index.html"
          ],
          "exists": true
        },
        {
          "path": "/registry/failures.json",
          "from": [
            "public/portal/_page-template.html",
            "public/portal/catalog/index.html",
            "public/portal/command-centre-core.js",
            "public/portal/command-centre.js",
            "public/portal/compliance/index.html",
            "public/portal/dashboard/index.html",
            "public/portal/dod/index.html",
            "public/portal/env/index.html",
            "public/portal/failures/index.html",
            "public/portal/health/index.html",
            "public/portal/index.html",
            "public/portal/nav-badges.js",
            "public/portal/ops/index.html",
            "public/portal/packages/index.html",
            "public/portal/skills/index.html",
            "public/portal/toc/index.html",
            "public/portal/tools/index.html"
          ],
          "exists": true
        },
        {
          "path": "/registry/formdata-proof.json",
          "from": [
            "public/portal/proof-index.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/guides-proof.json",
          "from": [
            "public/portal/operations-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/harness-skills-catalog.json",
          "from": [
            "public/portal/catalog/index.html",
            "public/portal/skills/index.html"
          ],
          "exists": true
        },
        {
          "path": "/registry/identity-board.json",
          "from": [
            "public/portal/identity/index.html"
          ],
          "exists": true
        },
        {
          "path": "/registry/install-env-proof.json",
          "from": [
            "public/portal/dashboard-app.js",
            "public/portal/operations-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/install-hygiene-report.json",
          "from": [
            "public/portal/packages/index.html",
            "public/portal/packages/packages-board.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/install-platform.json",
          "from": [
            "public/portal/dashboard-app.js",
            "public/portal/dashboard/index.html",
            "public/portal/operations-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/limit-raises.json",
          "from": [
            "public/portal/components/limit-changes-card.js",
            "public/portal/dashboard-app.js",
            "public/portal/health-page.js",
            "public/portal/limits/index.html",
            "public/portal/operations-dashboard.js",
            "public/portal/toc/toc-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/monitoring.json",
          "from": [
            "public/portal/command-centre.js",
            "public/portal/dashboard-app.js",
            "public/portal/health-page.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/monorepo-health.json",
          "from": [
            "public/portal/_page-template.html",
            "public/portal/bunfig/index.html",
            "public/portal/catalog/index.html",
            "public/portal/command-centre-core.js",
            "public/portal/command-centre.js",
            "public/portal/compliance/index.html",
            "public/portal/components/footer.js",
            "public/portal/dashboard/index.html",
            "public/portal/dod/index.html",
            "public/portal/env/index.html",
            "public/portal/failures/index.html",
            "public/portal/health/index.html",
            "public/portal/index.html",
            "public/portal/limits/index.html",
            "public/portal/nav-badges.js",
            "public/portal/operations-dashboard.js",
            "public/portal/ops/index.html",
            "public/portal/packages/index.html",
            "public/portal/packages/packages-board.js",
            "public/portal/skills/index.html",
            "public/portal/toc/index.html",
            "public/portal/toc/toc-dashboard.js",
            "public/portal/tools/index.html"
          ],
          "exists": true
        },
        {
          "path": "/registry/networking-channel-proof.json",
          "from": [
            "public/portal/proof-index.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/networking-proof.json",
          "from": [
            "public/portal/operations-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/ops-summary.json",
          "from": [
            "public/portal/command-centre-core.js",
            "public/portal/command-centre.js",
            "public/portal/components/limit-changes-card.js",
            "public/portal/dashboard-app.js",
            "public/portal/dashboard/index.html",
            "public/portal/health-page.js",
            "public/portal/health/index.html",
            "public/portal/limits/index.html",
            "public/portal/operations-dashboard.js",
            "public/portal/partner-history/index.html",
            "public/portal/toc/toc-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/package-info.json",
          "from": [
            "public/portal/packages/packages-board.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/packages-graph-map.json",
          "from": [
            "public/portal/command-centre-core.js",
            "public/portal/command-centre.js",
            "public/portal/nav-badges.js",
            "public/portal/operations-dashboard.js",
            "public/portal/packages/index.html",
            "public/portal/packages/packages-board.js",
            "public/portal/proof-index.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/portal-chrome.json",
          "from": [
            "public/portal/_page-template.html",
            "public/portal/bunfig/index.html",
            "public/portal/catalog/index.html",
            "public/portal/compliance/index.html",
            "public/portal/components/footer.js",
            "public/portal/dashboard/index.html",
            "public/portal/dod/index.html",
            "public/portal/env/index.html",
            "public/portal/failures/index.html",
            "public/portal/health/index.html",
            "public/portal/index.html",
            "public/portal/limits/index.html",
            "public/portal/operations-dashboard.js",
            "public/portal/ops/index.html",
            "public/portal/packages/index.html",
            "public/portal/skills/index.html",
            "public/portal/toc/index.html",
            "public/portal/tools/index.html"
          ],
          "exists": true
        },
        {
          "path": "/registry/portal-weave.json",
          "from": [
            "public/portal/_page-template.html",
            "public/portal/bunfig/index.html",
            "public/portal/catalog/index.html",
            "public/portal/compliance/index.html",
            "public/portal/components/footer.js",
            "public/portal/dashboard/index.html",
            "public/portal/dod/index.html",
            "public/portal/env/index.html",
            "public/portal/failures/index.html",
            "public/portal/health/index.html",
            "public/portal/index.html",
            "public/portal/limits/index.html",
            "public/portal/operations-dashboard.js",
            "public/portal/ops/index.html",
            "public/portal/packages/index.html",
            "public/portal/skills/index.html",
            "public/portal/toc/index.html",
            "public/portal/tools/index.html"
          ],
          "exists": true
        },
        {
          "path": "/registry/projects-registry.json",
          "from": [
            "public/portal/toc/toc-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/proof-taxonomy-audit.json",
          "from": [
            "public/portal/dashboard-app.js",
            "public/portal/dashboard/index.html",
            "public/portal/operations-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/ratchet.json",
          "from": [
            "public/portal/operations-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/registry-client-proof.json",
          "from": [
            "public/portal/operations-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/registry.json",
          "from": [
            "public/portal/app.js",
            "public/portal/components/package-card.js",
            "public/portal/components/sidebar.js",
            "public/portal/index.html",
            "public/portal/registry-cache.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/release-features.json",
          "from": [
            "public/portal/dashboard-app.js",
            "public/portal/dashboard/index.html",
            "public/portal/operations-dashboard.js",
            "public/portal/verification-card.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/seat-capital-desk.json",
          "from": [
            "public/portal/dashboard-app.js",
            "public/portal/operations-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/skills-catalog.json",
          "from": [
            "public/portal/skills/index.html"
          ],
          "exists": true
        },
        {
          "path": "/registry/static.json",
          "from": [
            "public/portal/health/index.html",
            "public/portal/operations-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/surfaces-state.json",
          "from": [
            "public/portal/surfaces/index.html",
            "public/portal/surfaces/surfaces-board.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/telegram-handshake-catalog.json",
          "from": [
            "public/portal/operations-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/telegram-handshake.json",
          "from": [
            "public/portal/dashboard-app.js",
            "public/portal/operations-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/toc-ops-bake-proof.json",
          "from": [
            "public/portal/operations-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/toc-ops.json",
          "from": [
            "public/portal/dashboard-app.js",
            "public/portal/dashboard/index.html",
            "public/portal/health/index.html",
            "public/portal/operations-dashboard.js",
            "public/portal/toc/index.html",
            "public/portal/toc/toc-dashboard.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/vault-health.json",
          "from": [
            "public/portal/command-centre-core.js",
            "public/portal/command-centre.js",
            "public/portal/nav-badges.js",
            "public/portal/vault/index.html"
          ],
          "exists": true
        },
        {
          "path": "/registry/vault-map.json",
          "from": [
            "public/portal/env/index.html",
            "public/portal/tools/tools-hub.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/verification-index.json",
          "from": [
            "public/portal/operations-dashboard.js",
            "public/portal/proof-index.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/verification-pinned-1.3.14.json",
          "from": [
            "public/portal/proof-index.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/verification-stable-1.4.0-bundler.json",
          "from": [
            "public/portal/proof-index.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/verification-stable-1.4.0-networking.json",
          "from": [
            "public/portal/proof-index.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/verification-stable-1.4.0.json",
          "from": [
            "public/portal/proof-index.js"
          ],
          "exists": true
        },
        {
          "path": "/registry/vps-health.json",
          "from": [
            "public/portal/health-page.js"
          ],
          "exists": true
        }
      ],
      "orphanFromPortal": [],
      "orphanTriage": []
    },
    "libPlane": {
      "dirs": [
        {
          "name": "accounts",
          "hasPackageJson": false,
          "tsFiles": 5
        },
        {
          "name": "ai",
          "hasPackageJson": false,
          "tsFiles": 2
        },
        {
          "name": "audit",
          "hasPackageJson": false,
          "tsFiles": 6
        },
        {
          "name": "auth",
          "hasPackageJson": false,
          "tsFiles": 2
        },
        {
          "name": "automation",
          "hasPackageJson": false,
          "tsFiles": 1
        },
        {
          "name": "channels",
          "hasPackageJson": false,
          "tsFiles": 6
        },
        {
          "name": "constants",
          "hasPackageJson": false,
          "tsFiles": 2
        },
        {
          "name": "core",
          "hasPackageJson": false,
          "tsFiles": 15
        },
        {
          "name": "db",
          "hasPackageJson": false,
          "tsFiles": 1
        },
        {
          "name": "docs",
          "hasPackageJson": false,
          "tsFiles": 35
        },
        {
          "name": "doctor",
          "hasPackageJson": false,
          "tsFiles": 0
        },
        {
          "name": "dod",
          "hasPackageJson": false,
          "tsFiles": 4
        },
        {
          "name": "experiments",
          "hasPackageJson": false,
          "tsFiles": 12
        },
        {
          "name": "factory",
          "hasPackageJson": false,
          "tsFiles": 15
        },
        {
          "name": "harness",
          "hasPackageJson": false,
          "tsFiles": 20
        },
        {
          "name": "http",
          "hasPackageJson": false,
          "tsFiles": 36
        },
        {
          "name": "identity",
          "hasPackageJson": false,
          "tsFiles": 17
        },
        {
          "name": "install",
          "hasPackageJson": false,
          "tsFiles": 1
        },
        {
          "name": "macros",
          "hasPackageJson": false,
          "tsFiles": 3
        },
        {
          "name": "mcp",
          "hasPackageJson": false,
          "tsFiles": 4
        },
        {
          "name": "monitoring",
          "hasPackageJson": false,
          "tsFiles": 12
        },
        {
          "name": "net",
          "hasPackageJson": false,
          "tsFiles": 1
        },
        {
          "name": "operations",
          "hasPackageJson": false,
          "tsFiles": 49
        },
        {
          "name": "package",
          "hasPackageJson": false,
          "tsFiles": 1
        },
        {
          "name": "pages",
          "hasPackageJson": false,
          "tsFiles": 2
        },
        {
          "name": "performance",
          "hasPackageJson": false,
          "tsFiles": 1
        },
        {
          "name": "portal",
          "hasPackageJson": false,
          "tsFiles": 9
        },
        {
          "name": "prediction",
          "hasPackageJson": false,
          "tsFiles": 7
        },
        {
          "name": "provisioning",
          "hasPackageJson": false,
          "tsFiles": 4
        },
        {
          "name": "r2",
          "hasPackageJson": false,
          "tsFiles": 1
        },
        {
          "name": "registry",
          "hasPackageJson": false,
          "tsFiles": 4
        },
        {
          "name": "routing",
          "hasPackageJson": false,
          "tsFiles": 1
        },
        {
          "name": "rss",
          "hasPackageJson": false,
          "tsFiles": 1
        },
        {
          "name": "security",
          "hasPackageJson": false,
          "tsFiles": 14
        },
        {
          "name": "shared",
          "hasPackageJson": true,
          "tsFiles": 2
        },
        {
          "name": "surfaces",
          "hasPackageJson": false,
          "tsFiles": 2
        },
        {
          "name": "telegram",
          "hasPackageJson": false,
          "tsFiles": 91
        },
        {
          "name": "theme",
          "hasPackageJson": false,
          "tsFiles": 1
        },
        {
          "name": "toc-ops",
          "hasPackageJson": false,
          "tsFiles": 13
        },
        {
          "name": "types",
          "hasPackageJson": false,
          "tsFiles": 12
        },
        {
          "name": "utils",
          "hasPackageJson": false,
          "tsFiles": 5
        },
        {
          "name": "verification",
          "hasPackageJson": false,
          "tsFiles": 26
        }
      ],
      "workspaceShared": true
    },
    "sto": {
      "root": "projects/active/sports-terminal-os",
      "nested": [
        {
          "path": "projects/active/sports-terminal-os/integrations/kimi-plugin/sports-mcp-server",
          "name": "sports-mcp-server",
          "version": "1.0.0"
        },
        {
          "path": "projects/active/sports-terminal-os/packages/odds-selectors",
          "name": "odds-selectors",
          "version": "1.0.0"
        },
        {
          "path": "projects/active/sports-terminal-os/src/frontend",
          "name": "sports-terminal-frontend",
          "version": "5.2.0"
        }
      ]
    },
    "crossPlane": {
      "pageToRegistry": [
        {
          "page": "shared",
          "pageHref": "/portal/",
          "registryPath": "/registry/failures.json",
          "family": "ops",
          "weight": 4
        },
        {
          "page": "shared",
          "pageHref": "/portal/",
          "registryPath": "/registry/monorepo-health.json",
          "family": "health",
          "weight": 4
        },
        {
          "page": "shared",
          "pageHref": "/portal/",
          "registryPath": "/registry/packages-graph-map.json",
          "family": "packages",
          "weight": 4
        },
        {
          "page": "health",
          "pageHref": "/portal/health/",
          "registryPath": "/registry/ops-summary.json",
          "family": "ops",
          "weight": 3
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/monorepo-health.json",
          "family": "health",
          "weight": 3
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/portal-chrome.json",
          "family": "portal",
          "weight": 3
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/portal-weave.json",
          "family": "portal",
          "weight": 3
        },
        {
          "page": "packages",
          "pageHref": "/portal/packages/",
          "registryPath": "/registry/monorepo-health.json",
          "family": "health",
          "weight": 3
        },
        {
          "page": "shared",
          "pageHref": "/portal/",
          "registryPath": "/registry/vault-health.json",
          "family": "vault",
          "weight": 3
        },
        {
          "page": "toc",
          "pageHref": "/portal/toc/",
          "registryPath": "/registry/monorepo-health.json",
          "family": "health",
          "weight": 3
        },
        {
          "page": "brands",
          "pageHref": "/portal/brands/",
          "registryPath": "/registry/brand-keymap.json",
          "family": "other",
          "weight": 2
        },
        {
          "page": "bunfig",
          "pageHref": "/portal/bunfig/",
          "registryPath": "/registry/monorepo-health.json",
          "family": "health",
          "weight": 2
        },
        {
          "page": "bunfig",
          "pageHref": "/portal/bunfig/",
          "registryPath": "/registry/portal-chrome.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "bunfig",
          "pageHref": "/portal/bunfig/",
          "registryPath": "/registry/portal-weave.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "catalog",
          "pageHref": "/portal/catalog/",
          "registryPath": "/registry/monorepo-health.json",
          "family": "health",
          "weight": 2
        },
        {
          "page": "catalog",
          "pageHref": "/portal/catalog/",
          "registryPath": "/registry/portal-chrome.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "catalog",
          "pageHref": "/portal/catalog/",
          "registryPath": "/registry/portal-weave.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "compliance",
          "pageHref": "/portal/compliance/",
          "registryPath": "/registry/compliance-board.json",
          "family": "compliance",
          "weight": 2
        },
        {
          "page": "compliance",
          "pageHref": "/portal/compliance/",
          "registryPath": "/registry/monorepo-health.json",
          "family": "health",
          "weight": 2
        },
        {
          "page": "compliance",
          "pageHref": "/portal/compliance/",
          "registryPath": "/registry/portal-chrome.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "compliance",
          "pageHref": "/portal/compliance/",
          "registryPath": "/registry/portal-weave.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "dashboard",
          "pageHref": "/portal/dashboard/",
          "registryPath": "/registry/bundler-loaders-proof.json",
          "family": "proof",
          "weight": 2
        },
        {
          "page": "dashboard",
          "pageHref": "/portal/dashboard/",
          "registryPath": "/registry/channel-meta-bake.json",
          "family": "catalog",
          "weight": 2
        },
        {
          "page": "dashboard",
          "pageHref": "/portal/dashboard/",
          "registryPath": "/registry/install-platform.json",
          "family": "catalog",
          "weight": 2
        },
        {
          "page": "dashboard",
          "pageHref": "/portal/dashboard/",
          "registryPath": "/registry/monorepo-health.json",
          "family": "health",
          "weight": 2
        },
        {
          "page": "dashboard",
          "pageHref": "/portal/dashboard/",
          "registryPath": "/registry/ops-summary.json",
          "family": "ops",
          "weight": 2
        },
        {
          "page": "dashboard",
          "pageHref": "/portal/dashboard/",
          "registryPath": "/registry/portal-chrome.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "dashboard",
          "pageHref": "/portal/dashboard/",
          "registryPath": "/registry/portal-weave.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "dashboard",
          "pageHref": "/portal/dashboard/",
          "registryPath": "/registry/proof-taxonomy-audit.json",
          "family": "verification",
          "weight": 2
        },
        {
          "page": "dashboard",
          "pageHref": "/portal/dashboard/",
          "registryPath": "/registry/release-features.json",
          "family": "verification",
          "weight": 2
        },
        {
          "page": "dashboard",
          "pageHref": "/portal/dashboard/",
          "registryPath": "/registry/toc-ops.json",
          "family": "ops",
          "weight": 2
        },
        {
          "page": "doctor",
          "pageHref": "/portal/doctor/",
          "registryPath": "/registry/doctor-state.json",
          "family": "other",
          "weight": 2
        },
        {
          "page": "dod",
          "pageHref": "/portal/dod/",
          "registryPath": "/registry/monorepo-health.json",
          "family": "health",
          "weight": 2
        },
        {
          "page": "dod",
          "pageHref": "/portal/dod/",
          "registryPath": "/registry/portal-chrome.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "dod",
          "pageHref": "/portal/dod/",
          "registryPath": "/registry/portal-weave.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "env",
          "pageHref": "/portal/env/",
          "registryPath": "/registry/monorepo-health.json",
          "family": "health",
          "weight": 2
        },
        {
          "page": "env",
          "pageHref": "/portal/env/",
          "registryPath": "/registry/portal-chrome.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "env",
          "pageHref": "/portal/env/",
          "registryPath": "/registry/portal-weave.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "failures",
          "pageHref": "/portal/failures/",
          "registryPath": "/registry/monorepo-health.json",
          "family": "health",
          "weight": 2
        },
        {
          "page": "failures",
          "pageHref": "/portal/failures/",
          "registryPath": "/registry/portal-chrome.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "failures",
          "pageHref": "/portal/failures/",
          "registryPath": "/registry/portal-weave.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "health",
          "pageHref": "/portal/health/",
          "registryPath": "/registry/limit-raises.json",
          "family": "compliance",
          "weight": 2
        },
        {
          "page": "health",
          "pageHref": "/portal/health/",
          "registryPath": "/registry/monorepo-health.json",
          "family": "health",
          "weight": 2
        },
        {
          "page": "health",
          "pageHref": "/portal/health/",
          "registryPath": "/registry/portal-chrome.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "health",
          "pageHref": "/portal/health/",
          "registryPath": "/registry/portal-weave.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "home",
          "pageHref": "/portal/",
          "registryPath": "/registry/monorepo-health.json",
          "family": "health",
          "weight": 2
        },
        {
          "page": "home",
          "pageHref": "/portal/",
          "registryPath": "/registry/portal-chrome.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "home",
          "pageHref": "/portal/",
          "registryPath": "/registry/portal-weave.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "home",
          "pageHref": "/portal/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 2
        },
        {
          "page": "limits",
          "pageHref": "/portal/limits/",
          "registryPath": "/registry/monorepo-health.json",
          "family": "health",
          "weight": 2
        },
        {
          "page": "limits",
          "pageHref": "/portal/limits/",
          "registryPath": "/registry/portal-chrome.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "limits",
          "pageHref": "/portal/limits/",
          "registryPath": "/registry/portal-weave.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "packages",
          "pageHref": "/portal/packages/",
          "registryPath": "/registry/install-hygiene-report.json",
          "family": "other",
          "weight": 2
        },
        {
          "page": "packages",
          "pageHref": "/portal/packages/",
          "registryPath": "/registry/packages-graph-map.json",
          "family": "packages",
          "weight": 2
        },
        {
          "page": "packages",
          "pageHref": "/portal/packages/",
          "registryPath": "/registry/portal-chrome.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "packages",
          "pageHref": "/portal/packages/",
          "registryPath": "/registry/portal-weave.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "partner-history",
          "pageHref": "/portal/partner-history/",
          "registryPath": "/registry/ops-summary.json",
          "family": "ops",
          "weight": 2
        },
        {
          "page": "shared",
          "pageHref": "/portal/",
          "registryPath": "/registry/capability-map-subset.json",
          "family": "other",
          "weight": 2
        },
        {
          "page": "shared",
          "pageHref": "/portal/",
          "registryPath": "/registry/doctor-state.json",
          "family": "other",
          "weight": 2
        },
        {
          "page": "shared",
          "pageHref": "/portal/",
          "registryPath": "/registry/ops-summary.json",
          "family": "ops",
          "weight": 2
        },
        {
          "page": "skills",
          "pageHref": "/portal/skills/",
          "registryPath": "/registry/monorepo-health.json",
          "family": "health",
          "weight": 2
        },
        {
          "page": "skills",
          "pageHref": "/portal/skills/",
          "registryPath": "/registry/portal-chrome.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "skills",
          "pageHref": "/portal/skills/",
          "registryPath": "/registry/portal-weave.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "surfaces",
          "pageHref": "/portal/surfaces/",
          "registryPath": "/registry/surfaces-state.json",
          "family": "other",
          "weight": 2
        },
        {
          "page": "toc",
          "pageHref": "/portal/toc/",
          "registryPath": "/registry/portal-chrome.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "toc",
          "pageHref": "/portal/toc/",
          "registryPath": "/registry/portal-weave.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "toc",
          "pageHref": "/portal/toc/",
          "registryPath": "/registry/toc-ops.json",
          "family": "ops",
          "weight": 2
        },
        {
          "page": "tools",
          "pageHref": "/portal/tools/",
          "registryPath": "/registry/monorepo-health.json",
          "family": "health",
          "weight": 2
        },
        {
          "page": "tools",
          "pageHref": "/portal/tools/",
          "registryPath": "/registry/portal-chrome.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "tools",
          "pageHref": "/portal/tools/",
          "registryPath": "/registry/portal-weave.json",
          "family": "portal",
          "weight": 2
        },
        {
          "page": "brands",
          "pageHref": "/portal/brands/",
          "registryPath": "/registry/monorepo-health.json",
          "family": "health",
          "weight": 1
        },
        {
          "page": "brands",
          "pageHref": "/portal/brands/",
          "registryPath": "/registry/portal-chrome.json",
          "family": "portal",
          "weight": 1
        },
        {
          "page": "brands",
          "pageHref": "/portal/brands/",
          "registryPath": "/registry/portal-weave.json",
          "family": "portal",
          "weight": 1
        },
        {
          "page": "brands",
          "pageHref": "/portal/brands/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "bunfig",
          "pageHref": "/portal/bunfig/",
          "registryPath": "/registry/bunfig-state.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "bunfig",
          "pageHref": "/portal/bunfig/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "catalog",
          "pageHref": "/portal/catalog/",
          "registryPath": "/registry/catalog-snapshot.json",
          "family": "catalog",
          "weight": 1
        },
        {
          "page": "catalog",
          "pageHref": "/portal/catalog/",
          "registryPath": "/registry/content-type-matrix.json",
          "family": "catalog",
          "weight": 1
        },
        {
          "page": "catalog",
          "pageHref": "/portal/catalog/",
          "registryPath": "/registry/failures.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "catalog",
          "pageHref": "/portal/catalog/",
          "registryPath": "/registry/harness-skills-catalog.json",
          "family": "catalog",
          "weight": 1
        },
        {
          "page": "catalog",
          "pageHref": "/portal/catalog/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "compliance",
          "pageHref": "/portal/compliance/",
          "registryPath": "/registry/compliance-enhancements.json",
          "family": "compliance",
          "weight": 1
        },
        {
          "page": "compliance",
          "pageHref": "/portal/compliance/",
          "registryPath": "/registry/compliance-shadow.json",
          "family": "compliance",
          "weight": 1
        },
        {
          "page": "compliance",
          "pageHref": "/portal/compliance/",
          "registryPath": "/registry/dod-registry.json",
          "family": "compliance",
          "weight": 1
        },
        {
          "page": "compliance",
          "pageHref": "/portal/compliance/",
          "registryPath": "/registry/failures.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "compliance",
          "pageHref": "/portal/compliance/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "components",
          "pageHref": "/portal/components/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "dashboard",
          "pageHref": "/portal/dashboard/",
          "registryPath": "/registry/bun-defaults-proof.json",
          "family": "proof",
          "weight": 1
        },
        {
          "page": "dashboard",
          "pageHref": "/portal/dashboard/",
          "registryPath": "/registry/bun-runtime-nits-proof.json",
          "family": "proof",
          "weight": 1
        },
        {
          "page": "dashboard",
          "pageHref": "/portal/dashboard/",
          "registryPath": "/registry/compliance-board.json",
          "family": "compliance",
          "weight": 1
        },
        {
          "page": "dashboard",
          "pageHref": "/portal/dashboard/",
          "registryPath": "/registry/defaults-proof.json",
          "family": "proof",
          "weight": 1
        },
        {
          "page": "dashboard",
          "pageHref": "/portal/dashboard/",
          "registryPath": "/registry/failures.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "dashboard",
          "pageHref": "/portal/dashboard/",
          "registryPath": "/registry/install-env-proof.json",
          "family": "proof",
          "weight": 1
        },
        {
          "page": "dashboard",
          "pageHref": "/portal/dashboard/",
          "registryPath": "/registry/limit-raises.json",
          "family": "compliance",
          "weight": 1
        },
        {
          "page": "dashboard",
          "pageHref": "/portal/dashboard/",
          "registryPath": "/registry/monitoring.json",
          "family": "health",
          "weight": 1
        },
        {
          "page": "dashboard",
          "pageHref": "/portal/dashboard/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "dashboard",
          "pageHref": "/portal/dashboard/",
          "registryPath": "/registry/seat-capital-desk.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "dashboard",
          "pageHref": "/portal/dashboard/",
          "registryPath": "/registry/telegram-handshake.json",
          "family": "telegram",
          "weight": 1
        },
        {
          "page": "dod",
          "pageHref": "/portal/dod/",
          "registryPath": "/registry/dod-queue.json",
          "family": "compliance",
          "weight": 1
        },
        {
          "page": "dod",
          "pageHref": "/portal/dod/",
          "registryPath": "/registry/failures.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "dod",
          "pageHref": "/portal/dod/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "env",
          "pageHref": "/portal/env/",
          "registryPath": "/registry/env-inventory.json",
          "family": "env",
          "weight": 1
        },
        {
          "page": "env",
          "pageHref": "/portal/env/",
          "registryPath": "/registry/failures.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "env",
          "pageHref": "/portal/env/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "env",
          "pageHref": "/portal/env/",
          "registryPath": "/registry/vault-map.json",
          "family": "vault",
          "weight": 1
        },
        {
          "page": "factory",
          "pageHref": "/portal/factory/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "failures",
          "pageHref": "/portal/failures/",
          "registryPath": "/registry/failures.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "failures",
          "pageHref": "/portal/failures/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "health",
          "pageHref": "/portal/health/",
          "registryPath": "/registry/bun-defaults-proof.json",
          "family": "proof",
          "weight": 1
        },
        {
          "page": "health",
          "pageHref": "/portal/health/",
          "registryPath": "/registry/defaults-proof.json",
          "family": "proof",
          "weight": 1
        },
        {
          "page": "health",
          "pageHref": "/portal/health/",
          "registryPath": "/registry/failures.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "health",
          "pageHref": "/portal/health/",
          "registryPath": "/registry/monitoring.json",
          "family": "health",
          "weight": 1
        },
        {
          "page": "health",
          "pageHref": "/portal/health/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "health",
          "pageHref": "/portal/health/",
          "registryPath": "/registry/static.json",
          "family": "catalog",
          "weight": 1
        },
        {
          "page": "health",
          "pageHref": "/portal/health/",
          "registryPath": "/registry/toc-ops.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "health",
          "pageHref": "/portal/health/",
          "registryPath": "/registry/vps-health.json",
          "family": "health",
          "weight": 1
        },
        {
          "page": "home",
          "pageHref": "/portal/",
          "registryPath": "/registry/failures.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "identity",
          "pageHref": "/portal/identity/",
          "registryPath": "/registry/identity-board.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "identity",
          "pageHref": "/portal/identity/",
          "registryPath": "/registry/monorepo-health.json",
          "family": "health",
          "weight": 1
        },
        {
          "page": "identity",
          "pageHref": "/portal/identity/",
          "registryPath": "/registry/portal-chrome.json",
          "family": "portal",
          "weight": 1
        },
        {
          "page": "identity",
          "pageHref": "/portal/identity/",
          "registryPath": "/registry/portal-weave.json",
          "family": "portal",
          "weight": 1
        },
        {
          "page": "identity",
          "pageHref": "/portal/identity/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "limits",
          "pageHref": "/portal/limits/",
          "registryPath": "/registry/limit-raises.json",
          "family": "compliance",
          "weight": 1
        },
        {
          "page": "limits",
          "pageHref": "/portal/limits/",
          "registryPath": "/registry/ops-summary.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/bun-runtime-nits-proof.json",
          "family": "proof",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/bundler-loaders-proof.json",
          "family": "proof",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/channel-meta-bake.json",
          "family": "catalog",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/cloudflare-pages-preflight.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/cloudflare-token-scope-proof.json",
          "family": "proof",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/compliance-board.json",
          "family": "compliance",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/doc-index.json",
          "family": "catalog",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/docs-coverage-proof.json",
          "family": "proof",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/failures.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/guides-proof.json",
          "family": "proof",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/install-env-proof.json",
          "family": "proof",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/install-platform.json",
          "family": "catalog",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/limit-raises.json",
          "family": "compliance",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/networking-proof.json",
          "family": "proof",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/ops-summary.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/packages-graph-map.json",
          "family": "packages",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/proof-taxonomy-audit.json",
          "family": "verification",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/ratchet.json",
          "family": "verification",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/registry-client-proof.json",
          "family": "proof",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/release-features.json",
          "family": "verification",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/seat-capital-desk.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/static.json",
          "family": "catalog",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/telegram-handshake-catalog.json",
          "family": "telegram",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/telegram-handshake.json",
          "family": "telegram",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/toc-ops-bake-proof.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/toc-ops.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "ops",
          "pageHref": "/portal/ops/",
          "registryPath": "/registry/verification-index.json",
          "family": "verification",
          "weight": 1
        },
        {
          "page": "packages",
          "pageHref": "/portal/packages/",
          "registryPath": "/registry/capability-map-subset.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "packages",
          "pageHref": "/portal/packages/",
          "registryPath": "/registry/failures.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "packages",
          "pageHref": "/portal/packages/",
          "registryPath": "/registry/package-info.json",
          "family": "packages",
          "weight": 1
        },
        {
          "page": "packages",
          "pageHref": "/portal/packages/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "partner-history",
          "pageHref": "/portal/partner-history/",
          "registryPath": "/registry/limit-raises.json",
          "family": "compliance",
          "weight": 1
        },
        {
          "page": "science",
          "pageHref": "/portal/science/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "shared",
          "pageHref": "/portal/",
          "registryPath": "/registry/catalog-snapshot.json",
          "family": "catalog",
          "weight": 1
        },
        {
          "page": "shared",
          "pageHref": "/portal/",
          "registryPath": "/registry/formdata-proof.json",
          "family": "proof",
          "weight": 1
        },
        {
          "page": "shared",
          "pageHref": "/portal/",
          "registryPath": "/registry/monitoring.json",
          "family": "health",
          "weight": 1
        },
        {
          "page": "shared",
          "pageHref": "/portal/",
          "registryPath": "/registry/networking-channel-proof.json",
          "family": "proof",
          "weight": 1
        },
        {
          "page": "shared",
          "pageHref": "/portal/",
          "registryPath": "/registry/portal-chrome.json",
          "family": "portal",
          "weight": 1
        },
        {
          "page": "shared",
          "pageHref": "/portal/",
          "registryPath": "/registry/portal-weave.json",
          "family": "portal",
          "weight": 1
        },
        {
          "page": "shared",
          "pageHref": "/portal/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "shared",
          "pageHref": "/portal/",
          "registryPath": "/registry/release-features.json",
          "family": "verification",
          "weight": 1
        },
        {
          "page": "shared",
          "pageHref": "/portal/",
          "registryPath": "/registry/verification-index.json",
          "family": "verification",
          "weight": 1
        },
        {
          "page": "shared",
          "pageHref": "/portal/",
          "registryPath": "/registry/verification-pinned-1.3.14.json",
          "family": "verification",
          "weight": 1
        },
        {
          "page": "shared",
          "pageHref": "/portal/",
          "registryPath": "/registry/verification-stable-1.4.0-bundler.json",
          "family": "verification",
          "weight": 1
        },
        {
          "page": "shared",
          "pageHref": "/portal/",
          "registryPath": "/registry/verification-stable-1.4.0-networking.json",
          "family": "verification",
          "weight": 1
        },
        {
          "page": "shared",
          "pageHref": "/portal/",
          "registryPath": "/registry/verification-stable-1.4.0.json",
          "family": "verification",
          "weight": 1
        },
        {
          "page": "skills",
          "pageHref": "/portal/skills/",
          "registryPath": "/registry/failures.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "skills",
          "pageHref": "/portal/skills/",
          "registryPath": "/registry/harness-skills-catalog.json",
          "family": "catalog",
          "weight": 1
        },
        {
          "page": "skills",
          "pageHref": "/portal/skills/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "skills",
          "pageHref": "/portal/skills/",
          "registryPath": "/registry/skills-catalog.json",
          "family": "catalog",
          "weight": 1
        },
        {
          "page": "surfaces",
          "pageHref": "/portal/surfaces/",
          "registryPath": "/registry/monorepo-health.json",
          "family": "health",
          "weight": 1
        },
        {
          "page": "surfaces",
          "pageHref": "/portal/surfaces/",
          "registryPath": "/registry/portal-chrome.json",
          "family": "portal",
          "weight": 1
        },
        {
          "page": "surfaces",
          "pageHref": "/portal/surfaces/",
          "registryPath": "/registry/portal-weave.json",
          "family": "portal",
          "weight": 1
        },
        {
          "page": "surfaces",
          "pageHref": "/portal/surfaces/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "tennis",
          "pageHref": "/portal/tennis/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "toc",
          "pageHref": "/portal/toc/",
          "registryPath": "/registry/compliance-board.json",
          "family": "compliance",
          "weight": 1
        },
        {
          "page": "toc",
          "pageHref": "/portal/toc/",
          "registryPath": "/registry/failures.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "toc",
          "pageHref": "/portal/toc/",
          "registryPath": "/registry/limit-raises.json",
          "family": "compliance",
          "weight": 1
        },
        {
          "page": "toc",
          "pageHref": "/portal/toc/",
          "registryPath": "/registry/ops-summary.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "toc",
          "pageHref": "/portal/toc/",
          "registryPath": "/registry/projects-registry.json",
          "family": "tenant",
          "weight": 1
        },
        {
          "page": "toc",
          "pageHref": "/portal/toc/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "tools",
          "pageHref": "/portal/tools/",
          "registryPath": "/registry/capability-map-full.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "tools",
          "pageHref": "/portal/tools/",
          "registryPath": "/registry/capability-map-subset.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "tools",
          "pageHref": "/portal/tools/",
          "registryPath": "/registry/catalog-snapshot.json",
          "family": "catalog",
          "weight": 1
        },
        {
          "page": "tools",
          "pageHref": "/portal/tools/",
          "registryPath": "/registry/doctor-state.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "tools",
          "pageHref": "/portal/tools/",
          "registryPath": "/registry/failures.json",
          "family": "ops",
          "weight": 1
        },
        {
          "page": "tools",
          "pageHref": "/portal/tools/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "tools",
          "pageHref": "/portal/tools/",
          "registryPath": "/registry/vault-map.json",
          "family": "vault",
          "weight": 1
        },
        {
          "page": "vault",
          "pageHref": "/portal/vault/",
          "registryPath": "/registry/monorepo-health.json",
          "family": "health",
          "weight": 1
        },
        {
          "page": "vault",
          "pageHref": "/portal/vault/",
          "registryPath": "/registry/portal-chrome.json",
          "family": "portal",
          "weight": 1
        },
        {
          "page": "vault",
          "pageHref": "/portal/vault/",
          "registryPath": "/registry/portal-weave.json",
          "family": "portal",
          "weight": 1
        },
        {
          "page": "vault",
          "pageHref": "/portal/vault/",
          "registryPath": "/registry/registry.json",
          "family": "other",
          "weight": 1
        },
        {
          "page": "vault",
          "pageHref": "/portal/vault/",
          "registryPath": "/registry/vault-health.json",
          "family": "vault",
          "weight": 1
        }
      ],
      "libImportHubs": [
        {
          "targetPrefix": "lib/docs",
          "weight": 12,
          "fromPackages": [
            "business",
            "docs-tools"
          ]
        }
      ]
    },
    "planes": [
      {
        "id": "packages-graph",
        "label": "packages/* import graph",
        "count": 6,
        "bake": "/registry/packages-graph-map.json",
        "portal": "/portal/packages/",
        "note": "Default audit:packages glob — coupling / orphans / roles only"
      },
      {
        "id": "workspaces",
        "label": "bun workspaces (package.json)",
        "count": 8,
        "note": "packages/* + sports-terminal-os + lib/* — see bun pm ls"
      },
      {
        "id": "lib-plane",
        "label": "lib/ top-level dirs",
        "count": 42,
        "note": "interior modules; workspace package only lib/shared · shared=yes"
      },
      {
        "id": "sto-nested",
        "label": "STO nested package.json",
        "count": 3,
        "note": "under projects/active/sports-terminal-os (not packages/* graph)"
      },
      {
        "id": "portal-pages",
        "label": "portal HTML pages",
        "count": 24,
        "portal": "/portal/",
        "note": "public/portal/*/index.html shells + script src inventory"
      },
      {
        "id": "portal-chrome",
        "label": "portal chrome components",
        "count": 13,
        "bake": "/registry/portal-chrome.json",
        "note": "nav + shared modules SSOT · onDisk=13/13"
      },
      {
        "id": "portal-modules",
        "label": "portal JS/CSS modules",
        "count": 37,
        "note": "components/ + root modules + page scripts + theme"
      },
      {
        "id": "brand",
        "label": "brand + tenant icons",
        "count": 20,
        "note": "tenants: factory, science, telegram, tennis · theme darkTokens=12 fonts=brand,mono,sans"
      },
      {
        "id": "registry-bake",
        "label": "registry top-level JSON",
        "count": 62,
        "bake": "/registry/",
        "note": "families: proof=12 · other=9 · catalog=8 · verification=8 · compliance=6 · ops=6 · not npm package deps"
      },
      {
        "id": "registry-portal-refs",
        "label": "portal → registry refs",
        "count": 64,
        "note": "unique /registry/*.json from portal JS/HTML · orphanTop=0"
      },
      {
        "id": "page-registry-edges",
        "label": "page → registry edges",
        "count": 198,
        "portal": "/portal/packages/",
        "note": "attributed via page scripts + shell HTML (v3 cross-plane)"
      },
      {
        "id": "lib-import-hubs",
        "label": "packages → lib hubs",
        "count": 1,
        "note": "top hub lib/docs"
      },
      {
        "id": "orphan-wire",
        "label": "orphan wire-portal candidates",
        "count": 0,
        "note": "of 0 orphans · proofs stay document-only"
      },
      {
        "id": "registry-storage",
        "label": "registry storage packages",
        "count": 9,
        "note": "public/registry/storage published artifact.tgz names"
      }
    ]
  }
}
