{
  "schemaVersion": 1,
  "kind": "brand-keymap",
  "path": "/registry/brand-keymap.json",
  "generatedAt": "2026-08-26T09:51:44.571Z",
  "sources": {
    "catalog": "lib/types/branded/index.ts#BRAND_CATALOG",
    "manifest": "lib/types/brand-manifest.json",
    "coverage": "tools/brand-coverage.ts",
    "stableImport": "lib/types/branded.ts",
    "domainGlossary": "public/registry/domain-glossary.json",
    "colorKernel": "public/portal/theme.jsonc"
  },
  "summary": {
    "brands": 97,
    "domains": 10,
    "ids": 75,
    "keys": 3,
    "codes": 19,
    "covered": 76,
    "referencedUnconstructed": 7,
    "unused": 14,
    "cataloguedProjects": 35,
    "trackedProjects": 31,
    "adoptedProjects": 3,
    "canonicalProjects": 2,
    "localPatternProjects": 1,
    "glossaryLinked": 3
  },
  "governance": {
    "rule": "Domain identities are branded after the wire boundary; new bare-string IDs fail the staged strict gate.",
    "stagedGate": "bun tools/branded-id-check.ts --staged --strict",
    "catalog": "bun tools/brand-catalog.ts [domain|BrandName]",
    "coverage": "bun tools/brand-coverage.ts --attention",
    "constructorTiers": [
      {
        "tier": "as",
        "use": "required trusted interior value or owned mint"
      },
      {
        "tier": "try",
        "use": "optional config or soft merge; blank becomes undefined"
      },
      {
        "tier": "parse",
        "use": "wire, JSON, CLI, form, or environment ingress"
      },
      {
        "tier": "guard",
        "use": "narrow an already-canonical unknown value; does not prove provenance"
      }
    ]
  },
  "domains": [
    {
      "name": "audit",
      "module": "lib/types/branded/audit.ts",
      "brandCount": 8,
      "colorKey": "orange",
      "color": "#f0883e",
      "tone": "warn"
    },
    {
      "name": "deployment",
      "module": "lib/types/branded/deployment.ts",
      "brandCount": 1,
      "colorKey": "yellow",
      "color": "#d29922",
      "tone": "warn"
    },
    {
      "name": "documents",
      "module": "lib/types/branded/documents.ts",
      "brandCount": 5,
      "colorKey": "green",
      "color": "#3fb950",
      "tone": "ok"
    },
    {
      "name": "governance",
      "module": "lib/types/branded/governance.ts",
      "brandCount": 13,
      "colorKey": "orange",
      "color": "#db6d28",
      "tone": "warn"
    },
    {
      "name": "identity",
      "module": "lib/types/branded/identity.ts",
      "brandCount": 6,
      "colorKey": "purple",
      "color": "#a371f7",
      "tone": "info"
    },
    {
      "name": "operations",
      "module": "lib/types/branded/operations.ts",
      "brandCount": 41,
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info"
    },
    {
      "name": "portal",
      "module": "lib/types/branded/portal.ts",
      "brandCount": 6,
      "colorKey": "green",
      "color": "#3fb950",
      "tone": "ok"
    },
    {
      "name": "security",
      "module": "lib/types/branded/security.ts",
      "brandCount": 2,
      "colorKey": "red",
      "color": "#f85149",
      "tone": "bad"
    },
    {
      "name": "session",
      "module": "lib/types/branded/session.ts",
      "brandCount": 5,
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info"
    },
    {
      "name": "surfaces",
      "module": "lib/types/branded/surfaces.ts",
      "brandCount": 10,
      "colorKey": "purple",
      "color": "#a371f7",
      "tone": "info"
    }
  ],
  "brands": [
    {
      "name": "SessionId",
      "domain": "session",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "user-input",
        "wire-input"
      ],
      "description": "Interactive terminal / agent session identity",
      "kind": "id",
      "module": "lib/types/branded/session.ts",
      "constructors": {
        "as": "asSessionId",
        "try": "trySessionId",
        "parse": "parseSessionId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isSessionId",
      "shortName": "sessionId",
      "envName": "SESSION_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 29,
        "constructors": {
          "as": 8,
          "try": 0,
          "parse": 3
        },
        "guards": 0,
        "files": [
          "lib/core/fw-types.ts",
          "lib/core/structured-logger.ts",
          "lib/identity/identity.ts",
          "lib/identity/impersonate.ts",
          "lib/security/secret-audit-logger.ts",
          "lib/security/zero-trust-manager.ts",
          "projects/active/factorywager/registry/packages/dev-dashboard/src/api/routes.ts",
          "tools/codex-thread-portfolio.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 27,
            "constructionCalls": 11,
            "guardCalls": 0,
            "files": [
              "lib/core/fw-types.ts",
              "lib/core/structured-logger.ts",
              "lib/identity/identity.ts",
              "lib/identity/impersonate.ts",
              "lib/security/secret-audit-logger.ts",
              "lib/security/zero-trust-manager.ts",
              "tools/codex-thread-portfolio.ts"
            ]
          },
          "projects": {
            "status": "referenced-unconstructed",
            "references": 2,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": [
              "projects/active/factorywager/registry/packages/dev-dashboard/src/api/routes.ts"
            ]
          }
        }
      }
    },
    {
      "name": "TerminalId",
      "domain": "session",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "PTY / terminal instance identity",
      "kind": "id",
      "module": "lib/types/branded/session.ts",
      "constructors": {
        "as": "asTerminalId",
        "try": "tryTerminalId",
        "parse": "parseTerminalId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isTerminalId",
      "shortName": "terminalId",
      "envName": "TERMINAL_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "unused",
        "references": 0,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [],
        "scopes": {
          "spine": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "RequestId",
      "domain": "session",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "HTTP or RPC request correlation handle",
      "kind": "id",
      "module": "lib/types/branded/session.ts",
      "constructors": {
        "as": "asRequestId",
        "try": "tryRequestId",
        "parse": "parseRequestId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isRequestId",
      "shortName": "requestId",
      "envName": "REQUEST_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 14,
        "constructors": {
          "as": 2,
          "try": 0,
          "parse": 1
        },
        "guards": 0,
        "files": [
          "lib/docs/bun-brand-usages.ts",
          "projects/active/dashboards/secrets-dashboard/server.ts",
          "projects/active/sports-terminal-os/src/middleware/security.ts"
        ],
        "scopes": {
          "spine": {
            "status": "referenced-unconstructed",
            "references": 2,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": [
              "lib/docs/bun-brand-usages.ts"
            ]
          },
          "projects": {
            "status": "covered",
            "references": 12,
            "constructionCalls": 3,
            "guardCalls": 0,
            "files": [
              "projects/active/dashboards/secrets-dashboard/server.ts",
              "projects/active/sports-terminal-os/src/middleware/security.ts"
            ]
          }
        }
      }
    },
    {
      "name": "CorrelationId",
      "domain": "session",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Cross-service distributed trace correlation",
      "kind": "id",
      "module": "lib/types/branded/session.ts",
      "constructors": {
        "as": "asCorrelationId",
        "try": "tryCorrelationId",
        "parse": "parseCorrelationId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isCorrelationId",
      "shortName": "correlationId",
      "envName": "CORRELATION_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 23,
        "constructors": {
          "as": 4,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/ai/ai-operations-manager.ts",
          "lib/concept-registry/schema.ts",
          "lib/core/structured-logger.ts",
          "lib/docs/bun-brand-usages.ts",
          "lib/verification/pages-edge-weave.ts",
          "tools/concept-inventory.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 23,
            "constructionCalls": 4,
            "guardCalls": 0,
            "files": [
              "lib/ai/ai-operations-manager.ts",
              "lib/concept-registry/schema.ts",
              "lib/core/structured-logger.ts",
              "lib/docs/bun-brand-usages.ts",
              "lib/verification/pages-edge-weave.ts",
              "tools/concept-inventory.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "SnapshotId",
      "domain": "session",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Point-in-time state snapshot identity",
      "kind": "id",
      "module": "lib/types/branded/session.ts",
      "constructors": {
        "as": "asSnapshotId",
        "try": "trySnapshotId",
        "parse": "parseSnapshotId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isSnapshotId",
      "shortName": "snapshotId",
      "envName": "SNAPSHOT_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "unused",
        "references": 0,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [],
        "scopes": {
          "spine": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "UserId",
      "domain": "identity",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "user-input",
        "wire-input",
        "system-internal"
      ],
      "description": "Human or agent principal identity",
      "kind": "id",
      "module": "lib/types/branded/identity.ts",
      "constructors": {
        "as": "asUserId",
        "try": "tryUserId",
        "parse": "parseUserId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isUserId",
      "shortName": "userId",
      "envName": "USER_ID",
      "colorKey": "purple",
      "color": "#a371f7",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "referenced-unconstructed",
        "references": 8,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/core/structured-logger.ts",
          "lib/mcp/r2-integration-fixed.ts",
          "lib/security/secret-audit-logger.ts",
          "projects/active/factorywager/registry/packages/dev-dashboard/src/api/routes.ts"
        ],
        "scopes": {
          "spine": {
            "status": "referenced-unconstructed",
            "references": 7,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": [
              "lib/core/structured-logger.ts",
              "lib/mcp/r2-integration-fixed.ts",
              "lib/security/secret-audit-logger.ts"
            ]
          },
          "projects": {
            "status": "referenced-unconstructed",
            "references": 1,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": [
              "projects/active/factorywager/registry/packages/dev-dashboard/src/api/routes.ts"
            ]
          }
        }
      }
    },
    {
      "name": "AccountId",
      "domain": "identity",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "wire-input",
        "user-input"
      ],
      "description": "Cloud account (e.g. Cloudflare/R2 account) — env/wire only, never empty forge",
      "kind": "id",
      "module": "lib/types/branded/identity.ts",
      "constructors": {
        "as": "asAccountId",
        "try": "tryAccountId",
        "parse": "parseAccountId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isAccountId",
      "shortName": "accountId",
      "envName": "ACCOUNT_ID",
      "colorKey": "purple",
      "color": "#a371f7",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 29,
        "constructors": {
          "as": 7,
          "try": 2,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/mcp/cloudflare-domain-manager.ts",
          "lib/mcp/domain-integration.ts",
          "lib/mcp/r2-integration-fixed.ts",
          "lib/r2/r2-storage-enhanced.ts",
          "lib/security/infra-secrets.ts",
          "lib/security/r2-credentials.ts",
          "lib/verification/cloudflare-access-live.ts",
          "lib/verification/cloudflare-access-token.ts",
          "lib/verification/cloudflare-token-scope.ts",
          "lib/verification/proof-consistency.ts",
          "lib/verification/proof-taxonomy.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 29,
            "constructionCalls": 9,
            "guardCalls": 0,
            "files": [
              "lib/mcp/cloudflare-domain-manager.ts",
              "lib/mcp/domain-integration.ts",
              "lib/mcp/r2-integration-fixed.ts",
              "lib/r2/r2-storage-enhanced.ts",
              "lib/security/infra-secrets.ts",
              "lib/security/r2-credentials.ts",
              "lib/verification/cloudflare-access-live.ts",
              "lib/verification/cloudflare-access-token.ts",
              "lib/verification/cloudflare-token-scope.ts",
              "lib/verification/proof-consistency.ts",
              "lib/verification/proof-taxonomy.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "IdentityId",
      "domain": "identity",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Zero-trust / federated identity record",
      "kind": "id",
      "module": "lib/types/branded/identity.ts",
      "constructors": {
        "as": "asIdentityId",
        "try": "tryIdentityId",
        "parse": "parseIdentityId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isIdentityId",
      "shortName": "identityId",
      "envName": "IDENTITY_ID",
      "colorKey": "purple",
      "color": "#a371f7",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 16,
        "constructors": {
          "as": 5,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/docs/bun-brand-usages.ts",
          "lib/identity/identity.ts",
          "lib/identity/timeline.ts",
          "lib/security/zero-trust-manager.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 16,
            "constructionCalls": 5,
            "guardCalls": 0,
            "files": [
              "lib/docs/bun-brand-usages.ts",
              "lib/identity/identity.ts",
              "lib/identity/timeline.ts",
              "lib/security/zero-trust-manager.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "OidcClientId",
      "domain": "identity",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "wire-input"
      ],
      "description": "OIDC relying-party client identifier parsed from deployment configuration",
      "kind": "id",
      "module": "lib/types/branded/identity.ts",
      "constructors": {
        "as": "asOidcClientId",
        "try": "tryOidcClientId",
        "parse": "parseOidcClientId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isOidcClientId",
      "shortName": "oidcClientId",
      "envName": "OIDC_CLIENT_ID",
      "colorKey": "purple",
      "color": "#a371f7",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "referenced-unconstructed",
        "references": 4,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/auth/oidc.ts"
        ],
        "scopes": {
          "spine": {
            "status": "referenced-unconstructed",
            "references": 4,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": [
              "lib/auth/oidc.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "AccessKeyId",
      "domain": "identity",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "wire-input",
        "system-internal"
      ],
      "description": "S3/R2 access key id (not the secret material)",
      "kind": "id",
      "module": "lib/types/branded/identity.ts",
      "constructors": {
        "as": "asAccessKeyId",
        "try": "tryAccessKeyId",
        "parse": "parseAccessKeyId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isAccessKeyId",
      "shortName": "accessKeyId",
      "envName": "ACCESS_KEY_ID",
      "colorKey": "purple",
      "color": "#a371f7",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 12,
        "constructors": {
          "as": 1,
          "try": 2,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/factory/object-store.ts",
          "lib/mcp/r2-integration-fixed.ts",
          "lib/r2/r2-storage-enhanced.ts",
          "lib/security/infra-secrets.ts",
          "lib/security/r2-credentials.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 12,
            "constructionCalls": 3,
            "guardCalls": 0,
            "files": [
              "lib/factory/object-store.ts",
              "lib/mcp/r2-integration-fixed.ts",
              "lib/r2/r2-storage-enhanced.ts",
              "lib/security/infra-secrets.ts",
              "lib/security/r2-credentials.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "TokenId",
      "domain": "identity",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Opaque token handle (not the token secret)",
      "kind": "id",
      "module": "lib/types/branded/identity.ts",
      "constructors": {
        "as": "asTokenId",
        "try": "tryTokenId",
        "parse": "parseTokenId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isTokenId",
      "shortName": "tokenId",
      "envName": "TOKEN_ID",
      "colorKey": "purple",
      "color": "#a371f7",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 16,
        "constructors": {
          "as": 10,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/docs/bun-brand-usages.ts",
          "lib/identity/http.ts",
          "lib/identity/identity.ts",
          "lib/identity/impersonate.ts",
          "lib/identity/self-service.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 16,
            "constructionCalls": 10,
            "guardCalls": 0,
            "files": [
              "lib/docs/bun-brand-usages.ts",
              "lib/identity/http.ts",
              "lib/identity/identity.ts",
              "lib/identity/impersonate.ts",
              "lib/identity/self-service.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "DocumentId",
      "domain": "documents",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Wiki / collab document identity",
      "kind": "id",
      "module": "lib/types/branded/documents.ts",
      "constructors": {
        "as": "asDocumentId",
        "try": "tryDocumentId",
        "parse": "parseDocumentId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isDocumentId",
      "shortName": "documentId",
      "envName": "DOCUMENT_ID",
      "colorKey": "green",
      "color": "#3fb950",
      "tone": "ok",
      "glossaryConcepts": [],
      "coverage": {
        "status": "unused",
        "references": 0,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [],
        "scopes": {
          "spine": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "ZoneId",
      "domain": "documents",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "wire-input"
      ],
      "description": "DNS / Cloudflare zone — mint from wire via parseZoneId",
      "kind": "id",
      "module": "lib/types/branded/documents.ts",
      "constructors": {
        "as": "asZoneId",
        "try": "tryZoneId",
        "parse": "parseZoneId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isZoneId",
      "shortName": "zoneId",
      "envName": "ZONE_ID",
      "colorKey": "green",
      "color": "#3fb950",
      "tone": "ok",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 4,
        "constructors": {
          "as": 2,
          "try": 0,
          "parse": 1
        },
        "guards": 0,
        "files": [
          "lib/mcp/cloudflare-domain-manager.ts",
          "lib/verification/cloudflare-token-scope.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 4,
            "constructionCalls": 3,
            "guardCalls": 0,
            "files": [
              "lib/mcp/cloudflare-domain-manager.ts",
              "lib/verification/cloudflare-token-scope.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "DocTokenId",
      "domain": "documents",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "wire-input",
        "system-internal"
      ],
      "description": "Bun documentation token identity (catalog / TokenRef northstar)",
      "kind": "id",
      "module": "lib/types/branded/documents.ts",
      "constructors": {
        "as": "asDocTokenId",
        "try": "tryDocTokenId",
        "parse": "parseDocTokenId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isDocTokenId",
      "shortName": "docTokenId",
      "envName": "DOC_TOKEN_ID",
      "colorKey": "green",
      "color": "#3fb950",
      "tone": "ok",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 4,
        "constructors": {
          "as": 47,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/docs/bun-brand-contract.ts",
          "lib/docs/bun-brand-usages.ts",
          "lib/docs/token-ref-adapter.ts",
          "lib/docs/token-ref.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 4,
            "constructionCalls": 47,
            "guardCalls": 0,
            "files": [
              "lib/docs/bun-brand-contract.ts",
              "lib/docs/bun-brand-usages.ts",
              "lib/docs/token-ref-adapter.ts",
              "lib/docs/token-ref.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "ReleaseKnowledgeExampleId",
      "domain": "documents",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Normalized Bun release knowledge example identity",
      "kind": "id",
      "module": "lib/types/branded/documents.ts",
      "constructors": {
        "as": "asReleaseKnowledgeExampleId",
        "try": "tryReleaseKnowledgeExampleId",
        "parse": "parseReleaseKnowledgeExampleId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isReleaseKnowledgeExampleId",
      "shortName": "releaseKnowledgeExampleId",
      "envName": "RELEASE_KNOWLEDGE_EXAMPLE_ID",
      "colorKey": "green",
      "color": "#3fb950",
      "tone": "ok",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 7,
        "constructors": {
          "as": 1,
          "try": 0,
          "parse": 2
        },
        "guards": 0,
        "files": [
          "packages/bun-release-contracts/src/knowledge-ast-wire.ts",
          "packages/bun-release-contracts/src/knowledge-ast.ts",
          "packages/bun-release-contracts/src/knowledge-normalize.ts",
          "packages/bun-release-contracts/src/knowledge-schema.ts",
          "packages/bun-release-contracts/src/knowledge-types.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 7,
            "constructionCalls": 3,
            "guardCalls": 0,
            "files": [
              "packages/bun-release-contracts/src/knowledge-ast-wire.ts",
              "packages/bun-release-contracts/src/knowledge-ast.ts",
              "packages/bun-release-contracts/src/knowledge-normalize.ts",
              "packages/bun-release-contracts/src/knowledge-schema.ts",
              "packages/bun-release-contracts/src/knowledge-types.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "ReleaseKnowledgeNodeId",
      "domain": "documents",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Structural Bun release knowledge document node identity",
      "kind": "id",
      "module": "lib/types/branded/documents.ts",
      "constructors": {
        "as": "asReleaseKnowledgeNodeId",
        "try": "tryReleaseKnowledgeNodeId",
        "parse": "parseReleaseKnowledgeNodeId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isReleaseKnowledgeNodeId",
      "shortName": "releaseKnowledgeNodeId",
      "envName": "RELEASE_KNOWLEDGE_NODE_ID",
      "colorKey": "green",
      "color": "#3fb950",
      "tone": "ok",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 10,
        "constructors": {
          "as": 1,
          "try": 0,
          "parse": 3
        },
        "guards": 0,
        "files": [
          "packages/bun-release-contracts/src/knowledge-ast-id.ts",
          "packages/bun-release-contracts/src/knowledge-ast-wire.ts",
          "packages/bun-release-contracts/src/knowledge-ast.ts",
          "packages/bun-release-contracts/src/knowledge-types.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 10,
            "constructionCalls": 4,
            "guardCalls": 0,
            "files": [
              "packages/bun-release-contracts/src/knowledge-ast-id.ts",
              "packages/bun-release-contracts/src/knowledge-ast-wire.ts",
              "packages/bun-release-contracts/src/knowledge-ast.ts",
              "packages/bun-release-contracts/src/knowledge-types.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "ChallengeId",
      "domain": "security",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Auth challenge / proof-of-possession handle",
      "kind": "id",
      "module": "lib/types/branded/security.ts",
      "constructors": {
        "as": "asChallengeId",
        "try": "tryChallengeId",
        "parse": "parseChallengeId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isChallengeId",
      "shortName": "challengeId",
      "envName": "CHALLENGE_ID",
      "colorKey": "red",
      "color": "#f85149",
      "tone": "bad",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 4,
        "constructors": {
          "as": 2,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/security/zero-trust-manager.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 4,
            "constructionCalls": 2,
            "guardCalls": 0,
            "files": [
              "lib/security/zero-trust-manager.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "PolicyId",
      "domain": "security",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Access policy identity",
      "kind": "id",
      "module": "lib/types/branded/security.ts",
      "constructors": {
        "as": "asPolicyId",
        "try": "tryPolicyId",
        "parse": "parsePolicyId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isPolicyId",
      "shortName": "policyId",
      "envName": "POLICY_ID",
      "colorKey": "red",
      "color": "#f85149",
      "tone": "bad",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 5,
        "constructors": {
          "as": 6,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/security/zero-trust-manager.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 5,
            "constructionCalls": 6,
            "guardCalls": 0,
            "files": [
              "lib/security/zero-trust-manager.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "DeploymentId",
      "domain": "deployment",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Release / deployment instance identity",
      "kind": "id",
      "module": "lib/types/branded/deployment.ts",
      "constructors": {
        "as": "asDeploymentId",
        "try": "tryDeploymentId",
        "parse": "parseDeploymentId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isDeploymentId",
      "shortName": "deploymentId",
      "envName": "DEPLOYMENT_ID",
      "colorKey": "yellow",
      "color": "#d29922",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "unused",
        "references": 0,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [],
        "scopes": {
          "spine": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "VersionId",
      "domain": "audit",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Secret or config version identity",
      "kind": "id",
      "module": "lib/types/branded/audit.ts",
      "constructors": {
        "as": "asVersionId",
        "try": "tryVersionId",
        "parse": "parseVersionId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isVersionId",
      "shortName": "versionId",
      "envName": "VERSION_ID",
      "colorKey": "orange",
      "color": "#f0883e",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "unused",
        "references": 0,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [],
        "scopes": {
          "spine": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "AuditId",
      "domain": "audit",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Audit log entry identity",
      "kind": "id",
      "module": "lib/types/branded/audit.ts",
      "constructors": {
        "as": "asAuditId",
        "try": "tryAuditId",
        "parse": "parseAuditId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isAuditId",
      "shortName": "auditId",
      "envName": "AUDIT_ID",
      "colorKey": "orange",
      "color": "#f0883e",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "unused",
        "references": 0,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [],
        "scopes": {
          "spine": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "AuditFindingId",
      "domain": "audit",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "FactoryWager audit-finding SSOT primary key",
      "kind": "id",
      "module": "lib/types/branded/audit.ts",
      "constructors": {
        "as": "asAuditFindingId",
        "try": "tryAuditFindingId",
        "parse": "parseAuditFindingId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isAuditFindingId",
      "shortName": "auditFindingId",
      "envName": "AUDIT_FINDING_ID",
      "colorKey": "orange",
      "color": "#f0883e",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 14,
        "constructors": {
          "as": 1,
          "try": 0,
          "parse": 1
        },
        "guards": 0,
        "files": [
          "lib/audit/audit-finding.ts",
          "lib/audit/audit-refs.ts",
          "tools/audit-catalog.ts",
          "tools/audit-emit-stub.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 14,
            "constructionCalls": 2,
            "guardCalls": 0,
            "files": [
              "lib/audit/audit-finding.ts",
              "lib/audit/audit-refs.ts",
              "tools/audit-catalog.ts",
              "tools/audit-emit-stub.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "AuditConceptId",
      "domain": "audit",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "FactoryWager audit-concept SSOT primary key",
      "kind": "id",
      "module": "lib/types/branded/audit.ts",
      "constructors": {
        "as": "asAuditConceptId",
        "try": "tryAuditConceptId",
        "parse": "parseAuditConceptId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isAuditConceptId",
      "shortName": "auditConceptId",
      "envName": "AUDIT_CONCEPT_ID",
      "colorKey": "orange",
      "color": "#f0883e",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 14,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 1
        },
        "guards": 0,
        "files": [
          "lib/audit/audit-concept.ts",
          "lib/audit/audit-refs.ts",
          "tools/audit-catalog.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 14,
            "constructionCalls": 1,
            "guardCalls": 0,
            "files": [
              "lib/audit/audit-concept.ts",
              "lib/audit/audit-refs.ts",
              "tools/audit-catalog.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "AuditEntryId",
      "domain": "audit",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Polymorphic audit SSOT ref (finding or concept id)",
      "kind": "id",
      "module": "lib/types/branded/audit.ts",
      "constructors": {
        "as": "asAuditEntryId",
        "try": "tryAuditEntryId",
        "parse": "parseAuditEntryId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isAuditEntryId",
      "shortName": "auditEntryId",
      "envName": "AUDIT_ENTRY_ID",
      "colorKey": "orange",
      "color": "#f0883e",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 26,
        "constructors": {
          "as": 38,
          "try": 0,
          "parse": 2
        },
        "guards": 0,
        "files": [
          "lib/audit/audit-concept.ts",
          "lib/audit/audit-finding.ts",
          "lib/audit/audit-refs.ts",
          "lib/audit/render-finding.ts",
          "tools/audit-catalog.ts",
          "tools/audit-emit-stub.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 26,
            "constructionCalls": 40,
            "guardCalls": 0,
            "files": [
              "lib/audit/audit-concept.ts",
              "lib/audit/audit-finding.ts",
              "lib/audit/audit-refs.ts",
              "lib/audit/render-finding.ts",
              "tools/audit-catalog.ts",
              "tools/audit-emit-stub.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "EvidenceId",
      "domain": "audit",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Screenshot / image evidence row (UUID v7 via Bun.randomUUIDv7)",
      "kind": "id",
      "module": "lib/types/branded/audit.ts",
      "constructors": {
        "as": "asEvidenceId",
        "try": "tryEvidenceId",
        "parse": "parseEvidenceId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isEvidenceId",
      "shortName": "evidenceId",
      "envName": "EVIDENCE_ID",
      "colorKey": "orange",
      "color": "#f0883e",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 20,
        "constructors": {
          "as": 3,
          "try": 0,
          "parse": 4
        },
        "guards": 0,
        "files": [
          "lib/docs/bun-brand-usages.ts",
          "lib/dod/evidence.ts",
          "lib/screenshot-remediation.ts",
          "lib/time.ts",
          "tools/bun-blog-assets/rights.ts",
          "tools/bun-blog-assets/types.ts",
          "tools/screenshot-cli.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 20,
            "constructionCalls": 7,
            "guardCalls": 0,
            "files": [
              "lib/docs/bun-brand-usages.ts",
              "lib/dod/evidence.ts",
              "lib/screenshot-remediation.ts",
              "lib/time.ts",
              "tools/bun-blog-assets/rights.ts",
              "tools/bun-blog-assets/types.ts",
              "tools/screenshot-cli.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "DodId",
      "domain": "audit",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "DOD (proof-of-deposit) submission identity",
      "kind": "id",
      "module": "lib/types/branded/audit.ts",
      "constructors": {
        "as": "asDodId",
        "try": "tryDodId",
        "parse": "parseDodId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isDodId",
      "shortName": "dodId",
      "envName": "DOD_ID",
      "colorKey": "orange",
      "color": "#f0883e",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 11,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 3
        },
        "guards": 0,
        "files": [
          "lib/dod/telegram-accounting-ingest.ts",
          "lib/dod/verifier.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 11,
            "constructionCalls": 3,
            "guardCalls": 0,
            "files": [
              "lib/dod/telegram-accounting-ingest.ts",
              "lib/dod/verifier.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "RuleId",
      "domain": "audit",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Anomaly-detection rule identity",
      "kind": "id",
      "module": "lib/types/branded/audit.ts",
      "constructors": {
        "as": "asRuleId",
        "try": "tryRuleId",
        "parse": "parseRuleId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isRuleId",
      "shortName": "ruleId",
      "envName": "RULE_ID",
      "colorKey": "orange",
      "color": "#f0883e",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 12,
        "constructors": {
          "as": 12,
          "try": 3,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/ai/anomaly-detector.ts",
          "lib/operator-research/agent-odds-http.ts",
          "lib/operator-research/backtest.ts",
          "lib/operator-research/edge-engine.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 12,
            "constructionCalls": 15,
            "guardCalls": 0,
            "files": [
              "lib/ai/anomaly-detector.ts",
              "lib/operator-research/agent-odds-http.ts",
              "lib/operator-research/backtest.ts",
              "lib/operator-research/edge-engine.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "GithubIssueArtifactId",
      "domain": "governance",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Issue-spine artifact identity governed by the repository taxonomy",
      "validation": {
        "shape": "pattern",
        "pattern": "^[a-z0-9][a-z0-9._-]*$",
        "ingressNormalization": "trim"
      },
      "kind": "id",
      "module": "lib/types/branded/governance.ts",
      "constructors": {
        "as": "asGithubIssueArtifactId",
        "try": "tryGithubIssueArtifactId",
        "parse": "parseGithubIssueArtifactId"
      },
      "guard": "BRAND_GUARDS.isGithubIssueArtifactId",
      "shortName": "githubIssueArtifactId",
      "envName": "GITHUB_ISSUE_ARTIFACT_ID",
      "colorKey": "orange",
      "color": "#db6d28",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 2,
        "constructors": {
          "as": 1,
          "try": 0,
          "parse": 1
        },
        "guards": 0,
        "files": [
          "config/github-issue-taxonomy.ts",
          "lib/github-issue-taxonomy-wire.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 2,
            "constructionCalls": 2,
            "guardCalls": 0,
            "files": [
              "config/github-issue-taxonomy.ts",
              "lib/github-issue-taxonomy-wire.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "GithubIssueConceptId",
      "domain": "governance",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Optional glossary concept identity carried by issue-spine metadata",
      "validation": {
        "shape": "pattern",
        "pattern": "^[A-Za-z][A-Za-z0-9_]*(?:\\.[A-Za-z0-9_]+)*$",
        "ingressNormalization": "trim"
      },
      "kind": "id",
      "module": "lib/types/branded/governance.ts",
      "constructors": {
        "as": "asGithubIssueConceptId",
        "try": "tryGithubIssueConceptId",
        "parse": "parseGithubIssueConceptId"
      },
      "guard": "BRAND_GUARDS.isGithubIssueConceptId",
      "shortName": "githubIssueConceptId",
      "envName": "GITHUB_ISSUE_CONCEPT_ID",
      "colorKey": "orange",
      "color": "#db6d28",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 2,
        "constructors": {
          "as": 2,
          "try": 0,
          "parse": 1
        },
        "guards": 0,
        "files": [
          "config/github-issue-taxonomy.ts",
          "lib/github-issue-taxonomy-public.ts",
          "lib/github-issue-taxonomy-wire.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 2,
            "constructionCalls": 3,
            "guardCalls": 0,
            "files": [
              "config/github-issue-taxonomy.ts",
              "lib/github-issue-taxonomy-public.ts",
              "lib/github-issue-taxonomy-wire.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "GithubIssueLabelKey",
      "domain": "governance",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Semantic dimension.value key for a governed GitHub issue label",
      "validation": {
        "shape": "pattern",
        "pattern": "^[a-z][a-z0-9_]*\\.[a-z0-9][a-z0-9_-]*$",
        "ingressNormalization": "trim"
      },
      "kind": "key",
      "module": "lib/types/branded/governance.ts",
      "constructors": {
        "as": "asGithubIssueLabelKey",
        "try": "tryGithubIssueLabelKey",
        "parse": "parseGithubIssueLabelKey"
      },
      "guard": "BRAND_GUARDS.isGithubIssueLabelKey",
      "shortName": "githubIssueLabelKey",
      "envName": "GITHUB_ISSUE_LABEL_KEY",
      "colorKey": "orange",
      "color": "#db6d28",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 3,
        "constructors": {
          "as": 7,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "config/github-issue-taxonomy.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 3,
            "constructionCalls": 7,
            "guardCalls": 0,
            "files": [
              "config/github-issue-taxonomy.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "GithubIssueLabelNameKey",
      "domain": "governance",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "GitHub-facing label name projected from the semantic taxonomy",
      "validation": {
        "shape": "pattern",
        "pattern": "^[a-z0-9][a-z0-9-]*$",
        "ingressNormalization": "trim"
      },
      "kind": "key",
      "module": "lib/types/branded/governance.ts",
      "constructors": {
        "as": "asGithubIssueLabelNameKey",
        "try": "tryGithubIssueLabelNameKey",
        "parse": "parseGithubIssueLabelNameKey"
      },
      "guard": "BRAND_GUARDS.isGithubIssueLabelNameKey",
      "shortName": "githubIssueLabelNameKey",
      "envName": "GITHUB_ISSUE_LABEL_NAME_KEY",
      "colorKey": "orange",
      "color": "#db6d28",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "referenced-unconstructed",
        "references": 3,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "config/github-issue-taxonomy.ts"
        ],
        "scopes": {
          "spine": {
            "status": "referenced-unconstructed",
            "references": 3,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": [
              "config/github-issue-taxonomy.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "GithubIssueDimensionCode",
      "domain": "governance",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Issue taxonomy dimension code",
      "validation": {
        "shape": "pattern",
        "pattern": "^(type|priority|plane|runtime|team|status|urgency|concern)$",
        "ingressNormalization": "trim"
      },
      "kind": "code",
      "module": "lib/types/branded/governance.ts",
      "constructors": {
        "as": "asGithubIssueDimensionCode",
        "try": "tryGithubIssueDimensionCode",
        "parse": "parseGithubIssueDimensionCode"
      },
      "guard": "BRAND_GUARDS.isGithubIssueDimensionCode",
      "shortName": "githubIssueDimensionCode",
      "envName": "GITHUB_ISSUE_DIMENSION_CODE",
      "colorKey": "orange",
      "color": "#db6d28",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 3,
        "constructors": {
          "as": 8,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "config/github-issue-taxonomy.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 3,
            "constructionCalls": 8,
            "guardCalls": 0,
            "files": [
              "config/github-issue-taxonomy.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "GithubIssueTypeCode",
      "domain": "governance",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Issue-spine type value",
      "validation": {
        "shape": "pattern",
        "pattern": "^(bug|enhancement)$",
        "ingressNormalization": "trim"
      },
      "kind": "code",
      "module": "lib/types/branded/governance.ts",
      "constructors": {
        "as": "asGithubIssueTypeCode",
        "try": "tryGithubIssueTypeCode",
        "parse": "parseGithubIssueTypeCode"
      },
      "guard": "BRAND_GUARDS.isGithubIssueTypeCode",
      "shortName": "githubIssueTypeCode",
      "envName": "GITHUB_ISSUE_TYPE_CODE",
      "colorKey": "orange",
      "color": "#db6d28",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 3,
        "constructors": {
          "as": 2,
          "try": 0,
          "parse": 1
        },
        "guards": 0,
        "files": [
          "config/github-issue-taxonomy.ts",
          "lib/github-issue-taxonomy-wire.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 3,
            "constructionCalls": 3,
            "guardCalls": 0,
            "files": [
              "config/github-issue-taxonomy.ts",
              "lib/github-issue-taxonomy-wire.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "GithubIssuePriorityCode",
      "domain": "governance",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Issue-spine priority value",
      "validation": {
        "shape": "pattern",
        "pattern": "^p[0-2]$",
        "ingressNormalization": "trim"
      },
      "kind": "code",
      "module": "lib/types/branded/governance.ts",
      "constructors": {
        "as": "asGithubIssuePriorityCode",
        "try": "tryGithubIssuePriorityCode",
        "parse": "parseGithubIssuePriorityCode"
      },
      "guard": "BRAND_GUARDS.isGithubIssuePriorityCode",
      "shortName": "githubIssuePriorityCode",
      "envName": "GITHUB_ISSUE_PRIORITY_CODE",
      "colorKey": "orange",
      "color": "#db6d28",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 3,
        "constructors": {
          "as": 3,
          "try": 0,
          "parse": 1
        },
        "guards": 0,
        "files": [
          "config/github-issue-taxonomy.ts",
          "lib/github-issue-taxonomy-wire.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 3,
            "constructionCalls": 4,
            "guardCalls": 0,
            "files": [
              "config/github-issue-taxonomy.ts",
              "lib/github-issue-taxonomy-wire.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "GithubIssuePlaneCode",
      "domain": "governance",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Issue-spine ownership plane",
      "validation": {
        "shape": "pattern",
        "pattern": "^(governance|domain|local|public|portal)$",
        "ingressNormalization": "trim"
      },
      "kind": "code",
      "module": "lib/types/branded/governance.ts",
      "constructors": {
        "as": "asGithubIssuePlaneCode",
        "try": "tryGithubIssuePlaneCode",
        "parse": "parseGithubIssuePlaneCode"
      },
      "guard": "BRAND_GUARDS.isGithubIssuePlaneCode",
      "shortName": "githubIssuePlaneCode",
      "envName": "GITHUB_ISSUE_PLANE_CODE",
      "colorKey": "orange",
      "color": "#db6d28",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 3,
        "constructors": {
          "as": 5,
          "try": 0,
          "parse": 1
        },
        "guards": 0,
        "files": [
          "config/github-issue-taxonomy.ts",
          "lib/github-issue-taxonomy-wire.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 3,
            "constructionCalls": 6,
            "guardCalls": 0,
            "files": [
              "config/github-issue-taxonomy.ts",
              "lib/github-issue-taxonomy-wire.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "GithubIssueRuntimeCode",
      "domain": "governance",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Issue-spine runtime ownership value",
      "validation": {
        "shape": "pattern",
        "pattern": "^(bun|agnostic)$",
        "ingressNormalization": "trim"
      },
      "kind": "code",
      "module": "lib/types/branded/governance.ts",
      "constructors": {
        "as": "asGithubIssueRuntimeCode",
        "try": "tryGithubIssueRuntimeCode",
        "parse": "parseGithubIssueRuntimeCode"
      },
      "guard": "BRAND_GUARDS.isGithubIssueRuntimeCode",
      "shortName": "githubIssueRuntimeCode",
      "envName": "GITHUB_ISSUE_RUNTIME_CODE",
      "colorKey": "orange",
      "color": "#db6d28",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 3,
        "constructors": {
          "as": 2,
          "try": 0,
          "parse": 1
        },
        "guards": 0,
        "files": [
          "config/github-issue-taxonomy.ts",
          "lib/github-issue-taxonomy-wire.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 3,
            "constructionCalls": 3,
            "guardCalls": 0,
            "files": [
              "config/github-issue-taxonomy.ts",
              "lib/github-issue-taxonomy-wire.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "GithubIssueTeamCode",
      "domain": "governance",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Issue-spine owning team value",
      "validation": {
        "shape": "pattern",
        "pattern": "^(infrastructure)$",
        "ingressNormalization": "trim"
      },
      "kind": "code",
      "module": "lib/types/branded/governance.ts",
      "constructors": {
        "as": "asGithubIssueTeamCode",
        "try": "tryGithubIssueTeamCode",
        "parse": "parseGithubIssueTeamCode"
      },
      "guard": "BRAND_GUARDS.isGithubIssueTeamCode",
      "shortName": "githubIssueTeamCode",
      "envName": "GITHUB_ISSUE_TEAM_CODE",
      "colorKey": "orange",
      "color": "#db6d28",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 3,
        "constructors": {
          "as": 1,
          "try": 0,
          "parse": 1
        },
        "guards": 0,
        "files": [
          "config/github-issue-taxonomy.ts",
          "lib/github-issue-taxonomy-wire.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 3,
            "constructionCalls": 2,
            "guardCalls": 0,
            "files": [
              "config/github-issue-taxonomy.ts",
              "lib/github-issue-taxonomy-wire.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "GithubIssueStatusCode",
      "domain": "governance",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Issue-spine lifecycle status",
      "validation": {
        "shape": "pattern",
        "pattern": "^(planned|active|blocked|done)$",
        "ingressNormalization": "trim"
      },
      "kind": "code",
      "module": "lib/types/branded/governance.ts",
      "constructors": {
        "as": "asGithubIssueStatusCode",
        "try": "tryGithubIssueStatusCode",
        "parse": "parseGithubIssueStatusCode"
      },
      "guard": "BRAND_GUARDS.isGithubIssueStatusCode",
      "shortName": "githubIssueStatusCode",
      "envName": "GITHUB_ISSUE_STATUS_CODE",
      "colorKey": "orange",
      "color": "#db6d28",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 3,
        "constructors": {
          "as": 4,
          "try": 0,
          "parse": 1
        },
        "guards": 0,
        "files": [
          "config/github-issue-taxonomy.ts",
          "lib/github-issue-taxonomy-wire.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 3,
            "constructionCalls": 5,
            "guardCalls": 0,
            "files": [
              "config/github-issue-taxonomy.ts",
              "lib/github-issue-taxonomy-wire.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "GithubIssueUrgencyCode",
      "domain": "governance",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Optional issue urgency facet",
      "validation": {
        "shape": "pattern",
        "pattern": "^(high)$",
        "ingressNormalization": "trim"
      },
      "kind": "code",
      "module": "lib/types/branded/governance.ts",
      "constructors": {
        "as": "asGithubIssueUrgencyCode",
        "try": "tryGithubIssueUrgencyCode",
        "parse": "parseGithubIssueUrgencyCode"
      },
      "guard": "BRAND_GUARDS.isGithubIssueUrgencyCode",
      "shortName": "githubIssueUrgencyCode",
      "envName": "GITHUB_ISSUE_URGENCY_CODE",
      "colorKey": "orange",
      "color": "#db6d28",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 2,
        "constructors": {
          "as": 1,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "config/github-issue-taxonomy.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 2,
            "constructionCalls": 1,
            "guardCalls": 0,
            "files": [
              "config/github-issue-taxonomy.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "GithubIssueConcernCode",
      "domain": "governance",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Optional issue concern facet",
      "validation": {
        "shape": "pattern",
        "pattern": "^(resource-management)$",
        "ingressNormalization": "trim"
      },
      "kind": "code",
      "module": "lib/types/branded/governance.ts",
      "constructors": {
        "as": "asGithubIssueConcernCode",
        "try": "tryGithubIssueConcernCode",
        "parse": "parseGithubIssueConcernCode"
      },
      "guard": "BRAND_GUARDS.isGithubIssueConcernCode",
      "shortName": "githubIssueConcernCode",
      "envName": "GITHUB_ISSUE_CONCERN_CODE",
      "colorKey": "orange",
      "color": "#db6d28",
      "tone": "warn",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 2,
        "constructors": {
          "as": 1,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "config/github-issue-taxonomy.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 2,
            "constructionCalls": 1,
            "guardCalls": 0,
            "files": [
              "config/github-issue-taxonomy.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "OperationId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Batch or async operation handle",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asOperationId",
        "try": "tryOperationId",
        "parse": "parseOperationId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isOperationId",
      "shortName": "operationId",
      "envName": "OPERATION_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 17,
        "constructors": {
          "as": 5,
          "try": 0,
          "parse": 2
        },
        "guards": 0,
        "files": [
          "lib/core/concurrent-operations.ts",
          "lib/core/core-types.ts",
          "lib/provisioning/queue.ts",
          "lib/provisioning/run-automated.ts",
          "tools/provision-queue.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 17,
            "constructionCalls": 7,
            "guardCalls": 0,
            "files": [
              "lib/core/concurrent-operations.ts",
              "lib/core/core-types.ts",
              "lib/provisioning/queue.ts",
              "lib/provisioning/run-automated.ts",
              "tools/provision-queue.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "ResourceId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Generic resource pointer (errors, ACL subjects)",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asResourceId",
        "try": "tryResourceId",
        "parse": "parseResourceId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isResourceId",
      "shortName": "resourceId",
      "envName": "RESOURCE_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "referenced-unconstructed",
        "references": 5,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/core/core-errors.ts"
        ],
        "scopes": {
          "spine": {
            "status": "referenced-unconstructed",
            "references": 5,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": [
              "lib/core/core-errors.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "ProjectId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "user-input",
        "wire-input"
      ],
      "description": "Project / workspace identity",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asProjectId",
        "try": "tryProjectId",
        "parse": "parseProjectId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isProjectId",
      "shortName": "projectId",
      "envName": "PROJECT_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 12,
        "constructors": {
          "as": 13,
          "try": 0,
          "parse": 2
        },
        "guards": 0,
        "files": [
          "lib/gate-map.ts",
          "lib/http/host-planes.ts",
          "lib/rss/project-channel-registry-build.ts",
          "lib/rss/project-channel-registry-collections.ts",
          "lib/rss/project-channel-registry-contract.ts",
          "lib/rss/project-channel-registry-entries.ts",
          "lib/rss/project-channel-registry-types.ts",
          "tools/bun-blog-assets/release-snapshot-contract.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 12,
            "constructionCalls": 15,
            "guardCalls": 0,
            "files": [
              "lib/gate-map.ts",
              "lib/http/host-planes.ts",
              "lib/rss/project-channel-registry-build.ts",
              "lib/rss/project-channel-registry-collections.ts",
              "lib/rss/project-channel-registry-contract.ts",
              "lib/rss/project-channel-registry-entries.ts",
              "lib/rss/project-channel-registry-types.ts",
              "tools/bun-blog-assets/release-snapshot-contract.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "PipelineId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Transform or CI pipeline identity",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asPipelineId",
        "try": "tryPipelineId",
        "parse": "parsePipelineId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isPipelineId",
      "shortName": "pipelineId",
      "envName": "PIPELINE_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "unused",
        "references": 0,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [],
        "scopes": {
          "spine": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "JobId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Scheduled or queued job identity",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asJobId",
        "try": "tryJobId",
        "parse": "parseJobId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isJobId",
      "shortName": "jobId",
      "envName": "JOB_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "unused",
        "references": 0,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [],
        "scopes": {
          "spine": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "StepId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Pipeline step identity",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asStepId",
        "try": "tryStepId",
        "parse": "parseStepId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isStepId",
      "shortName": "stepId",
      "envName": "STEP_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "unused",
        "references": 0,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [],
        "scopes": {
          "spine": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "WebhookId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Webhook registration identity",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asWebhookId",
        "try": "tryWebhookId",
        "parse": "parseWebhookId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isWebhookId",
      "shortName": "webhookId",
      "envName": "WEBHOOK_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "unused",
        "references": 0,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [],
        "scopes": {
          "spine": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "FeedId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "RSS / event feed identity",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asFeedId",
        "try": "tryFeedId",
        "parse": "parseFeedId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isFeedId",
      "shortName": "feedId",
      "envName": "FEED_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 19,
        "constructors": {
          "as": 12,
          "try": 0,
          "parse": 1
        },
        "guards": 0,
        "files": [
          "lib/rss/project-channel-registry-contract.ts",
          "lib/rss/project-channel-registry-entries.ts",
          "lib/rss/project-channel-registry-types.ts",
          "lib/rss/rss-fanout.ts",
          "tools/bun-blog-assets/feed-build.ts",
          "tools/bun-blog-assets/release-snapshot-contract.ts",
          "tools/bun-blog-assets/release-snapshot-feeds.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 19,
            "constructionCalls": 13,
            "guardCalls": 0,
            "files": [
              "lib/rss/project-channel-registry-contract.ts",
              "lib/rss/project-channel-registry-entries.ts",
              "lib/rss/project-channel-registry-types.ts",
              "lib/rss/rss-fanout.ts",
              "tools/bun-blog-assets/feed-build.ts",
              "tools/bun-blog-assets/release-snapshot-contract.ts",
              "tools/bun-blog-assets/release-snapshot-feeds.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "ReleaseAssetId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Version-scoped release media asset identity",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asReleaseAssetId",
        "try": "tryReleaseAssetId",
        "parse": "parseReleaseAssetId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isReleaseAssetId",
      "shortName": "releaseAssetId",
      "envName": "RELEASE_ASSET_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 15,
        "constructors": {
          "as": 6,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/docs/bun-brand-usages.ts",
          "packages/bun-release-contracts/src/knowledge-ast-id.ts",
          "packages/bun-release-contracts/src/knowledge-ast.ts",
          "packages/bun-release-contracts/src/knowledge-types.ts",
          "tools/bun-blog-assets/html.ts",
          "tools/bun-blog-assets/palette-clip-artifacts.ts",
          "tools/bun-blog-assets/release-snapshot-contract.ts",
          "tools/bun-blog-assets/types.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 15,
            "constructionCalls": 6,
            "guardCalls": 0,
            "files": [
              "lib/docs/bun-brand-usages.ts",
              "packages/bun-release-contracts/src/knowledge-ast-id.ts",
              "packages/bun-release-contracts/src/knowledge-ast.ts",
              "packages/bun-release-contracts/src/knowledge-types.ts",
              "tools/bun-blog-assets/html.ts",
              "tools/bun-blog-assets/palette-clip-artifacts.ts",
              "tools/bun-blog-assets/release-snapshot-contract.ts",
              "tools/bun-blog-assets/types.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "ReleaseCapabilityId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Version-scoped release capability identity",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asReleaseCapabilityId",
        "try": "tryReleaseCapabilityId",
        "parse": "parseReleaseCapabilityId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isReleaseCapabilityId",
      "shortName": "releaseCapabilityId",
      "envName": "RELEASE_CAPABILITY_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 2,
        "constructors": {
          "as": 61,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "tools/bun-blog-assets/capability-catalog-builtins-web.ts",
          "tools/bun-blog-assets/capability-catalog-builtins.ts",
          "tools/bun-blog-assets/capability-catalog-claims.ts",
          "tools/bun-blog-assets/capability-catalog-color.ts",
          "tools/bun-blog-assets/capability-catalog-dev-network.ts",
          "tools/bun-blog-assets/capability-catalog-network.ts",
          "tools/bun-blog-assets/capability-catalog-runtime.ts",
          "tools/bun-blog-assets/capability-catalog-tooling.ts",
          "tools/bun-blog-assets/types.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 2,
            "constructionCalls": 61,
            "guardCalls": 0,
            "files": [
              "tools/bun-blog-assets/capability-catalog-builtins-web.ts",
              "tools/bun-blog-assets/capability-catalog-builtins.ts",
              "tools/bun-blog-assets/capability-catalog-claims.ts",
              "tools/bun-blog-assets/capability-catalog-color.ts",
              "tools/bun-blog-assets/capability-catalog-dev-network.ts",
              "tools/bun-blog-assets/capability-catalog-network.ts",
              "tools/bun-blog-assets/capability-catalog-runtime.ts",
              "tools/bun-blog-assets/capability-catalog-tooling.ts",
              "tools/bun-blog-assets/types.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "RunId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal"
      ],
      "description": "Benchmark / search-loop run identity",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asRunId",
        "try": "tryRunId",
        "parse": "parseRunId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isRunId",
      "shortName": "runId",
      "envName": "RUN_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "unused",
        "references": 0,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [],
        "scopes": {
          "spine": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "DecisionId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Decision evidence record identity",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asDecisionId",
        "try": "tryDecisionId",
        "parse": "parseDecisionId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isDecisionId",
      "shortName": "decisionId",
      "envName": "DECISION_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "unused",
        "references": 0,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [],
        "scopes": {
          "spine": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "LoopId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal"
      ],
      "description": "Search / maintenance loop identity",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asLoopId",
        "try": "tryLoopId",
        "parse": "parseLoopId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isLoopId",
      "shortName": "loopId",
      "envName": "LOOP_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "unused",
        "references": 0,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [],
        "scopes": {
          "spine": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "TreeNodeId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Ops tree node (partner / agent / sub_agent) identity",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asTreeNodeId",
        "try": "tryTreeNodeId",
        "parse": "parseTreeNodeId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isTreeNodeId",
      "shortName": "treeNodeId",
      "envName": "TREE_NODE_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [
        "ops.limits.node"
      ],
      "coverage": {
        "status": "covered",
        "references": 305,
        "constructors": {
          "as": 106,
          "try": 2,
          "parse": 19
        },
        "guards": 0,
        "files": [
          "lib/accounts/accounts.ts",
          "lib/accounts/automation.ts",
          "lib/channels/outbox.ts",
          "lib/docs/bun-brand-usages.ts",
          "lib/docs/partner-surface-inventory.ts",
          "lib/dod/verifier.ts",
          "lib/experiments/cluster.ts",
          "lib/experiments/design.ts",
          "lib/experiments/engine.ts",
          "lib/experiments/outcomes.ts",
          "lib/experiments/runner.ts",
          "lib/experiments/switchback.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 305,
            "constructionCalls": 127,
            "guardCalls": 0,
            "files": [
              "lib/accounts/accounts.ts",
              "lib/accounts/automation.ts",
              "lib/channels/outbox.ts",
              "lib/docs/bun-brand-usages.ts",
              "lib/docs/partner-surface-inventory.ts",
              "lib/dod/verifier.ts",
              "lib/experiments/cluster.ts",
              "lib/experiments/design.ts",
              "lib/experiments/engine.ts",
              "lib/experiments/outcomes.ts",
              "lib/experiments/runner.ts",
              "lib/experiments/switchback.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "RailId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Funding rail identity for treasury transfers",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asRailId",
        "try": "tryRailId",
        "parse": "parseRailId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isRailId",
      "shortName": "railId",
      "envName": "RAIL_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 11,
        "constructors": {
          "as": 1,
          "try": 0,
          "parse": 4
        },
        "guards": 0,
        "files": [
          "lib/operations/rail-limits.ts",
          "lib/operations/reconciliation.ts",
          "packages/partners/src/adapters/accounting-ledger.ts",
          "packages/partners/src/boundary/dashboard-artifact.ts",
          "packages/partners/src/core/identifiers.ts",
          "packages/partners/src/core/types.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 11,
            "constructionCalls": 5,
            "guardCalls": 0,
            "files": [
              "lib/operations/rail-limits.ts",
              "lib/operations/reconciliation.ts",
              "packages/partners/src/adapters/accounting-ledger.ts",
              "packages/partners/src/boundary/dashboard-artifact.ts",
              "packages/partners/src/core/identifiers.ts",
              "packages/partners/src/core/types.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "FundingId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal"
      ],
      "description": "Funding transfer row identity",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asFundingId",
        "try": "tryFundingId",
        "parse": "parseFundingId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isFundingId",
      "shortName": "fundingId",
      "envName": "FUNDING_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 4,
        "constructors": {
          "as": 1,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/docs/bun-brand-usages.ts",
          "lib/operations/rail-limits.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 4,
            "constructionCalls": 1,
            "guardCalls": 0,
            "files": [
              "lib/docs/bun-brand-usages.ts",
              "lib/operations/rail-limits.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "CommandId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "AI / automation optimization command handle",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asCommandId",
        "try": "tryCommandId",
        "parse": "parseCommandId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isCommandId",
      "shortName": "commandId",
      "envName": "COMMAND_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 10,
        "constructors": {
          "as": 1,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/ai/ai-operations-manager.ts",
          "lib/docs/bun-brand-usages.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 10,
            "constructionCalls": 1,
            "guardCalls": 0,
            "files": [
              "lib/ai/ai-operations-manager.ts",
              "lib/docs/bun-brand-usages.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "ExperimentId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "user-input",
        "wire-input"
      ],
      "description": "Factorial or multi-variant experiment identity",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asExperimentId",
        "try": "tryExperimentId",
        "parse": "parseExperimentId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isExperimentId",
      "shortName": "experimentId",
      "envName": "EXPERIMENT_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 34,
        "constructors": {
          "as": 3,
          "try": 0,
          "parse": 10
        },
        "guards": 0,
        "files": [
          "lib/docs/bun-brand-usages.ts",
          "lib/experiments/cluster.ts",
          "lib/experiments/design.ts",
          "lib/experiments/engine.ts",
          "lib/experiments/outcomes.ts",
          "lib/experiments/runner.ts",
          "lib/experiments/switchback.ts",
          "tools/ops-experiments.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 34,
            "constructionCalls": 13,
            "guardCalls": 0,
            "files": [
              "lib/docs/bun-brand-usages.ts",
              "lib/experiments/cluster.ts",
              "lib/experiments/design.ts",
              "lib/experiments/engine.ts",
              "lib/experiments/outcomes.ts",
              "lib/experiments/runner.ts",
              "lib/experiments/switchback.ts",
              "tools/ops-experiments.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "ExperimentVariantId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal"
      ],
      "description": "One design cell (factor combination) in an experiment",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asExperimentVariantId",
        "try": "tryExperimentVariantId",
        "parse": "parseExperimentVariantId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isExperimentVariantId",
      "shortName": "experimentVariantId",
      "envName": "EXPERIMENT_VARIANT_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 5,
        "constructors": {
          "as": 6,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/docs/bun-brand-usages.ts",
          "lib/experiments/engine.ts",
          "lib/experiments/switchback.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 5,
            "constructionCalls": 6,
            "guardCalls": 0,
            "files": [
              "lib/docs/bun-brand-usages.ts",
              "lib/experiments/engine.ts",
              "lib/experiments/switchback.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "ExperimentAssignmentId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal"
      ],
      "description": "Sticky partner-to-variant assignment row",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asExperimentAssignmentId",
        "try": "tryExperimentAssignmentId",
        "parse": "parseExperimentAssignmentId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isExperimentAssignmentId",
      "shortName": "experimentAssignmentId",
      "envName": "EXPERIMENT_ASSIGNMENT_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 2,
        "constructors": {
          "as": 2,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/docs/bun-brand-usages.ts",
          "lib/experiments/engine.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 2,
            "constructionCalls": 2,
            "guardCalls": 0,
            "files": [
              "lib/docs/bun-brand-usages.ts",
              "lib/experiments/engine.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "PartnerProfileKey",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal"
      ],
      "description": "Partner profile binding key for tree node ↔ template",
      "kind": "key",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asPartnerProfileKey",
        "try": "tryPartnerProfileKey",
        "parse": "parsePartnerProfileKey"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isPartnerProfileKey",
      "shortName": "partnerProfileKey",
      "envName": "PARTNER_PROFILE_KEY",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 9,
        "constructors": {
          "as": 3,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/docs/partner-surface-inventory.ts",
          "lib/operations/account-limit-profiles.ts",
          "lib/operations/partner-profile-bridge.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 9,
            "constructionCalls": 3,
            "guardCalls": 0,
            "files": [
              "lib/docs/partner-surface-inventory.ts",
              "lib/operations/account-limit-profiles.ts",
              "lib/operations/partner-profile-bridge.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "PartnerCode",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Canonical uppercase partner business join key",
      "validation": {
        "shape": "pattern",
        "pattern": "^[A-Z]{3,6}$",
        "ingressNormalization": "trim"
      },
      "kind": "code",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asPartnerCode",
        "try": "tryPartnerCode",
        "parse": "parsePartnerCode"
      },
      "guard": "BRAND_GUARDS.isPartnerCode",
      "shortName": "partnerCode",
      "envName": "PARTNER_CODE",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 90,
        "constructors": {
          "as": 1,
          "try": 0,
          "parse": 55
        },
        "guards": 0,
        "files": [
          "lib/docs/partner-surface-docs.ts",
          "lib/docs/partner-surface-inventory.ts",
          "lib/telegram/handshake-desk.ts",
          "lib/telegram/package-group-registry.ts",
          "lib/telegram/partner-dashboard-glossary.ts",
          "lib/telegram/verify-package-group-handshake.ts",
          "packages/partners/src/adapters/accounting-ledger.ts",
          "packages/partners/src/adapters/lifecycle.ts",
          "packages/partners/src/adapters/limit-changes.ts",
          "packages/partners/src/adapters/profile-coverage.ts",
          "packages/partners/src/adapters/profile.ts",
          "packages/partners/src/adapters/sports-terminal.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 90,
            "constructionCalls": 56,
            "guardCalls": 0,
            "files": [
              "lib/docs/partner-surface-docs.ts",
              "lib/docs/partner-surface-inventory.ts",
              "lib/telegram/handshake-desk.ts",
              "lib/telegram/package-group-registry.ts",
              "lib/telegram/partner-dashboard-glossary.ts",
              "lib/telegram/verify-package-group-handshake.ts",
              "packages/partners/src/adapters/accounting-ledger.ts",
              "packages/partners/src/adapters/lifecycle.ts",
              "packages/partners/src/adapters/limit-changes.ts",
              "packages/partners/src/adapters/profile-coverage.ts",
              "packages/partners/src/adapters/profile.ts",
              "packages/partners/src/adapters/sports-terminal.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "PartnerCallSignCode",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Canonical partner operator call sign",
      "validation": {
        "shape": "pattern",
        "pattern": "^[A-Z]{3,6}-[0-9]{3}$",
        "ingressNormalization": "trim"
      },
      "kind": "code",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asPartnerCallSignCode",
        "try": "tryPartnerCallSignCode",
        "parse": "parsePartnerCallSignCode"
      },
      "guard": "BRAND_GUARDS.isPartnerCallSignCode",
      "shortName": "partnerCallSignCode",
      "envName": "PARTNER_CALL_SIGN_CODE",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 7,
        "constructors": {
          "as": 1,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/docs/partner-surface-brand-check.ts",
          "lib/docs/partner-surface-inventory.ts",
          "packages/partners/src/core/identifiers.ts",
          "packages/partners/src/core/types.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 7,
            "constructionCalls": 1,
            "guardCalls": 0,
            "files": [
              "lib/docs/partner-surface-brand-check.ts",
              "lib/docs/partner-surface-inventory.ts",
              "packages/partners/src/core/identifiers.ts",
              "packages/partners/src/core/types.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "PartnerProfileVersionCode",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Canonical partner profile document version",
      "kind": "code",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asPartnerProfileVersionCode",
        "try": "tryPartnerProfileVersionCode",
        "parse": "parsePartnerProfileVersionCode"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isPartnerProfileVersionCode",
      "shortName": "partnerProfileVersionCode",
      "envName": "PARTNER_PROFILE_VERSION_CODE",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 2,
        "constructors": {
          "as": 1,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "packages/partners/src/core/identifiers.ts",
          "packages/partners/src/core/types.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 2,
            "constructionCalls": 1,
            "guardCalls": 0,
            "files": [
              "packages/partners/src/core/identifiers.ts",
              "packages/partners/src/core/types.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "PartnerTemplateId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "user-input",
        "wire-input"
      ],
      "description": "Partner onboarding template identifier",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asPartnerTemplateId",
        "try": "tryPartnerTemplateId",
        "parse": "parsePartnerTemplateId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isPartnerTemplateId",
      "shortName": "partnerTemplateId",
      "envName": "PARTNER_TEMPLATE_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 32,
        "constructors": {
          "as": 11,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/channels/outbox.ts",
          "lib/docs/partner-surface-inventory.ts",
          "lib/operations/onboarding-config.ts",
          "lib/operations/ops-loop-fixture.ts",
          "lib/operations/partner-onboard-package.ts",
          "lib/operations/partner-onboarding.ts",
          "lib/operations/partner-profile-bridge.ts",
          "lib/operations/partner-profile-seed.ts",
          "lib/partner-profile/bake.ts",
          "lib/partner-profile/schema.ts",
          "tools/ops-loop-live-proof.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 32,
            "constructionCalls": 11,
            "guardCalls": 0,
            "files": [
              "lib/channels/outbox.ts",
              "lib/docs/partner-surface-inventory.ts",
              "lib/operations/onboarding-config.ts",
              "lib/operations/ops-loop-fixture.ts",
              "lib/operations/partner-onboard-package.ts",
              "lib/operations/partner-onboarding.ts",
              "lib/operations/partner-profile-bridge.ts",
              "lib/operations/partner-profile-seed.ts",
              "lib/partner-profile/bake.ts",
              "lib/partner-profile/schema.ts",
              "tools/ops-loop-live-proof.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "OutId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal"
      ],
      "description": "Canonical partner out identity (for example out-SPEN-1)",
      "validation": {
        "shape": "pattern",
        "pattern": "^out-[A-Z]{3,6}-[1-9][0-9]*$",
        "ingressNormalization": "trim"
      },
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asOutId",
        "try": "tryOutId",
        "parse": "parseOutId"
      },
      "guard": "BRAND_GUARDS.isOutId",
      "shortName": "outId",
      "envName": "OUT_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 68,
        "constructors": {
          "as": 2,
          "try": 1,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/docs/partner-surface-brand-check.ts",
          "lib/docs/partner-surface-docs.ts",
          "lib/docs/partner-surface-inventory.ts",
          "lib/partner-profile/register.ts",
          "packages/partners/src/adapters/accounting-ledger.ts",
          "packages/partners/src/adapters/tennis-capacity.ts",
          "packages/partners/src/boundary/assemble-dashboard-artifact.ts",
          "packages/partners/src/boundary/build-partner-records.ts",
          "packages/partners/src/boundary/dashboard-artifact.ts",
          "packages/partners/src/boundary/reconcile-partner-facts.ts",
          "packages/partners/src/compatibility/ingress-translator.ts",
          "packages/partners/src/compatibility/legacy-partners-ops.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 68,
            "constructionCalls": 3,
            "guardCalls": 0,
            "files": [
              "lib/docs/partner-surface-brand-check.ts",
              "lib/docs/partner-surface-docs.ts",
              "lib/docs/partner-surface-inventory.ts",
              "lib/partner-profile/register.ts",
              "packages/partners/src/adapters/accounting-ledger.ts",
              "packages/partners/src/adapters/tennis-capacity.ts",
              "packages/partners/src/boundary/assemble-dashboard-artifact.ts",
              "packages/partners/src/boundary/build-partner-records.ts",
              "packages/partners/src/boundary/dashboard-artifact.ts",
              "packages/partners/src/boundary/reconcile-partner-facts.ts",
              "packages/partners/src/compatibility/ingress-translator.ts",
              "packages/partners/src/compatibility/legacy-partners-ops.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "LedgerEntryId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Immutable partner ledger entry identity",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asLedgerEntryId",
        "try": "tryLedgerEntryId",
        "parse": "parseLedgerEntryId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isLedgerEntryId",
      "shortName": "ledgerEntryId",
      "envName": "LEDGER_ENTRY_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 8,
        "constructors": {
          "as": 1,
          "try": 0,
          "parse": 3
        },
        "guards": 0,
        "files": [
          "packages/partners/src/adapters/accounting-ledger.ts",
          "packages/partners/src/boundary/dashboard-artifact.ts",
          "packages/partners/src/core/identifiers.ts",
          "packages/partners/src/core/types.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 8,
            "constructionCalls": 4,
            "guardCalls": 0,
            "files": [
              "packages/partners/src/adapters/accounting-ledger.ts",
              "packages/partners/src/boundary/dashboard-artifact.ts",
              "packages/partners/src/core/identifiers.ts",
              "packages/partners/src/core/types.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "CurrencyCode",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "ISO-style currency code for minor-unit money",
      "validation": {
        "shape": "pattern",
        "pattern": "^[A-Z]{3}$",
        "ingressNormalization": "trim-uppercase"
      },
      "kind": "code",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asCurrencyCode",
        "try": "tryCurrencyCode",
        "parse": "parseCurrencyCode"
      },
      "guard": "BRAND_GUARDS.isCurrencyCode",
      "shortName": "currencyCode",
      "envName": "CURRENCY_CODE",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 23,
        "constructors": {
          "as": 1,
          "try": 0,
          "parse": 9
        },
        "guards": 0,
        "files": [
          "packages/partners/src/adapters/accounting-ledger.ts",
          "packages/partners/src/adapters/limit-changes.ts",
          "packages/partners/src/adapters/tennis-capacity.ts",
          "packages/partners/src/boundary/dashboard-artifact.ts",
          "packages/partners/src/boundary/out-capability-snapshot.ts",
          "packages/partners/src/core/identifiers.ts",
          "packages/partners/src/core/types.ts",
          "projects/active/enterprise/fantasy42-fire22-registry/dashboard-worker/core/utils/formatters/currency.ts",
          "projects/active/enterprise/fantasy42-fire22-registry/enterprise/packages/financial-reporting/financial-reporting/services/enhanced-regulatory-export-service.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 7,
            "constructionCalls": 10,
            "guardCalls": 0,
            "files": [
              "packages/partners/src/adapters/accounting-ledger.ts",
              "packages/partners/src/adapters/limit-changes.ts",
              "packages/partners/src/adapters/tennis-capacity.ts",
              "packages/partners/src/boundary/dashboard-artifact.ts",
              "packages/partners/src/boundary/out-capability-snapshot.ts",
              "packages/partners/src/core/identifiers.ts",
              "packages/partners/src/core/types.ts"
            ]
          },
          "projects": {
            "status": "referenced-unconstructed",
            "references": 16,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": [
              "projects/active/enterprise/fantasy42-fire22-registry/dashboard-worker/core/utils/formatters/currency.ts",
              "projects/active/enterprise/fantasy42-fire22-registry/enterprise/packages/financial-reporting/financial-reporting/services/enhanced-regulatory-export-service.ts"
            ]
          }
        }
      }
    },
    {
      "name": "AttentionReasonCode",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Stable machine-readable operator attention reason",
      "validation": {
        "shape": "pattern",
        "pattern": "^[a-z][a-z0-9]*(?:[._-][a-z0-9]+)+$",
        "ingressNormalization": "trim"
      },
      "kind": "code",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asAttentionReasonCode",
        "try": "tryAttentionReasonCode",
        "parse": "parseAttentionReasonCode"
      },
      "guard": "BRAND_GUARDS.isAttentionReasonCode",
      "shortName": "attentionReasonCode",
      "envName": "ATTENTION_REASON_CODE",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 8,
        "constructors": {
          "as": 2,
          "try": 0,
          "parse": 7
        },
        "guards": 0,
        "files": [
          "packages/partners/src/boundary/build-partner-records.ts",
          "packages/partners/src/boundary/dashboard-artifact.ts",
          "packages/partners/src/boundary/reconcile-partner-facts.ts",
          "packages/partners/src/core/identifiers.ts",
          "packages/partners/src/core/types.ts",
          "scripts/validate-partner-dashboard-plan.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 8,
            "constructionCalls": 9,
            "guardCalls": 0,
            "files": [
              "packages/partners/src/boundary/build-partner-records.ts",
              "packages/partners/src/boundary/dashboard-artifact.ts",
              "packages/partners/src/boundary/reconcile-partner-facts.ts",
              "packages/partners/src/core/identifiers.ts",
              "packages/partners/src/core/types.ts",
              "scripts/validate-partner-dashboard-plan.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "SourceSystemId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Source-qualified system identity for provenance",
      "validation": {
        "shape": "pattern",
        "pattern": "^[a-z0-9][a-z0-9-]*$",
        "ingressNormalization": "trim"
      },
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asSourceSystemId",
        "try": "trySourceSystemId",
        "parse": "parseSourceSystemId"
      },
      "guard": "BRAND_GUARDS.isSourceSystemId",
      "shortName": "sourceSystemId",
      "envName": "SOURCE_SYSTEM_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 16,
        "constructors": {
          "as": 2,
          "try": 0,
          "parse": 16
        },
        "guards": 0,
        "files": [
          "packages/partners/src/adapters/accounting-ledger.ts",
          "packages/partners/src/adapters/lifecycle.ts",
          "packages/partners/src/adapters/limit-changes.ts",
          "packages/partners/src/adapters/profile-coverage.ts",
          "packages/partners/src/adapters/profile.ts",
          "packages/partners/src/adapters/sports-terminal.ts",
          "packages/partners/src/adapters/telegram-handshake.ts",
          "packages/partners/src/adapters/tennis-capacity.ts",
          "packages/partners/src/boundary/build-partner-records.ts",
          "packages/partners/src/boundary/dashboard-artifact.ts",
          "packages/partners/src/boundary/out-capability-snapshot.ts",
          "packages/partners/src/boundary/reconcile-partner-facts.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 16,
            "constructionCalls": 18,
            "guardCalls": 0,
            "files": [
              "packages/partners/src/adapters/accounting-ledger.ts",
              "packages/partners/src/adapters/lifecycle.ts",
              "packages/partners/src/adapters/limit-changes.ts",
              "packages/partners/src/adapters/profile-coverage.ts",
              "packages/partners/src/adapters/profile.ts",
              "packages/partners/src/adapters/sports-terminal.ts",
              "packages/partners/src/adapters/telegram-handshake.ts",
              "packages/partners/src/adapters/tennis-capacity.ts",
              "packages/partners/src/boundary/build-partner-records.ts",
              "packages/partners/src/boundary/dashboard-artifact.ts",
              "packages/partners/src/boundary/out-capability-snapshot.ts",
              "packages/partners/src/boundary/reconcile-partner-facts.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "AdapterId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Adapter implementation identity for provenance",
      "validation": {
        "shape": "pattern",
        "pattern": "^[a-z0-9][a-z0-9-]*$",
        "ingressNormalization": "trim"
      },
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asAdapterId",
        "try": "tryAdapterId",
        "parse": "parseAdapterId"
      },
      "guard": "BRAND_GUARDS.isAdapterId",
      "shortName": "adapterId",
      "envName": "ADAPTER_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 14,
        "constructors": {
          "as": 1,
          "try": 0,
          "parse": 16
        },
        "guards": 0,
        "files": [
          "packages/partners/src/adapters/accounting-ledger.ts",
          "packages/partners/src/adapters/lifecycle.ts",
          "packages/partners/src/adapters/limit-changes.ts",
          "packages/partners/src/adapters/profile-coverage.ts",
          "packages/partners/src/adapters/profile.ts",
          "packages/partners/src/adapters/sports-terminal.ts",
          "packages/partners/src/adapters/telegram-handshake.ts",
          "packages/partners/src/adapters/tennis-capacity.ts",
          "packages/partners/src/boundary/dashboard-artifact.ts",
          "packages/partners/src/boundary/out-capability-snapshot.ts",
          "packages/partners/src/boundary/reconcile-partner-facts.ts",
          "packages/partners/src/compatibility/legacy-partners-ops.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 14,
            "constructionCalls": 17,
            "guardCalls": 0,
            "files": [
              "packages/partners/src/adapters/accounting-ledger.ts",
              "packages/partners/src/adapters/lifecycle.ts",
              "packages/partners/src/adapters/limit-changes.ts",
              "packages/partners/src/adapters/profile-coverage.ts",
              "packages/partners/src/adapters/profile.ts",
              "packages/partners/src/adapters/sports-terminal.ts",
              "packages/partners/src/adapters/telegram-handshake.ts",
              "packages/partners/src/adapters/tennis-capacity.ts",
              "packages/partners/src/boundary/dashboard-artifact.ts",
              "packages/partners/src/boundary/out-capability-snapshot.ts",
              "packages/partners/src/boundary/reconcile-partner-facts.ts",
              "packages/partners/src/compatibility/legacy-partners-ops.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "ExternalPartnerId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "wire-input"
      ],
      "description": "Source-owned non-canonical partner identity",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asExternalPartnerId",
        "try": "tryExternalPartnerId",
        "parse": "parseExternalPartnerId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isExternalPartnerId",
      "shortName": "externalPartnerId",
      "envName": "EXTERNAL_PARTNER_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 22,
        "constructors": {
          "as": 1,
          "try": 0,
          "parse": 8
        },
        "guards": 0,
        "files": [
          "lib/docs/partner-surface-inventory.ts",
          "packages/partners/src/adapters/sports-terminal.ts",
          "packages/partners/src/boundary/dashboard-artifact.ts",
          "packages/partners/src/core/identifiers.ts",
          "packages/partners/src/core/types.ts",
          "projects/active/sports-terminal-os/src/zones/partner-profile/telegram-integration.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 15,
            "constructionCalls": 6,
            "guardCalls": 0,
            "files": [
              "lib/docs/partner-surface-inventory.ts",
              "packages/partners/src/adapters/sports-terminal.ts",
              "packages/partners/src/boundary/dashboard-artifact.ts",
              "packages/partners/src/core/identifiers.ts",
              "packages/partners/src/core/types.ts"
            ]
          },
          "projects": {
            "status": "covered",
            "references": 7,
            "constructionCalls": 3,
            "guardCalls": 0,
            "files": [
              "projects/active/sports-terminal-os/src/zones/partner-profile/telegram-integration.ts"
            ]
          }
        }
      }
    },
    {
      "name": "ExternalAccountId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "wire-input"
      ],
      "description": "Source-owned non-canonical account identity",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asExternalAccountId",
        "try": "tryExternalAccountId",
        "parse": "parseExternalAccountId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isExternalAccountId",
      "shortName": "externalAccountId",
      "envName": "EXTERNAL_ACCOUNT_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 6,
        "constructors": {
          "as": 1,
          "try": 0,
          "parse": 4
        },
        "guards": 0,
        "files": [
          "packages/partners/src/boundary/dashboard-artifact.ts",
          "packages/partners/src/boundary/reconcile-partner-facts.ts",
          "packages/partners/src/core/identifiers.ts",
          "packages/partners/src/core/types.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 6,
            "constructionCalls": 5,
            "guardCalls": 0,
            "files": [
              "packages/partners/src/boundary/dashboard-artifact.ts",
              "packages/partners/src/boundary/reconcile-partner-facts.ts",
              "packages/partners/src/core/identifiers.ts",
              "packages/partners/src/core/types.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "GateDecisionId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal"
      ],
      "description": "Policy gate decision row for play dispatch",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asGateDecisionId",
        "try": "tryGateDecisionId",
        "parse": "parseGateDecisionId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isGateDecisionId",
      "shortName": "gateDecisionId",
      "envName": "GATE_DECISION_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 4,
        "constructors": {
          "as": 4,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/docs/bun-brand-usages.ts",
          "lib/operations/ops-loop-gate-backfill.ts",
          "lib/operations/partner-profile-bridge.ts",
          "lib/operations/play-dispatcher.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 4,
            "constructionCalls": 4,
            "guardCalls": 0,
            "files": [
              "lib/docs/bun-brand-usages.ts",
              "lib/operations/ops-loop-gate-backfill.ts",
              "lib/operations/partner-profile-bridge.ts",
              "lib/operations/play-dispatcher.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "OpsChannelEventId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal"
      ],
      "description": "Unified ops channel outbox event id",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asOpsChannelEventId",
        "try": "tryOpsChannelEventId",
        "parse": "parseOpsChannelEventId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isOpsChannelEventId",
      "shortName": "opsChannelEventId",
      "envName": "OPS_CHANNEL_EVENT_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 4,
        "constructors": {
          "as": 1,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/channels/ops-channel-event.ts",
          "lib/channels/outbox.ts",
          "lib/docs/bun-brand-usages.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 4,
            "constructionCalls": 1,
            "guardCalls": 0,
            "files": [
              "lib/channels/ops-channel-event.ts",
              "lib/channels/outbox.ts",
              "lib/docs/bun-brand-usages.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "LimitForecastIssueId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal"
      ],
      "description": "Immutable issued limit forecast identity",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asLimitForecastIssueId",
        "try": "tryLimitForecastIssueId",
        "parse": "parseLimitForecastIssueId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isLimitForecastIssueId",
      "shortName": "limitForecastIssueId",
      "envName": "LIMIT_FORECAST_ISSUE_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 5,
        "constructors": {
          "as": 3,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/docs/bun-brand-usages.ts",
          "lib/prediction/limit-forecast-evidence.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 5,
            "constructionCalls": 3,
            "guardCalls": 0,
            "files": [
              "lib/docs/bun-brand-usages.ts",
              "lib/prediction/limit-forecast-evidence.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "EventId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Synthetic or live odds event identity",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asEventId",
        "try": "tryEventId",
        "parse": "parseEventId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isEventId",
      "shortName": "eventId",
      "envName": "EVENT_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 7,
        "constructors": {
          "as": 1,
          "try": 2,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/operator-research/agent-odds-http.ts",
          "lib/operator-research/bet-mock.ts",
          "lib/operator-research/edge-engine.ts",
          "lib/operator-research/model-contracts.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 7,
            "constructionCalls": 3,
            "guardCalls": 0,
            "files": [
              "lib/operator-research/agent-odds-http.ts",
              "lib/operator-research/bet-mock.ts",
              "lib/operator-research/edge-engine.ts",
              "lib/operator-research/model-contracts.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "EdgeId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Detected betting-edge opportunity identity",
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asEdgeId",
        "try": "tryEdgeId",
        "parse": "parseEdgeId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isEdgeId",
      "shortName": "edgeId",
      "envName": "EDGE_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 6,
        "constructors": {
          "as": 3,
          "try": 1,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/operator-research/agent-odds-http.ts",
          "lib/operator-research/bet-mock.ts",
          "lib/operator-research/edge-engine.ts",
          "lib/operator-research/model-contracts.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 6,
            "constructionCalls": 4,
            "guardCalls": 0,
            "files": [
              "lib/operator-research/agent-odds-http.ts",
              "lib/operator-research/bet-mock.ts",
              "lib/operator-research/edge-engine.ts",
              "lib/operator-research/model-contracts.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "SportsbookId",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal",
        "wire-input"
      ],
      "description": "Canonical sportsbook slug for limits, policy, and scrape registries",
      "validation": {
        "shape": "pattern",
        "pattern": "^[a-z0-9][a-z0-9-]*$",
        "ingressNormalization": "trim"
      },
      "kind": "id",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asSportsbookId",
        "try": "trySportsbookId",
        "parse": "parseSportsbookId"
      },
      "guard": "BRAND_GUARDS.isSportsbookId",
      "shortName": "sportsbookId",
      "envName": "SPORTSBOOK_ID",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [
        "scrape.book"
      ],
      "coverage": {
        "status": "covered",
        "references": 95,
        "constructors": {
          "as": 43,
          "try": 8,
          "parse": 34
        },
        "guards": 0,
        "files": [
          "lib/bookmakers/desk-coverage.ts",
          "lib/bookmakers/merged-registry.ts",
          "lib/operations/baseline-sportsbook-policies.ts",
          "lib/operations/phone-sportsbook-journal.ts",
          "lib/operations/scrapers/book-scrape-agent.ts",
          "lib/operations/scrapers/books/bet365.ts",
          "lib/operations/scrapers/books/betmgm.ts",
          "lib/operations/scrapers/books/betrivers.ts",
          "lib/operations/scrapers/books/caesars.ts",
          "lib/operations/scrapers/books/circa.ts",
          "lib/operations/scrapers/books/draftkings-parse.ts",
          "lib/operations/scrapers/books/draftkings.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 95,
            "constructionCalls": 85,
            "guardCalls": 0,
            "files": [
              "lib/bookmakers/desk-coverage.ts",
              "lib/bookmakers/merged-registry.ts",
              "lib/operations/baseline-sportsbook-policies.ts",
              "lib/operations/phone-sportsbook-journal.ts",
              "lib/operations/scrapers/book-scrape-agent.ts",
              "lib/operations/scrapers/books/bet365.ts",
              "lib/operations/scrapers/books/betmgm.ts",
              "lib/operations/scrapers/books/betrivers.ts",
              "lib/operations/scrapers/books/caesars.ts",
              "lib/operations/scrapers/books/circa.ts",
              "lib/operations/scrapers/books/draftkings-parse.ts",
              "lib/operations/scrapers/books/draftkings.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "StateCode",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "user-input",
        "wire-input"
      ],
      "description": "US state jurisdiction code for regulatory scoping (MA, NJ, …)",
      "validation": {
        "shape": "pattern",
        "pattern": "^[A-Z]{2}$",
        "ingressNormalization": "trim-uppercase"
      },
      "kind": "code",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asStateCode",
        "try": "tryStateCode",
        "parse": "parseStateCode"
      },
      "guard": "BRAND_GUARDS.isStateCode",
      "shortName": "stateCode",
      "envName": "STATE_CODE",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [
        "scrape.jurisdiction"
      ],
      "coverage": {
        "status": "covered",
        "references": 69,
        "constructors": {
          "as": 60,
          "try": 10,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/operations/account-limit-profiles.ts",
          "lib/operations/baseline-regulatory-seed.ts",
          "lib/operations/baseline-scraped-limits.ts",
          "lib/operations/baseline-sportsbook-policies.ts",
          "lib/operations/limit-patterns.ts",
          "lib/operations/partner-compliance-onboard.ts",
          "lib/operations/phone-sportsbook-journal.ts",
          "lib/operations/play-dispatcher.ts",
          "lib/operations/regulation-policy-catalog.ts",
          "lib/operations/scrapers/books/bet365.ts",
          "lib/operations/scrapers/books/betmgm.ts",
          "lib/operations/scrapers/books/betrivers.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 69,
            "constructionCalls": 70,
            "guardCalls": 0,
            "files": [
              "lib/operations/account-limit-profiles.ts",
              "lib/operations/baseline-regulatory-seed.ts",
              "lib/operations/baseline-scraped-limits.ts",
              "lib/operations/baseline-sportsbook-policies.ts",
              "lib/operations/limit-patterns.ts",
              "lib/operations/partner-compliance-onboard.ts",
              "lib/operations/phone-sportsbook-journal.ts",
              "lib/operations/play-dispatcher.ts",
              "lib/operations/regulation-policy-catalog.ts",
              "lib/operations/scrapers/books/bet365.ts",
              "lib/operations/scrapers/books/betmgm.ts",
              "lib/operations/scrapers/books/betrivers.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "ZipCode",
      "domain": "operations",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "user-input",
        "wire-input"
      ],
      "description": "US ZIP or ZIP+4 postal code (discrete geo column)",
      "validation": {
        "shape": "pattern",
        "pattern": "^\\d{5}(-\\d{4})?$",
        "ingressNormalization": "trim"
      },
      "kind": "code",
      "module": "lib/types/branded/operations.ts",
      "constructors": {
        "as": "asZipCode",
        "try": "tryZipCode",
        "parse": "parseZipCode"
      },
      "guard": "BRAND_GUARDS.isZipCode",
      "shortName": "zipCode",
      "envName": "ZIP_CODE",
      "colorKey": "accent",
      "color": "#58a6ff",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 12,
        "constructors": {
          "as": 11,
          "try": 4,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/operations/account-limit-profiles.ts",
          "lib/operations/limit-patterns.ts",
          "lib/operations/state-regulation.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 12,
            "constructionCalls": 15,
            "guardCalls": 0,
            "files": [
              "lib/operations/account-limit-profiles.ts",
              "lib/operations/limit-patterns.ts",
              "lib/operations/state-regulation.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "PortalTenantId",
      "domain": "portal",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "user-input",
        "wire-input"
      ],
      "description": "Multi-tenant portal tenant key (factory | science | tennis)",
      "kind": "id",
      "module": "lib/types/branded/portal.ts",
      "constructors": {
        "as": "asPortalTenantId",
        "try": "tryPortalTenantId",
        "parse": "parsePortalTenantId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isPortalTenantId",
      "shortName": "portalTenantId",
      "envName": "PORTAL_TENANT_ID",
      "colorKey": "green",
      "color": "#3fb950",
      "tone": "ok",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 31,
        "constructors": {
          "as": 7,
          "try": 0,
          "parse": 0
        },
        "guards": 1,
        "files": [
          "config/tenants.ts",
          "lib/accounts/account-r2-store.ts",
          "lib/accounts/account-types.ts",
          "lib/accounts/accounts.ts",
          "lib/accounts/memory-account-store.ts",
          "lib/auth/session.ts",
          "lib/channels/channels.ts",
          "lib/identity/identity.ts",
          "lib/telegram/link-nonce.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 31,
            "constructionCalls": 7,
            "guardCalls": 1,
            "files": [
              "config/tenants.ts",
              "lib/accounts/account-r2-store.ts",
              "lib/accounts/account-types.ts",
              "lib/accounts/accounts.ts",
              "lib/accounts/memory-account-store.ts",
              "lib/auth/session.ts",
              "lib/channels/channels.ts",
              "lib/identity/identity.ts",
              "lib/telegram/link-nonce.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "TelegramUserId",
      "domain": "portal",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "wire-input"
      ],
      "description": "Telegram user id from Bot API",
      "kind": "id",
      "module": "lib/types/branded/portal.ts",
      "constructors": {
        "as": "asTelegramUserId",
        "try": "tryTelegramUserId",
        "parse": "parseTelegramUserId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isTelegramUserId",
      "shortName": "telegramUserId",
      "envName": "TELEGRAM_USER_ID",
      "colorKey": "green",
      "color": "#3fb950",
      "tone": "ok",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 20,
        "constructors": {
          "as": 10,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/accounts/account-r2-store.ts",
          "lib/accounts/account-types.ts",
          "lib/accounts/accounts.ts",
          "lib/accounts/memory-account-store.ts",
          "lib/identity/jit.ts",
          "lib/telegram/bot.ts",
          "lib/telegram/brands.ts",
          "lib/telegram/ops-bot.ts",
          "lib/telegram/ops-commands.ts",
          "tools/identity-admin.ts",
          "tools/telegram-ops-consumer.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 20,
            "constructionCalls": 10,
            "guardCalls": 0,
            "files": [
              "lib/accounts/account-r2-store.ts",
              "lib/accounts/account-types.ts",
              "lib/accounts/accounts.ts",
              "lib/accounts/memory-account-store.ts",
              "lib/identity/jit.ts",
              "lib/telegram/bot.ts",
              "lib/telegram/brands.ts",
              "lib/telegram/ops-bot.ts",
              "lib/telegram/ops-commands.ts",
              "tools/identity-admin.ts",
              "tools/telegram-ops-consumer.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "TelegramChatId",
      "domain": "portal",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "wire-input"
      ],
      "description": "Telegram chat_id from Bot API (msg.chat.id / callback query)",
      "kind": "id",
      "module": "lib/types/branded/portal.ts",
      "constructors": {
        "as": "asTelegramChatId",
        "try": "tryTelegramChatId",
        "parse": "parseTelegramChatId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isTelegramChatId",
      "shortName": "telegramChatId",
      "envName": "TELEGRAM_CHAT_ID",
      "colorKey": "green",
      "color": "#3fb950",
      "tone": "ok",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 6,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 1
        },
        "guards": 0,
        "files": [
          "projects/active/sports-terminal-os/src/zones/partner-profile/telegram-integration.ts"
        ],
        "scopes": {
          "spine": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          },
          "projects": {
            "status": "covered",
            "references": 6,
            "constructionCalls": 1,
            "guardCalls": 0,
            "files": [
              "projects/active/sports-terminal-os/src/zones/partner-profile/telegram-integration.ts"
            ]
          }
        }
      }
    },
    {
      "name": "PortalAccountId",
      "domain": "portal",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal"
      ],
      "description": "Portal user account primary key (UUID v7)",
      "kind": "id",
      "module": "lib/types/branded/portal.ts",
      "constructors": {
        "as": "asPortalAccountId",
        "try": "tryPortalAccountId",
        "parse": "parsePortalAccountId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isPortalAccountId",
      "shortName": "portalAccountId",
      "envName": "PORTAL_ACCOUNT_ID",
      "colorKey": "green",
      "color": "#3fb950",
      "tone": "ok",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 18,
        "constructors": {
          "as": 4,
          "try": 0,
          "parse": 0
        },
        "guards": 1,
        "files": [
          "lib/accounts/account-r2-store.ts",
          "lib/accounts/account-types.ts",
          "lib/accounts/memory-account-store.ts",
          "lib/auth/session.ts",
          "lib/telegram/link-nonce.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 18,
            "constructionCalls": 4,
            "guardCalls": 1,
            "files": [
              "lib/accounts/account-r2-store.ts",
              "lib/accounts/account-types.ts",
              "lib/accounts/memory-account-store.ts",
              "lib/auth/session.ts",
              "lib/telegram/link-nonce.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "LinkNonceId",
      "domain": "portal",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal"
      ],
      "description": "Telegram link nonce for account binding",
      "kind": "id",
      "module": "lib/types/branded/portal.ts",
      "constructors": {
        "as": "asLinkNonceId",
        "try": "tryLinkNonceId",
        "parse": "parseLinkNonceId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isLinkNonceId",
      "shortName": "linkNonceId",
      "envName": "LINK_NONCE_ID",
      "colorKey": "green",
      "color": "#3fb950",
      "tone": "ok",
      "glossaryConcepts": [],
      "coverage": {
        "status": "unused",
        "references": 0,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [],
        "scopes": {
          "spine": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "DomId",
      "domain": "portal",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "system-internal"
      ],
      "description": "Owned portal DOM mount id used by glossary section routing",
      "kind": "id",
      "module": "lib/types/branded/portal.ts",
      "constructors": {
        "as": "asDomId",
        "try": "tryDomId",
        "parse": "parseDomId"
      },
      "validation": {
        "shape": "nonblank",
        "ingressNormalization": "trim"
      },
      "guard": "BRAND_GUARDS.isDomId",
      "shortName": "domId",
      "envName": "DOM_ID",
      "colorKey": "green",
      "color": "#3fb950",
      "tone": "ok",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 4,
        "constructors": {
          "as": 9,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/portal/page-glossary.ts",
          "lib/portal/partner-routes.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 4,
            "constructionCalls": 9,
            "guardCalls": 0,
            "files": [
              "lib/portal/page-glossary.ts",
              "lib/portal/partner-routes.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "HostId",
      "domain": "surfaces",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "wire-input",
        "system-internal"
      ],
      "description": "Public edge FQDN (no scheme/path) — config/surfaces.toml host",
      "validation": {
        "shape": "pattern",
        "pattern": "^(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\\.)+[a-z0-9-]{2,63}$",
        "flags": "",
        "ingressNormalization": "trim"
      },
      "kind": "id",
      "module": "lib/types/branded/surfaces.ts",
      "constructors": {
        "as": "asHostId",
        "try": "tryHostId",
        "parse": "parseHostId"
      },
      "guard": "BRAND_GUARDS.isHostId",
      "shortName": "hostId",
      "envName": "HOST_ID",
      "colorKey": "purple",
      "color": "#a371f7",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 58,
        "constructors": {
          "as": 5,
          "try": 9,
          "parse": 1
        },
        "guards": 0,
        "files": [
          "lib/http/bun-serve-lifecycle.ts",
          "lib/http/bun-serve-shape.ts",
          "lib/http/host-lineage.ts",
          "lib/http/host-planes.ts",
          "lib/http/portal-weave.ts",
          "lib/operator-research/odds/connection-pool.ts",
          "lib/operator-research/odds/odds-parser.ts",
          "lib/operator-research/odds/odds-store.ts",
          "lib/operator-research/odds/pipeline.ts",
          "lib/operator-research/odds/types.ts",
          "lib/surfaces/inventory.ts",
          "lib/verification/cloudflare-access-live.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 58,
            "constructionCalls": 15,
            "guardCalls": 0,
            "files": [
              "lib/http/bun-serve-lifecycle.ts",
              "lib/http/bun-serve-shape.ts",
              "lib/http/host-lineage.ts",
              "lib/http/host-planes.ts",
              "lib/http/portal-weave.ts",
              "lib/operator-research/odds/connection-pool.ts",
              "lib/operator-research/odds/odds-parser.ts",
              "lib/operator-research/odds/odds-store.ts",
              "lib/operator-research/odds/pipeline.ts",
              "lib/operator-research/odds/types.ts",
              "lib/surfaces/inventory.ts",
              "lib/verification/cloudflare-access-live.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "ApexDomainId",
      "domain": "surfaces",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "wire-input",
        "system-internal"
      ],
      "description": "Zone apex FQDN (factory-wager.com) — split from HostId",
      "validation": {
        "shape": "pattern",
        "pattern": "^(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\\.)+[a-z0-9-]{2,63}$",
        "flags": "",
        "ingressNormalization": "trim"
      },
      "kind": "id",
      "module": "lib/types/branded/surfaces.ts",
      "constructors": {
        "as": "asApexDomainId",
        "try": "tryApexDomainId",
        "parse": "parseApexDomainId"
      },
      "guard": "BRAND_GUARDS.isApexDomainId",
      "shortName": "apexDomainId",
      "envName": "APEX_DOMAIN_ID",
      "colorKey": "purple",
      "color": "#a371f7",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "referenced-unconstructed",
        "references": 5,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/http/host-planes.ts",
          "lib/surfaces/inventory.ts"
        ],
        "scopes": {
          "spine": {
            "status": "referenced-unconstructed",
            "references": 5,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": [
              "lib/http/host-planes.ts",
              "lib/surfaces/inventory.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "SubdomainId",
      "domain": "surfaces",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "wire-input",
        "system-internal"
      ],
      "description": "DNS labels under apex (score, www) or @ for bare apex host",
      "validation": {
        "shape": "pattern",
        "pattern": "^(?:@|(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)(?:\\.(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?))*)$",
        "flags": "",
        "ingressNormalization": "trim"
      },
      "kind": "id",
      "module": "lib/types/branded/surfaces.ts",
      "constructors": {
        "as": "asSubdomainId",
        "try": "trySubdomainId",
        "parse": "parseSubdomainId"
      },
      "guard": "BRAND_GUARDS.isSubdomainId",
      "shortName": "subdomainId",
      "envName": "SUBDOMAIN_ID",
      "colorKey": "purple",
      "color": "#a371f7",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 10,
        "constructors": {
          "as": 4,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/http/host-planes.ts",
          "lib/http/portal-weave.ts",
          "lib/surfaces/inventory.ts",
          "lib/verification/cloudflare-access-live.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 10,
            "constructionCalls": 4,
            "guardCalls": 0,
            "files": [
              "lib/http/host-planes.ts",
              "lib/http/portal-weave.ts",
              "lib/surfaces/inventory.ts",
              "lib/verification/cloudflare-access-live.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "SurfaceId",
      "domain": "surfaces",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "wire-input",
        "system-internal"
      ],
      "description": "Surface inventory key (ledger, score, pages_dev, …)",
      "validation": {
        "shape": "pattern",
        "pattern": "^[a-z][a-z0-9_]{0,62}$",
        "flags": "",
        "ingressNormalization": "trim"
      },
      "kind": "id",
      "module": "lib/types/branded/surfaces.ts",
      "constructors": {
        "as": "asSurfaceId",
        "try": "trySurfaceId",
        "parse": "parseSurfaceId"
      },
      "guard": "BRAND_GUARDS.isSurfaceId",
      "shortName": "surfaceId",
      "envName": "SURFACE_ID",
      "colorKey": "purple",
      "color": "#a371f7",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 14,
        "constructors": {
          "as": 3,
          "try": 0,
          "parse": 1
        },
        "guards": 0,
        "files": [
          "lib/http/host-planes.ts",
          "lib/surfaces/doctor-check.ts",
          "lib/surfaces/inventory.ts",
          "lib/verification/pages-edge-weave-subdomains.ts",
          "scripts/bake-surfaces.ts",
          "tools/lib/portal-cli-doctor-infra.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 14,
            "constructionCalls": 4,
            "guardCalls": 0,
            "files": [
              "lib/http/host-planes.ts",
              "lib/surfaces/doctor-check.ts",
              "lib/surfaces/inventory.ts",
              "lib/verification/pages-edge-weave-subdomains.ts",
              "scripts/bake-surfaces.ts",
              "tools/lib/portal-cli-doctor-infra.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "PagesProjectId",
      "domain": "surfaces",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "wire-input",
        "system-internal"
      ],
      "description": "Cloudflare Pages project shortcode (project-r-score) — not operations ProjectId",
      "validation": {
        "shape": "pattern",
        "pattern": "^[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?$",
        "flags": "",
        "ingressNormalization": "trim"
      },
      "kind": "id",
      "module": "lib/types/branded/surfaces.ts",
      "constructors": {
        "as": "asPagesProjectId",
        "try": "tryPagesProjectId",
        "parse": "parsePagesProjectId"
      },
      "guard": "BRAND_GUARDS.isPagesProjectId",
      "shortName": "pagesProjectId",
      "envName": "PAGES_PROJECT_ID",
      "colorKey": "purple",
      "color": "#a371f7",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "referenced-unconstructed",
        "references": 9,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/http/host-planes.ts",
          "lib/surfaces/inventory.ts",
          "lib/verification/cloudflare-access-live.ts"
        ],
        "scopes": {
          "spine": {
            "status": "referenced-unconstructed",
            "references": 9,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": [
              "lib/http/host-planes.ts",
              "lib/surfaces/inventory.ts",
              "lib/verification/cloudflare-access-live.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "AccessDomainId",
      "domain": "surfaces",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "wire-input",
        "system-internal"
      ],
      "description": "Cloudflare Access app domain field (host or host/path)",
      "validation": {
        "shape": "pattern",
        "pattern": "(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\\.)+[a-z0-9-]{2,63}(?:\\/[A-Za-z0-9._~*+/-]+)?",
        "flags": "",
        "ingressNormalization": "trim"
      },
      "kind": "id",
      "module": "lib/types/branded/surfaces.ts",
      "constructors": {
        "as": "asAccessDomainId",
        "try": "tryAccessDomainId",
        "parse": "parseAccessDomainId"
      },
      "guard": "BRAND_GUARDS.isAccessDomainId",
      "shortName": "accessDomainId",
      "envName": "ACCESS_DOMAIN_ID",
      "colorKey": "purple",
      "color": "#a371f7",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 19,
        "constructors": {
          "as": 4,
          "try": 1,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/http/host-lineage.ts",
          "lib/http/host-planes.ts",
          "lib/surfaces/inventory.ts",
          "lib/verification/cloudflare-access-live.ts",
          "lib/verification/cloudflare-access-policy.ts",
          "scripts/bake-surfaces.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 19,
            "constructionCalls": 5,
            "guardCalls": 0,
            "files": [
              "lib/http/host-lineage.ts",
              "lib/http/host-planes.ts",
              "lib/surfaces/inventory.ts",
              "lib/verification/cloudflare-access-live.ts",
              "lib/verification/cloudflare-access-policy.ts",
              "scripts/bake-surfaces.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "SurfaceStatusCode",
      "domain": "surfaces",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "wire-input",
        "system-internal"
      ],
      "description": "Surface status vocabulary (live|vanity|broken|dangling|staged|placeholder|external|retired)",
      "validation": {
        "shape": "pattern",
        "pattern": "^(?:live|vanity|broken|dangling|staged|placeholder|external|retired)$",
        "flags": "",
        "ingressNormalization": "trim"
      },
      "kind": "code",
      "module": "lib/types/branded/surfaces.ts",
      "constructors": {
        "as": "asSurfaceStatusCode",
        "try": "trySurfaceStatusCode",
        "parse": "parseSurfaceStatusCode"
      },
      "guard": "BRAND_GUARDS.isSurfaceStatusCode",
      "shortName": "surfaceStatusCode",
      "envName": "SURFACE_STATUS_CODE",
      "colorKey": "purple",
      "color": "#a371f7",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 7,
        "constructors": {
          "as": 1,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/surfaces/inventory.ts",
          "scripts/bake-surfaces.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 7,
            "constructionCalls": 1,
            "guardCalls": 0,
            "files": [
              "lib/surfaces/inventory.ts",
              "scripts/bake-surfaces.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "SurfaceAccessCode",
      "domain": "surfaces",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "wire-input",
        "system-internal"
      ],
      "description": "Surface Access posture (public|allowlist|applied|staged|bearer (intended)|…)",
      "validation": {
        "shape": "pattern",
        "pattern": "^(?:public|allowlist|applied|staged|bearer \\(intended\\)|external|none)$",
        "flags": "",
        "ingressNormalization": "trim"
      },
      "kind": "code",
      "module": "lib/types/branded/surfaces.ts",
      "constructors": {
        "as": "asSurfaceAccessCode",
        "try": "trySurfaceAccessCode",
        "parse": "parseSurfaceAccessCode"
      },
      "guard": "BRAND_GUARDS.isSurfaceAccessCode",
      "shortName": "surfaceAccessCode",
      "envName": "SURFACE_ACCESS_CODE",
      "colorKey": "purple",
      "color": "#a371f7",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 7,
        "constructors": {
          "as": 2,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/surfaces/inventory.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 7,
            "constructionCalls": 2,
            "guardCalls": 0,
            "files": [
              "lib/surfaces/inventory.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "SurfaceBackendCode",
      "domain": "surfaces",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "wire-input",
        "system-internal"
      ],
      "description": "Backend family shortcode (cloudflare-pages|cloudflare-worker|cloudflared|github-pages|helpscout|none|unknown)",
      "validation": {
        "shape": "pattern",
        "pattern": "^(?:cloudflare-pages|cloudflare-worker|cloudflared|github-pages|helpscout|none|unknown)$",
        "flags": "",
        "ingressNormalization": "trim"
      },
      "kind": "code",
      "module": "lib/types/branded/surfaces.ts",
      "constructors": {
        "as": "asSurfaceBackendCode",
        "try": "trySurfaceBackendCode",
        "parse": "parseSurfaceBackendCode"
      },
      "guard": "BRAND_GUARDS.isSurfaceBackendCode",
      "shortName": "surfaceBackendCode",
      "envName": "SURFACE_BACKEND_CODE",
      "colorKey": "purple",
      "color": "#a371f7",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "referenced-unconstructed",
        "references": 4,
        "constructors": {
          "as": 0,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/surfaces/inventory.ts"
        ],
        "scopes": {
          "spine": {
            "status": "referenced-unconstructed",
            "references": 4,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": [
              "lib/surfaces/inventory.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    },
    {
      "name": "PublishLaneId",
      "domain": "surfaces",
      "tiers": [
        "as",
        "try",
        "parse"
      ],
      "mint": [
        "wire-input",
        "system-internal"
      ],
      "description": "Publish-lane shortcode (prod-write, local-gateway, local-npm) — ADR-0002",
      "validation": {
        "shape": "pattern",
        "pattern": "^[a-z][a-z0-9-]{0,62}$",
        "flags": "",
        "ingressNormalization": "trim"
      },
      "kind": "id",
      "module": "lib/types/branded/surfaces.ts",
      "constructors": {
        "as": "asPublishLaneId",
        "try": "tryPublishLaneId",
        "parse": "parsePublishLaneId"
      },
      "guard": "BRAND_GUARDS.isPublishLaneId",
      "shortName": "publishLaneId",
      "envName": "PUBLISH_LANE_ID",
      "colorKey": "purple",
      "color": "#a371f7",
      "tone": "info",
      "glossaryConcepts": [],
      "coverage": {
        "status": "covered",
        "references": 2,
        "constructors": {
          "as": 1,
          "try": 0,
          "parse": 0
        },
        "guards": 0,
        "files": [
          "lib/surfaces/inventory.ts"
        ],
        "scopes": {
          "spine": {
            "status": "covered",
            "references": 2,
            "constructionCalls": 1,
            "guardCalls": 0,
            "files": [
              "lib/surfaces/inventory.ts"
            ]
          },
          "projects": {
            "status": "unused",
            "references": 0,
            "constructionCalls": 0,
            "guardCalls": 0,
            "files": []
          }
        }
      }
    }
  ],
  "projects": [
    {
      "project": "projects/active/dashboards/quantum-terminal-dashboard",
      "sourceFiles": 26,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/active/enterprise/fantasy42-fire22-registry",
      "sourceFiles": 1118,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/active/utilities/bun-toml-secrets-editor",
      "sourceFiles": 224,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/active/enterprise/bet-ticker-worker-v1.1",
      "sourceFiles": 0,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "external-or-untracked"
    },
    {
      "project": "projects/active/dashboards/enterprise-dashboard",
      "sourceFiles": 190,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/experimental/api-plive-setup-discovery",
      "sourceFiles": 100,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/active/automation/enhancements-1.0.01",
      "sourceFiles": 0,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "external-or-untracked"
    },
    {
      "project": "projects/experimental/keyboard-shortcuts-lite",
      "sourceFiles": 7,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/active/enterprise/full-stack-bun.io",
      "sourceFiles": 193,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/active/dashboards/secrets-dashboard",
      "sourceFiles": 1,
      "brandedFiles": 1,
      "brands": [
        "RequestId"
      ],
      "localBrandTypes": [],
      "constructorCalls": 1,
      "guardCalls": 0,
      "status": "adopted"
    },
    {
      "project": "projects/active/utilities/bun-file-analyzer",
      "sourceFiles": 75,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/active/utilities/shortcut-registry",
      "sourceFiles": 30,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/active/enterprise/cascade-mover-v3",
      "sourceFiles": 0,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "external-or-untracked"
    },
    {
      "project": "projects/active/development/kal-poly-bot",
      "sourceFiles": 266,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/active/analysis/matrix-analysis",
      "sourceFiles": 682,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/active/tools/native-addon-tool",
      "sourceFiles": 2,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/active/analysis/grok-security",
      "sourceFiles": 91,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/active/enterprise/foxy-proxy",
      "sourceFiles": 88,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/experimental/rust-bun-plugin",
      "sourceFiles": 2,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/active/utilities/proton-pass",
      "sourceFiles": 10,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [
        "ItemId",
        "VaultId"
      ],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "local-pattern"
    },
    {
      "project": "projects/active/development/geelark",
      "sourceFiles": 200,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/experimental/cli-dashboard",
      "sourceFiles": 2,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/active/utilities/toml-cli",
      "sourceFiles": 50,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/experimental/zig-self-bun",
      "sourceFiles": 32,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/active/sports-terminal-os",
      "sourceFiles": 180,
      "brandedFiles": 2,
      "brands": [
        "RequestId",
        "ExternalPartnerId",
        "TelegramChatId"
      ],
      "localBrandTypes": [],
      "constructorCalls": 6,
      "guardCalls": 0,
      "status": "adopted"
    },
    {
      "project": "projects/experimental/edge-worker",
      "sourceFiles": 2,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/active/analysis/scanner",
      "sourceFiles": 59,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/active/playwriter-skill",
      "sourceFiles": 2,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/experimental/my-bun-app",
      "sourceFiles": 2,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/experimental/codepoint",
      "sourceFiles": 142,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/experimental/tan-bun",
      "sourceFiles": 46,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/experimental/testing",
      "sourceFiles": 72,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/active/f402-openapi",
      "sourceFiles": 0,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "external-or-untracked"
    },
    {
      "project": "projects/active/factorywager",
      "sourceFiles": 76,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    },
    {
      "project": "projects/experimental/2048",
      "sourceFiles": 95,
      "brandedFiles": 0,
      "brands": [],
      "localBrandTypes": [],
      "constructorCalls": 0,
      "guardCalls": 0,
      "status": "governed-no-usage"
    }
  ]
}
