@treeseed/sdk 0.13.0-rc.2 → 0.13.0-rc.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +44 -362
- package/dist/accounts/account-contracts.d.ts +1 -1
- package/dist/agent-capacity/artifacts.d.ts +17 -1
- package/dist/agent-capacity/authority/agent-authority-presets.d.ts +1 -1
- package/dist/agent-capacity/contracts/capacity/communication/communication-records.d.ts +1 -1
- package/dist/agent-capacity/contracts/configuration/configuration.d.ts +0 -1
- package/dist/agent-capacity/contracts/configuration/configuration.js +6 -6
- package/dist/agent-capacity/contracts/support/decision-work.d.ts +2 -2
- package/dist/agent-capacity/validation/agent-definition-schema.d.ts +732 -732
- package/dist/agent-capacity/validation/agent-lab-forensics-schema.d.ts +36 -36
- package/dist/ai-appliance/contracts.d.ts +2 -2
- package/dist/ai-appliance/contracts.js +2 -2
- package/dist/ai-appliance/validation.js +1 -1
- package/dist/capacity/agents/agent-capacity.d.ts +0 -12
- package/dist/capacity/agents/agent-capacity.js +0 -15
- package/dist/capacity-provider/client.d.ts +19 -73
- package/dist/capacity-provider/client.js +62 -155
- package/dist/capacity-provider/contracts/governance.d.ts +64 -40
- package/dist/capacity-provider/index.d.ts +0 -5
- package/dist/capacity-provider/index.js +0 -5
- package/dist/capacity-provider/validation.d.ts +2 -2
- package/dist/capacity-provider/validation.js +65 -55
- package/dist/configuration/secrets-capability.d.ts +0 -1
- package/dist/configuration/secrets-capability.js +0 -1
- package/dist/content/contracts.d.ts +12 -0
- package/dist/content/validation/agent-operational-content-schemas.d.ts +282 -282
- package/dist/content/validation/auxiliary-content-schemas.d.ts +154 -154
- package/dist/content/validation/auxiliary-content-schemas.js +2 -2
- package/dist/content/validation/content-model-schemas.d.ts +2228 -2228
- package/dist/content/validation/index.d.ts +1 -0
- package/dist/content/validation/index.js +1 -0
- package/dist/content/validation/portable-content-data.d.ts +278 -278
- package/dist/entrypoints/clients/control-plane-client.d.ts +114 -0
- package/dist/entrypoints/clients/control-plane-client.js +186 -0
- package/dist/entrypoints/models/sdk-types.d.ts +1 -7
- package/dist/entrypoints/models/sdk-types.js +1 -7
- package/dist/knowledge/index.d.ts +0 -8
- package/dist/knowledge/index.js +0 -8
- package/dist/operator-contracts/canonical-command-tree.js +95 -4
- package/dist/operator-contracts/command-tree.d.ts +28 -0
- package/dist/operator-contracts/command-tree.js +49 -0
- package/dist/operator-contracts/control-plane-operation.d.ts +89 -0
- package/dist/operator-contracts/control-plane-operation.js +84 -0
- package/dist/operator-contracts/control-plane-operations.d.ts +1031 -0
- package/dist/operator-contracts/control-plane-operations.js +512 -0
- package/dist/operator-contracts/index.d.ts +5 -0
- package/dist/operator-contracts/index.js +5 -0
- package/dist/operator-contracts/mcp.d.ts +83 -0
- package/dist/operator-contracts/mcp.js +84 -0
- package/dist/operator-contracts/oauth.d.ts +46 -0
- package/dist/operator-contracts/operation-builder.d.ts +17 -0
- package/dist/operator-contracts/operation-builder.js +60 -0
- package/dist/operator-contracts/seed/seed-bundle.d.ts +123 -0
- package/dist/operator-contracts/seed/seed-bundle.js +54 -0
- package/dist/operator-contracts/workday-profile.d.ts +6 -0
- package/dist/operator-contracts/workday-profile.js +17 -0
- package/dist/sdk-types/configuration/sdk-dispatch-credential-source.d.ts +1 -1
- package/dist/sdk-types/{commerce/catalog/upsert-catalog-item-request.d.ts → control-plane/resource-requests.d.ts} +4 -4
- package/dist/sdk-types/support/platform-contracts.d.ts +3 -7
- package/dist/sdk-types/support/platform-contracts.js +2 -22
- package/dist/standards/mcp/compare.d.ts +2 -0
- package/dist/standards/mcp/compare.js +38 -0
- package/dist/standards/mcp/contracts.d.ts +34 -0
- package/dist/standards/mcp/index.d.ts +3 -0
- package/dist/standards/mcp/index.js +3 -0
- package/dist/standards/mcp/normalize.d.ts +4 -0
- package/dist/standards/mcp/normalize.js +30 -0
- package/dist/treedx/client.d.ts +589 -0
- package/dist/treedx/client.js +39 -0
- package/dist/treedx/contract.d.ts +32 -0
- package/dist/treedx/contract.js +63 -0
- package/dist/treedx/index.d.ts +2 -16
- package/dist/treedx/index.js +2 -56
- package/dist/treedx/types.d.ts +8 -7
- package/dist/treedx/types.js +0 -7
- package/dist/types/agents/agent-trigger-kinds.d.ts +2 -2
- package/package.json +23 -362
- package/dist/agent-capacity/authoring/agent-definition-authoring.d.ts +0 -57
- package/dist/agent-capacity/authoring/agent-definition-authoring.js +0 -73
- package/dist/agent-capacity/authoring/agent-deployment.d.ts +0 -93
- package/dist/agent-capacity/authoring/agent-deployment.js +0 -65
- package/dist/agent-capacity/authoring/chat-activity-profile.d.ts +0 -2
- package/dist/agent-capacity/authoring/chat-activity-profile.js +0 -91
- package/dist/agent-capacity/authoring/group-definition-authoring.d.ts +0 -33
- package/dist/agent-capacity/authoring/group-definition-authoring.js +0 -93
- package/dist/agent-capacity/authoring/index.d.ts +0 -4
- package/dist/agent-capacity/authoring/index.js +0 -4
- package/dist/agent-capacity/authority/assignment-authority-probe.d.ts +0 -109
- package/dist/agent-capacity/authority/assignment-authority-probe.js +0 -49
- package/dist/agent-capacity/contracts/index.d.ts +0 -19
- package/dist/agent-capacity/contracts/index.js +0 -19
- package/dist/agent-capacity/contracts/support/operator-surface.d.ts +0 -25
- package/dist/agent-capacity/contracts/support/operator-surface.js +0 -187
- package/dist/agent-capacity/cooperative-planning.d.ts +0 -28
- package/dist/agent-capacity/cooperative-planning.js +0 -48
- package/dist/agent-capacity/index.d.ts +0 -15
- package/dist/agent-capacity/index.js +0 -15
- package/dist/agent-capacity/planning-graph.d.ts +0 -77
- package/dist/agent-capacity/planning-graph.js +0 -155
- package/dist/agent-capacity/policy/capacity/accounting/settlement.d.ts +0 -8
- package/dist/agent-capacity/policy/capacity/accounting/settlement.js +0 -50
- package/dist/agent-capacity/policy/capacity/assignments/assignment-capability.d.ts +0 -20
- package/dist/agent-capacity/policy/capacity/assignments/assignment-capability.js +0 -235
- package/dist/agent-capacity/policy/capacity/providers/supply-selection.d.ts +0 -10
- package/dist/agent-capacity/policy/capacity/providers/supply-selection.js +0 -31
- package/dist/agent-capacity/policy/index.d.ts +0 -12
- package/dist/agent-capacity/policy/index.js +0 -12
- package/dist/agent-capacity/policy/operations/research-workflow.d.ts +0 -13
- package/dist/agent-capacity/policy/operations/research-workflow.js +0 -164
- package/dist/agent-capacity/policy/runtime/runtime-diagnostics.d.ts +0 -19
- package/dist/agent-capacity/policy/runtime/runtime-diagnostics.js +0 -263
- package/dist/agent-capacity/policy/support/decision-work.d.ts +0 -23
- package/dist/agent-capacity/policy/support/decision-work.js +0 -482
- package/dist/agent-capacity/policy/support/execution-capability.d.ts +0 -60
- package/dist/agent-capacity/policy/support/execution-capability.js +0 -368
- package/dist/agent-capacity/policy/support/failure-classification.d.ts +0 -6
- package/dist/agent-capacity/policy/support/failure-classification.js +0 -32
- package/dist/agent-capacity/policy/support/kernel-mode.d.ts +0 -20
- package/dist/agent-capacity/policy/support/kernel-mode.js +0 -280
- package/dist/agent-capacity/policy/support/mode-primitives.d.ts +0 -8
- package/dist/agent-capacity/policy/support/mode-primitives.js +0 -14
- package/dist/agent-capacity/policy/support/planning.d.ts +0 -39
- package/dist/agent-capacity/policy/support/planning.js +0 -161
- package/dist/agent-capacity/policy/support/primitives.d.ts +0 -23
- package/dist/agent-capacity/policy/support/primitives.js +0 -186
- package/dist/agent-capacity/policy/support/revision-cycle.d.ts +0 -4
- package/dist/agent-capacity/policy/support/revision-cycle.js +0 -144
- package/dist/agent-capacity/validation/compatibility/agent-definition-compatibility.d.ts +0 -10
- package/dist/agent-capacity/validation/compatibility/agent-definition-compatibility.js +0 -100
- package/dist/agent-tools/agent-tool-definitions.d.ts +0 -2
- package/dist/agent-tools/agent-tool-definitions.js +0 -465
- package/dist/agent-tools/agent-tool-execution-target.d.ts +0 -74
- package/dist/agent-tools/agent-tool-execution-target.js +0 -76
- package/dist/agent-tools/agent-tool-index.d.ts +0 -8
- package/dist/agent-tools/agent-tool-index.js +0 -33
- package/dist/agent-tools/communication-tool-definitions.d.ts +0 -2
- package/dist/agent-tools/communication-tool-definitions.js +0 -85
- package/dist/agents/agent-tools.d.ts +0 -3
- package/dist/agents/agent-tools.js +0 -3
- package/dist/agents/cli-tools.d.ts +0 -3
- package/dist/agents/cli-tools.js +0 -46
- package/dist/agents/copilot.d.ts +0 -24
- package/dist/agents/copilot.js +0 -91
- package/dist/ai-appliance/index.d.ts +0 -3
- package/dist/ai-appliance/index.js +0 -3
- package/dist/ai-appliance/reconciliation.d.ts +0 -18
- package/dist/ai-appliance/reconciliation.js +0 -47
- package/dist/api/auth/d1-database.d.ts +0 -3
- package/dist/api/auth/d1-database.js +0 -20
- package/dist/api/auth/d1-provider.d.ts +0 -54
- package/dist/api/auth/d1-provider.js +0 -95
- package/dist/api/auth/d1-store/accounts/identity/can-adopt-username-match.d.ts +0 -3
- package/dist/api/auth/d1-store/accounts/identity/can-adopt-username-match.js +0 -13
- package/dist/api/auth/d1-store/accounts/identity/ensure-auth-schema.d.ts +0 -2
- package/dist/api/auth/d1-store/accounts/identity/ensure-auth-schema.js +0 -14
- package/dist/api/auth/d1-store/accounts/identity/load-user-by-username.d.ts +0 -2
- package/dist/api/auth/d1-store/accounts/identity/load-user-by-username.js +0 -6
- package/dist/api/auth/d1-store/accounts/identity/load-user-by-verified-email.d.ts +0 -2
- package/dist/api/auth/d1-store/accounts/identity/load-user-by-verified-email.js +0 -6
- package/dist/api/auth/d1-store/accounts/sessions/authenticate-service.d.ts +0 -6
- package/dist/api/auth/d1-store/accounts/sessions/authenticate-service.js +0 -34
- package/dist/api/auth/d1-store/accounts/sessions/issue-user-session.d.ts +0 -7
- package/dist/api/auth/d1-store/accounts/sessions/issue-user-session.js +0 -69
- package/dist/api/auth/d1-store/accounts/tokens/authenticate-bearer-token.d.ts +0 -6
- package/dist/api/auth/d1-store/accounts/tokens/authenticate-bearer-token.js +0 -42
- package/dist/api/auth/d1-store/accounts/tokens/create-personal-access-token.d.ts +0 -12
- package/dist/api/auth/d1-store/accounts/tokens/create-personal-access-token.js +0 -36
- package/dist/api/auth/d1-store/accounts/tokens/list-personal-access-tokens.d.ts +0 -2
- package/dist/api/auth/d1-store/accounts/tokens/list-personal-access-tokens.js +0 -10
- package/dist/api/auth/d1-store/accounts/tokens/refresh-access-token.d.ts +0 -3
- package/dist/api/auth/d1-store/accounts/tokens/refresh-access-token.js +0 -46
- package/dist/api/auth/d1-store/accounts/tokens/revoke-personal-access-token.d.ts +0 -2
- package/dist/api/auth/d1-store/accounts/tokens/revoke-personal-access-token.js +0 -15
- package/dist/api/auth/d1-store/capacity/providers/load-identity-by-provider.d.ts +0 -2
- package/dist/api/auth/d1-store/capacity/providers/load-identity-by-provider.js +0 -6
- package/dist/api/auth/d1-store/commerce/catalog/seed-catalog.d.ts +0 -2
- package/dist/api/auth/d1-store/commerce/catalog/seed-catalog.js +0 -27
- package/dist/api/auth/d1-store/configuration/create-service-credential.d.ts +0 -7
- package/dist/api/auth/d1-store/configuration/create-service-credential.js +0 -10
- package/dist/api/auth/d1-store/configuration/rotate-service-credential.d.ts +0 -2
- package/dist/api/auth/d1-store/configuration/rotate-service-credential.js +0 -17
- package/dist/api/auth/d1-store/configuration/upsert-service-credential.d.ts +0 -8
- package/dist/api/auth/d1-store/configuration/upsert-service-credential.js +0 -20
- package/dist/api/auth/d1-store/methods.d.ts +0 -40
- package/dist/api/auth/d1-store/methods.js +0 -82
- package/dist/api/auth/d1-store/runtime/approve-device-flow.d.ts +0 -5
- package/dist/api/auth/d1-store/runtime/approve-device-flow.js +0 -27
- package/dist/api/auth/d1-store/runtime/poll-device-flow.d.ts +0 -3
- package/dist/api/auth/d1-store/runtime/poll-device-flow.js +0 -71
- package/dist/api/auth/d1-store/runtime/start-device-flow.d.ts +0 -3
- package/dist/api/auth/d1-store/runtime/start-device-flow.js +0 -34
- package/dist/api/auth/d1-store/seeds/seed-configured-services.d.ts +0 -2
- package/dist/api/auth/d1-store/seeds/seed-configured-services.js +0 -14
- package/dist/api/auth/d1-store/support/audit/write-audit-event.d.ts +0 -9
- package/dist/api/auth/d1-store/support/audit/write-audit-event.js +0 -18
- package/dist/api/auth/d1-store/support/lifecycle/ensure-initialized.d.ts +0 -2
- package/dist/api/auth/d1-store/support/lifecycle/ensure-initialized.js +0 -9
- package/dist/api/auth/d1-store/support/principals/create-user.d.ts +0 -7
- package/dist/api/auth/d1-store/support/principals/create-user.js +0 -30
- package/dist/api/auth/d1-store/support/principals/exchange-trusted-user-assertion.d.ts +0 -10
- package/dist/api/auth/d1-store/support/principals/exchange-trusted-user-assertion.js +0 -50
- package/dist/api/auth/d1-store/support/principals/load-user.d.ts +0 -2
- package/dist/api/auth/d1-store/support/principals/load-user.js +0 -6
- package/dist/api/auth/d1-store/support/principals/permissions-for-user.d.ts +0 -2
- package/dist/api/auth/d1-store/support/principals/permissions-for-user.js +0 -11
- package/dist/api/auth/d1-store/support/principals/principal-for-user.d.ts +0 -2
- package/dist/api/auth/d1-store/support/principals/principal-for-user.js +0 -27
- package/dist/api/auth/d1-store/support/principals/scopes-for-principal.d.ts +0 -2
- package/dist/api/auth/d1-store/support/principals/scopes-for-principal.js +0 -13
- package/dist/api/auth/d1-store/support/principals/sync-user.d.ts +0 -7
- package/dist/api/auth/d1-store/support/principals/sync-user.js +0 -96
- package/dist/api/auth/d1-store/support/principals/user-metadata.d.ts +0 -9
- package/dist/api/auth/d1-store/support/principals/user-metadata.js +0 -13
- package/dist/api/auth/d1-store/support/queries/execute-statement.d.ts +0 -2
- package/dist/api/auth/d1-store/support/queries/execute-statement.js +0 -6
- package/dist/api/auth/d1-store/support/queries/query-all.d.ts +0 -2
- package/dist/api/auth/d1-store/support/queries/query-all.js +0 -7
- package/dist/api/auth/d1-store/support/queries/query-first.d.ts +0 -2
- package/dist/api/auth/d1-store/support/queries/query-first.js +0 -6
- package/dist/api/auth/d1-store/teams/assign-role.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/assign-role.js +0 -12
- package/dist/api/auth/d1-store/teams/bootstrap-roles-for-user.d.ts +0 -3
- package/dist/api/auth/d1-store/teams/bootstrap-roles-for-user.js +0 -22
- package/dist/api/auth/d1-store/teams/permissions-for-roles.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/permissions-for-roles.js +0 -15
- package/dist/api/auth/d1-store/teams/reconcile-bootstrap-admins.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/reconcile-bootstrap-admins.js +0 -34
- package/dist/api/auth/d1-store/teams/replace-roles.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/replace-roles.js +0 -9
- package/dist/api/auth/d1-store/teams/roles-for-user.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/roles-for-user.js +0 -10
- package/dist/api/auth/d1-store/teams/set-user-roles.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/set-user-roles.js +0 -25
- package/dist/api/auth/d1-store.d.ts +0 -133
- package/dist/api/auth/d1-store.js +0 -225
- package/dist/api/auth/memory-provider.d.ts +0 -82
- package/dist/api/auth/memory-provider.js +0 -297
- package/dist/api/auth/rbac.d.ts +0 -27
- package/dist/api/auth/rbac.js +0 -171
- package/dist/api/auth/tokens.d.ts +0 -18
- package/dist/api/auth/tokens.js +0 -56
- package/dist/api/auth/trusted-assertion.d.ts +0 -10
- package/dist/api/auth/trusted-assertion.js +0 -19
- package/dist/api/capacity/providers/providers.d.ts +0 -2
- package/dist/api/capacity/providers/providers.js +0 -69
- package/dist/api/configuration/config.d.ts +0 -4
- package/dist/api/configuration/config.js +0 -149
- package/dist/api/hosting/railway.d.ts +0 -53
- package/dist/api/hosting/railway.js +0 -71
- package/dist/api/index.d.ts +0 -13
- package/dist/api/index.js +0 -33
- package/dist/api/operations/operations-routes.d.ts +0 -11
- package/dist/api/operations/operations-routes.js +0 -39
- package/dist/api/operations/operations.d.ts +0 -3
- package/dist/api/operations/operations.js +0 -26
- package/dist/api/support/app.d.ts +0 -8
- package/dist/api/support/app.js +0 -410
- package/dist/api/support/http.d.ts +0 -28
- package/dist/api/support/http.js +0 -51
- package/dist/api/support/sdk-dispatch.d.ts +0 -6
- package/dist/api/support/sdk-dispatch.js +0 -14
- package/dist/api/support/sdk-routes.d.ts +0 -11
- package/dist/api/support/sdk-routes.js +0 -29
- package/dist/api/support/templates.d.ts +0 -3
- package/dist/api/support/templates.js +0 -31
- package/dist/api/types.d.ts +0 -242
- package/dist/capacity/accounting/native-capacity.d.ts +0 -12
- package/dist/capacity/accounting/native-capacity.js +0 -120
- package/dist/capacity-provider/config/environment.d.ts +0 -6
- package/dist/capacity-provider/config/environment.js +0 -36
- package/dist/capacity-provider/config/index.d.ts +0 -2
- package/dist/capacity-provider/config/index.js +0 -2
- package/dist/capacity-provider/config/manifest.d.ts +0 -6
- package/dist/capacity-provider/config/manifest.js +0 -16
- package/dist/capacity-provider/protocol.d.ts +0 -33
- package/dist/capacity-provider/protocol.js +0 -38
- package/dist/capacity-provider/runtime-status.d.ts +0 -13
- package/dist/capacity-provider/runtime-status.js +0 -40
- package/dist/capacity-provider/security/http.d.ts +0 -6
- package/dist/capacity-provider/security/http.js +0 -15
- package/dist/capacity-provider/security/identity.d.ts +0 -20
- package/dist/capacity-provider/security/identity.js +0 -65
- package/dist/capacity-provider/security/index.d.ts +0 -2
- package/dist/capacity-provider/security/index.js +0 -2
- package/dist/capacity-provider/timing/assignment-duration.d.ts +0 -9
- package/dist/capacity-provider/timing/assignment-duration.js +0 -92
- package/dist/capacity-provider/timing/index.d.ts +0 -1
- package/dist/capacity-provider/timing/index.js +0 -1
- package/dist/commerce/catalog/template-catalog.d.ts +0 -13
- package/dist/commerce/catalog/template-catalog.js +0 -149
- package/dist/configuration/service-credentials.d.ts +0 -68
- package/dist/configuration/service-credentials.js +0 -121
- package/dist/content/content-store.d.ts +0 -25
- package/dist/content/content-store.js +0 -269
- package/dist/content/frontmatter.d.ts +0 -6
- package/dist/content/frontmatter.js +0 -33
- package/dist/content-sync/index.d.ts +0 -1
- package/dist/content-sync/index.js +0 -1
- package/dist/content-sync/reconcile.d.ts +0 -28
- package/dist/content-sync/reconcile.js +0 -125
- package/dist/d1-store/content/try-claim-content-lease.d.ts +0 -2
- package/dist/d1-store/content/try-claim-content-lease.js +0 -21
- package/dist/d1-store/methods.d.ts +0 -32
- package/dist/d1-store/methods.js +0 -66
- package/dist/d1-store/packages/get-release.d.ts +0 -2
- package/dist/d1-store/packages/get-release.js +0 -6
- package/dist/d1-store/packages/get-share-package.d.ts +0 -2
- package/dist/d1-store/packages/get-share-package.js +0 -6
- package/dist/d1-store/packages/list-releases.d.ts +0 -2
- package/dist/d1-store/packages/list-releases.js +0 -6
- package/dist/d1-store/packages/list-share-packages.d.ts +0 -2
- package/dist/d1-store/packages/list-share-packages.js +0 -6
- package/dist/d1-store/packages/release-all-leases.d.ts +0 -2
- package/dist/d1-store/packages/release-all-leases.js +0 -8
- package/dist/d1-store/packages/release-lease.d.ts +0 -3
- package/dist/d1-store/packages/release-lease.js +0 -6
- package/dist/d1-store/packages/upsert-release.d.ts +0 -5
- package/dist/d1-store/packages/upsert-release.js +0 -6
- package/dist/d1-store/packages/upsert-share-package.d.ts +0 -3
- package/dist/d1-store/packages/upsert-share-package.js +0 -6
- package/dist/d1-store/support/approvals/create-approval-request.d.ts +0 -3
- package/dist/d1-store/support/approvals/create-approval-request.js +0 -12
- package/dist/d1-store/support/approvals/decide-approval-request.d.ts +0 -3
- package/dist/d1-store/support/approvals/decide-approval-request.js +0 -12
- package/dist/d1-store/support/approvals/list-approval-requests.d.ts +0 -3
- package/dist/d1-store/support/approvals/list-approval-requests.js +0 -7
- package/dist/d1-store/support/cursors/get-cursor.d.ts +0 -3
- package/dist/d1-store/support/cursors/get-cursor.js +0 -6
- package/dist/d1-store/support/cursors/upsert-cursor.d.ts +0 -3
- package/dist/d1-store/support/cursors/upsert-cursor.js +0 -6
- package/dist/d1-store/support/execution/inspect-leases.d.ts +0 -2
- package/dist/d1-store/support/execution/inspect-leases.js +0 -6
- package/dist/d1-store/support/execution/inspect-runs.d.ts +0 -2
- package/dist/d1-store/support/execution/inspect-runs.js +0 -6
- package/dist/d1-store/support/messages/ack-message.d.ts +0 -3
- package/dist/d1-store/support/messages/ack-message.js +0 -15
- package/dist/d1-store/support/messages/claim-message.d.ts +0 -3
- package/dist/d1-store/support/messages/claim-message.js +0 -22
- package/dist/d1-store/support/messages/create-message.d.ts +0 -3
- package/dist/d1-store/support/messages/create-message.js +0 -26
- package/dist/d1-store/support/queries/follow.d.ts +0 -6
- package/dist/d1-store/support/queries/follow.js +0 -21
- package/dist/d1-store/support/queries/pick.d.ts +0 -3
- package/dist/d1-store/support/queries/pick.js +0 -57
- package/dist/d1-store/support/queries/search.d.ts +0 -3
- package/dist/d1-store/support/queries/search.js +0 -13
- package/dist/d1-store/support/records/create-record.d.ts +0 -3
- package/dist/d1-store/support/records/create-record.js +0 -70
- package/dist/d1-store/support/records/get-record.d.ts +0 -3
- package/dist/d1-store/support/records/get-record.js +0 -31
- package/dist/d1-store/support/records/record-run.d.ts +0 -3
- package/dist/d1-store/support/records/record-run.js +0 -8
- package/dist/d1-store/support/records/rows-for-model.d.ts +0 -2
- package/dist/d1-store/support/records/rows-for-model.js +0 -36
- package/dist/d1-store/support/update.d.ts +0 -3
- package/dist/d1-store/support/update.js +0 -67
- package/dist/d1-store/support/workstreams/append-workstream-event.d.ts +0 -3
- package/dist/d1-store/support/workstreams/append-workstream-event.js +0 -6
- package/dist/d1-store/support/workstreams/get-workstream.d.ts +0 -2
- package/dist/d1-store/support/workstreams/get-workstream.js +0 -6
- package/dist/d1-store/support/workstreams/list-workstreams.d.ts +0 -2
- package/dist/d1-store/support/workstreams/list-workstreams.js +0 -6
- package/dist/d1-store/support/workstreams/upsert-workstream.d.ts +0 -3
- package/dist/d1-store/support/workstreams/upsert-workstream.js +0 -6
- package/dist/d1-store/teams/upsert-team-inbox-item.d.ts +0 -3
- package/dist/d1-store/teams/upsert-team-inbox-item.js +0 -12
- package/dist/db/d1.d.ts +0 -246
- package/dist/db/d1.js +0 -8
- package/dist/db/index.d.ts +0 -3
- package/dist/db/index.js +0 -3
- package/dist/db/market-schema/accounts/agent-lab-view-state.d.ts +0 -228
- package/dist/db/market-schema/accounts/agent-lab-view-state.js +0 -22
- package/dist/db/market-schema/accounts/better-auth-account.d.ts +0 -2491
- package/dist/db/market-schema/accounts/better-auth-account.js +0 -248
- package/dist/db/market-schema/accounts/notification-events.d.ts +0 -2911
- package/dist/db/market-schema/accounts/notification-events.js +0 -252
- package/dist/db/market-schema/accounts/team-services.d.ts +0 -1780
- package/dist/db/market-schema/accounts/team-services.js +0 -150
- package/dist/db/market-schema/agents/agent-context-query-checks.d.ts +0 -296
- package/dist/db/market-schema/agents/agent-context-query-checks.js +0 -33
- package/dist/db/market-schema/agents/agent-mode-runs.d.ts +0 -3137
- package/dist/db/market-schema/agents/agent-mode-runs.js +0 -311
- package/dist/db/market-schema/agents/communication-control.d.ts +0 -820
- package/dist/db/market-schema/agents/communication-control.js +0 -86
- package/dist/db/market-schema/capacity/accounting/capacity-ledger-entries.d.ts +0 -3187
- package/dist/db/market-schema/capacity/accounting/capacity-ledger-entries.js +0 -300
- package/dist/db/market-schema/capacity/providers/capacity-provider-team-credentials.d.ts +0 -2637
- package/dist/db/market-schema/capacity/providers/capacity-provider-team-credentials.js +0 -271
- package/dist/db/market-schema/capacity/workdays/capacity-workday-events.d.ts +0 -3882
- package/dist/db/market-schema/capacity/workdays/capacity-workday-events.js +0 -373
- package/dist/db/market-schema/commerce/capacity/commerce-capacity-listings.d.ts +0 -1681
- package/dist/db/market-schema/commerce/capacity/commerce-capacity-listings.js +0 -150
- package/dist/db/market-schema/commerce/catalog/catalog-items.d.ts +0 -3076
- package/dist/db/market-schema/commerce/catalog/catalog-items.js +0 -263
- package/dist/db/market-schema/commerce/catalog/commerce-product-versions.d.ts +0 -2943
- package/dist/db/market-schema/commerce/catalog/commerce-product-versions.js +0 -253
- package/dist/db/market-schema/commerce/payments/commerce-subscriptions.d.ts +0 -3072
- package/dist/db/market-schema/commerce/payments/commerce-subscriptions.js +0 -263
- package/dist/db/market-schema/governance/commons/commons-participants.d.ts +0 -3117
- package/dist/db/market-schema/governance/commons/commons-participants.js +0 -260
- package/dist/db/market-schema/governance/policy/governance-electorate-snapshots.d.ts +0 -2498
- package/dist/db/market-schema/governance/policy/governance-electorate-snapshots.js +0 -212
- package/dist/db/market-schema/projects/integrations/provider-operations.d.ts +0 -2586
- package/dist/db/market-schema/projects/integrations/provider-operations.js +0 -196
- package/dist/db/market-schema/projects/knowledge/knowledge-collaboration.d.ts +0 -1426
- package/dist/db/market-schema/projects/knowledge/knowledge-collaboration.js +0 -111
- package/dist/db/market-schema/projects/knowledge/project-knowledge-governance.d.ts +0 -1269
- package/dist/db/market-schema/projects/knowledge/project-knowledge-governance.js +0 -95
- package/dist/db/market-schema/projects/knowledge/tree-dx-project-libraries.d.ts +0 -1937
- package/dist/db/market-schema/projects/knowledge/tree-dx-project-libraries.js +0 -160
- package/dist/db/market-schema/support/feedback.d.ts +0 -1055
- package/dist/db/market-schema/support/feedback.js +0 -86
- package/dist/db/market-schema/support/market-schema.d.ts +0 -45339
- package/dist/db/market-schema/support/market-schema.js +0 -216
- package/dist/db/market-schema/support/subscribers.d.ts +0 -3027
- package/dist/db/market-schema/support/subscribers.js +0 -267
- package/dist/db/market-schema.d.ts +0 -22
- package/dist/db/market-schema.js +0 -22
- package/dist/db/node-sqlite.d.ts +0 -297
- package/dist/db/node-sqlite.js +0 -133
- package/dist/db/schema.d.ts +0 -483
- package/dist/db/schema.js +0 -29
- package/dist/entrypoints/clients/market-client.d.ts +0 -184
- package/dist/entrypoints/clients/market-client.js +0 -369
- package/dist/entrypoints/clients/remote.d.ts +0 -206
- package/dist/entrypoints/clients/remote.js +0 -192
- package/dist/entrypoints/dispatch/dispatch.d.ts +0 -4
- package/dist/entrypoints/dispatch/dispatch.js +0 -174
- package/dist/entrypoints/models/plugin-default.d.ts +0 -28
- package/dist/entrypoints/models/plugin-default.js +0 -39
- package/dist/entrypoints/models/sdk-dispatch.d.ts +0 -12
- package/dist/entrypoints/models/sdk-dispatch.js +0 -126
- package/dist/entrypoints/models/sdk-filters.d.ts +0 -4
- package/dist/entrypoints/models/sdk-filters.js +0 -74
- package/dist/entrypoints/models/sdk.d.ts +0 -138
- package/dist/entrypoints/models/sdk.js +0 -379
- package/dist/entrypoints/runtime/managed-dependencies.d.ts +0 -6
- package/dist/entrypoints/runtime/managed-dependencies.js +0 -6
- package/dist/entrypoints/runtime/timing.d.ts +0 -20
- package/dist/entrypoints/runtime/timing.js +0 -73
- package/dist/entrypoints/runtime/verification.d.ts +0 -3
- package/dist/entrypoints/runtime/verification.js +0 -3
- package/dist/gateway/admin-passthrough.d.ts +0 -17
- package/dist/gateway/admin-passthrough.js +0 -131
- package/dist/gateway/admin-route-inventory.d.ts +0 -5
- package/dist/gateway/admin-route-inventory.js +0 -27
- package/dist/gateway/header-policy.d.ts +0 -3
- package/dist/gateway/header-policy.js +0 -38
- package/dist/gateway/health.d.ts +0 -9
- package/dist/gateway/health.js +0 -26
- package/dist/gateway/index.d.ts +0 -7
- package/dist/gateway/index.js +0 -8
- package/dist/gateway/node-websocket-proxy.d.ts +0 -13
- package/dist/gateway/node-websocket-proxy.js +0 -109
- package/dist/governance/groups/membership.d.ts +0 -21
- package/dist/governance/groups/membership.js +0 -63
- package/dist/governance/groups/signal-scope.d.ts +0 -7
- package/dist/governance/groups/signal-scope.js +0 -49
- package/dist/governance/policy/decision-dependencies.d.ts +0 -21
- package/dist/governance/policy/decision-dependencies.js +0 -21
- package/dist/governance/policy/governance.d.ts +0 -133
- package/dist/governance/policy/governance.js +0 -285
- package/dist/governance/policy/proposal-readiness.d.ts +0 -65
- package/dist/governance/policy/proposal-readiness.js +0 -68
- package/dist/graph/build/build-graph-from-documents.d.ts +0 -9
- package/dist/graph/build/build-graph-from-documents.js +0 -401
- package/dist/graph/build/md-node.d.ts +0 -46
- package/dist/graph/build/md-node.js +0 -210
- package/dist/graph/build/parse-graph-document.d.ts +0 -30
- package/dist/graph/build/parse-graph-document.js +0 -206
- package/dist/graph/build/read-snapshot-file.d.ts +0 -16
- package/dist/graph/build/read-snapshot-file.js +0 -177
- package/dist/graph/build.d.ts +0 -4
- package/dist/graph/build.js +0 -4
- package/dist/graph/context-query-readiness.d.ts +0 -49
- package/dist/graph/context-query-readiness.js +0 -12
- package/dist/graph/context-query-test.d.ts +0 -181
- package/dist/graph/context-query-test.js +0 -205
- package/dist/graph/dsl.d.ts +0 -20
- package/dist/graph/dsl.js +0 -253
- package/dist/graph/query/graph-query-engine.d.ts +0 -47
- package/dist/graph/query/graph-query-engine.js +0 -363
- package/dist/graph/query/relation-to-edge-type.d.ts +0 -12
- package/dist/graph/query/relation-to-edge-type.js +0 -91
- package/dist/graph/query/stateful-ids.d.ts +0 -2
- package/dist/graph/query/stateful-ids.js +0 -12
- package/dist/graph/query.d.ts +0 -3
- package/dist/graph/query.js +0 -3
- package/dist/graph/ranking/create-default-graph-ranking-provider.d.ts +0 -2
- package/dist/graph/ranking/create-default-graph-ranking-provider.js +0 -319
- package/dist/graph/ranking/default-graph-ranking-provider.d.ts +0 -1
- package/dist/graph/ranking/default-graph-ranking-provider.js +0 -5
- package/dist/graph/ranking/ranking-field.d.ts +0 -37
- package/dist/graph/ranking/ranking-field.js +0 -184
- package/dist/graph/ranking.d.ts +0 -3
- package/dist/graph/ranking.js +0 -3
- package/dist/graph/schema.d.ts +0 -142
- package/dist/graph/schema.js +0 -139
- package/dist/guarantees/contracts/agent-guarantee-contracts.d.ts +0 -123
- package/dist/guarantees/contracts/agent-guarantee-contracts.js +0 -8
- package/dist/guarantees/contracts/agent-guarantee-status.d.ts +0 -40
- package/dist/guarantees/contracts/agent-guarantee-status.js +0 -119
- package/dist/guarantees/contracts/create-agent-guarantee-proof-template.d.ts +0 -94
- package/dist/guarantees/contracts/create-agent-guarantee-proof-template.js +0 -21
- package/dist/guarantees/contracts/parse-agent-guarantee-contract.d.ts +0 -19
- package/dist/guarantees/contracts/parse-agent-guarantee-contract.js +0 -131
- package/dist/guarantees/contracts/parse-agent-guarantee-proof.d.ts +0 -10
- package/dist/guarantees/contracts/parse-agent-guarantee-proof.js +0 -133
- package/dist/guarantees/features/guarantee-source-closure.d.ts +0 -9
- package/dist/guarantees/features/guarantee-source-closure.js +0 -50
- package/dist/guarantees/features/ui-feature-contract.d.ts +0 -35
- package/dist/guarantees/features/ui-feature-contract.js +0 -133
- package/dist/guarantees/features/ui-scene-runtime-trust.d.ts +0 -16
- package/dist/guarantees/features/ui-scene-runtime-trust.js +0 -33
- package/dist/guarantees/index/build-guarantee-dependency-graph.d.ts +0 -21
- package/dist/guarantees/index/build-guarantee-dependency-graph.js +0 -248
- package/dist/guarantees/index/export-guarantees-csv.d.ts +0 -110
- package/dist/guarantees/index/export-guarantees-csv.js +0 -235
- package/dist/guarantees/index/guarantee-journey-audit-item.d.ts +0 -225
- package/dist/guarantees/index/guarantee-journey-audit-item.js +0 -81
- package/dist/guarantees/index/guarantee-schema-version.d.ts +0 -216
- package/dist/guarantees/index/guarantee-schema-version.js +0 -10
- package/dist/guarantees/index/parse-verifier-registry.d.ts +0 -64
- package/dist/guarantees/index/parse-verifier-registry.js +0 -177
- package/dist/guarantees/index/plan-guarantees.d.ts +0 -23
- package/dist/guarantees/index/plan-guarantees.js +0 -268
- package/dist/guarantees/index/run-guarantees.d.ts +0 -48
- package/dist/guarantees/index/run-guarantees.js +0 -327
- package/dist/guarantees/index/run-verifier-command.d.ts +0 -41
- package/dist/guarantees/index/run-verifier-command.js +0 -290
- package/dist/guarantees/index/scene-report-evidence-paths.d.ts +0 -77
- package/dist/guarantees/index/scene-report-evidence-paths.js +0 -387
- package/dist/guarantees/index/walk-files.d.ts +0 -18
- package/dist/guarantees/index/walk-files.js +0 -247
- package/dist/guarantees/index.d.ts +0 -17
- package/dist/guarantees/index.js +0 -17
- package/dist/hosting/apps.d.ts +0 -12
- package/dist/hosting/apps.js +0 -107
- package/dist/hosting/builtins/all-environments.d.ts +0 -25
- package/dist/hosting/builtins/all-environments.js +0 -194
- package/dist/hosting/builtins/create-cloudflare-host-adapter.d.ts +0 -4
- package/dist/hosting/builtins/create-cloudflare-host-adapter.js +0 -219
- package/dist/hosting/builtins/create-default-service-type-adapters.d.ts +0 -24
- package/dist/hosting/builtins/create-default-service-type-adapters.js +0 -159
- package/dist/hosting/builtins/probe-cloudflare-pages-public-url.d.ts +0 -15
- package/dist/hosting/builtins/probe-cloudflare-pages-public-url.js +0 -166
- package/dist/hosting/builtins.d.ts +0 -4
- package/dist/hosting/builtins.js +0 -4
- package/dist/hosting/contracts.d.ts +0 -190
- package/dist/hosting/graph/assert-capability-binding.d.ts +0 -37
- package/dist/hosting/graph/assert-capability-binding.js +0 -257
- package/dist/hosting/graph/build-profile-from-deploy-config.d.ts +0 -2
- package/dist/hosting/graph/build-profile-from-deploy-config.js +0 -253
- package/dist/hosting/graph/canonical-hosting-node.d.ts +0 -112
- package/dist/hosting/graph/canonical-hosting-node.js +0 -155
- package/dist/hosting/graph/railway-service-name-max-length.d.ts +0 -40
- package/dist/hosting/graph/railway-service-name-max-length.js +0 -190
- package/dist/hosting/graph/railway-source-policy.d.ts +0 -27
- package/dist/hosting/graph/railway-source-policy.js +0 -170
- package/dist/hosting/graph.d.ts +0 -5
- package/dist/hosting/graph.js +0 -5
- package/dist/hosting/index.d.ts +0 -4
- package/dist/hosting/index.js +0 -4
- package/dist/index/agent-and-content.d.ts +0 -17
- package/dist/index/agent-and-content.js +0 -87
- package/dist/index/capacity-and-governance.d.ts +0 -14
- package/dist/index/capacity-and-governance.js +0 -45
- package/dist/index/database-and-remote.d.ts +0 -10
- package/dist/index/database-and-remote.js +0 -53
- package/dist/index/graph-and-search.d.ts +0 -5
- package/dist/index/graph-and-search.js +0 -21
- package/dist/index/operations-and-workflows.d.ts +0 -23
- package/dist/index/operations-and-workflows.js +0 -183
- package/dist/index/platform-and-hosting.d.ts +0 -8
- package/dist/index/platform-and-hosting.js +0 -125
- package/dist/index/public-contracts.d.ts +0 -7
- package/dist/index/public-contracts.js +0 -15
- package/dist/index/publishing-and-runtime.d.ts +0 -12
- package/dist/index/publishing-and-runtime.js +0 -81
- package/dist/index/templates-and-catalog.d.ts +0 -1
- package/dist/index/templates-and-catalog.js +0 -5
- package/dist/index.d.ts +0 -10
- package/dist/index.js +0 -10
- package/dist/knowledge/authoring.d.ts +0 -3
- package/dist/knowledge/authoring.js +0 -61
- package/dist/knowledge/catalog.d.ts +0 -38
- package/dist/knowledge/catalog.js +0 -254
- package/dist/knowledge/collaboration.d.ts +0 -89
- package/dist/knowledge/collaboration.js +0 -6
- package/dist/knowledge/editorial-context.d.ts +0 -22
- package/dist/knowledge/editorial-context.js +0 -60
- package/dist/knowledge/editorial-review.d.ts +0 -33
- package/dist/knowledge/editorial-review.js +0 -30
- package/dist/knowledge/markdown.d.ts +0 -3
- package/dist/knowledge/markdown.js +0 -130
- package/dist/knowledge/publication.d.ts +0 -39
- package/dist/knowledge/publication.js +0 -39
- package/dist/knowledge/routes.d.ts +0 -3
- package/dist/knowledge/routes.js +0 -15
- package/dist/knowledge-packs/index.d.ts +0 -2
- package/dist/knowledge-packs/index.js +0 -2
- package/dist/knowledge-packs/snapshot.d.ts +0 -43
- package/dist/knowledge-packs/snapshot.js +0 -89
- package/dist/knowledge-packs/zip.d.ts +0 -7
- package/dist/knowledge-packs/zip.js +0 -101
- package/dist/local-dev/managed-dev-process-spec.d.ts +0 -8
- package/dist/local-dev/managed-dev-process-spec.js +0 -207
- package/dist/local-dev/managed-dev.d.ts +0 -88
- package/dist/local-dev/managed-dev.js +0 -300
- package/dist/local-dev/source-closure.d.ts +0 -14
- package/dist/local-dev/source-closure.js +0 -154
- package/dist/managed-dependencies/collect-native-dependency-repairs.d.ts +0 -28
- package/dist/managed-dependencies/collect-native-dependency-repairs.js +0 -246
- package/dist/managed-dependencies/dependency-runtime.d.ts +0 -132
- package/dist/managed-dependencies/dependency-runtime.js +0 -178
- package/dist/managed-dependencies/install-cloudflared.d.ts +0 -2
- package/dist/managed-dependencies/install-cloudflared.js +0 -48
- package/dist/managed-dependencies/install-gh-act.d.ts +0 -6
- package/dist/managed-dependencies/install-gh-act.js +0 -215
- package/dist/managed-dependencies/install-gh.d.ts +0 -7
- package/dist/managed-dependencies/install-gh.js +0 -274
- package/dist/managed-dependencies/redact-sensitive-output.d.ts +0 -38
- package/dist/managed-dependencies/redact-sensitive-output.js +0 -207
- package/dist/managed-dependencies/run-npm-tool-rebuilds.d.ts +0 -18
- package/dist/managed-dependencies/run-npm-tool-rebuilds.js +0 -220
- package/dist/market-client/accounts/contracts/account-deletion-blockers.d.ts +0 -2
- package/dist/market-client/accounts/contracts/account-deletion-blockers.js +0 -6
- package/dist/market-client/accounts/contracts/account-identity.d.ts +0 -2
- package/dist/market-client/accounts/contracts/account-identity.js +0 -6
- package/dist/market-client/accounts/contracts/local-auth-paths.d.ts +0 -2
- package/dist/market-client/accounts/contracts/local-auth-paths.js +0 -6
- package/dist/market-client/accounts/contracts/logout.d.ts +0 -2
- package/dist/market-client/accounts/contracts/logout.js +0 -9
- package/dist/market-client/accounts/contracts/poll-device-login.d.ts +0 -3
- package/dist/market-client/accounts/contracts/poll-device-login.js +0 -9
- package/dist/market-client/accounts/contracts/web-appearance.d.ts +0 -2
- package/dist/market-client/accounts/contracts/web-appearance.js +0 -6
- package/dist/market-client/accounts/contracts/web-emails.d.ts +0 -2
- package/dist/market-client/accounts/contracts/web-emails.js +0 -6
- package/dist/market-client/accounts/contracts/web-notification-preferences.d.ts +0 -2
- package/dist/market-client/accounts/contracts/web-notification-preferences.js +0 -6
- package/dist/market-client/accounts/contracts/web-notifications.d.ts +0 -2
- package/dist/market-client/accounts/contracts/web-notifications.js +0 -6
- package/dist/market-client/accounts/contracts/web-sessions.d.ts +0 -2
- package/dist/market-client/accounts/contracts/web-sessions.js +0 -6
- package/dist/market-client/accounts/creation/add-web-email.d.ts +0 -4
- package/dist/market-client/accounts/creation/add-web-email.js +0 -10
- package/dist/market-client/accounts/creation/request-web-password-reset.d.ts +0 -4
- package/dist/market-client/accounts/creation/request-web-password-reset.js +0 -9
- package/dist/market-client/accounts/creation/start-device-login.d.ts +0 -3
- package/dist/market-client/accounts/creation/start-device-login.js +0 -9
- package/dist/market-client/accounts/lifecycle/complete-web-password-reset.d.ts +0 -5
- package/dist/market-client/accounts/lifecycle/complete-web-password-reset.js +0 -9
- package/dist/market-client/accounts/lifecycle/confirm-web-email.d.ts +0 -4
- package/dist/market-client/accounts/lifecycle/confirm-web-email.js +0 -9
- package/dist/market-client/accounts/lifecycle/verify-web-email.d.ts +0 -2
- package/dist/market-client/accounts/lifecycle/verify-web-email.js +0 -6
- package/dist/market-client/accounts/preferences/account-preferences.d.ts +0 -4
- package/dist/market-client/accounts/preferences/account-preferences.js +0 -14
- package/dist/market-client/accounts/queries/check-web-email.d.ts +0 -2
- package/dist/market-client/accounts/queries/check-web-email.js +0 -6
- package/dist/market-client/accounts/queries/check-web-username.d.ts +0 -2
- package/dist/market-client/accounts/queries/check-web-username.js +0 -6
- package/dist/market-client/accounts/retirement/delete-account.d.ts +0 -6
- package/dist/market-client/accounts/retirement/delete-account.js +0 -10
- package/dist/market-client/accounts/retirement/delete-web-email.d.ts +0 -2
- package/dist/market-client/accounts/retirement/delete-web-email.js +0 -6
- package/dist/market-client/accounts/retirement/revoke-web-session.d.ts +0 -2
- package/dist/market-client/accounts/retirement/revoke-web-session.js +0 -6
- package/dist/market-client/accounts/updates/mark-web-notification-read.d.ts +0 -2
- package/dist/market-client/accounts/updates/mark-web-notification-read.js +0 -6
- package/dist/market-client/accounts/updates/refresh-token.d.ts +0 -3
- package/dist/market-client/accounts/updates/refresh-token.js +0 -9
- package/dist/market-client/accounts/updates/set-primary-web-email.d.ts +0 -2
- package/dist/market-client/accounts/updates/set-primary-web-email.js +0 -6
- package/dist/market-client/accounts/updates/update-web-appearance.d.ts +0 -10
- package/dist/market-client/accounts/updates/update-web-appearance.js +0 -10
- package/dist/market-client/accounts/updates/update-web-notification-preferences.d.ts +0 -3
- package/dist/market-client/accounts/updates/update-web-notification-preferences.js +0 -6
- package/dist/market-client/accounts/updates/update-web-password.d.ts +0 -6
- package/dist/market-client/accounts/updates/update-web-password.js +0 -10
- package/dist/market-client/agent-lab-interface.d.ts +0 -12
- package/dist/market-client/agents/creation/create-structured-agent-estimate.d.ts +0 -2
- package/dist/market-client/agents/creation/create-structured-agent-estimate.js +0 -6
- package/dist/market-client/agents/lifecycle/accept-structured-agent-estimate.d.ts +0 -2
- package/dist/market-client/agents/lifecycle/accept-structured-agent-estimate.js +0 -6
- package/dist/market-client/capacity/accounting/contracts/capacity-ledger.d.ts +0 -7
- package/dist/market-client/capacity/accounting/contracts/capacity-ledger.js +0 -6
- package/dist/market-client/capacity/accounting/contracts/capacity-reservation-explanation.d.ts +0 -2
- package/dist/market-client/capacity/accounting/contracts/capacity-reservation-explanation.js +0 -6
- package/dist/market-client/capacity/accounting/contracts/capacity-reservations.d.ts +0 -7
- package/dist/market-client/capacity/accounting/contracts/capacity-reservations.js +0 -6
- package/dist/market-client/capacity/accounting/contracts/capacity-usage.d.ts +0 -7
- package/dist/market-client/capacity/accounting/contracts/capacity-usage.js +0 -6
- package/dist/market-client/capacity/accounting/lifecycle/decide-capacity-overrun.d.ts +0 -4
- package/dist/market-client/capacity/accounting/lifecycle/decide-capacity-overrun.js +0 -6
- package/dist/market-client/capacity/admission/contracts/team-capacity-registration-key.d.ts +0 -2
- package/dist/market-client/capacity/admission/contracts/team-capacity-registration-key.js +0 -6
- package/dist/market-client/capacity/admission/lifecycle/enable-team-capacity-registration-key.d.ts +0 -2
- package/dist/market-client/capacity/admission/lifecycle/enable-team-capacity-registration-key.js +0 -6
- package/dist/market-client/capacity/admission/lifecycle/reveal-team-capacity-registration-key.d.ts +0 -2
- package/dist/market-client/capacity/admission/lifecycle/reveal-team-capacity-registration-key.js +0 -6
- package/dist/market-client/capacity/admission/retirement/disable-team-capacity-registration-key.d.ts +0 -2
- package/dist/market-client/capacity/admission/retirement/disable-team-capacity-registration-key.js +0 -6
- package/dist/market-client/capacity/admission/updates/rotate-team-capacity-registration-key.d.ts +0 -2
- package/dist/market-client/capacity/admission/updates/rotate-team-capacity-registration-key.js +0 -6
- package/dist/market-client/capacity/admission/updates/update-team-capacity-registration-key-status.d.ts +0 -2
- package/dist/market-client/capacity/admission/updates/update-team-capacity-registration-key-status.js +0 -6
- package/dist/market-client/capacity/allocations/contracts/capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/contracts/capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/contracts/capacity-allocation-sets.d.ts +0 -5
- package/dist/market-client/capacity/allocations/contracts/capacity-allocation-sets.js +0 -11
- package/dist/market-client/capacity/allocations/contracts/capacity-grant.d.ts +0 -2
- package/dist/market-client/capacity/allocations/contracts/capacity-grant.js +0 -6
- package/dist/market-client/capacity/allocations/contracts/capacity-grants.d.ts +0 -5
- package/dist/market-client/capacity/allocations/contracts/capacity-grants.js +0 -11
- package/dist/market-client/capacity/allocations/creation/create-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/creation/create-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/creation/create-capacity-grant.d.ts +0 -2
- package/dist/market-client/capacity/allocations/creation/create-capacity-grant.js +0 -6
- package/dist/market-client/capacity/allocations/creation/plan-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/creation/plan-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/creation/plan-capacity-grant.d.ts +0 -2
- package/dist/market-client/capacity/allocations/creation/plan-capacity-grant.js +0 -6
- package/dist/market-client/capacity/allocations/lifecycle/activate-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/lifecycle/activate-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/queries/explain-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/queries/explain-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/retirement/archive-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/retirement/archive-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/updates/supersede-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/updates/supersede-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/updates/transition-capacity-grant.d.ts +0 -2
- package/dist/market-client/capacity/allocations/updates/transition-capacity-grant.js +0 -6
- package/dist/market-client/capacity/assignments/contracts/assignment-authority-probe.d.ts +0 -2
- package/dist/market-client/capacity/assignments/contracts/assignment-authority-probe.js +0 -6
- package/dist/market-client/capacity/assignments/contracts/capacity-provider-assignment.d.ts +0 -2
- package/dist/market-client/capacity/assignments/contracts/capacity-provider-assignment.js +0 -6
- package/dist/market-client/capacity/assignments/contracts/capacity-provider-assignments.d.ts +0 -12
- package/dist/market-client/capacity/assignments/contracts/capacity-provider-assignments.js +0 -26
- package/dist/market-client/capacity/assignments/contracts/decision-assignment-graph.d.ts +0 -2
- package/dist/market-client/capacity/assignments/contracts/decision-assignment-graph.js +0 -6
- package/dist/market-client/capacity/assignments/contracts/decision-assignment-graphs.d.ts +0 -4
- package/dist/market-client/capacity/assignments/contracts/decision-assignment-graphs.js +0 -7
- package/dist/market-client/capacity/assignments/contracts/provider-assignment-explanation.d.ts +0 -2
- package/dist/market-client/capacity/assignments/contracts/provider-assignment-explanation.js +0 -6
- package/dist/market-client/capacity/assignments/lifecycle/admit-capacity-assignment.d.ts +0 -2
- package/dist/market-client/capacity/assignments/lifecycle/admit-capacity-assignment.js +0 -6
- package/dist/market-client/capacity/assignments/lifecycle/integrate-assignment-content.d.ts +0 -10
- package/dist/market-client/capacity/assignments/lifecycle/integrate-assignment-content.js +0 -9
- package/dist/market-client/capacity/assignments/lifecycle/requeue-capacity-assignment.d.ts +0 -5
- package/dist/market-client/capacity/assignments/lifecycle/requeue-capacity-assignment.js +0 -6
- package/dist/market-client/capacity/assignments/retirement/abandon-assignment-content.d.ts +0 -9
- package/dist/market-client/capacity/assignments/retirement/abandon-assignment-content.js +0 -9
- package/dist/market-client/capacity/assignments/retirement/cancel-capacity-assignment.d.ts +0 -5
- package/dist/market-client/capacity/assignments/retirement/cancel-capacity-assignment.js +0 -6
- package/dist/market-client/capacity/capacity-core/contracts/capacity-audit-events.d.ts +0 -11
- package/dist/market-client/capacity/capacity-core/contracts/capacity-audit-events.js +0 -11
- package/dist/market-client/capacity/observability/contracts/agent-lab.d.ts +0 -27
- package/dist/market-client/capacity/observability/contracts/agent-lab.js +0 -37
- package/dist/market-client/capacity/observability/contracts/capacity-evidence-page.d.ts +0 -7
- package/dist/market-client/capacity/observability/contracts/capacity-evidence-page.js +0 -13
- package/dist/market-client/capacity/observability/contracts/project-capacity-diagnostics.d.ts +0 -2
- package/dist/market-client/capacity/observability/contracts/project-capacity-diagnostics.js +0 -7
- package/dist/market-client/capacity/observability/contracts/project-capacity-runtime-diagnostics.d.ts +0 -2
- package/dist/market-client/capacity/observability/contracts/project-capacity-runtime-diagnostics.js +0 -7
- package/dist/market-client/capacity/planning/contracts/capacity-plan.d.ts +0 -2
- package/dist/market-client/capacity/planning/contracts/capacity-plan.js +0 -6
- package/dist/market-client/capacity/planning/contracts/decision-capacity-plans.d.ts +0 -4
- package/dist/market-client/capacity/planning/contracts/decision-capacity-plans.js +0 -7
- package/dist/market-client/capacity/planning/creation/create-decision-capacity-plan.d.ts +0 -2
- package/dist/market-client/capacity/planning/creation/create-decision-capacity-plan.js +0 -6
- package/dist/market-client/capacity/planning/creation/request-capacity-plan-revision.d.ts +0 -2
- package/dist/market-client/capacity/planning/creation/request-capacity-plan-revision.js +0 -6
- package/dist/market-client/capacity/planning/lifecycle/accept-capacity-plan.d.ts +0 -2
- package/dist/market-client/capacity/planning/lifecycle/accept-capacity-plan.js +0 -6
- package/dist/market-client/capacity/planning/lifecycle/schedule-capacity-plan.d.ts +0 -2
- package/dist/market-client/capacity/planning/lifecycle/schedule-capacity-plan.js +0 -6
- package/dist/market-client/capacity/planning/updates/supersede-capacity-plan.d.ts +0 -2
- package/dist/market-client/capacity/planning/updates/supersede-capacity-plan.js +0 -6
- package/dist/market-client/capacity/providers/contracts/auth-providers.d.ts +0 -2
- package/dist/market-client/capacity/providers/contracts/auth-providers.js +0 -6
- package/dist/market-client/capacity/providers/contracts/capacity-provider-credentials.d.ts +0 -6
- package/dist/market-client/capacity/providers/contracts/capacity-provider-credentials.js +0 -13
- package/dist/market-client/capacity/providers/contracts/capacity-provider-membership.d.ts +0 -2
- package/dist/market-client/capacity/providers/contracts/capacity-provider-membership.js +0 -6
- package/dist/market-client/capacity/providers/contracts/capacity-provider-memberships.d.ts +0 -7
- package/dist/market-client/capacity/providers/contracts/capacity-provider-memberships.js +0 -15
- package/dist/market-client/capacity/providers/contracts/capacity-provider-registration-request.d.ts +0 -2
- package/dist/market-client/capacity/providers/contracts/capacity-provider-registration-request.js +0 -6
- package/dist/market-client/capacity/providers/contracts/capacity-provider-registration-requests.d.ts +0 -6
- package/dist/market-client/capacity/providers/contracts/capacity-provider-registration-requests.js +0 -13
- package/dist/market-client/capacity/providers/contracts/provider-availability-sessions.d.ts +0 -7
- package/dist/market-client/capacity/providers/contracts/provider-availability-sessions.js +0 -16
- package/dist/market-client/capacity/providers/lifecycle/authorize-capacity-provider-credential-rotation.d.ts +0 -2
- package/dist/market-client/capacity/providers/lifecycle/authorize-capacity-provider-credential-rotation.js +0 -6
- package/dist/market-client/capacity/providers/lifecycle/resume-capacity-provider-membership.d.ts +0 -2
- package/dist/market-client/capacity/providers/lifecycle/resume-capacity-provider-membership.js +0 -6
- package/dist/market-client/capacity/providers/lifecycle/review-capacity-provider-registration.d.ts +0 -5
- package/dist/market-client/capacity/providers/lifecycle/review-capacity-provider-registration.js +0 -6
- package/dist/market-client/capacity/providers/retirement/revoke-capacity-provider-credential.d.ts +0 -2
- package/dist/market-client/capacity/providers/retirement/revoke-capacity-provider-credential.js +0 -6
- package/dist/market-client/capacity/providers/retirement/revoke-capacity-provider-membership.d.ts +0 -2
- package/dist/market-client/capacity/providers/retirement/revoke-capacity-provider-membership.js +0 -6
- package/dist/market-client/capacity/providers/retirement/suspend-capacity-provider-membership.d.ts +0 -2
- package/dist/market-client/capacity/providers/retirement/suspend-capacity-provider-membership.js +0 -6
- package/dist/market-client/capacity/providers/updates/update-capacity-provider-membership-status.d.ts +0 -2
- package/dist/market-client/capacity/providers/updates/update-capacity-provider-membership-status.js +0 -6
- package/dist/market-client/capacity/workdays/contracts/workday-events.d.ts +0 -5
- package/dist/market-client/capacity/workdays/contracts/workday-events.js +0 -11
- package/dist/market-client/capacity/workdays/contracts/workday-run.d.ts +0 -2
- package/dist/market-client/capacity/workdays/contracts/workday-run.js +0 -6
- package/dist/market-client/capacity/workdays/contracts/workday-runs.d.ts +0 -7
- package/dist/market-client/capacity/workdays/contracts/workday-runs.js +0 -16
- package/dist/market-client/capacity/workdays/contracts/workday-summary.d.ts +0 -6
- package/dist/market-client/capacity/workdays/contracts/workday-summary.js +0 -14
- package/dist/market-client/capacity/workdays/contracts/workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/contracts/workday.js +0 -6
- package/dist/market-client/capacity/workdays/creation/create-workday-event.d.ts +0 -2
- package/dist/market-client/capacity/workdays/creation/create-workday-event.js +0 -6
- package/dist/market-client/capacity/workdays/creation/create-workday-run.d.ts +0 -2
- package/dist/market-client/capacity/workdays/creation/create-workday-run.js +0 -6
- package/dist/market-client/capacity/workdays/creation/create-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/creation/create-workday.js +0 -6
- package/dist/market-client/capacity/workdays/creation/preflight-workday-run.d.ts +0 -2
- package/dist/market-client/capacity/workdays/creation/preflight-workday-run.js +0 -6
- package/dist/market-client/capacity/workdays/creation/start-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/creation/start-workday.js +0 -6
- package/dist/market-client/capacity/workdays/lifecycle/close-workday-admission.d.ts +0 -29
- package/dist/market-client/capacity/workdays/lifecycle/close-workday-admission.js +0 -9
- package/dist/market-client/capacity/workdays/lifecycle/complete-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/lifecycle/complete-workday.js +0 -6
- package/dist/market-client/capacity/workdays/lifecycle/pause-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/lifecycle/pause-workday.js +0 -6
- package/dist/market-client/capacity/workdays/lifecycle/resume-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/lifecycle/resume-workday.js +0 -6
- package/dist/market-client/capacity/workdays/lifecycle/tick-workday-run.d.ts +0 -5
- package/dist/market-client/capacity/workdays/lifecycle/tick-workday-run.js +0 -6
- package/dist/market-client/capacity/workdays/retirement/cancel-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/retirement/cancel-workday.js +0 -6
- package/dist/market-client/capacity/workdays/updates/update-workday-run.d.ts +0 -2
- package/dist/market-client/capacity/workdays/updates/update-workday-run.js +0 -6
- package/dist/market-client/commerce/catalog/contracts/catalog.d.ts +0 -2
- package/dist/market-client/commerce/catalog/contracts/catalog.js +0 -7
- package/dist/market-client/discussions/contracts/discussions.d.ts +0 -27
- package/dist/market-client/discussions/contracts/discussions.js +0 -21
- package/dist/market-client/interface.d.ts +0 -197
- package/dist/market-client/interface.js +0 -0
- package/dist/market-client/methods.d.ts +0 -2
- package/dist/market-client/methods.js +0 -406
- package/dist/market-client/operations/contracts/research-workflow.d.ts +0 -2
- package/dist/market-client/operations/contracts/research-workflow.js +0 -6
- package/dist/market-client/operations/creation/create-research-workflow.d.ts +0 -2
- package/dist/market-client/operations/creation/create-research-workflow.js +0 -6
- package/dist/market-client/project-agent-interface.d.ts +0 -15
- package/dist/market-client/project-agent-interface.js +0 -0
- package/dist/market-client/projects/access/contracts/project-access.d.ts +0 -2
- package/dist/market-client/projects/access/contracts/project-access.js +0 -6
- package/dist/market-client/projects/agents/contracts/agent-deployments.d.ts +0 -34
- package/dist/market-client/projects/agents/contracts/agent-deployments.js +0 -22
- package/dist/market-client/projects/agents/contracts/project-agent-authoring-draft.d.ts +0 -10
- package/dist/market-client/projects/agents/contracts/project-agent-authoring-draft.js +0 -13
- package/dist/market-client/projects/agents/contracts/project-agent-class.d.ts +0 -2
- package/dist/market-client/projects/agents/contracts/project-agent-class.js +0 -6
- package/dist/market-client/projects/agents/contracts/project-agent-classes.d.ts +0 -5
- package/dist/market-client/projects/agents/contracts/project-agent-classes.js +0 -11
- package/dist/market-client/projects/agents/contracts/project-agent-fallback-outputs.d.ts +0 -8
- package/dist/market-client/projects/agents/contracts/project-agent-fallback-outputs.js +0 -17
- package/dist/market-client/projects/agents/contracts/project-agent-mode-runs.d.ts +0 -8
- package/dist/market-client/projects/agents/contracts/project-agent-mode-runs.js +0 -18
- package/dist/market-client/projects/agents/contracts/project-context-query-checks.d.ts +0 -2
- package/dist/market-client/projects/agents/contracts/project-context-query-checks.js +0 -6
- package/dist/market-client/projects/agents/creation/author-project-agent.d.ts +0 -10
- package/dist/market-client/projects/agents/creation/author-project-agent.js +0 -10
- package/dist/market-client/projects/agents/creation/author-project-definitions.d.ts +0 -12
- package/dist/market-client/projects/agents/creation/author-project-definitions.js +0 -10
- package/dist/market-client/projects/agents/creation/check-project-context-query.d.ts +0 -7
- package/dist/market-client/projects/agents/creation/check-project-context-query.js +0 -11
- package/dist/market-client/projects/agents/creation/create-project-agent-class.d.ts +0 -2
- package/dist/market-client/projects/agents/creation/create-project-agent-class.js +0 -6
- package/dist/market-client/projects/agents/creation/launch-project-agent-simulation.d.ts +0 -8
- package/dist/market-client/projects/agents/creation/launch-project-agent-simulation.js +0 -10
- package/dist/market-client/projects/agents/updates/update-project-agent-class.d.ts +0 -2
- package/dist/market-client/projects/agents/updates/update-project-agent-class.js +0 -6
- package/dist/market-client/projects/knowledge/contracts/project-tree-dx-library.d.ts +0 -2
- package/dist/market-client/projects/knowledge/contracts/project-tree-dx-library.js +0 -6
- package/dist/market-client/projects/knowledge/contracts/project-tree-dx-proxy-audit.d.ts +0 -7
- package/dist/market-client/projects/knowledge/contracts/project-tree-dx-proxy-audit.js +0 -15
- package/dist/market-client/projects/knowledge/creation/upsert-project-tree-dx-library.d.ts +0 -3
- package/dist/market-client/projects/knowledge/creation/upsert-project-tree-dx-library.js +0 -6
- package/dist/market-client/projects/projects-core/contracts/dispatch-project-workflow-operation.d.ts +0 -2
- package/dist/market-client/projects/projects-core/contracts/dispatch-project-workflow-operation.js +0 -6
- package/dist/market-client/projects/projects-core/contracts/project-deletion-blockers.d.ts +0 -2
- package/dist/market-client/projects/projects-core/contracts/project-deletion-blockers.js +0 -6
- package/dist/market-client/projects/projects-core/contracts/project-workflow-operations.d.ts +0 -10
- package/dist/market-client/projects/projects-core/contracts/project-workflow-operations.js +0 -50
- package/dist/market-client/projects/projects-core/contracts/projects.d.ts +0 -2
- package/dist/market-client/projects/projects-core/contracts/projects.js +0 -7
- package/dist/market-client/projects/projects-core/creation/create-project.d.ts +0 -8
- package/dist/market-client/projects/projects-core/creation/create-project.js +0 -6
- package/dist/market-client/projects/projects-core/retirement/delete-project.d.ts +0 -2
- package/dist/market-client/projects/projects-core/retirement/delete-project.js +0 -6
- package/dist/market-client/projects/projects-core/updates/set-project-inventory-status.d.ts +0 -3
- package/dist/market-client/projects/projects-core/updates/set-project-inventory-status.js +0 -10
- package/dist/market-client/projects/repositories/contracts/project-repository-topology.d.ts +0 -2
- package/dist/market-client/projects/repositories/contracts/project-repository-topology.js +0 -6
- package/dist/market-client/projects/repositories/updates/update-project-repository-topology.d.ts +0 -3
- package/dist/market-client/projects/repositories/updates/update-project-repository-topology.js +0 -6
- package/dist/market-client/seeds/creation/apply-seed.d.ts +0 -2
- package/dist/market-client/seeds/creation/apply-seed.js +0 -6
- package/dist/market-client/seeds/creation/export-seed.d.ts +0 -2
- package/dist/market-client/seeds/creation/export-seed.js +0 -6
- package/dist/market-client/seeds/creation/plan-seed.d.ts +0 -2
- package/dist/market-client/seeds/creation/plan-seed.js +0 -6
- package/dist/market-client/seeds/interface.d.ts +0 -10
- package/dist/market-client/seeds/interface.js +0 -0
- package/dist/market-client/seeds/queries/list-seed-runs.d.ts +0 -2
- package/dist/market-client/seeds/queries/list-seed-runs.js +0 -7
- package/dist/market-client/seeds/queries/resolve-seed-resources.d.ts +0 -9
- package/dist/market-client/seeds/queries/resolve-seed-resources.js +0 -10
- package/dist/market-client/support/creation/create-decision-execution-input.d.ts +0 -2
- package/dist/market-client/support/creation/create-decision-execution-input.js +0 -6
- package/dist/market-client/support/creation/create-personal-theme.d.ts +0 -3
- package/dist/market-client/support/creation/create-personal-theme.js +0 -6
- package/dist/market-client/support/creation/create-planning-input-request.d.ts +0 -2
- package/dist/market-client/support/creation/create-planning-input-request.js +0 -6
- package/dist/market-client/support/creation/request-decision-execution-input-revision.d.ts +0 -2
- package/dist/market-client/support/creation/request-decision-execution-input-revision.js +0 -6
- package/dist/market-client/support/creation/request-first.d.ts +0 -7
- package/dist/market-client/support/creation/request-first.js +0 -19
- package/dist/market-client/support/delivery/artifact-download.d.ts +0 -2
- package/dist/market-client/support/delivery/artifact-download.js +0 -6
- package/dist/market-client/support/delivery/deliverable-manifest.d.ts +0 -4
- package/dist/market-client/support/delivery/deliverable-manifest.js +0 -14
- package/dist/market-client/support/identity/markets.d.ts +0 -2
- package/dist/market-client/support/identity/markets.js +0 -6
- package/dist/market-client/support/identity/me.d.ts +0 -2
- package/dist/market-client/support/identity/me.js +0 -6
- package/dist/market-client/support/identity/personal-themes.d.ts +0 -2
- package/dist/market-client/support/identity/personal-themes.js +0 -6
- package/dist/market-client/support/identity/web-sign-in.d.ts +0 -7
- package/dist/market-client/support/identity/web-sign-in.js +0 -9
- package/dist/market-client/support/identity/web-sign-up.d.ts +0 -9
- package/dist/market-client/support/identity/web-sign-up.js +0 -9
- package/dist/market-client/support/lifecycle/accept-decision-execution-input.d.ts +0 -2
- package/dist/market-client/support/lifecycle/accept-decision-execution-input.js +0 -6
- package/dist/market-client/support/planning/decision-execution-inputs.d.ts +0 -4
- package/dist/market-client/support/planning/decision-execution-inputs.js +0 -7
- package/dist/market-client/support/planning/decision-planning-status.d.ts +0 -2
- package/dist/market-client/support/planning/decision-planning-status.js +0 -6
- package/dist/market-client/support/planning/decision-structured-estimates.d.ts +0 -2
- package/dist/market-client/support/planning/decision-structured-estimates.js +0 -7
- package/dist/market-client/support/planning/execution-runs.d.ts +0 -12
- package/dist/market-client/support/planning/execution-runs.js +0 -11
- package/dist/market-client/support/preferences/request.d.ts +0 -7
- package/dist/market-client/support/preferences/request.js +0 -36
- package/dist/market-client/support/queries/current-market.d.ts +0 -2
- package/dist/market-client/support/queries/current-market.js +0 -6
- package/dist/market-client/support/retirement/delete-personal-theme.d.ts +0 -2
- package/dist/market-client/support/retirement/delete-personal-theme.js +0 -6
- package/dist/market-client/support/updates/update-personal-theme.d.ts +0 -3
- package/dist/market-client/support/updates/update-personal-theme.js +0 -6
- package/dist/market-client/support/updates/update-web-profile.d.ts +0 -5
- package/dist/market-client/support/updates/update-web-profile.js +0 -10
- package/dist/market-client/teams/contracts/team-deletion-blockers.d.ts +0 -2
- package/dist/market-client/teams/contracts/team-deletion-blockers.js +0 -6
- package/dist/market-client/teams/contracts/team-members.d.ts +0 -2
- package/dist/market-client/teams/contracts/team-members.js +0 -6
- package/dist/market-client/teams/contracts/team-permissions.d.ts +0 -2
- package/dist/market-client/teams/contracts/team-permissions.js +0 -6
- package/dist/market-client/teams/contracts/teams.d.ts +0 -2
- package/dist/market-client/teams/contracts/teams.js +0 -6
- package/dist/market-client/teams/creation/create-team.d.ts +0 -6
- package/dist/market-client/teams/creation/create-team.js +0 -10
- package/dist/market-client/teams/lifecycle/team-lifecycle.d.ts +0 -22
- package/dist/market-client/teams/lifecycle/team-lifecycle.js +0 -30
- package/dist/market-client/treedx/graph/contracts/tree-dx-build-context.d.ts +0 -2
- package/dist/market-client/treedx/graph/contracts/tree-dx-build-context.js +0 -6
- package/dist/market-client/treedx/repositories/contracts/team-tree-dx.d.ts +0 -2
- package/dist/market-client/treedx/repositories/contracts/team-tree-dx.js +0 -6
- package/dist/market-client/treedx/repositories/contracts/tree-dx-mirrors.d.ts +0 -2
- package/dist/market-client/treedx/repositories/contracts/tree-dx-mirrors.js +0 -6
- package/dist/market-client/treedx/repositories/contracts/tree-dx-read-repository-files.d.ts +0 -2
- package/dist/market-client/treedx/repositories/contracts/tree-dx-read-repository-files.js +0 -6
- package/dist/market-client/treedx/repositories/contracts/tree-dx-shares.d.ts +0 -2
- package/dist/market-client/treedx/repositories/contracts/tree-dx-shares.js +0 -6
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-mirror.d.ts +0 -3
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-mirror.js +0 -6
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-share.d.ts +0 -3
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-share.js +0 -6
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-workspace.d.ts +0 -2
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-workspace.js +0 -6
- package/dist/market-client/treedx/repositories/creation/provision-team-tree-dx.d.ts +0 -2
- package/dist/market-client/treedx/repositories/creation/provision-team-tree-dx.js +0 -6
- package/dist/market-client/treedx/repositories/updates/sync-tree-dx-mirror.d.ts +0 -2
- package/dist/market-client/treedx/repositories/updates/sync-tree-dx-mirror.js +0 -6
- package/dist/market-client/treedx/repositories/updates/update-team-tree-dx.d.ts +0 -3
- package/dist/market-client/treedx/repositories/updates/update-team-tree-dx.js +0 -6
- package/dist/operations/agents/agent-checkpoint-integration.d.ts +0 -53
- package/dist/operations/agents/agent-checkpoint-integration.js +0 -235
- package/dist/operations/agents/agent-tools.d.ts +0 -121
- package/dist/operations/agents/agent-tools.js +0 -184
- package/dist/operations/agents/agent-worktree-checkpoint.d.ts +0 -24
- package/dist/operations/agents/agent-worktree-checkpoint.js +0 -83
- package/dist/operations/agents/agent-worktree-prepare.d.ts +0 -24
- package/dist/operations/agents/agent-worktree-prepare.js +0 -28
- package/dist/operations/agents/execution-authority-receipt.d.ts +0 -43
- package/dist/operations/agents/execution-authority-receipt.js +0 -69
- package/dist/operations/content-operations.d.ts +0 -106
- package/dist/operations/content-operations.js +0 -334
- package/dist/operations/operations-registry.d.ts +0 -5
- package/dist/operations/operations-registry.js +0 -83
- package/dist/operations/operations-types.d.ts +0 -75
- package/dist/operations/operations-types.js +0 -17
- package/dist/operations/operations.d.ts +0 -17
- package/dist/operations/operations.js +0 -108
- package/dist/operations/packages/agent-worktree-release.d.ts +0 -27
- package/dist/operations/packages/agent-worktree-release.js +0 -25
- package/dist/operations/platform-operation-store.d.ts +0 -2
- package/dist/operations/platform-operation-store.js +0 -2
- package/dist/operations/platform-operations.d.ts +0 -3
- package/dist/operations/platform-operations.js +0 -3
- package/dist/operations/providers/default/auth-who-am-ioperation.d.ts +0 -60
- package/dist/operations/providers/default/auth-who-am-ioperation.js +0 -283
- package/dist/operations/providers/default/preflight-operation.d.ts +0 -81
- package/dist/operations/providers/default/preflight-operation.js +0 -127
- package/dist/operations/providers/default/run-git.d.ts +0 -63
- package/dist/operations/providers/default/run-git.js +0 -216
- package/dist/operations/providers/default/utility-operations.d.ts +0 -45
- package/dist/operations/providers/default/utility-operations.js +0 -139
- package/dist/operations/providers/default.d.ts +0 -4
- package/dist/operations/providers/default.js +0 -4
- package/dist/operations/runtime/runtime.d.ts +0 -9
- package/dist/operations/runtime/runtime.js +0 -63
- package/dist/operations/services/agents/runtime-tools.d.ts +0 -35
- package/dist/operations/services/agents/runtime-tools.js +0 -212
- package/dist/operations/services/build/build-warning-policy.d.ts +0 -34
- package/dist/operations/services/build/build-warning-policy.js +0 -91
- package/dist/operations/services/capacity/accounting/release-proof-ledger.d.ts +0 -13
- package/dist/operations/services/capacity/accounting/release-proof-ledger.js +0 -81
- package/dist/operations/services/capacity/providers/commit-message-provider.d.ts +0 -3
- package/dist/operations/services/capacity/providers/commit-message-provider.js +0 -3
- package/dist/operations/services/commit-message-provider/context-lines.d.ts +0 -9
- package/dist/operations/services/commit-message-provider/context-lines.js +0 -168
- package/dist/operations/services/commit-message-provider/default-commit-ai-model.d.ts +0 -87
- package/dist/operations/services/commit-message-provider/default-commit-ai-model.js +0 -149
- package/dist/operations/services/commit-message-provider/fallback-summary.d.ts +0 -34
- package/dist/operations/services/commit-message-provider/fallback-summary.js +0 -227
- package/dist/operations/services/config-runtime/accounts/ensure-secret-session-for-config.d.ts +0 -80
- package/dist/operations/services/config-runtime/accounts/ensure-secret-session-for-config.js +0 -171
- package/dist/operations/services/config-runtime/agents/ensure-act-verification-tooling.d.ts +0 -56
- package/dist/operations/services/config-runtime/agents/ensure-act-verification-tooling.js +0 -234
- package/dist/operations/services/config-runtime/commerce/catalog/resolve-template-catalog-endpoint.d.ts +0 -15
- package/dist/operations/services/config-runtime/commerce/catalog/resolve-template-catalog-endpoint.js +0 -241
- package/dist/operations/services/config-runtime/configuration/configuration-generation.d.ts +0 -25
- package/dist/operations/services/config-runtime/configuration/configuration-generation.js +0 -71
- package/dist/operations/services/config-runtime/configuration/create-default-machine-config.d.ts +0 -104
- package/dist/operations/services/config-runtime/configuration/create-default-machine-config.js +0 -273
- package/dist/operations/services/config-runtime/configuration/create-git-hub-config-sync-units.d.ts +0 -55
- package/dist/operations/services/config-runtime/configuration/create-git-hub-config-sync-units.js +0 -247
- package/dist/operations/services/config-runtime/configuration/finalize-config.d.ts +0 -53
- package/dist/operations/services/config-runtime/configuration/finalize-config.js +0 -271
- package/dist/operations/services/config-runtime/configuration/inspect-key-agent-status.d.ts +0 -5
- package/dist/operations/services/config-runtime/configuration/inspect-key-agent-status.js +0 -215
- package/dist/operations/services/config-runtime/configuration/list-relevant-config-entries.d.ts +0 -47
- package/dist/operations/services/config-runtime/configuration/list-relevant-config-entries.js +0 -228
- package/dist/operations/services/config-runtime/configuration/machine-config-relative-path.d.ts +0 -93
- package/dist/operations/services/config-runtime/configuration/machine-config-relative-path.js +0 -214
- package/dist/operations/services/config-runtime/configuration/resolve-launch-environment.d.ts +0 -100
- package/dist/operations/services/config-runtime/configuration/resolve-launch-environment.js +0 -229
- package/dist/operations/services/config-runtime/hosting/check-railway-connection.d.ts +0 -35
- package/dist/operations/services/config-runtime/hosting/check-railway-connection.js +0 -214
- package/dist/operations/services/config-runtime/hosting/load-tenant-deploy-config.d.ts +0 -71
- package/dist/operations/services/config-runtime/hosting/load-tenant-deploy-config.js +0 -253
- package/dist/operations/services/config-runtime/hosting/sync-cloudflare-environment.d.ts +0 -64
- package/dist/operations/services/config-runtime/hosting/sync-cloudflare-environment.js +0 -184
- package/dist/operations/services/config-runtime/support/collect-print-env-report.d.ts +0 -53
- package/dist/operations/services/config-runtime/support/collect-print-env-report.js +0 -58
- package/dist/operations/services/config-runtime/support/resolve-entry-value-from-buckets.d.ts +0 -29
- package/dist/operations/services/config-runtime/support/resolve-entry-value-from-buckets.js +0 -237
- package/dist/operations/services/config-runtime/support/rotate-machine-key-passphrase.d.ts +0 -55
- package/dist/operations/services/config-runtime/support/rotate-machine-key-passphrase.js +0 -258
- package/dist/operations/services/config-runtime/support/summarize-persistent-readiness.d.ts +0 -117
- package/dist/operations/services/config-runtime/support/summarize-persistent-readiness.js +0 -231
- package/dist/operations/services/configuration/config-runtime.d.ts +0 -18
- package/dist/operations/services/configuration/config-runtime.js +0 -18
- package/dist/operations/services/configuration/github-credentials.d.ts +0 -13
- package/dist/operations/services/configuration/github-credentials.js +0 -71
- package/dist/operations/services/configuration/key-agent.d.ts +0 -4
- package/dist/operations/services/configuration/key-agent.js +0 -4
- package/dist/operations/services/deploy/accounts/local-runtime-auth-env-keys.d.ts +0 -159
- package/dist/operations/services/deploy/accounts/local-runtime-auth-env-keys.js +0 -240
- package/dist/operations/services/deploy/configuration/destroy-environment-resources.d.ts +0 -229
- package/dist/operations/services/deploy/configuration/destroy-environment-resources.js +0 -219
- package/dist/operations/services/deploy/hosting/assert-cloudflare-cache-purge-succeeded.d.ts +0 -105
- package/dist/operations/services/deploy/hosting/assert-cloudflare-cache-purge-succeeded.js +0 -215
- package/dist/operations/services/deploy/hosting/build-managed-cloudflare-cache-rules.d.ts +0 -163
- package/dist/operations/services/deploy/hosting/build-managed-cloudflare-cache-rules.js +0 -247
- package/dist/operations/services/deploy/hosting/cloudflare-api-request.d.ts +0 -7
- package/dist/operations/services/deploy/hosting/cloudflare-api-request.js +0 -180
- package/dist/operations/services/deploy/hosting/cloudflare-destroy-verification.d.ts +0 -48
- package/dist/operations/services/deploy/hosting/cloudflare-destroy-verification.js +0 -120
- package/dist/operations/services/deploy/hosting/collect-missing-deploy-inputs.d.ts +0 -67
- package/dist/operations/services/deploy/hosting/collect-missing-deploy-inputs.js +0 -227
- package/dist/operations/services/deploy/hosting/configured-surface-hosts.d.ts +0 -100
- package/dist/operations/services/deploy/hosting/configured-surface-hosts.js +0 -224
- package/dist/operations/services/deploy/hosting/delete-cloudflare-api-resource.d.ts +0 -65
- package/dist/operations/services/deploy/hosting/delete-cloudflare-api-resource.js +0 -258
- package/dist/operations/services/deploy/hosting/load-deploy-state.d.ts +0 -17
- package/dist/operations/services/deploy/hosting/load-deploy-state.js +0 -278
- package/dist/operations/services/deploy/hosting/provision-cloudflare-resources.d.ts +0 -47
- package/dist/operations/services/deploy/hosting/provision-cloudflare-resources.js +0 -207
- package/dist/operations/services/deploy/hosting/verify-provisioned-cloudflare-resources.d.ts +0 -25
- package/dist/operations/services/deploy/hosting/verify-provisioned-cloudflare-resources.js +0 -260
- package/dist/operations/services/deploy/projects/projects-core/ensure-pages-project-compatibility.d.ts +0 -59
- package/dist/operations/services/deploy/projects/projects-core/ensure-pages-project-compatibility.js +0 -142
- package/dist/operations/services/deploy/support/default-compatibility-date.d.ts +0 -43
- package/dist/operations/services/deploy/support/default-compatibility-date.js +0 -236
- package/dist/operations/services/deploy/support/delete-cache-rules.d.ts +0 -52
- package/dist/operations/services/deploy/support/delete-cache-rules.js +0 -267
- package/dist/operations/services/deploy/support/docker-list.d.ts +0 -55
- package/dist/operations/services/deploy/support/docker-list.js +0 -251
- package/dist/operations/services/deploy/support/pages-domain-name.d.ts +0 -52
- package/dist/operations/services/deploy/support/pages-domain-name.js +0 -246
- package/dist/operations/services/deploy/support/print-destroy-summary.d.ts +0 -1
- package/dist/operations/services/deploy/support/print-destroy-summary.js +0 -40
- package/dist/operations/services/deploy/support/run-wrangler.d.ts +0 -36
- package/dist/operations/services/deploy/support/run-wrangler.js +0 -245
- package/dist/operations/services/git-runner/active-git-process-hints.d.ts +0 -16
- package/dist/operations/services/git-runner/active-git-process-hints.js +0 -225
- package/dist/operations/services/git-runner/git-runner-mode.d.ts +0 -78
- package/dist/operations/services/git-runner/git-runner-mode.js +0 -198
- package/dist/operations/services/git-runner/recover-git-locks.d.ts +0 -14
- package/dist/operations/services/git-runner/recover-git-locks.js +0 -124
- package/dist/operations/services/git-workflow/checkout-task-branch-from-staging.d.ts +0 -57
- package/dist/operations/services/git-workflow/checkout-task-branch-from-staging.js +0 -223
- package/dist/operations/services/git-workflow/inspect-detached-head-repair.d.ts +0 -112
- package/dist/operations/services/git-workflow/inspect-detached-head-repair.js +0 -265
- package/dist/operations/services/git-workflow/inspect-merged-remote-task-branches.d.ts +0 -85
- package/dist/operations/services/git-workflow/inspect-merged-remote-task-branches.js +0 -237
- package/dist/operations/services/git-workflow/reconcile-submodule-checkouts.d.ts +0 -5
- package/dist/operations/services/git-workflow/reconcile-submodule-checkouts.js +0 -34
- package/dist/operations/services/git-workflow/staging-branch.d.ts +0 -32
- package/dist/operations/services/git-workflow/staging-branch.js +0 -203
- package/dist/operations/services/github-actions-verification/create-git-hub-actions-gate-progress-reporter.d.ts +0 -15
- package/dist/operations/services/github-actions-verification/create-git-hub-actions-gate-progress-reporter.js +0 -66
- package/dist/operations/services/github-actions-verification/git-hub-actions-workflow-state.d.ts +0 -134
- package/dist/operations/services/github-actions-verification/git-hub-actions-workflow-state.js +0 -104
- package/dist/operations/services/github-actions-verification/inspect-target.d.ts +0 -37
- package/dist/operations/services/github-actions-verification/inspect-target.js +0 -237
- package/dist/operations/services/github-actions-verification/resolve-remote-branch-head.d.ts +0 -16
- package/dist/operations/services/github-actions-verification/resolve-remote-branch-head.js +0 -228
- package/dist/operations/services/github-api/create-git-hub-api-client.d.ts +0 -73
- package/dist/operations/services/github-api/create-git-hub-api-client.js +0 -264
- package/dist/operations/services/github-api/get-latest-git-hub-workflow-run.d.ts +0 -52
- package/dist/operations/services/github-api/get-latest-git-hub-workflow-run.js +0 -214
- package/dist/operations/services/github-api/paginate-git-hub-environment-names.d.ts +0 -45
- package/dist/operations/services/github-api/paginate-git-hub-environment-names.js +0 -176
- package/dist/operations/services/github-api/require.d.ts +0 -139
- package/dist/operations/services/github-api/require.js +0 -123
- package/dist/operations/services/github-api/upsert-git-hub-repository-variable-with-gh-cli.d.ts +0 -32
- package/dist/operations/services/github-api/upsert-git-hub-repository-variable-with-gh-cli.js +0 -243
- package/dist/operations/services/github-automation/ensure-git-hub-bootstrap-repository.d.ts +0 -21
- package/dist/operations/services/github-automation/ensure-git-hub-bootstrap-repository.js +0 -59
- package/dist/operations/services/github-automation/github-repository-remote.d.ts +0 -3
- package/dist/operations/services/github-automation/github-repository-remote.js +0 -36
- package/dist/operations/services/github-automation/non-empty-values.d.ts +0 -51
- package/dist/operations/services/github-automation/non-empty-values.js +0 -111
- package/dist/operations/services/guarantees/release-proof-planner.d.ts +0 -48
- package/dist/operations/services/guarantees/release-proof-planner.js +0 -195
- package/dist/operations/services/guarantees/release-proof-runner.d.ts +0 -16
- package/dist/operations/services/guarantees/release-proof-runner.js +0 -169
- package/dist/operations/services/guarantees/release-proof.d.ts +0 -81
- package/dist/operations/services/guarantees/release-proof.js +0 -79
- package/dist/operations/services/hosted-service-checks/collect-hosted-service-checks.d.ts +0 -2
- package/dist/operations/services/hosted-service-checks/collect-hosted-service-checks.js +0 -387
- package/dist/operations/services/hosted-service-checks/hosted-service-check-status.d.ts +0 -110
- package/dist/operations/services/hosted-service-checks/hosted-service-check-status.js +0 -155
- package/dist/operations/services/hosting/audit/hosted-service-checks.d.ts +0 -2
- package/dist/operations/services/hosting/audit/hosted-service-checks.js +0 -2
- package/dist/operations/services/hosting/audit/hosting-audit.d.ts +0 -4
- package/dist/operations/services/hosting/audit/hosting-audit.js +0 -4
- package/dist/operations/services/hosting/audit/live-hosted-service-checks.d.ts +0 -4
- package/dist/operations/services/hosting/audit/live-hosted-service-checks.js +0 -4
- package/dist/operations/services/hosting/audit/managed-host-security.d.ts +0 -13
- package/dist/operations/services/hosting/audit/managed-host-security.js +0 -55
- package/dist/operations/services/hosting/deployment/deploy.d.ts +0 -19
- package/dist/operations/services/hosting/deployment/deploy.js +0 -19
- package/dist/operations/services/hosting/deployment/deployment-readiness.d.ts +0 -30
- package/dist/operations/services/hosting/deployment/deployment-readiness.js +0 -217
- package/dist/operations/services/hosting/deployment/save-deploy-preflight.d.ts +0 -32
- package/dist/operations/services/hosting/deployment/save-deploy-preflight.js +0 -82
- package/dist/operations/services/hosting/railway/railway-api.d.ts +0 -10
- package/dist/operations/services/hosting/railway/railway-api.js +0 -10
- package/dist/operations/services/hosting/railway/railway-cli.d.ts +0 -47
- package/dist/operations/services/hosting/railway/railway-cli.js +0 -142
- package/dist/operations/services/hosting/railway/railway-deploy.d.ts +0 -10
- package/dist/operations/services/hosting/railway/railway-deploy.js +0 -10
- package/dist/operations/services/hosting/railway/railway-source-policy.d.ts +0 -25
- package/dist/operations/services/hosting/railway/railway-source-policy.js +0 -111
- package/dist/operations/services/hosting-audit/check-smtp-reachability.d.ts +0 -14
- package/dist/operations/services/hosting-audit/check-smtp-reachability.js +0 -271
- package/dist/operations/services/hosting-audit/format-hosting-audit-report.d.ts +0 -2
- package/dist/operations/services/hosting-audit/format-hosting-audit-report.js +0 -26
- package/dist/operations/services/hosting-audit/hosting-audit-environment.d.ts +0 -98
- package/dist/operations/services/hosting-audit/hosting-audit-environment.js +0 -177
- package/dist/operations/services/hosting-audit/required-key-check.d.ts +0 -23
- package/dist/operations/services/hosting-audit/required-key-check.js +0 -199
- package/dist/operations/services/key-agent/migrate-legacy-project-machine-key-to-wrapped.d.ts +0 -2
- package/dist/operations/services/key-agent/migrate-legacy-project-machine-key-to-wrapped.js +0 -27
- package/dist/operations/services/key-agent/read-legacy-project-machine-key.d.ts +0 -18
- package/dist/operations/services/key-agent/read-legacy-project-machine-key.js +0 -250
- package/dist/operations/services/key-agent/read-wrapped-machine-key-file.d.ts +0 -43
- package/dist/operations/services/key-agent/read-wrapped-machine-key-file.js +0 -260
- package/dist/operations/services/key-agent/treseed-machine-key-passphrase-env.d.ts +0 -117
- package/dist/operations/services/key-agent/treseed-machine-key-passphrase-env.js +0 -149
- package/dist/operations/services/live-hosted-service-checks/collect-http-observations.d.ts +0 -12
- package/dist/operations/services/live-hosted-service-checks/collect-http-observations.js +0 -138
- package/dist/operations/services/live-hosted-service-checks/collect-railway-observations.d.ts +0 -11
- package/dist/operations/services/live-hosted-service-checks/collect-railway-observations.js +0 -271
- package/dist/operations/services/live-hosted-service-checks/default-retry-attempts.d.ts +0 -109
- package/dist/operations/services/live-hosted-service-checks/default-retry-attempts.js +0 -184
- package/dist/operations/services/live-hosted-service-checks/verify-railway-postgres-topology.d.ts +0 -13
- package/dist/operations/services/live-hosted-service-checks/verify-railway-postgres-topology.js +0 -71
- package/dist/operations/services/operations/bootstrap-runner.d.ts +0 -39
- package/dist/operations/services/operations/bootstrap-runner.js +0 -191
- package/dist/operations/services/operations/git-runner.d.ts +0 -3
- package/dist/operations/services/operations/git-runner.js +0 -3
- package/dist/operations/services/operations/git-workflow.d.ts +0 -5
- package/dist/operations/services/operations/git-workflow.js +0 -5
- package/dist/operations/services/operations/operations-runner-smoke.d.ts +0 -31
- package/dist/operations/services/operations/operations-runner-smoke.js +0 -212
- package/dist/operations/services/operations/workflow-timing.d.ts +0 -25
- package/dist/operations/services/operations/workflow-timing.js +0 -79
- package/dist/operations/services/package-adapters/beam-package-adapter.d.ts +0 -5
- package/dist/operations/services/package-adapters/beam-package-adapter.js +0 -130
- package/dist/operations/services/package-adapters/deployment-source-mode-for-branch.d.ts +0 -19
- package/dist/operations/services/package-adapters/deployment-source-mode-for-branch.js +0 -154
- package/dist/operations/services/package-adapters/package-kind.d.ts +0 -169
- package/dist/operations/services/package-adapters/package-kind.js +0 -110
- package/dist/operations/services/package-adapters/plan-package-development-image.d.ts +0 -52
- package/dist/operations/services/package-adapters/plan-package-development-image.js +0 -238
- package/dist/operations/services/package-adapters/render-package-workflow.d.ts +0 -13
- package/dist/operations/services/package-adapters/render-package-workflow.js +0 -251
- package/dist/operations/services/package-adapters/validate-package-manifests.d.ts +0 -7
- package/dist/operations/services/package-adapters/validate-package-manifests.js +0 -112
- package/dist/operations/services/package-bootstrap/contracts.d.ts +0 -30
- package/dist/operations/services/package-bootstrap/index.d.ts +0 -2
- package/dist/operations/services/package-bootstrap/index.js +0 -2
- package/dist/operations/services/package-bootstrap/initialize-package.d.ts +0 -2
- package/dist/operations/services/package-bootstrap/initialize-package.js +0 -122
- package/dist/operations/services/package-bootstrap/template.d.ts +0 -2
- package/dist/operations/services/package-bootstrap/template.js +0 -390
- package/dist/operations/services/packages/package-artifacts.d.ts +0 -37
- package/dist/operations/services/packages/package-artifacts.js +0 -99
- package/dist/operations/services/packages/package-reference-policy.d.ts +0 -67
- package/dist/operations/services/packages/package-reference-policy.js +0 -366
- package/dist/operations/services/packages/release-history.d.ts +0 -59
- package/dist/operations/services/packages/release-history.js +0 -158
- package/dist/operations/services/persistence/d1-migration.d.ts +0 -6
- package/dist/operations/services/persistence/d1-migration.js +0 -120
- package/dist/operations/services/railway-api/collect-railway-volumes.d.ts +0 -30
- package/dist/operations/services/railway-api/collect-railway-volumes.js +0 -196
- package/dist/operations/services/railway-api/default-railway-api-url.d.ts +0 -122
- package/dist/operations/services/railway-api/default-railway-api-url.js +0 -139
- package/dist/operations/services/railway-api/ensure-railway-custom-domain.d.ts +0 -74
- package/dist/operations/services/railway-api/ensure-railway-custom-domain.js +0 -119
- package/dist/operations/services/railway-api/ensure-railway-service-instance-configuration.d.ts +0 -91
- package/dist/operations/services/railway-api/ensure-railway-service-instance-configuration.js +0 -164
- package/dist/operations/services/railway-api/ensure-railway-service.d.ts +0 -59
- package/dist/operations/services/railway-api/ensure-railway-service.js +0 -217
- package/dist/operations/services/railway-api/inspect-railway-postgres-service.d.ts +0 -73
- package/dist/operations/services/railway-api/inspect-railway-postgres-service.js +0 -209
- package/dist/operations/services/railway-api/list-railway-projects.d.ts +0 -41
- package/dist/operations/services/railway-api/list-railway-projects.js +0 -213
- package/dist/operations/services/railway-api/list-railway-service-domains.d.ts +0 -72
- package/dist/operations/services/railway-api/list-railway-service-domains.js +0 -212
- package/dist/operations/services/railway-api/normalize-workspace.d.ts +0 -17
- package/dist/operations/services/railway-api/normalize-workspace.js +0 -241
- package/dist/operations/services/railway-api/upsert-railway-variables.d.ts +0 -39
- package/dist/operations/services/railway-api/upsert-railway-variables.js +0 -214
- package/dist/operations/services/railway-deploy/configured-public-tree-dx-railway-services.d.ts +0 -81
- package/dist/operations/services/railway-deploy/configured-public-tree-dx-railway-services.js +0 -179
- package/dist/operations/services/railway-deploy/configured-railway-services-for-config.d.ts +0 -1
- package/dist/operations/services/railway-deploy/configured-railway-services-for-config.js +0 -140
- package/dist/operations/services/railway-deploy/configured-railway-services.d.ts +0 -42
- package/dist/operations/services/railway-deploy/configured-railway-services.js +0 -205
- package/dist/operations/services/railway-deploy/deploy-railway-service.d.ts +0 -45
- package/dist/operations/services/railway-deploy/deploy-railway-service.js +0 -122
- package/dist/operations/services/railway-deploy/ensure-railway-scheduled-jobs.d.ts +0 -19
- package/dist/operations/services/railway-deploy/ensure-railway-scheduled-jobs.js +0 -172
- package/dist/operations/services/railway-deploy/normalize-scope.d.ts +0 -34
- package/dist/operations/services/railway-deploy/normalize-scope.js +0 -230
- package/dist/operations/services/railway-deploy/railway-status-deployment-terminal-failure.d.ts +0 -21
- package/dist/operations/services/railway-deploy/railway-status-deployment-terminal-failure.js +0 -182
- package/dist/operations/services/railway-deploy/sync-railway-service-runtime-configuration-after-deploy.d.ts +0 -66
- package/dist/operations/services/railway-deploy/sync-railway-service-runtime-configuration-after-deploy.js +0 -216
- package/dist/operations/services/railway-deploy/verify-railway-managed-resources.d.ts +0 -20
- package/dist/operations/services/railway-deploy/verify-railway-managed-resources.js +0 -245
- package/dist/operations/services/railway-deploy/wait-for-railway-managed-deployments-settled.d.ts +0 -52
- package/dist/operations/services/railway-deploy/wait-for-railway-managed-deployments-settled.js +0 -205
- package/dist/operations/services/reconciliation/package-adapters.d.ts +0 -6
- package/dist/operations/services/reconciliation/package-adapters.js +0 -6
- package/dist/operations/services/repositories/git-remote-policy.d.ts +0 -9
- package/dist/operations/services/repositories/git-remote-policy.js +0 -63
- package/dist/operations/services/repositories/github-actions-verification.d.ts +0 -4
- package/dist/operations/services/repositories/github-actions-verification.js +0 -4
- package/dist/operations/services/repositories/github-api.d.ts +0 -5
- package/dist/operations/services/repositories/github-api.js +0 -5
- package/dist/operations/services/repositories/github-automation.d.ts +0 -3
- package/dist/operations/services/repositories/github-automation.js +0 -3
- package/dist/operations/services/repositories/platform-initializer.d.ts +0 -49
- package/dist/operations/services/repositories/platform-initializer.js +0 -161
- package/dist/operations/services/repositories/platform-workset.d.ts +0 -103
- package/dist/operations/services/repositories/platform-workset.js +0 -204
- package/dist/operations/services/repositories/repository-save-orchestrator.d.ts +0 -13
- package/dist/operations/services/repositories/repository-save-orchestrator.js +0 -13
- package/dist/operations/services/repository-save-orchestrator/packages/finalize-clean-package-version.d.ts +0 -4
- package/dist/operations/services/repository-save-orchestrator/packages/finalize-clean-package-version.js +0 -156
- package/dist/operations/services/repository-save-orchestrator/repositories/discover-repository-save-nodes.d.ts +0 -43
- package/dist/operations/services/repository-save-orchestrator/repositories/discover-repository-save-nodes.js +0 -312
- package/dist/operations/services/repository-save-orchestrator/repositories/plan-repository-save.d.ts +0 -11
- package/dist/operations/services/repository-save-orchestrator/repositories/plan-repository-save.js +0 -173
- package/dist/operations/services/repository-save-orchestrator/repositories/repository-alias-state.d.ts +0 -4
- package/dist/operations/services/repository-save-orchestrator/repositories/repository-alias-state.js +0 -99
- package/dist/operations/services/repository-save-orchestrator/repositories/run-repository-save-orchestrator.d.ts +0 -8
- package/dist/operations/services/repository-save-orchestrator/repositories/run-repository-save-orchestrator.js +0 -173
- package/dist/operations/services/repository-save-orchestrator/repositories/save-one-repository.d.ts +0 -2
- package/dist/operations/services/repository-save-orchestrator/repositories/save-one-repository.js +0 -227
- package/dist/operations/services/repository-save-orchestrator/runtime/with-short-process-temp-env.d.ts +0 -39
- package/dist/operations/services/repository-save-orchestrator/runtime/with-short-process-temp-env.js +0 -258
- package/dist/operations/services/repository-save-orchestrator/support/change-classification.d.ts +0 -9
- package/dist/operations/services/repository-save-orchestrator/support/change-classification.js +0 -47
- package/dist/operations/services/repository-save-orchestrator/support/classify-repo-kind.d.ts +0 -33
- package/dist/operations/services/repository-save-orchestrator/support/classify-repo-kind.js +0 -236
- package/dist/operations/services/repository-save-orchestrator/support/has-staged-changes.d.ts +0 -11
- package/dist/operations/services/repository-save-orchestrator/support/has-staged-changes.js +0 -175
- package/dist/operations/services/repository-save-orchestrator/support/lockfile-manifest-consistency.d.ts +0 -8
- package/dist/operations/services/repository-save-orchestrator/support/lockfile-manifest-consistency.js +0 -46
- package/dist/operations/services/repository-save-orchestrator/support/repo-kind.d.ts +0 -215
- package/dist/operations/services/repository-save-orchestrator/support/repo-kind.js +0 -54
- package/dist/operations/services/repository-save-orchestrator/support/run-script.d.ts +0 -38
- package/dist/operations/services/repository-save-orchestrator/support/run-script.js +0 -327
- package/dist/operations/services/repository-save-orchestrator/support/standalone-lockfile.d.ts +0 -9
- package/dist/operations/services/repository-save-orchestrator/support/standalone-lockfile.js +0 -102
- package/dist/operations/services/repository-save-orchestrator/support/tag-state.d.ts +0 -22
- package/dist/operations/services/repository-save-orchestrator/support/tag-state.js +0 -212
- package/dist/operations/services/repository-save-orchestrator/treedx/repositories/sync-root-workspace-lockfile-metadata.d.ts +0 -15
- package/dist/operations/services/repository-save-orchestrator/treedx/repositories/sync-root-workspace-lockfile-metadata.js +0 -259
- package/dist/operations/services/runtime/export-runtime.d.ts +0 -18
- package/dist/operations/services/runtime/export-runtime.js +0 -140
- package/dist/operations/services/runtime/local-cleanup.d.ts +0 -47
- package/dist/operations/services/runtime/local-cleanup.js +0 -206
- package/dist/operations/services/runtime/local-dev.d.ts +0 -8
- package/dist/operations/services/runtime/local-dev.js +0 -96
- package/dist/operations/services/runtime/npm-git-clone-recovery.d.ts +0 -12
- package/dist/operations/services/runtime/npm-git-clone-recovery.js +0 -25
- package/dist/operations/services/runtime/runtime-paths.d.ts +0 -19
- package/dist/operations/services/runtime/runtime-paths.js +0 -54
- package/dist/operations/services/runtime/watch-dev.d.ts +0 -21
- package/dist/operations/services/runtime/watch-dev.js +0 -282
- package/dist/operations/services/support/managed-repositories.d.ts +0 -38
- package/dist/operations/services/support/managed-repositories.js +0 -188
- package/dist/operations/services/support/market-packaging.d.ts +0 -43
- package/dist/operations/services/support/market-packaging.js +0 -169
- package/dist/operations/services/support/template-registry.d.ts +0 -3
- package/dist/operations/services/support/template-registry.js +0 -3
- package/dist/operations/services/support/verification-cache.d.ts +0 -25
- package/dist/operations/services/support/verification-cache.js +0 -71
- package/dist/operations/services/template-registry/sync-managed-package-json.d.ts +0 -32
- package/dist/operations/services/template-registry/sync-managed-package-json.js +0 -234
- package/dist/operations/services/template-registry/template-categories.d.ts +0 -115
- package/dist/operations/services/template-registry/template-categories.js +0 -161
- package/dist/operations/services/template-registry/validate-template-placeholders.d.ts +0 -39
- package/dist/operations/services/template-registry/validate-template-placeholders.js +0 -267
- package/dist/operations/services/treedx/workspaces/workspace-dependency-mode.d.ts +0 -3
- package/dist/operations/services/treedx/workspaces/workspace-dependency-mode.js +0 -3
- package/dist/operations/services/treedx/workspaces/workspace-preflight.d.ts +0 -40
- package/dist/operations/services/treedx/workspaces/workspace-preflight.js +0 -172
- package/dist/operations/services/treedx/workspaces/workspace-save-script.d.ts +0 -26
- package/dist/operations/services/treedx/workspaces/workspace-save-script.js +0 -50
- package/dist/operations/services/treedx/workspaces/workspace-save.d.ts +0 -2
- package/dist/operations/services/treedx/workspaces/workspace-save.js +0 -2
- package/dist/operations/services/treedx/workspaces/workspace-tools.d.ts +0 -17
- package/dist/operations/services/treedx/workspaces/workspace-tools.js +0 -320
- package/dist/operations/services/workspace-dependency-mode/collect-deployment-lockfile-workspace-issues.d.ts +0 -7
- package/dist/operations/services/workspace-dependency-mode/collect-deployment-lockfile-workspace-issues.js +0 -93
- package/dist/operations/services/workspace-dependency-mode/collect-package-lock-consistency-issues.d.ts +0 -49
- package/dist/operations/services/workspace-dependency-mode/collect-package-lock-consistency-issues.js +0 -236
- package/dist/operations/services/workspace-dependency-mode/dependency-resolution-mode.d.ts +0 -53
- package/dist/operations/services/workspace-dependency-mode/dependency-resolution-mode.js +0 -191
- package/dist/operations/services/workspace-save/apply-workspace-version-changes.d.ts +0 -51
- package/dist/operations/services/workspace-save/apply-workspace-version-changes.js +0 -229
- package/dist/operations/services/workspace-save/run-git.d.ts +0 -51
- package/dist/operations/services/workspace-save/run-git.js +0 -243
- package/dist/operations/workflow-state.d.ts +0 -5
- package/dist/operations/workflow-state.js +0 -5
- package/dist/operations/workflow-support.d.ts +0 -30
- package/dist/operations/workflow-support.js +0 -412
- package/dist/operations/workflow.d.ts +0 -329
- package/dist/operations/workflow.js +0 -140
- package/dist/packages/sdk-version.d.ts +0 -2
- package/dist/packages/sdk-version.js +0 -42
- package/dist/persistence/d1-http.d.ts +0 -38
- package/dist/persistence/d1-http.js +0 -95
- package/dist/persistence/d1-store.d.ts +0 -183
- package/dist/persistence/d1-store.js +0 -415
- package/dist/platform/configuration/config.d.ts +0 -27
- package/dist/platform/configuration/config.js +0 -78
- package/dist/platform/configuration/environment.d.ts +0 -5
- package/dist/platform/configuration/environment.js +0 -5
- package/dist/platform/configuration/site-config-schema.d.ts +0 -1
- package/dist/platform/configuration/site-config-schema.js +0 -4
- package/dist/platform/configuration/tenant-config.d.ts +0 -8
- package/dist/platform/configuration/tenant-config.js +0 -212
- package/dist/platform/content/content-runtime-source.d.ts +0 -54
- package/dist/platform/content/content-runtime-source.js +0 -169
- package/dist/platform/content/local-content-materialization.d.ts +0 -9
- package/dist/platform/content/local-content-materialization.js +0 -212
- package/dist/platform/deploy-config/deploy-config-field-aliases.d.ts +0 -33
- package/dist/platform/deploy-config/deploy-config-field-aliases.js +0 -215
- package/dist/platform/deploy-config/normalize-planes-from-legacy-hosting.d.ts +0 -32
- package/dist/platform/deploy-config/normalize-planes-from-legacy-hosting.js +0 -236
- package/dist/platform/deploy-config/parse-deploy-config.d.ts +0 -19
- package/dist/platform/deploy-config/parse-deploy-config.js +0 -177
- package/dist/platform/deploy-config/parse-platform-connections.d.ts +0 -12
- package/dist/platform/deploy-config/parse-platform-connections.js +0 -71
- package/dist/platform/deploy-config/parse-public-tree-dx-federation-config.d.ts +0 -91
- package/dist/platform/deploy-config/parse-public-tree-dx-federation-config.js +0 -217
- package/dist/platform/desired-state/compile-desired-resource-graph.d.ts +0 -13
- package/dist/platform/desired-state/compile-desired-resource-graph.js +0 -130
- package/dist/platform/desired-state/desired-environment.d.ts +0 -79
- package/dist/platform/desired-state/desired-environment.js +0 -162
- package/dist/platform/desired-state/docker-source-closure.d.ts +0 -1
- package/dist/platform/desired-state/docker-source-closure.js +0 -33
- package/dist/platform/desired-state/local-development-resources.d.ts +0 -4
- package/dist/platform/desired-state/local-development-resources.js +0 -260
- package/dist/platform/desired-state/local-provider-resources.d.ts +0 -12
- package/dist/platform/desired-state/local-provider-resources.js +0 -129
- package/dist/platform/desired-state/local-tunnel-identity.d.ts +0 -8
- package/dist/platform/desired-state/local-tunnel-identity.js +0 -35
- package/dist/platform/desired-state/package-resources.d.ts +0 -4
- package/dist/platform/desired-state/package-resources.js +0 -282
- package/dist/platform/desired-state/release-gate-resources.d.ts +0 -6
- package/dist/platform/desired-state/release-gate-resources.js +0 -243
- package/dist/platform/desired-state/safe-tree-dx-repository-name.d.ts +0 -26
- package/dist/platform/desired-state/safe-tree-dx-repository-name.js +0 -184
- package/dist/platform/env.yaml +0 -1128
- package/dist/platform/environment/api-surface-enabled.d.ts +0 -32
- package/dist/platform/environment/api-surface-enabled.js +0 -202
- package/dist/platform/environment/environment-scopes.d.ts +0 -143
- package/dist/platform/environment/environment-scopes.js +0 -109
- package/dist/platform/environment/is-entry-required.d.ts +0 -24
- package/dist/platform/environment/is-entry-required.js +0 -122
- package/dist/platform/environment/package-repository-credential-overlay.d.ts +0 -27
- package/dist/platform/environment/package-repository-credential-overlay.js +0 -230
- package/dist/platform/environment/resolve-content-bucket-binding.d.ts +0 -30
- package/dist/platform/environment/resolve-content-bucket-binding.js +0 -200
- package/dist/platform/hosting/deploy-config.d.ts +0 -4
- package/dist/platform/hosting/deploy-config.js +0 -4
- package/dist/platform/hosting/deploy-runtime.d.ts +0 -22
- package/dist/platform/hosting/deploy-runtime.js +0 -93
- package/dist/platform/packages/published-content-pipeline.d.ts +0 -3
- package/dist/platform/packages/published-content-pipeline.js +0 -3
- package/dist/platform/packages/published-content.d.ts +0 -11
- package/dist/platform/packages/published-content.js +0 -11
- package/dist/platform/plugins/constants.d.ts +0 -26
- package/dist/platform/plugins/constants.js +0 -33
- package/dist/platform/plugins/runtime.d.ts +0 -81
- package/dist/platform/plugins/runtime.js +0 -288
- package/dist/platform/published-content/hmac-sha256-base64-url.d.ts +0 -23
- package/dist/platform/published-content/hmac-sha256-base64-url.js +0 -228
- package/dist/platform/published-content/publication-contracts.d.ts +0 -60
- package/dist/platform/published-content/publication-contracts.js +0 -27
- package/dist/platform/published-content/published-content-manifest-schema-version.d.ts +0 -191
- package/dist/platform/published-content/published-content-manifest-schema-version.js +0 -53
- package/dist/platform/published-content/r2-api-token-publication-client.d.ts +0 -25
- package/dist/platform/published-content/r2-api-token-publication-client.js +0 -54
- package/dist/platform/published-content/r2-publication-acceptance.d.ts +0 -13
- package/dist/platform/published-content/r2-publication-acceptance.js +0 -30
- package/dist/platform/published-content/r2-publication-client.d.ts +0 -7
- package/dist/platform/published-content/r2-publication-client.js +0 -8
- package/dist/platform/published-content/r2-s3-publication-client.d.ts +0 -26
- package/dist/platform/published-content/r2-s3-publication-client.js +0 -112
- package/dist/platform/published-content/reconcile-content-publication.d.ts +0 -19
- package/dist/platform/published-content/reconcile-content-publication.js +0 -144
- package/dist/platform/published-content/runtime/build-runtime-publication.d.ts +0 -29
- package/dist/platform/published-content/runtime/build-runtime-publication.js +0 -170
- package/dist/platform/published-content/team-scoped-r2-overlay-content-runtime-provider.d.ts +0 -37
- package/dist/platform/published-content/team-scoped-r2-overlay-content-runtime-provider.js +0 -229
- package/dist/platform/published-content/validation/model-content.d.ts +0 -21
- package/dist/platform/published-content/validation/model-content.js +0 -85
- package/dist/platform/published-content/verify-editorial-preview-token.d.ts +0 -13
- package/dist/platform/published-content/verify-editorial-preview-token.js +0 -137
- package/dist/platform/published-content-pipeline/default-artifact-builder.d.ts +0 -29
- package/dist/platform/published-content-pipeline/default-artifact-builder.js +0 -247
- package/dist/platform/published-content-pipeline/list-markdown-files.d.ts +0 -32
- package/dist/platform/published-content-pipeline/list-markdown-files.js +0 -181
- package/dist/platform/published-content-pipeline/resolve-commerce-offer-mode.d.ts +0 -118
- package/dist/platform/published-content-pipeline/resolve-commerce-offer-mode.js +0 -143
- package/dist/platform/reconciliation/desired-state.d.ts +0 -6
- package/dist/platform/reconciliation/desired-state.js +0 -6
- package/dist/platform/support/contracts.d.ts +0 -381
- package/dist/platform/support/contracts.js +0 -0
- package/dist/platform/support/plugin.d.ts +0 -130
- package/dist/platform/support/plugin.js +0 -28
- package/dist/platform/support/plugins.d.ts +0 -6
- package/dist/platform/support/plugins.js +0 -42
- package/dist/platform/tenant/runtime-config.d.ts +0 -154
- package/dist/platform/tenant/runtime-config.js +0 -73
- package/dist/platform/treedx/repositories/local-treedx-seed.d.ts +0 -19
- package/dist/platform/treedx/repositories/local-treedx-seed.js +0 -55
- package/dist/platform/treedx/runtime-environment.d.ts +0 -20
- package/dist/platform/treedx/runtime-environment.js +0 -37
- package/dist/platform/utils/site-config-schema/is-record.d.ts +0 -52
- package/dist/platform/utils/site-config-schema/is-record.js +0 -232
- package/dist/platform/utils/site-config-schema/parse-access-policies.d.ts +0 -274
- package/dist/platform/utils/site-config-schema/parse-access-policies.js +0 -247
- package/dist/platform/utils/site-config-schema.d.ts +0 -2
- package/dist/platform/utils/site-config-schema.js +0 -2
- package/dist/platform-operation-store/database-provider.d.ts +0 -44
- package/dist/platform-operation-store/database-provider.js +0 -205
- package/dist/platform-operation-store/platform-operation-store.d.ts +0 -56
- package/dist/platform-operation-store/platform-operation-store.js +0 -224
- package/dist/platform-operations/nested-record.d.ts +0 -21
- package/dist/platform-operations/nested-record.js +0 -262
- package/dist/platform-operations/platform-operation-endpoints.d.ts +0 -208
- package/dist/platform-operations/platform-operation-endpoints.js +0 -71
- package/dist/platform-operations/platform-runner-client.d.ts +0 -52
- package/dist/platform-operations/platform-runner-client.js +0 -143
- package/dist/reconcile/builtin-adapters/build/local-compose-build-policy.d.ts +0 -44
- package/dist/reconcile/builtin-adapters/build/local-compose-build-policy.js +0 -232
- package/dist/reconcile/builtin-adapters/capacity/providers/build-capacity-provider-adapter.d.ts +0 -74
- package/dist/reconcile/builtin-adapters/capacity/providers/build-capacity-provider-adapter.js +0 -396
- package/dist/reconcile/builtin-adapters/capacity/providers/capacity-provider-variables-for-service.d.ts +0 -22
- package/dist/reconcile/builtin-adapters/capacity/providers/capacity-provider-variables-for-service.js +0 -207
- package/dist/reconcile/builtin-adapters/hosting/build-cloudflare-diff.d.ts +0 -22
- package/dist/reconcile/builtin-adapters/hosting/build-cloudflare-diff.js +0 -219
- package/dist/reconcile/builtin-adapters/hosting/cloudflare-tunnel/build-cloudflare-tunnel-adapter.d.ts +0 -7
- package/dist/reconcile/builtin-adapters/hosting/cloudflare-tunnel/build-cloudflare-tunnel-adapter.js +0 -177
- package/dist/reconcile/builtin-adapters/hosting/first-railway-domain-string.d.ts +0 -71
- package/dist/reconcile/builtin-adapters/hosting/first-railway-domain-string.js +0 -212
- package/dist/reconcile/builtin-adapters/hosting/observe-cloudflare-unit.d.ts +0 -2
- package/dist/reconcile/builtin-adapters/hosting/observe-cloudflare-unit.js +0 -97
- package/dist/reconcile/builtin-adapters/hosting/observe-railway-unit.d.ts +0 -32
- package/dist/reconcile/builtin-adapters/hosting/observe-railway-unit.js +0 -228
- package/dist/reconcile/builtin-adapters/hosting/railway-verification-may-settle.d.ts +0 -41
- package/dist/reconcile/builtin-adapters/hosting/railway-verification-may-settle.js +0 -213
- package/dist/reconcile/builtin-adapters/hosting/resolve-railway-topology-for-scope.d.ts +0 -43
- package/dist/reconcile/builtin-adapters/hosting/resolve-railway-topology-for-scope.js +0 -227
- package/dist/reconcile/builtin-adapters/hosting/sync-railway-environment-for-scope.d.ts +0 -31
- package/dist/reconcile/builtin-adapters/hosting/sync-railway-environment-for-scope.js +0 -380
- package/dist/reconcile/builtin-adapters/hosting/to-deploy-target.d.ts +0 -23
- package/dist/reconcile/builtin-adapters/hosting/to-deploy-target.js +0 -250
- package/dist/reconcile/builtin-adapters/hosting/verify-cloudflare-unit-once.d.ts +0 -3
- package/dist/reconcile/builtin-adapters/hosting/verify-cloudflare-unit-once.js +0 -255
- package/dist/reconcile/builtin-adapters/hosting/verify-railway-unit.d.ts +0 -2
- package/dist/reconcile/builtin-adapters/hosting/verify-railway-unit.js +0 -283
- package/dist/reconcile/builtin-adapters/projects/knowledge/reconcile-remote-tree-dx-content.d.ts +0 -23
- package/dist/reconcile/builtin-adapters/projects/knowledge/reconcile-remote-tree-dx-content.js +0 -139
- package/dist/reconcile/builtin-adapters/projects/knowledge/verify-local-tree-dx-project-content.d.ts +0 -18
- package/dist/reconcile/builtin-adapters/projects/knowledge/verify-local-tree-dx-project-content.js +0 -386
- package/dist/reconcile/builtin-adapters/projects/projects-core/configured-railway-project-sync-groups.d.ts +0 -19
- package/dist/reconcile/builtin-adapters/projects/projects-core/configured-railway-project-sync-groups.js +0 -171
- package/dist/reconcile/builtin-adapters/projects/projects-core/reconcile-stale-operations-runner-resources-for-project.d.ts +0 -15
- package/dist/reconcile/builtin-adapters/projects/projects-core/reconcile-stale-operations-runner-resources-for-project.js +0 -63
- package/dist/reconcile/builtin-adapters/reconciliation/build-git-hub-workflow-dispatch-adapter.d.ts +0 -5
- package/dist/reconcile/builtin-adapters/reconciliation/build-git-hub-workflow-dispatch-adapter.js +0 -270
- package/dist/reconcile/builtin-adapters/reconciliation/build-local-content-materialization-adapter.d.ts +0 -7
- package/dist/reconcile/builtin-adapters/reconciliation/build-local-content-materialization-adapter.js +0 -245
- package/dist/reconcile/builtin-adapters/reconciliation/build-local-docker-compose-adapter.d.ts +0 -7
- package/dist/reconcile/builtin-adapters/reconciliation/build-local-docker-compose-adapter.js +0 -368
- package/dist/reconcile/builtin-adapters/reconciliation/build-railway-adapter.d.ts +0 -12
- package/dist/reconcile/builtin-adapters/reconciliation/build-railway-adapter.js +0 -218
- package/dist/reconcile/builtin-adapters/reconciliation/build-release-gate-adapter.d.ts +0 -3
- package/dist/reconcile/builtin-adapters/reconciliation/build-release-gate-adapter.js +0 -190
- package/dist/reconcile/builtin-adapters/reconciliation/build-workflow-meta-adapter.d.ts +0 -30
- package/dist/reconcile/builtin-adapters/reconciliation/build-workflow-meta-adapter.js +0 -237
- package/dist/reconcile/builtin-adapters/reconciliation/managed-repository-storage.d.ts +0 -22
- package/dist/reconcile/builtin-adapters/reconciliation/managed-repository-storage.js +0 -81
- package/dist/reconcile/builtin-adapters/reconciliation/reconcile-cloudflare-target.d.ts +0 -55
- package/dist/reconcile/builtin-adapters/reconciliation/reconcile-cloudflare-target.js +0 -267
- package/dist/reconcile/builtin-adapters/repositories/build-github-branch-adapter.d.ts +0 -3
- package/dist/reconcile/builtin-adapters/repositories/build-github-branch-adapter.js +0 -94
- package/dist/reconcile/builtin-adapters/repositories/build-github-branch-rules-adapter.d.ts +0 -2
- package/dist/reconcile/builtin-adapters/repositories/build-github-branch-rules-adapter.js +0 -54
- package/dist/reconcile/builtin-adapters/repositories/build-github-repository-adapter.d.ts +0 -2
- package/dist/reconcile/builtin-adapters/repositories/build-github-repository-adapter.js +0 -107
- package/dist/reconcile/builtin-adapters/repositories/build-github-workflow-observation-adapter.d.ts +0 -2
- package/dist/reconcile/builtin-adapters/repositories/build-github-workflow-observation-adapter.js +0 -63
- package/dist/reconcile/builtin-adapters/support/normalize-turnstile-domains.d.ts +0 -64
- package/dist/reconcile/builtin-adapters/support/normalize-turnstile-domains.js +0 -222
- package/dist/reconcile/builtin-adapters/support/summarize-verification.d.ts +0 -9
- package/dist/reconcile/builtin-adapters/support/summarize-verification.js +0 -101
- package/dist/reconcile/builtin-adapters/support/verify-custom-domain-unit.d.ts +0 -5
- package/dist/reconcile/builtin-adapters/support/verify-custom-domain-unit.js +0 -261
- package/dist/reconcile/builtin-adapters/treedx/graph/build-graph-only-adapter.d.ts +0 -13
- package/dist/reconcile/builtin-adapters/treedx/graph/build-graph-only-adapter.js +0 -198
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-cleanup.d.ts +0 -55
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-cleanup.js +0 -103
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-competition.d.ts +0 -29
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-competition.js +0 -178
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-context.d.ts +0 -132
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-context.js +0 -388
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-executor.d.ts +0 -50
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-executor.js +0 -0
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-governance.d.ts +0 -65
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-governance.js +0 -206
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-guards.d.ts +0 -19
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-guards.js +0 -36
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-proof.d.ts +0 -14
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-proof.js +0 -512
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-scope.d.ts +0 -14
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-scope.js +0 -122
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-terminal.d.ts +0 -17
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-terminal.js +0 -101
- package/dist/reconcile/capacity/providers/live-acceptance-provider-config.d.ts +0 -1
- package/dist/reconcile/capacity/providers/live-acceptance-provider-config.js +0 -20
- package/dist/reconcile/engine/destroy-target-units.d.ts +0 -71
- package/dist/reconcile/engine/destroy-target-units.js +0 -175
- package/dist/reconcile/engine/now-iso.d.ts +0 -36
- package/dist/reconcile/engine/now-iso.js +0 -206
- package/dist/reconcile/engine/reconcile-target.d.ts +0 -24
- package/dist/reconcile/engine/reconcile-target.js +0 -292
- package/dist/reconcile/engine/refresh-units.d.ts +0 -34
- package/dist/reconcile/engine/refresh-units.js +0 -93
- package/dist/reconcile/hosting/live-acceptance-cloudflare-client.d.ts +0 -29
- package/dist/reconcile/hosting/live-acceptance-cloudflare-client.js +0 -119
- package/dist/reconcile/hosting/live-acceptance-cloudflare.d.ts +0 -14
- package/dist/reconcile/hosting/live-acceptance-cloudflare.js +0 -316
- package/dist/reconcile/hosting/live-acceptance-railway.d.ts +0 -14
- package/dist/reconcile/hosting/live-acceptance-railway.js +0 -420
- package/dist/reconcile/index.d.ts +0 -11
- package/dist/reconcile/index.js +0 -11
- package/dist/reconcile/providers/docker-private.d.ts +0 -78
- package/dist/reconcile/providers/docker-private.js +0 -146
- package/dist/reconcile/providers/github-private.d.ts +0 -206
- package/dist/reconcile/providers/github-private.js +0 -267
- package/dist/reconcile/providers/local-disk-capacity.d.ts +0 -22
- package/dist/reconcile/providers/local-disk-capacity.js +0 -50
- package/dist/reconcile/providers/local-private.d.ts +0 -28
- package/dist/reconcile/providers/local-private.js +0 -75
- package/dist/reconcile/providers/railway-iac/apply-railway-iac-project-with-plan.d.ts +0 -4
- package/dist/reconcile/providers/railway-iac/apply-railway-iac-project-with-plan.js +0 -90
- package/dist/reconcile/providers/railway-iac/railway-iac-service.d.ts +0 -158
- package/dist/reconcile/providers/railway-iac/railway-iac-service.js +0 -99
- package/dist/reconcile/providers/railway-iac/resolve-railway-iac-volume-bindings.d.ts +0 -17
- package/dist/reconcile/providers/railway-iac/resolve-railway-iac-volume-bindings.js +0 -240
- package/dist/reconcile/providers/railway-iac/run-railway-iac-with-rate-limit-retry.d.ts +0 -39
- package/dist/reconcile/providers/railway-iac/run-railway-iac-with-rate-limit-retry.js +0 -174
- package/dist/reconcile/providers/railway-iac/validate-railway-iac-change-set.d.ts +0 -30
- package/dist/reconcile/providers/railway-iac/validate-railway-iac-change-set.js +0 -174
- package/dist/reconcile/providers/railway-iac.d.ts +0 -5
- package/dist/reconcile/providers/railway-iac.js +0 -5
- package/dist/reconcile/providers/release-private.d.ts +0 -89
- package/dist/reconcile/providers/release-private.js +0 -140
- package/dist/reconcile/reconciliation/builtin-adapters.d.ts +0 -28
- package/dist/reconcile/reconciliation/builtin-adapters.js +0 -28
- package/dist/reconcile/reconciliation/desired-state.d.ts +0 -10
- package/dist/reconcile/reconciliation/desired-state.js +0 -322
- package/dist/reconcile/repositories/live-acceptance-github-client.d.ts +0 -6
- package/dist/reconcile/repositories/live-acceptance-github-client.js +0 -42
- package/dist/reconcile/repositories/live-acceptance-github.d.ts +0 -12
- package/dist/reconcile/repositories/live-acceptance-github.js +0 -301
- package/dist/reconcile/runtime/live-acceptance-local.d.ts +0 -16
- package/dist/reconcile/runtime/live-acceptance-local.js +0 -260
- package/dist/reconcile/runtime/live-acceptance-runtime.d.ts +0 -67
- package/dist/reconcile/runtime/live-acceptance-runtime.js +0 -324
- package/dist/reconcile/runtime/live-acceptance-starter-runtime.d.ts +0 -123
- package/dist/reconcile/runtime/live-acceptance-starter-runtime.js +0 -438
- package/dist/reconcile/runtime/local-compose-state.d.ts +0 -45
- package/dist/reconcile/runtime/local-compose-state.js +0 -162
- package/dist/reconcile/seeds/local-seed-bootstrap-adapter.d.ts +0 -3
- package/dist/reconcile/seeds/local-seed-bootstrap-adapter.js +0 -213
- package/dist/reconcile/support/acceptance/live-acceptance-starter-concurrency.d.ts +0 -19
- package/dist/reconcile/support/acceptance/live-acceptance-starter-concurrency.js +0 -128
- package/dist/reconcile/support/acceptance/live-acceptance-starter-engineering.d.ts +0 -18
- package/dist/reconcile/support/acceptance/live-acceptance-starter-engineering.js +0 -264
- package/dist/reconcile/support/acceptance/live-acceptance-starter-planning.d.ts +0 -44
- package/dist/reconcile/support/acceptance/live-acceptance-starter-planning.js +0 -154
- package/dist/reconcile/support/acceptance/live-acceptance-starters.d.ts +0 -51
- package/dist/reconcile/support/acceptance/live-acceptance-starters.js +0 -12
- package/dist/reconcile/support/acceptance/live-acceptance-values.d.ts +0 -2
- package/dist/reconcile/support/acceptance/live-acceptance-values.js +0 -10
- package/dist/reconcile/support/acceptance/live-acceptance-worktree-cleanup.d.ts +0 -7
- package/dist/reconcile/support/acceptance/live-acceptance-worktree-cleanup.js +0 -38
- package/dist/reconcile/support/acceptance/live-acceptance.d.ts +0 -102
- package/dist/reconcile/support/acceptance/live-acceptance.js +0 -322
- package/dist/reconcile/support/bootstrap-systems.d.ts +0 -32
- package/dist/reconcile/support/bootstrap-systems.js +0 -175
- package/dist/reconcile/support/contracts/contracts.d.ts +0 -172
- package/dist/reconcile/support/contracts/contracts.js +0 -0
- package/dist/reconcile/support/contracts/errors.d.ts +0 -5
- package/dist/reconcile/support/contracts/errors.js +0 -13
- package/dist/reconcile/support/engine/engine.d.ts +0 -4
- package/dist/reconcile/support/engine/engine.js +0 -4
- package/dist/reconcile/support/engine/units.d.ts +0 -6
- package/dist/reconcile/support/engine/units.js +0 -72
- package/dist/reconcile/support/state/platform.d.ts +0 -104
- package/dist/reconcile/support/state/platform.js +0 -100
- package/dist/reconcile/support/state/registry.d.ts +0 -7
- package/dist/reconcile/support/state/registry.js +0 -81
- package/dist/reconcile/support/state/state.d.ts +0 -7
- package/dist/reconcile/support/state/state.js +0 -270
- package/dist/repositories/git-runtime.d.ts +0 -16
- package/dist/repositories/git-runtime.js +0 -69
- package/dist/repositories/repository-custody.d.ts +0 -57
- package/dist/repositories/repository-custody.js +0 -39
- package/dist/repositories/repository-identity.d.ts +0 -12
- package/dist/repositories/repository-identity.js +0 -71
- package/dist/scenes/accounts/auth.d.ts +0 -2
- package/dist/scenes/accounts/auth.js +0 -28
- package/dist/scenes/agent-lab/activity-collector.d.ts +0 -114
- package/dist/scenes/agent-lab/activity-collector.js +0 -394
- package/dist/scenes/agent-lab/production-lifecycle.d.ts +0 -18
- package/dist/scenes/agent-lab/production-lifecycle.js +0 -572
- package/dist/scenes/agent-lab/profile-input-seed.d.ts +0 -23
- package/dist/scenes/agent-lab/profile-input-seed.js +0 -41
- package/dist/scenes/agent-lab/report-adapters.d.ts +0 -3
- package/dist/scenes/agent-lab/report-adapters.js +0 -33
- package/dist/scenes/agent-lab/report-model.d.ts +0 -122
- package/dist/scenes/agent-lab/report-model.js +0 -194
- package/dist/scenes/agent-lab/report-writer.d.ts +0 -14
- package/dist/scenes/agent-lab/report-writer.js +0 -143
- package/dist/scenes/agent-lab/run-agent-lab-scene.d.ts +0 -6
- package/dist/scenes/agent-lab/run-agent-lab-scene.js +0 -122
- package/dist/scenes/agent-lab/runtime/diagnostics.d.ts +0 -7
- package/dist/scenes/agent-lab/runtime/diagnostics.js +0 -42
- package/dist/scenes/agent-lab/runtime/metadata.d.ts +0 -7
- package/dist/scenes/agent-lab/runtime/metadata.js +0 -19
- package/dist/scenes/agent-lab/runtime/team-scope.d.ts +0 -29
- package/dist/scenes/agent-lab/runtime/team-scope.js +0 -54
- package/dist/scenes/agent-lab/semantic-artifact-assertions.d.ts +0 -29
- package/dist/scenes/agent-lab/semantic-artifact-assertions.js +0 -66
- package/dist/scenes/agent-lab/terminal-verification.d.ts +0 -17
- package/dist/scenes/agent-lab/terminal-verification.js +0 -31
- package/dist/scenes/agent-lab/viewer/runtime.d.ts +0 -1
- package/dist/scenes/agent-lab/viewer/runtime.js +0 -576
- package/dist/scenes/agent-lab/viewer/styles.d.ts +0 -1
- package/dist/scenes/agent-lab/viewer/styles.js +0 -28
- package/dist/scenes/agent-lab/workday-snapshot.d.ts +0 -116
- package/dist/scenes/agent-lab/workday-snapshot.js +0 -153
- package/dist/scenes/build/evidence-bundle.d.ts +0 -5
- package/dist/scenes/build/evidence-bundle.js +0 -59
- package/dist/scenes/builtin-plugins/assertion-timeout.d.ts +0 -2
- package/dist/scenes/builtin-plugins/assertion-timeout.js +0 -6
- package/dist/scenes/builtin-plugins/browser-history-action.d.ts +0 -2
- package/dist/scenes/builtin-plugins/browser-history-action.js +0 -17
- package/dist/scenes/builtin-plugins/create-built-in-scene-plugins.d.ts +0 -2
- package/dist/scenes/builtin-plugins/create-built-in-scene-plugins.js +0 -495
- package/dist/scenes/builtin-plugins/duration.d.ts +0 -25
- package/dist/scenes/builtin-plugins/duration.js +0 -148
- package/dist/scenes/builtin-plugins/focus-assertion.d.ts +0 -6
- package/dist/scenes/builtin-plugins/focus-assertion.js +0 -29
- package/dist/scenes/builtin-plugins/keyboard-action.d.ts +0 -2
- package/dist/scenes/builtin-plugins/keyboard-action.js +0 -15
- package/dist/scenes/builtin-plugins/request-values.d.ts +0 -4
- package/dist/scenes/builtin-plugins/request-values.js +0 -19
- package/dist/scenes/builtin-plugins/responsive-actions.d.ts +0 -2
- package/dist/scenes/builtin-plugins/responsive-actions.js +0 -33
- package/dist/scenes/capacity/providers/diagram-providers.d.ts +0 -2
- package/dist/scenes/capacity/providers/diagram-providers.js +0 -181
- package/dist/scenes/configuration/environment.d.ts +0 -3
- package/dist/scenes/configuration/environment.js +0 -70
- package/dist/scenes/index.d.ts +0 -54
- package/dist/scenes/index.js +0 -356
- package/dist/scenes/operations/operations.d.ts +0 -3
- package/dist/scenes/operations/operations.js +0 -146
- package/dist/scenes/operations/runner.d.ts +0 -2
- package/dist/scenes/operations/runner.js +0 -2
- package/dist/scenes/packages/publish-destinations.d.ts +0 -12
- package/dist/scenes/packages/publish-destinations.js +0 -99
- package/dist/scenes/packages/publish-plan-report.d.ts +0 -10
- package/dist/scenes/packages/publish-plan-report.js +0 -70
- package/dist/scenes/packages/publish-plan.d.ts +0 -15
- package/dist/scenes/packages/publish-plan.js +0 -248
- package/dist/scenes/packages/publish-redaction.d.ts +0 -16
- package/dist/scenes/packages/publish-redaction.js +0 -152
- package/dist/scenes/packages/publish-release-record.d.ts +0 -13
- package/dist/scenes/packages/publish-release-record.js +0 -34
- package/dist/scenes/packages/publish-report.d.ts +0 -10
- package/dist/scenes/packages/publish-report.js +0 -67
- package/dist/scenes/packages/publish.d.ts +0 -16
- package/dist/scenes/packages/publish.js +0 -298
- package/dist/scenes/reconciliation/playwright-adapter.d.ts +0 -2
- package/dist/scenes/reconciliation/playwright-adapter.js +0 -67
- package/dist/scenes/reconciliation/remotion-adapter.d.ts +0 -3
- package/dist/scenes/reconciliation/remotion-adapter.js +0 -94
- package/dist/scenes/runner/now.d.ts +0 -72
- package/dist/scenes/runner/now.js +0 -270
- package/dist/scenes/runner/run-scene.d.ts +0 -2
- package/dist/scenes/runner/run-scene.js +0 -495
- package/dist/scenes/runner/trace-evidence.d.ts +0 -7
- package/dist/scenes/runner/trace-evidence.js +0 -38
- package/dist/scenes/runtime/device-matrix.d.ts +0 -2
- package/dist/scenes/runtime/device-matrix.js +0 -100
- package/dist/scenes/runtime/devices.d.ts +0 -11
- package/dist/scenes/runtime/devices.js +0 -36
- package/dist/scenes/runtime/phase0-runtime-capabilities.d.ts +0 -16
- package/dist/scenes/runtime/phase0-runtime-capabilities.js +0 -209
- package/dist/scenes/schema/filesystem-safe-scene-id.d.ts +0 -55
- package/dist/scenes/schema/filesystem-safe-scene-id.js +0 -233
- package/dist/scenes/schema/parse-action.d.ts +0 -18
- package/dist/scenes/schema/parse-action.js +0 -288
- package/dist/scenes/schema/parse-agent-lab.d.ts +0 -2
- package/dist/scenes/schema/parse-agent-lab.js +0 -87
- package/dist/scenes/schema/parse-diagrams.d.ts +0 -7
- package/dist/scenes/schema/parse-diagrams.js +0 -225
- package/dist/scenes/schema/parse-visual-audit.d.ts +0 -6
- package/dist/scenes/schema/parse-visual-audit.js +0 -142
- package/dist/scenes/schema/parse-workflow.d.ts +0 -10
- package/dist/scenes/schema/parse-workflow.js +0 -266
- package/dist/scenes/seeds/seed.d.ts +0 -2
- package/dist/scenes/seeds/seed.js +0 -86
- package/dist/scenes/support/evidence/artifacts.d.ts +0 -19
- package/dist/scenes/support/evidence/artifacts.js +0 -139
- package/dist/scenes/support/evidence/checkpoints.d.ts +0 -14
- package/dist/scenes/support/evidence/checkpoints.js +0 -33
- package/dist/scenes/support/evidence/evidence-report.d.ts +0 -10
- package/dist/scenes/support/evidence/evidence-report.js +0 -73
- package/dist/scenes/support/evidence/evidence.d.ts +0 -16
- package/dist/scenes/support/evidence/evidence.js +0 -281
- package/dist/scenes/support/evidence/segments.d.ts +0 -15
- package/dist/scenes/support/evidence/segments.js +0 -79
- package/dist/scenes/support/evidence/timeline.d.ts +0 -11
- package/dist/scenes/support/evidence/timeline.js +0 -26
- package/dist/scenes/support/execution/base-url.d.ts +0 -12
- package/dist/scenes/support/execution/base-url.js +0 -123
- package/dist/scenes/support/execution/loader.d.ts +0 -3
- package/dist/scenes/support/execution/loader.js +0 -38
- package/dist/scenes/support/execution/phase0.d.ts +0 -9
- package/dist/scenes/support/execution/phase0.js +0 -103
- package/dist/scenes/support/execution/planner.d.ts +0 -12
- package/dist/scenes/support/execution/planner.js +0 -166
- package/dist/scenes/support/execution/resume.d.ts +0 -2
- package/dist/scenes/support/execution/resume.js +0 -82
- package/dist/scenes/support/execution/timeouts.d.ts +0 -7
- package/dist/scenes/support/execution/timeouts.js +0 -26
- package/dist/scenes/support/plugins/builtin-plugins.d.ts +0 -2
- package/dist/scenes/support/plugins/builtin-plugins.js +0 -2
- package/dist/scenes/support/plugins/phase0-capabilities.d.ts +0 -3
- package/dist/scenes/support/plugins/phase0-capabilities.js +0 -8
- package/dist/scenes/support/plugins/phase0-publication-audit-capabilities.d.ts +0 -16
- package/dist/scenes/support/plugins/phase0-publication-audit-capabilities.js +0 -131
- package/dist/scenes/support/plugins/plugins.d.ts +0 -5
- package/dist/scenes/support/plugins/plugins.js +0 -115
- package/dist/scenes/support/plugins/registry.d.ts +0 -12
- package/dist/scenes/support/plugins/registry.js +0 -65
- package/dist/scenes/support/rendering/diagram-validation.d.ts +0 -22
- package/dist/scenes/support/rendering/diagram-validation.js +0 -74
- package/dist/scenes/support/rendering/phase0-media-evidence-capabilities.d.ts +0 -16
- package/dist/scenes/support/rendering/phase0-media-evidence-capabilities.js +0 -209
- package/dist/scenes/support/rendering/remotion-composition-registry.d.ts +0 -2
- package/dist/scenes/support/rendering/remotion-composition-registry.js +0 -12
- package/dist/scenes/support/rendering/remotion-compositions.d.ts +0 -15
- package/dist/scenes/support/rendering/remotion-compositions.js +0 -464
- package/dist/scenes/support/rendering/remotion-diagrams.d.ts +0 -9
- package/dist/scenes/support/rendering/remotion-diagrams.js +0 -188
- package/dist/scenes/support/rendering/remotion-input.d.ts +0 -13
- package/dist/scenes/support/rendering/remotion-input.js +0 -291
- package/dist/scenes/support/rendering/remotion-visuals.d.ts +0 -29
- package/dist/scenes/support/rendering/remotion-visuals.js +0 -198
- package/dist/scenes/support/rendering/render-media-assets.d.ts +0 -9
- package/dist/scenes/support/rendering/render-media-assets.js +0 -117
- package/dist/scenes/support/rendering/render-report.d.ts +0 -10
- package/dist/scenes/support/rendering/render-report.js +0 -27
- package/dist/scenes/support/rendering/render.d.ts +0 -2
- package/dist/scenes/support/rendering/render.js +0 -218
- package/dist/scenes/support/reporting/diagnostics.d.ts +0 -5
- package/dist/scenes/support/reporting/diagnostics.js +0 -22
- package/dist/scenes/support/reporting/inspect.d.ts +0 -9
- package/dist/scenes/support/reporting/inspect.js +0 -64
- package/dist/scenes/support/reporting/logs.d.ts +0 -2
- package/dist/scenes/support/reporting/logs.js +0 -47
- package/dist/scenes/support/reporting/progress.d.ts +0 -17
- package/dist/scenes/support/reporting/progress.js +0 -24
- package/dist/scenes/support/reporting/reporter.d.ts +0 -3
- package/dist/scenes/support/reporting/reporter.js +0 -101
- package/dist/scenes/support/training/training-captions.d.ts +0 -14
- package/dist/scenes/support/training/training-captions.js +0 -98
- package/dist/scenes/support/training/training-report.d.ts +0 -10
- package/dist/scenes/support/training/training-report.js +0 -78
- package/dist/scenes/support/training/training-transcript.d.ts +0 -24
- package/dist/scenes/support/training/training-transcript.js +0 -206
- package/dist/scenes/support/training/training.d.ts +0 -10
- package/dist/scenes/support/training/training.js +0 -134
- package/dist/scenes/support/validation/schema.d.ts +0 -5
- package/dist/scenes/support/validation/schema.js +0 -5
- package/dist/scenes/support/validation/selectors.d.ts +0 -3
- package/dist/scenes/support/validation/selectors.js +0 -21
- package/dist/scenes/support/visual-audit/visual-audit-contact-sheets.d.ts +0 -6
- package/dist/scenes/support/visual-audit/visual-audit-contact-sheets.js +0 -119
- package/dist/scenes/support/visual-audit/visual-audit-report.d.ts +0 -11
- package/dist/scenes/support/visual-audit/visual-audit-report.js +0 -85
- package/dist/scenes/support/visual-audit/visual-audit-review.d.ts +0 -4
- package/dist/scenes/support/visual-audit/visual-audit-review.js +0 -4
- package/dist/scenes/support/visual-audit/visual-audit-routes.d.ts +0 -13
- package/dist/scenes/support/visual-audit/visual-audit-routes.js +0 -317
- package/dist/scenes/support/visual-audit/visual-audit.d.ts +0 -3
- package/dist/scenes/support/visual-audit/visual-audit.js +0 -3
- package/dist/scenes/testing/visual-audit-fixtures.d.ts +0 -25
- package/dist/scenes/testing/visual-audit-fixtures.js +0 -299
- package/dist/scenes/testing/visual-audit-tree-dx.d.ts +0 -17
- package/dist/scenes/testing/visual-audit-tree-dx.js +0 -67
- package/dist/scenes/types/scene-agent-lab.d.ts +0 -190
- package/dist/scenes/types/scene-agent-lab.js +0 -4
- package/dist/scenes/types/scene-checkpoint.d.ts +0 -212
- package/dist/scenes/types/scene-checkpoint.js +0 -0
- package/dist/scenes/types/scene-diagram.d.ts +0 -191
- package/dist/scenes/types/scene-diagram.js +0 -0
- package/dist/scenes/types/scene-evidence-artifact-kind.d.ts +0 -209
- package/dist/scenes/types/scene-evidence-artifact-kind.js +0 -0
- package/dist/scenes/types/scene-publish-plan-paths.d.ts +0 -249
- package/dist/scenes/types/scene-publish-plan-paths.js +0 -0
- package/dist/scenes/types/scene-render-input.d.ts +0 -240
- package/dist/scenes/types/scene-render-input.js +0 -0
- package/dist/scenes/types/scene-schema-version.d.ts +0 -257
- package/dist/scenes/types/scene-schema-version.js +0 -8
- package/dist/scenes/types/scene-timeline-writer.d.ts +0 -186
- package/dist/scenes/types/scene-timeline-writer.js +0 -0
- package/dist/scenes/types/scene-validation-report.d.ts +0 -206
- package/dist/scenes/types/scene-validation-report.js +0 -0
- package/dist/scenes/types/scene-visual-audit-finding.d.ts +0 -235
- package/dist/scenes/types/scene-visual-audit-finding.js +0 -0
- package/dist/scenes/types.d.ts +0 -10
- package/dist/scenes/types.js +0 -10
- package/dist/scenes/visual-audit/capture-route.d.ts +0 -33
- package/dist/scenes/visual-audit/capture-route.js +0 -221
- package/dist/scenes/visual-audit/run-scene-visual-audit.d.ts +0 -3
- package/dist/scenes/visual-audit/run-scene-visual-audit.js +0 -244
- package/dist/scenes/visual-audit/split-diagnostics.d.ts +0 -1718
- package/dist/scenes/visual-audit/split-diagnostics.js +0 -177
- package/dist/scenes/visual-audit-review/enrich-client-errors.d.ts +0 -59
- package/dist/scenes/visual-audit-review/enrich-client-errors.js +0 -256
- package/dist/scenes/visual-audit-review/format-owner-brief.d.ts +0 -12
- package/dist/scenes/visual-audit-review/format-owner-brief.js +0 -140
- package/dist/scenes/visual-audit-review/incident-title.d.ts +0 -49
- package/dist/scenes/visual-audit-review/incident-title.js +0 -266
- package/dist/scenes/visual-audit-review/severities.d.ts +0 -53
- package/dist/scenes/visual-audit-review/severities.js +0 -221
- package/dist/scripts/agents/fixture-tools.js +0 -29
- package/dist/scripts/build/build-dist.js +0 -306
- package/dist/scripts/build/build-tenant-worker.js +0 -36
- package/dist/scripts/build/check-build-warnings.js +0 -51
- package/dist/scripts/build/tenant-build.js +0 -44
- package/dist/scripts/capacity/capacity-core/generate-capacity-operator-parity.js +0 -13
- package/dist/scripts/configuration/config.js +0 -131
- package/dist/scripts/configuration/key-agent.js +0 -165
- package/dist/scripts/content/patch-starlight-content-path.js +0 -173
- package/dist/scripts/content/publish-content.js +0 -71
- package/dist/scripts/guarantees/migrate-journey-csv-to-guarantees.js +0 -140
- package/dist/scripts/hosting/deployment-readiness.js +0 -20
- package/dist/scripts/hosting/tenant-deploy.js +0 -220
- package/dist/scripts/hosting/test-cloudflare-local.js +0 -209
- package/dist/scripts/maintenance/cleanup-markdown.js +0 -377
- package/dist/scripts/maintenance/install-managed-dependencies.js +0 -12
- package/dist/scripts/maintenance/prepare.js +0 -10
- package/dist/scripts/maintenance/repair-extracted-class-interfaces.js +0 -36
- package/dist/scripts/operations/consolidate-workflow-lifecycle-tests.js +0 -87
- package/dist/scripts/operations/operations-runner-smoke.js +0 -16
- package/dist/scripts/operations/tenant-workflow-action.js +0 -131
- package/dist/scripts/packages/assert-release-tag-version.js +0 -21
- package/dist/scripts/packages/package-tools.js +0 -85
- package/dist/scripts/packages/publish-package.js +0 -93
- package/dist/scripts/packages/published-package-readback.js +0 -61
- package/dist/scripts/packages/release-verify.js +0 -106
- package/dist/scripts/packages/release-version.js +0 -16
- package/dist/scripts/packages/verify-published-package.js +0 -15
- package/dist/scripts/persistence/tenant-d1-migrate-local.js +0 -15
- package/dist/scripts/runtime/local-dev.js +0 -129
- package/dist/scripts/runtime/tenant-dev.js +0 -159
- package/dist/scripts/standards/acquire-accepted-baseline.js +0 -104
- package/dist/scripts/standards/build-contract-bundle.js +0 -52
- package/dist/scripts/standards/compare-compatibility.js +0 -49
- package/dist/scripts/standards/contract-models.js +0 -43
- package/dist/scripts/standards/create-release-evidence.js +0 -61
- package/dist/scripts/standards/package-acceptance.js +0 -43
- package/dist/scripts/standards/resolve-composition.js +0 -20
- package/dist/scripts/standards/verify-api-consumer.js +0 -76
- package/dist/scripts/templates/scaffold-site.js +0 -66
- package/dist/scripts/templates/sync-template.js +0 -20
- package/dist/scripts/templates/template-command.js +0 -31
- package/dist/scripts/templates/validate-templates.js +0 -6
- package/dist/scripts/tenant/tenant-astro-command.js +0 -3
- package/dist/scripts/tenant/tenant-destroy.js +0 -112
- package/dist/scripts/tenant/tenant-lint.js +0 -4
- package/dist/scripts/testing/cli-test-fixtures.js +0 -44
- package/dist/scripts/testing/run-fixture-astro-command.js +0 -18
- package/dist/scripts/testing/tenant-test.js +0 -4
- package/dist/scripts/testing/test-live-acceptance-cleanup-service.js +0 -57
- package/dist/scripts/testing/test-scaffold.js +0 -299
- package/dist/scripts/testing/test-smoke.js +0 -137
- package/dist/scripts/treedx/repositories/generate-treedx-openapi-types.js +0 -186
- package/dist/scripts/treedx/workspaces/workspace-command-e2e.js +0 -4
- package/dist/scripts/treedx/workspaces/workspace-lint.js +0 -15
- package/dist/scripts/treedx/workspaces/workspace-preflight.js +0 -22
- package/dist/scripts/treedx/workspaces/workspace-publish-changed-packages.js +0 -16
- package/dist/scripts/treedx/workspaces/workspace-release-test.js +0 -104
- package/dist/scripts/treedx/workspaces/workspace-release-verify.js +0 -81
- package/dist/scripts/treedx/workspaces/workspace-save.js +0 -64
- package/dist/scripts/treedx/workspaces/workspace-start-warning.js +0 -3
- package/dist/scripts/treedx/workspaces/workspace-test-unit.js +0 -4
- package/dist/scripts/treedx/workspaces/workspace-test.js +0 -17
- package/dist/scripts/verification/check-file-architecture.js +0 -114
- package/dist/scripts/verification/check-file-lengths.js +0 -46
- package/dist/scripts/verification/tenant-check.js +0 -6
- package/dist/scripts/verification/verify-driver.js +0 -39
- package/dist/scripts/workspace-command-e2e/root.js +0 -217
- package/dist/scripts/workspace-command-e2e/run-dev-session.js +0 -238
- package/dist/scripts/workspace-command-e2e/run-local-suite.js +0 -259
- package/dist/scripts/workspace-command-e2e/run-workspace-command-e2e.js +0 -24
- package/dist/sdk/accounts/resolve-dispatch-token.d.ts +0 -3
- package/dist/sdk/accounts/resolve-dispatch-token.js +0 -12
- package/dist/sdk/agents/list-agent-specs.d.ts +0 -5
- package/dist/sdk/agents/list-agent-specs.js +0 -8
- package/dist/sdk/agents/list-raw-agent-specs.d.ts +0 -4
- package/dist/sdk/agents/list-raw-agent-specs.js +0 -12
- package/dist/sdk/agents/scope-for-agent.d.ts +0 -3
- package/dist/sdk/agents/scope-for-agent.js +0 -7
- package/dist/sdk/build/build-context-pack.d.ts +0 -3
- package/dist/sdk/build/build-context-pack.js +0 -6
- package/dist/sdk/interface.d.ts +0 -57
- package/dist/sdk/interface.js +0 -0
- package/dist/sdk/methods.d.ts +0 -2
- package/dist/sdk/methods.js +0 -109
- package/dist/sdk/packages/get-release.d.ts +0 -3
- package/dist/sdk/packages/get-release.js +0 -7
- package/dist/sdk/packages/get-share-package.d.ts +0 -3
- package/dist/sdk/packages/get-share-package.js +0 -7
- package/dist/sdk/packages/list-releases.d.ts +0 -3
- package/dist/sdk/packages/list-releases.js +0 -7
- package/dist/sdk/packages/list-share-packages.d.ts +0 -3
- package/dist/sdk/packages/list-share-packages.js +0 -7
- package/dist/sdk/packages/release-all-leases.d.ts +0 -4
- package/dist/sdk/packages/release-all-leases.js +0 -7
- package/dist/sdk/packages/release-lease.d.ts +0 -3
- package/dist/sdk/packages/release-lease.js +0 -7
- package/dist/sdk/packages/upsert-release.d.ts +0 -5
- package/dist/sdk/packages/upsert-release.js +0 -7
- package/dist/sdk/packages/upsert-share-package.d.ts +0 -3
- package/dist/sdk/packages/upsert-share-package.js +0 -7
- package/dist/sdk/runtime/execute-dispatch-locally.d.ts +0 -3
- package/dist/sdk/runtime/execute-dispatch-locally.js +0 -47
- package/dist/sdk/seeds/resolve-seeds.d.ts +0 -3
- package/dist/sdk/seeds/resolve-seeds.js +0 -6
- package/dist/sdk/support/approvals/create-approval-request.d.ts +0 -3
- package/dist/sdk/support/approvals/create-approval-request.js +0 -7
- package/dist/sdk/support/approvals/decide-approval-request.d.ts +0 -3
- package/dist/sdk/support/approvals/decide-approval-request.js +0 -7
- package/dist/sdk/support/approvals/list-approval-requests.d.ts +0 -3
- package/dist/sdk/support/approvals/list-approval-requests.js +0 -7
- package/dist/sdk/support/create.d.ts +0 -3
- package/dist/sdk/support/create.js +0 -9
- package/dist/sdk/support/cursors/get-cursor.d.ts +0 -3
- package/dist/sdk/support/cursors/get-cursor.js +0 -7
- package/dist/sdk/support/cursors/upsert-cursor.d.ts +0 -3
- package/dist/sdk/support/cursors/upsert-cursor.js +0 -7
- package/dist/sdk/support/execution/record-run.d.ts +0 -3
- package/dist/sdk/support/execution/record-run.js +0 -7
- package/dist/sdk/support/get.d.ts +0 -3
- package/dist/sdk/support/get.js +0 -9
- package/dist/sdk/support/graph/explain-reference-chain.d.ts +0 -2
- package/dist/sdk/support/graph/explain-reference-chain.js +0 -6
- package/dist/sdk/support/graph/follow-references.d.ts +0 -3
- package/dist/sdk/support/graph/follow-references.js +0 -6
- package/dist/sdk/support/graph/follow.d.ts +0 -9
- package/dist/sdk/support/graph/follow.js +0 -11
- package/dist/sdk/support/graph/get-backlinks.d.ts +0 -7
- package/dist/sdk/support/graph/get-backlinks.js +0 -6
- package/dist/sdk/support/graph/get-neighbors.d.ts +0 -7
- package/dist/sdk/support/graph/get-neighbors.js +0 -6
- package/dist/sdk/support/graph/get-related.d.ts +0 -3
- package/dist/sdk/support/graph/get-related.js +0 -6
- package/dist/sdk/support/graph/resolve-reference.d.ts +0 -6
- package/dist/sdk/support/graph/resolve-reference.js +0 -6
- package/dist/sdk/support/messages/ack-message.d.ts +0 -6
- package/dist/sdk/support/messages/ack-message.js +0 -7
- package/dist/sdk/support/messages/claim-message.d.ts +0 -3
- package/dist/sdk/support/messages/claim-message.js +0 -9
- package/dist/sdk/support/messages/create-message.d.ts +0 -3
- package/dist/sdk/support/messages/create-message.js +0 -7
- package/dist/sdk/support/messages/dispatch.d.ts +0 -3
- package/dist/sdk/support/messages/dispatch.js +0 -42
- package/dist/sdk/support/messages/envelope.d.ts +0 -3
- package/dist/sdk/support/messages/envelope.js +0 -13
- package/dist/sdk/support/pick.d.ts +0 -3
- package/dist/sdk/support/pick.js +0 -11
- package/dist/sdk/support/read.d.ts +0 -9
- package/dist/sdk/support/read.js +0 -9
- package/dist/sdk/support/search/search-entities.d.ts +0 -3
- package/dist/sdk/support/search/search-entities.js +0 -6
- package/dist/sdk/support/search/search-files.d.ts +0 -3
- package/dist/sdk/support/search/search-files.js +0 -6
- package/dist/sdk/support/search/search-sections.d.ts +0 -3
- package/dist/sdk/support/search/search-sections.js +0 -6
- package/dist/sdk/support/search/search.d.ts +0 -3
- package/dist/sdk/support/search/search.js +0 -11
- package/dist/sdk/support/update.d.ts +0 -3
- package/dist/sdk/support/update.js +0 -9
- package/dist/sdk/support/workstreams/append-workstream-event.d.ts +0 -3
- package/dist/sdk/support/workstreams/append-workstream-event.js +0 -7
- package/dist/sdk/support/workstreams/get-workstream.d.ts +0 -3
- package/dist/sdk/support/workstreams/get-workstream.js +0 -7
- package/dist/sdk/support/workstreams/list-workstreams.d.ts +0 -3
- package/dist/sdk/support/workstreams/list-workstreams.js +0 -7
- package/dist/sdk/support/workstreams/upsert-workstream.d.ts +0 -3
- package/dist/sdk/support/workstreams/upsert-workstream.js +0 -7
- package/dist/sdk/teams/upsert-team-inbox-item.d.ts +0 -3
- package/dist/sdk/teams/upsert-team-inbox-item.js +0 -7
- package/dist/sdk/treedx/graph/get-graph-node.d.ts +0 -2
- package/dist/sdk/treedx/graph/get-graph-node.js +0 -6
- package/dist/sdk/treedx/graph/get-subgraph.d.ts +0 -3
- package/dist/sdk/treedx/graph/get-subgraph.js +0 -6
- package/dist/sdk/treedx/graph/parse-graph-dsl.d.ts +0 -3
- package/dist/sdk/treedx/graph/parse-graph-dsl.js +0 -6
- package/dist/sdk/treedx/graph/query-graph.d.ts +0 -3
- package/dist/sdk/treedx/graph/query-graph.js +0 -6
- package/dist/sdk/treedx/graph/refresh-graph.d.ts +0 -3
- package/dist/sdk/treedx/graph/refresh-graph.js +0 -6
- package/dist/sdk-types/commerce/capacity/commerce-capacity-listing-input.d.ts +0 -250
- package/dist/sdk-types/commerce/capacity/commerce-capacity-listing-input.js +0 -0
- package/dist/sdk-types/commerce/catalog/upsert-catalog-item-request.js +0 -0
- package/dist/sdk-types/commerce/governance/commerce-governance-states.d.ts +0 -42
- package/dist/sdk-types/commerce/governance/commerce-governance-states.js +0 -198
- package/dist/sdk-types/commerce/payments/commerce-entitlement.d.ts +0 -244
- package/dist/sdk-types/commerce/payments/commerce-entitlement.js +0 -0
- package/dist/sdk-types/commerce/payments/commerce-subscription-statuses.d.ts +0 -77
- package/dist/sdk-types/commerce/payments/commerce-subscription-statuses.js +0 -166
- package/dist/sdk-types/commerce/services/commerce-service-contract.d.ts +0 -247
- package/dist/sdk-types/commerce/services/commerce-service-contract.js +0 -0
- package/dist/sdk-types/commerce/vendors/commerce-stripe-onboarding-request-input.d.ts +0 -233
- package/dist/sdk-types/commerce/vendors/commerce-stripe-onboarding-request-input.js +0 -0
- package/dist/secrets-capability/service-vault-crypto.d.ts +0 -20
- package/dist/secrets-capability/service-vault-crypto.js +0 -278
- package/dist/seeds/errors.d.ts +0 -5
- package/dist/seeds/errors.js +0 -22
- package/dist/seeds/index.d.ts +0 -63
- package/dist/seeds/index.js +0 -116
- package/dist/seeds/licensing/portfolio-license.d.ts +0 -60
- package/dist/seeds/licensing/portfolio-license.js +0 -130
- package/dist/seeds/loader.d.ts +0 -8
- package/dist/seeds/loader.js +0 -32
- package/dist/seeds/normalize.d.ts +0 -13
- package/dist/seeds/normalize.js +0 -156
- package/dist/seeds/planner.d.ts +0 -10
- package/dist/seeds/planner.js +0 -144
- package/dist/seeds/reconciliation/repository-units.d.ts +0 -3
- package/dist/seeds/reconciliation/repository-units.js +0 -175
- package/dist/seeds/repositories/content-cutover.d.ts +0 -43
- package/dist/seeds/repositories/content-cutover.js +0 -141
- package/dist/seeds/repositories/organization-reference-migration.d.ts +0 -45
- package/dist/seeds/repositories/organization-reference-migration.js +0 -136
- package/dist/seeds/repositories/repository-history.d.ts +0 -135
- package/dist/seeds/repositories/repository-history.js +0 -343
- package/dist/seeds/repositories/source-repository-history.d.ts +0 -85
- package/dist/seeds/repositories/source-repository-history.js +0 -123
- package/dist/seeds/repositories/support-repository-workflow.d.ts +0 -73
- package/dist/seeds/repositories/support-repository-workflow.js +0 -127
- package/dist/seeds/runtime/local-capacity.d.ts +0 -65
- package/dist/seeds/runtime/local-capacity.js +0 -400
- package/dist/seeds/schema/array-bucket.d.ts +0 -7
- package/dist/seeds/schema/array-bucket.js +0 -261
- package/dist/seeds/schema/parse-project.d.ts +0 -15
- package/dist/seeds/schema/parse-project.js +0 -253
- package/dist/seeds/schema/resource-buckets.d.ts +0 -35
- package/dist/seeds/schema/resource-buckets.js +0 -312
- package/dist/seeds/schema.d.ts +0 -3
- package/dist/seeds/schema.js +0 -3
- package/dist/seeds/types.d.ts +0 -240
- package/dist/seeds/types.js +0 -12
- package/dist/seeds/workspaces/admin-descriptor-migration.d.ts +0 -37
- package/dist/seeds/workspaces/admin-descriptor-migration.js +0 -99
- package/dist/seeds/workspaces/gateway-contract-migration.d.ts +0 -31
- package/dist/seeds/workspaces/gateway-contract-migration.js +0 -176
- package/dist/seeds/workspaces/managed-workspace-overlay.d.ts +0 -10
- package/dist/seeds/workspaces/managed-workspace-overlay.js +0 -28
- package/dist/seeds/workspaces/market-api-package-lock.d.ts +0 -2
- package/dist/seeds/workspaces/market-api-package-lock.js +0 -38
- package/dist/seeds/workspaces/market-api-workspace.d.ts +0 -60
- package/dist/seeds/workspaces/market-api-workspace.js +0 -528
- package/dist/seeds/workspaces/platform-workspace-history.d.ts +0 -124
- package/dist/seeds/workspaces/platform-workspace-history.js +0 -312
- package/dist/stores/cursor-store.d.ts +0 -10
- package/dist/stores/cursor-store.js +0 -164
- package/dist/stores/envelopes.d.ts +0 -116
- package/dist/stores/envelopes.js +0 -219
- package/dist/stores/helpers.d.ts +0 -12
- package/dist/stores/helpers.js +0 -42
- package/dist/stores/lease-store.d.ts +0 -18
- package/dist/stores/lease-store.js +0 -189
- package/dist/stores/message-store.d.ts +0 -12
- package/dist/stores/message-store.js +0 -273
- package/dist/stores/operational-store.d.ts +0 -11
- package/dist/stores/operational-store.js +0 -214
- package/dist/stores/project-workflow-store/json-record.d.ts +0 -29
- package/dist/stores/project-workflow-store/json-record.js +0 -223
- package/dist/stores/project-workflow-store/sqlite-project-workflow-store.d.ts +0 -37
- package/dist/stores/project-workflow-store/sqlite-project-workflow-store.js +0 -271
- package/dist/stores/project-workflow-store.d.ts +0 -2
- package/dist/stores/project-workflow-store.js +0 -2
- package/dist/stores/run-store.d.ts +0 -9
- package/dist/stores/run-store.js +0 -75
- package/dist/stores/subscription-store.d.ts +0 -8
- package/dist/stores/subscription-store.js +0 -73
- package/dist/testing/fixture-support.d.ts +0 -24
- package/dist/testing/fixture-support.js +0 -385
- package/dist/treedx/accounts/auth.d.ts +0 -17
- package/dist/treedx/accounts/auth.js +0 -48
- package/dist/treedx/accounts/repository-name.d.ts +0 -2
- package/dist/treedx/accounts/repository-name.js +0 -10
- package/dist/treedx/changesets/unified-diff.d.ts +0 -7
- package/dist/treedx/changesets/unified-diff.js +0 -56
- package/dist/treedx/client/accounts/contracts/auth-mode.d.ts +0 -3
- package/dist/treedx/client/accounts/contracts/auth-mode.js +0 -6
- package/dist/treedx/client/build/creation/build-context.d.ts +0 -3
- package/dist/treedx/client/build/creation/build-context.js +0 -7
- package/dist/treedx/client/build/creation/build-snapshot.d.ts +0 -3
- package/dist/treedx/client/build/creation/build-snapshot.js +0 -8
- package/dist/treedx/client/capacity/allocations/contracts/put-capability-grant.d.ts +0 -3
- package/dist/treedx/client/capacity/allocations/contracts/put-capability-grant.js +0 -7
- package/dist/treedx/client/capacity/allocations/queries/list-capability-grants.d.ts +0 -6
- package/dist/treedx/client/capacity/allocations/queries/list-capability-grants.js +0 -10
- package/dist/treedx/client/methods.d.ts +0 -102
- package/dist/treedx/client/methods.js +0 -209
- package/dist/treedx/client/persistence/contracts/restore-storage.d.ts +0 -3
- package/dist/treedx/client/persistence/contracts/restore-storage.js +0 -6
- package/dist/treedx/client/persistence/lifecycle/verify-storage-restore.d.ts +0 -3
- package/dist/treedx/client/persistence/lifecycle/verify-storage-restore.js +0 -6
- package/dist/treedx/client/repositories/creation/register-repository.d.ts +0 -3
- package/dist/treedx/client/repositories/creation/register-repository.js +0 -7
- package/dist/treedx/client/repositories/queries/get-repository.d.ts +0 -3
- package/dist/treedx/client/repositories/queries/get-repository.js +0 -7
- package/dist/treedx/client/repositories/queries/list-repository-paths.d.ts +0 -3
- package/dist/treedx/client/repositories/queries/list-repository-paths.js +0 -7
- package/dist/treedx/client/repositories/queries/list-repository-refs.d.ts +0 -3
- package/dist/treedx/client/repositories/queries/list-repository-refs.js +0 -12
- package/dist/treedx/client/repositories/queries/query-repository.d.ts +0 -3
- package/dist/treedx/client/repositories/queries/query-repository.js +0 -7
- package/dist/treedx/client/repositories/queries/read-repository-file.d.ts +0 -3
- package/dist/treedx/client/repositories/queries/read-repository-file.js +0 -6
- package/dist/treedx/client/repositories/queries/read-repository-files.d.ts +0 -3
- package/dist/treedx/client/repositories/queries/read-repository-files.js +0 -7
- package/dist/treedx/client/repositories/queries/search-repository-files.d.ts +0 -3
- package/dist/treedx/client/repositories/queries/search-repository-files.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/artifacts/contracts/download-artifact.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/artifacts/contracts/download-artifact.js +0 -9
- package/dist/treedx/client/support/contracts/treedx/authorization/contracts/whoami.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/authorization/contracts/whoami.js +0 -6
- package/dist/treedx/client/support/contracts/treedx/graph/contracts/parse-context-dsl.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/graph/contracts/parse-context-dsl.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/health/contracts/deep-health.d.ts +0 -5
- package/dist/treedx/client/support/contracts/treedx/health/contracts/deep-health.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/health/contracts/health.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/health/contracts/health.js +0 -6
- package/dist/treedx/client/support/contracts/treedx/health/contracts/metrics.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/health/contracts/metrics.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/health/contracts/prometheus-metrics.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/health/contracts/prometheus-metrics.js +0 -19
- package/dist/treedx/client/support/contracts/treedx/health/contracts/ready.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/health/contracts/ready.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/health/contracts/status.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/health/contracts/status.js +0 -6
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/commit.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/commit.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/diff.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/diff.js +0 -6
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/fetch-remote.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/fetch-remote.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/push.d.ts +0 -6
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/push.js +0 -23
- package/dist/treedx/client/support/contracts/treedx/search/contracts/compact-search-index.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/search/contracts/compact-search-index.js +0 -8
- package/dist/treedx/client/support/contracts/treedx/search/contracts/search.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/search/contracts/search.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/storage/contracts/backup-storage.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/storage/contracts/backup-storage.js +0 -8
- package/dist/treedx/client/support/contracts/treedx/storage/contracts/compact-storage.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/storage/contracts/compact-storage.js +0 -8
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/assert-binary-ok.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/assert-binary-ok.js +0 -15
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/fetch-with-timeout.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/fetch-with-timeout.js +0 -38
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/headers.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/headers.js +0 -15
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/parse-json-response.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/parse-json-response.js +0 -15
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/query.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/query.js +0 -14
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/repo-id.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/repo-id.js +0 -14
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/request.d.ts +0 -6
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/request.js +0 -41
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/throw-api-error.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/throw-api-error.js +0 -14
- package/dist/treedx/client/support/contracts/treedx/workspaces/contracts/exec.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/workspaces/contracts/exec.js +0 -7
- package/dist/treedx/client/support/creation/apply-changeset.d.ts +0 -3
- package/dist/treedx/client/support/creation/apply-changeset.js +0 -10
- package/dist/treedx/client/support/creation/apply-storage-migration.d.ts +0 -3
- package/dist/treedx/client/support/creation/apply-storage-migration.js +0 -7
- package/dist/treedx/client/support/creation/create-migration.d.ts +0 -6
- package/dist/treedx/client/support/creation/create-migration.js +0 -7
- package/dist/treedx/client/support/creation/export-artifact.d.ts +0 -3
- package/dist/treedx/client/support/creation/export-artifact.js +0 -8
- package/dist/treedx/client/support/creation/plan-storage-migration.d.ts +0 -3
- package/dist/treedx/client/support/creation/plan-storage-migration.js +0 -7
- package/dist/treedx/client/support/creation/request-binary.d.ts +0 -6
- package/dist/treedx/client/support/creation/request-binary.js +0 -42
- package/dist/treedx/client/support/creation/write-file.d.ts +0 -3
- package/dist/treedx/client/support/creation/write-file.js +0 -10
- package/dist/treedx/client/support/creation/write-files.d.ts +0 -3
- package/dist/treedx/client/support/creation/write-files.js +0 -12
- package/dist/treedx/client/support/queries/treedx/artifacts/queries/get-artifact.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/artifacts/queries/get-artifact.js +0 -7
- package/dist/treedx/client/support/queries/treedx/artifacts/queries/list-artifacts.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/artifacts/queries/list-artifacts.js +0 -7
- package/dist/treedx/client/support/queries/treedx/authorization/queries/effective-scope.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/authorization/queries/effective-scope.js +0 -9
- package/dist/treedx/client/support/queries/treedx/authorization/queries/list-capabilities.d.ts +0 -4
- package/dist/treedx/client/support/queries/treedx/authorization/queries/list-capabilities.js +0 -6
- package/dist/treedx/client/support/queries/treedx/federation/queries/get-placement.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/federation/queries/get-placement.js +0 -7
- package/dist/treedx/client/support/queries/treedx/graph/queries/get-node.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/graph/queries/get-node.js +0 -7
- package/dist/treedx/client/support/queries/treedx/graph/queries/get-related.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/graph/queries/get-related.js +0 -7
- package/dist/treedx/client/support/queries/treedx/graph/queries/list-nodes.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/graph/queries/list-nodes.js +0 -7
- package/dist/treedx/client/support/queries/treedx/repositories/queries/list-tree.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/repositories/queries/list-tree.js +0 -10
- package/dist/treedx/client/support/queries/treedx/repositories/queries/read-file.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/repositories/queries/read-file.js +0 -9
- package/dist/treedx/client/support/queries/treedx/search/queries/get-search-index-status.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/search/queries/get-search-index-status.js +0 -7
- package/dist/treedx/client/support/queries/treedx/storage/queries/get-migration.d.ts +0 -6
- package/dist/treedx/client/support/queries/treedx/storage/queries/get-migration.js +0 -7
- package/dist/treedx/client/support/queries/treedx/storage/queries/get-snapshot.d.ts +0 -6
- package/dist/treedx/client/support/queries/treedx/storage/queries/get-snapshot.js +0 -7
- package/dist/treedx/client/support/queries/treedx/storage/queries/list-storage-migrations.d.ts +0 -6
- package/dist/treedx/client/support/queries/treedx/storage/queries/list-storage-migrations.js +0 -6
- package/dist/treedx/client/support/queries/treedx/transport/queries/list-audit-events.d.ts +0 -15
- package/dist/treedx/client/support/queries/treedx/transport/queries/list-audit-events.js +0 -6
- package/dist/treedx/client/support/queries/treedx/transport/queries/list-repositories.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/transport/queries/list-repositories.js +0 -7
- package/dist/treedx/client/support/retirement/cleanup-artifacts.d.ts +0 -3
- package/dist/treedx/client/support/retirement/cleanup-artifacts.js +0 -7
- package/dist/treedx/client/support/retirement/delete-artifact.d.ts +0 -3
- package/dist/treedx/client/support/retirement/delete-artifact.js +0 -7
- package/dist/treedx/client/support/retirement/delete-file.d.ts +0 -3
- package/dist/treedx/client/support/retirement/delete-file.js +0 -10
- package/dist/treedx/client/support/retirement/rollback-storage-migration.d.ts +0 -3
- package/dist/treedx/client/support/retirement/rollback-storage-migration.js +0 -7
- package/dist/treedx/client/support/updates/patch-file.d.ts +0 -3
- package/dist/treedx/client/support/updates/patch-file.js +0 -10
- package/dist/treedx/client/support/updates/refresh-search-index.d.ts +0 -3
- package/dist/treedx/client/support/updates/refresh-search-index.js +0 -8
- package/dist/treedx/client/treedx/blobs/contracts/download-blob.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/contracts/download-blob.js +0 -6
- package/dist/treedx/client/treedx/blobs/creation/create-blob-upload.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/creation/create-blob-upload.js +0 -8
- package/dist/treedx/client/treedx/blobs/creation/request-blob-download.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/creation/request-blob-download.js +0 -27
- package/dist/treedx/client/treedx/blobs/creation/request-blob-upload.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/creation/request-blob-upload.js +0 -41
- package/dist/treedx/client/treedx/blobs/creation/upload-blob-part.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/creation/upload-blob-part.js +0 -27
- package/dist/treedx/client/treedx/blobs/creation/upload-blob.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/creation/upload-blob.js +0 -6
- package/dist/treedx/client/treedx/blobs/creation/write-blob.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/creation/write-blob.js +0 -8
- package/dist/treedx/client/treedx/blobs/lifecycle/complete-blob-upload.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/lifecycle/complete-blob-upload.js +0 -8
- package/dist/treedx/client/treedx/blobs/queries/read-blob.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/queries/read-blob.js +0 -10
- package/dist/treedx/client/treedx/blobs/retirement/abort-blob-upload.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/retirement/abort-blob-upload.js +0 -7
- package/dist/treedx/client/treedx/blobs/retirement/delete-blob.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/retirement/delete-blob.js +0 -8
- package/dist/treedx/client/treedx/federation/contracts/federated-query.d.ts +0 -3
- package/dist/treedx/client/treedx/federation/contracts/federated-query.js +0 -7
- package/dist/treedx/client/treedx/federation/creation/plan-federated-query.d.ts +0 -3
- package/dist/treedx/client/treedx/federation/creation/plan-federated-query.js +0 -6
- package/dist/treedx/client/treedx/federation/queries/check-mirror-health.d.ts +0 -3
- package/dist/treedx/client/treedx/federation/queries/check-mirror-health.js +0 -7
- package/dist/treedx/client/treedx/federation/updates/promote-mirror.d.ts +0 -3
- package/dist/treedx/client/treedx/federation/updates/promote-mirror.js +0 -7
- package/dist/treedx/client/treedx/federation/updates/sync-mirror.d.ts +0 -3
- package/dist/treedx/client/treedx/federation/updates/sync-mirror.js +0 -7
- package/dist/treedx/client/treedx/graph/contracts/federated-context.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/contracts/federated-context.js +0 -7
- package/dist/treedx/client/treedx/graph/contracts/federated-graph.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/contracts/federated-graph.js +0 -7
- package/dist/treedx/client/treedx/graph/contracts/graph-search.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/contracts/graph-search.js +0 -8
- package/dist/treedx/client/treedx/graph/queries/get-graph-node.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/queries/get-graph-node.js +0 -10
- package/dist/treedx/client/treedx/graph/queries/get-graph-refresh-job.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/queries/get-graph-refresh-job.js +0 -7
- package/dist/treedx/client/treedx/graph/queries/get-subgraph.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/queries/get-subgraph.js +0 -7
- package/dist/treedx/client/treedx/graph/queries/query-graph.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/queries/query-graph.js +0 -7
- package/dist/treedx/client/treedx/graph/queries/search-graph-entities.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/queries/search-graph-entities.js +0 -6
- package/dist/treedx/client/treedx/graph/queries/search-graph-files.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/queries/search-graph-files.js +0 -6
- package/dist/treedx/client/treedx/graph/queries/search-graph-sections.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/queries/search-graph-sections.js +0 -6
- package/dist/treedx/client/treedx/graph/updates/refresh-graph.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/updates/refresh-graph.js +0 -7
- package/dist/treedx/client/treedx/search/contracts/federated-search.d.ts +0 -3
- package/dist/treedx/client/treedx/search/contracts/federated-search.js +0 -7
- package/dist/treedx/client/treedx/workspaces/creation/create-workspace.d.ts +0 -3
- package/dist/treedx/client/treedx/workspaces/creation/create-workspace.js +0 -7
- package/dist/treedx/client/treedx/workspaces/retirement/abandon-workspace.d.ts +0 -3
- package/dist/treedx/client/treedx/workspaces/retirement/abandon-workspace.js +0 -12
- package/dist/treedx/client/treedx/workspaces/retirement/close-workspace.d.ts +0 -2
- package/dist/treedx/client/treedx/workspaces/retirement/close-workspace.js +0 -6
- package/dist/treedx/federation/federated-client.d.ts +0 -27
- package/dist/treedx/federation/federated-client.js +0 -158
- package/dist/treedx/generated/openapi-types.d.ts +0 -3662
- package/dist/treedx/generated/openapi-types.js +0 -0
- package/dist/treedx/graph/graph-adapter.d.ts +0 -33
- package/dist/treedx/graph/graph-adapter.js +0 -156
- package/dist/treedx/graph/graph.d.ts +0 -52
- package/dist/treedx/graph/graph.js +0 -133
- package/dist/treedx/reconciliation/adapters.d.ts +0 -6
- package/dist/treedx/reconciliation/adapters.js +0 -36
- package/dist/treedx/reconciliation/query-adapter.d.ts +0 -19
- package/dist/treedx/reconciliation/query-adapter.js +0 -62
- package/dist/treedx/reconciliation/repository-adapter.d.ts +0 -54
- package/dist/treedx/reconciliation/repository-adapter.js +0 -374
- package/dist/treedx/repositories/treedx-backends.d.ts +0 -4
- package/dist/treedx/repositories/treedx-backends.js +0 -4
- package/dist/treedx/support/client.d.ts +0 -251
- package/dist/treedx/support/client.js +0 -252
- package/dist/treedx/support/errors.d.ts +0 -13
- package/dist/treedx/support/errors.js +0 -17
- package/dist/treedx/support/market-integration.d.ts +0 -27
- package/dist/treedx/support/market-integration.js +0 -162
- package/dist/treedx/support/ports.d.ts +0 -166
- package/dist/treedx/support/ports.js +0 -231
- package/dist/treedx/support/registry-client.d.ts +0 -11
- package/dist/treedx/support/registry-client.js +0 -19
- package/dist/treedx/support/sdk-integration.d.ts +0 -27
- package/dist/treedx/support/sdk-integration.js +0 -63
- package/dist/treedx/types/tree-dx-actor.d.ts +0 -209
- package/dist/treedx/types/tree-dx-actor.js +0 -8
- package/dist/treedx/types/tree-dx-artifact-list-response.d.ts +0 -13
- package/dist/treedx/types/tree-dx-artifact-list-response.js +0 -0
- package/dist/treedx/types/tree-dx-changeset.d.ts +0 -51
- package/dist/treedx/types/tree-dx-changeset.js +0 -6
- package/dist/treedx/types/tree-dx-context-request.d.ts +0 -245
- package/dist/treedx/types/tree-dx-context-request.js +0 -0
- package/dist/treedx/types/tree-dx-exec-result.d.ts +0 -249
- package/dist/treedx/types/tree-dx-exec-result.js +0 -0
- package/dist/treedx/types/tree-dx-list-tree-request.d.ts +0 -222
- package/dist/treedx/types/tree-dx-list-tree-request.js +0 -0
- package/dist/treedx/types/tree-dx-push-request.d.ts +0 -229
- package/dist/treedx/types/tree-dx-push-request.js +0 -0
- package/dist/treedx/workspaces/workspace-adapter.d.ts +0 -28
- package/dist/treedx/workspaces/workspace-adapter.js +0 -68
- package/dist/treedx-backends/normalize-path-rule.d.ts +0 -57
- package/dist/treedx-backends/normalize-path-rule.js +0 -148
- package/dist/treedx-backends/tree-dx-content-backend.d.ts +0 -86
- package/dist/treedx-backends/tree-dx-content-backend.js +0 -303
- package/dist/treedx-backends/tree-dx-graph-backend.d.ts +0 -43
- package/dist/treedx-backends/tree-dx-graph-backend.js +0 -99
- package/dist/treedx-backends/tree-dx-repository-hint.d.ts +0 -97
- package/dist/treedx-backends/tree-dx-repository-hint.js +0 -159
- package/dist/treeseed/services/compose.yml +0 -6
- package/dist/treeseed/template-catalog/catalog.fixture.json +0 -215
- package/dist/types/cloudflare.d.ts +0 -54
- package/dist/types/cloudflare.js +0 -0
- package/dist/verification/create-workspace-act-workflow.d.ts +0 -16
- package/dist/verification/create-workspace-act-workflow.js +0 -223
- package/dist/verification/run-verify-driver.d.ts +0 -7
- package/dist/verification/run-verify-driver.js +0 -71
- package/dist/verification/verify-driver.d.ts +0 -60
- package/dist/verification/verify-driver.js +0 -168
- package/dist/workflow/operations/commerce/catalog/back-merge-production-into-staging.d.ts +0 -90
- package/dist/workflow/operations/commerce/catalog/back-merge-production-into-staging.js +0 -241
- package/dist/workflow/operations/commerce/catalog/run-release-production-guarantees.d.ts +0 -79
- package/dist/workflow/operations/commerce/catalog/run-release-production-guarantees.js +0 -235
- package/dist/workflow/operations/configuration/workflow-config.d.ts +0 -192
- package/dist/workflow/operations/configuration/workflow-config.js +0 -345
- package/dist/workflow/operations/coordination/integration-change-set.d.ts +0 -95
- package/dist/workflow/operations/coordination/integration-change-set.js +0 -335
- package/dist/workflow/operations/coordination/staging-candidate-workflow-gates.d.ts +0 -46
- package/dist/workflow/operations/coordination/staging-candidate-workflow-gates.js +0 -287
- package/dist/workflow/operations/coordination/workflow-ci.d.ts +0 -23
- package/dist/workflow/operations/coordination/workflow-ci.js +0 -69
- package/dist/workflow/operations/coordination/workflow-destroy.d.ts +0 -180
- package/dist/workflow/operations/coordination/workflow-destroy.js +0 -162
- package/dist/workflow/operations/guarantees/workflow-proof.d.ts +0 -87
- package/dist/workflow/operations/guarantees/workflow-proof.js +0 -285
- package/dist/workflow/operations/packages/collect-published-release-artifact-checks.d.ts +0 -71
- package/dist/workflow/operations/packages/collect-published-release-artifact-checks.js +0 -238
- package/dist/workflow/operations/packages/collect-release-plan-blockers.d.ts +0 -39
- package/dist/workflow/operations/packages/collect-release-plan-blockers.js +0 -280
- package/dist/workflow/operations/packages/normalize-release-candidate-mode.d.ts +0 -43
- package/dist/workflow/operations/packages/normalize-release-candidate-mode.js +0 -222
- package/dist/workflow/operations/packages/plan-root-package-version.d.ts +0 -57
- package/dist/workflow/operations/packages/plan-root-package-version.js +0 -245
- package/dist/workflow/operations/packages/prepare-fresh-release-run.d.ts +0 -31
- package/dist/workflow/operations/packages/prepare-fresh-release-run.js +0 -264
- package/dist/workflow/operations/packages/release-admin-message.d.ts +0 -62
- package/dist/workflow/operations/packages/release-admin-message.js +0 -215
- package/dist/workflow/operations/reconciliation/reconcile-save-hosted-environment.d.ts +0 -72
- package/dist/workflow/operations/reconciliation/reconcile-save-hosted-environment.js +0 -260
- package/dist/workflow/operations/reconciliation/run-release-gate-reconcile-facade.d.ts +0 -43
- package/dist/workflow/operations/reconciliation/run-release-gate-reconcile-facade.js +0 -127
- package/dist/workflow/operations/recovery/fail-workflow-run.d.ts +0 -62
- package/dist/workflow/operations/recovery/fail-workflow-run.js +0 -266
- package/dist/workflow/operations/recovery/recover-save-integration.d.ts +0 -16
- package/dist/workflow/operations/recovery/recover-save-integration.js +0 -51
- package/dist/workflow/operations/recovery/workflow-resume.d.ts +0 -119
- package/dist/workflow/operations/recovery/workflow-resume.js +0 -240
- package/dist/workflow/operations/recovery/workflow-write.d.ts +0 -57
- package/dist/workflow/operations/recovery/workflow-write.js +0 -227
- package/dist/workflow/operations/recovery/workspace-artifact-state.d.ts +0 -18
- package/dist/workflow/operations/recovery/workspace-artifact-state.js +0 -59
- package/dist/workflow/operations/release/workflow-release.d.ts +0 -372
- package/dist/workflow/operations/release/workflow-release.js +0 -497
- package/dist/workflow/operations/repositories/gates-for-saved-repository-reports.d.ts +0 -49
- package/dist/workflow/operations/repositories/gates-for-saved-repository-reports.js +0 -226
- package/dist/workflow/operations/support/cleanup-stage-source-branches.d.ts +0 -20
- package/dist/workflow/operations/support/cleanup-stage-source-branches.js +0 -52
- package/dist/workflow/operations/support/create-repo-report.d.ts +0 -64
- package/dist/workflow/operations/support/create-repo-report.js +0 -224
- package/dist/workflow/operations/support/resolve-generated-dependency-conflict.d.ts +0 -7
- package/dist/workflow/operations/support/resolve-generated-dependency-conflict.js +0 -89
- package/dist/workflow/operations/support/sync-current-branch-to-origin.d.ts +0 -222
- package/dist/workflow/operations/support/sync-current-branch-to-origin.js +0 -258
- package/dist/workflow/operations/support/update-ahead-behind.d.ts +0 -69
- package/dist/workflow/operations/support/update-ahead-behind.js +0 -220
- package/dist/workflow/operations/support/workflow-helpers.d.ts +0 -22
- package/dist/workflow/operations/support/workflow-helpers.js +0 -114
- package/dist/workflow/operations/workspace-lifecycle/workflow-close.d.ts +0 -275
- package/dist/workflow/operations/workspace-lifecycle/workflow-close.js +0 -230
- package/dist/workflow/operations/workspace-lifecycle/workflow-save.d.ts +0 -135
- package/dist/workflow/operations/workspace-lifecycle/workflow-save.js +0 -522
- package/dist/workflow/operations/workspace-lifecycle/workflow-stage.d.ts +0 -45
- package/dist/workflow/operations/workspace-lifecycle/workflow-stage.js +0 -330
- package/dist/workflow/operations/workspace-lifecycle/workflow-switch.d.ts +0 -35
- package/dist/workflow/operations/workspace-lifecycle/workflow-switch.js +0 -295
- package/dist/workflow/operations/workspace-lifecycle/workflow-update.d.ts +0 -152
- package/dist/workflow/operations/workspace-lifecycle/workflow-update.js +0 -286
- package/dist/workflow/operations.d.ts +0 -31
- package/dist/workflow/operations.js +0 -31
- package/dist/workflow/policy.d.ts +0 -15
- package/dist/workflow/policy.js +0 -73
- package/dist/workflow/runs/ensure-workflow-exclude-rule.d.ts +0 -85
- package/dist/workflow/runs/ensure-workflow-exclude-rule.js +0 -292
- package/dist/workflow/runs/get-cached-successful-workflow-gate.d.ts +0 -24
- package/dist/workflow/runs/get-cached-successful-workflow-gate.js +0 -158
- package/dist/workflow/runs/update-workflow-run-journal.d.ts +0 -28
- package/dist/workflow/runs/update-workflow-run-journal.js +0 -230
- package/dist/workflow/runs/workflow-run-command.d.ts +0 -113
- package/dist/workflow/runs/workflow-run-command.js +0 -140
- package/dist/workflow/runs.d.ts +0 -4
- package/dist/workflow/runs.js +0 -4
- package/dist/workflow/session.d.ts +0 -37
- package/dist/workflow/session.js +0 -189
- package/dist/workflow/worktrees.d.ts +0 -77
- package/dist/workflow/worktrees.js +0 -338
- package/dist/workflow-state/branch-role.d.ts +0 -239
- package/dist/workflow-state/branch-role.js +0 -45
- package/dist/workflow-state/readiness-for-environment.d.ts +0 -61
- package/dist/workflow-state/readiness-for-environment.js +0 -217
- package/dist/workflow-state/recommend-next-steps.d.ts +0 -2
- package/dist/workflow-state/recommend-next-steps.js +0 -99
- package/dist/workflow-state/resolve-workflow-state.d.ts +0 -2
- package/dist/workflow-state/resolve-workflow-state.js +0 -426
- package/dist/workflow-state/safe-release-history.d.ts +0 -23
- package/dist/workflow-state/safe-release-history.js +0 -78
- package/drizzle/d1/0000_treeseed_d1.sql +0 -19
- package/drizzle/market/0000_market_control_plane.sql +0 -4064
- package/drizzle/market/0001_feedback_management.sql +0 -110
- package/drizzle/market/0001_knowledge_collaboration.sql +0 -37
- package/drizzle/market/0002_knowledge_pack_workflow.sql +0 -79
- package/drizzle/market/0003_knowledge_review_snapshot.sql +0 -2
- package/drizzle/market/0004_remote_provider_publication.sql +0 -193
- package/drizzle/market/0005_remote_delivery_operation_scope.sql +0 -9
- package/drizzle/market/0006_workflow_run_provenance.sql +0 -17
- package/drizzle/market/0007_transient_workflow_configuration.sql +0 -6
- package/drizzle/market/0008_guide_editorial_review.sql +0 -27
- package/drizzle/market/0009_capacity_workday_schedules.sql +0 -30
- package/drizzle/market/0010_agent_lab_realtime_preferences.sql +0 -2
- package/drizzle/market/0011_seed_team_membership_claims.sql +0 -20
- package/drizzle/market/0012_signal_time_planning.sql +0 -82
- package/drizzle/market/0013_planning_participant_nodes.sql +0 -8
- package/drizzle/market/0014_legacy_capacity_accounting_nullable.sql +0 -8
- package/drizzle/market/0015_remove_platform_repository_claims.sql +0 -1
- package/drizzle/market/0016_session_events.sql +0 -13
- package/drizzle/market/0017_agent_lab_view_state.sql +0 -18
- package/drizzle/market/0018_agent_context_query_checks.sql +0 -27
- package/drizzle/market/0019_context_query_check_evidence_only.sql +0 -1
- package/drizzle/market/0020_capacity_integrated_communication.sql +0 -181
- package/drizzle/market/0021_project_contribution_authorizations.sql +0 -48
- package/drizzle/market/0022_remove_project_contribution_authorizations.sql +0 -2
- package/scripts/verification/verify-driver.ts +0 -42
- /package/dist/{hosting → content}/contracts.js +0 -0
- /package/dist/{api/types.js → operator-contracts/oauth.js} +0 -0
- /package/dist/{market-client/agent-lab-interface.js → sdk-types/control-plane/resource-requests.js} +0 -0
- /package/dist/{operations/services/package-bootstrap → standards/mcp}/contracts.js +0 -0
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import type { ControlPlaneOperationBinding, ControlPlaneOperationBody, ControlPlaneOperationOutput, ControlPlaneOperationPath, ControlPlaneOperationQuery, OAuthScope } from '../../operator-contracts/control-plane-operation.js';
|
|
2
|
+
import type { ApiPrincipal } from '../../operator-contracts/oauth.js';
|
|
3
|
+
import type { InputRequired } from '../../operator-contracts/mcp.js';
|
|
4
|
+
export declare const DEFAULT_CONTROL_PLANE_BASE_URL = "http://127.0.0.1:3002";
|
|
5
|
+
export declare const CONTROL_PLANE_BASE_URL_ENV = "TREESEED_API_BASE_URL";
|
|
6
|
+
export interface ControlPlaneServerProfile {
|
|
7
|
+
serverId: string;
|
|
8
|
+
label: string;
|
|
9
|
+
baseUrl: string;
|
|
10
|
+
}
|
|
11
|
+
export interface ControlPlaneServerSession {
|
|
12
|
+
serverId: string;
|
|
13
|
+
audience: string;
|
|
14
|
+
accessToken: string;
|
|
15
|
+
refreshToken?: string;
|
|
16
|
+
expiresAt?: string;
|
|
17
|
+
principal?: ApiPrincipal | null;
|
|
18
|
+
}
|
|
19
|
+
export interface ControlPlaneServerRegistry {
|
|
20
|
+
version: 1;
|
|
21
|
+
activeServerId: string;
|
|
22
|
+
servers: ControlPlaneServerProfile[];
|
|
23
|
+
}
|
|
24
|
+
export interface OAuthDeviceAuthorizationReceipt {
|
|
25
|
+
deviceCode: string;
|
|
26
|
+
userCode: string;
|
|
27
|
+
verificationUri: string;
|
|
28
|
+
verificationUriComplete?: string;
|
|
29
|
+
expiresIn: number;
|
|
30
|
+
interval: number;
|
|
31
|
+
}
|
|
32
|
+
export interface OAuthTokenReceipt {
|
|
33
|
+
tokenType: 'Bearer';
|
|
34
|
+
accessToken: string;
|
|
35
|
+
expiresIn: number;
|
|
36
|
+
refreshToken?: string;
|
|
37
|
+
scope: OAuthScope[];
|
|
38
|
+
audience: string;
|
|
39
|
+
principal?: ApiPrincipal | null;
|
|
40
|
+
}
|
|
41
|
+
export interface ControlPlaneClientOptions {
|
|
42
|
+
profile: ControlPlaneServerProfile;
|
|
43
|
+
accessToken?: string | null;
|
|
44
|
+
fetchImpl?: typeof fetch;
|
|
45
|
+
userAgent?: string;
|
|
46
|
+
}
|
|
47
|
+
export interface ControlPlaneResponseEnvelope<T> {
|
|
48
|
+
data: T;
|
|
49
|
+
meta?: Record<string, unknown>;
|
|
50
|
+
links?: Record<string, string>;
|
|
51
|
+
}
|
|
52
|
+
export interface ProblemDetails {
|
|
53
|
+
type: string;
|
|
54
|
+
title: string;
|
|
55
|
+
status: number;
|
|
56
|
+
detail?: string;
|
|
57
|
+
instance?: string;
|
|
58
|
+
code: string;
|
|
59
|
+
requestId?: string;
|
|
60
|
+
traceId?: string;
|
|
61
|
+
fields?: Record<string, string[]>;
|
|
62
|
+
inputRequired?: InputRequired;
|
|
63
|
+
}
|
|
64
|
+
export interface ControlPlaneCallOptions {
|
|
65
|
+
method?: 'DELETE' | 'GET' | 'PATCH' | 'POST' | 'PUT';
|
|
66
|
+
path: `/v1/${string}` | '/openapi.json';
|
|
67
|
+
input?: unknown;
|
|
68
|
+
headers?: Record<string, string>;
|
|
69
|
+
idempotencyKey?: string;
|
|
70
|
+
ifMatch?: string;
|
|
71
|
+
authorization?: string | null;
|
|
72
|
+
signal?: AbortSignal;
|
|
73
|
+
}
|
|
74
|
+
export interface ControlPlaneOperationCallOptions {
|
|
75
|
+
headers?: Record<string, string>;
|
|
76
|
+
idempotencyKey?: string;
|
|
77
|
+
ifMatch?: string;
|
|
78
|
+
authorization?: string | null;
|
|
79
|
+
signal?: AbortSignal;
|
|
80
|
+
}
|
|
81
|
+
export interface ControlPlaneInvocation<TPath, TQuery, TBody> {
|
|
82
|
+
path: TPath;
|
|
83
|
+
query: TQuery;
|
|
84
|
+
body: TBody;
|
|
85
|
+
}
|
|
86
|
+
export declare class ControlPlaneClientError extends Error {
|
|
87
|
+
readonly status: number;
|
|
88
|
+
readonly problem: ProblemDetails;
|
|
89
|
+
readonly responseHeaders: Headers;
|
|
90
|
+
constructor(message: string, status: number, problem: ProblemDetails, responseHeaders: Headers);
|
|
91
|
+
}
|
|
92
|
+
export declare function normalizeControlPlaneBaseUrl(value: string): string;
|
|
93
|
+
export declare function defaultLocalControlPlaneServer(env?: Record<string, string | undefined>): ControlPlaneServerProfile;
|
|
94
|
+
export declare function normalizeControlPlaneServerRegistry(state: ControlPlaneServerRegistry): {
|
|
95
|
+
version: 1;
|
|
96
|
+
activeServerId: string;
|
|
97
|
+
servers: ControlPlaneServerProfile[];
|
|
98
|
+
};
|
|
99
|
+
export declare function resolveControlPlaneServer(selector: string | null | undefined, registry: ControlPlaneServerRegistry): ControlPlaneServerProfile;
|
|
100
|
+
export declare class ControlPlaneClient {
|
|
101
|
+
readonly options: ControlPlaneClientOptions;
|
|
102
|
+
readonly baseUrl: string;
|
|
103
|
+
readonly accessToken: string | null;
|
|
104
|
+
readonly fetchImpl: typeof fetch;
|
|
105
|
+
readonly userAgent?: string;
|
|
106
|
+
constructor(options: ControlPlaneClientOptions);
|
|
107
|
+
invoke<TOperation extends ControlPlaneOperationBinding<any, any, any, any>>(binding: TOperation, input: ControlPlaneInvocation<ControlPlaneOperationPath<TOperation>, ControlPlaneOperationQuery<TOperation>, ControlPlaneOperationBody<TOperation>>, options?: ControlPlaneOperationCallOptions): Promise<ControlPlaneResponseEnvelope<ControlPlaneOperationOutput<TOperation>>>;
|
|
108
|
+
authorizeDevice(clientId: string, scope: OAuthScope[], signal?: AbortSignal): Promise<OAuthDeviceAuthorizationReceipt>;
|
|
109
|
+
exchangeDeviceCode(clientId: string, deviceCode: string, signal?: AbortSignal): Promise<OAuthTokenReceipt>;
|
|
110
|
+
refreshAccessToken(clientId: string, refreshToken: string, signal?: AbortSignal): Promise<OAuthTokenReceipt>;
|
|
111
|
+
revokeToken(clientId: string, token: string, signal?: AbortSignal): Promise<void>;
|
|
112
|
+
private exchangeOAuthToken;
|
|
113
|
+
private request;
|
|
114
|
+
}
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
import { controlPlaneOperation } from "../../operator-contracts/control-plane-operations.js";
|
|
2
|
+
const DEFAULT_CONTROL_PLANE_BASE_URL = "http://127.0.0.1:3002";
|
|
3
|
+
const CONTROL_PLANE_BASE_URL_ENV = "TREESEED_API_BASE_URL";
|
|
4
|
+
class ControlPlaneClientError extends Error {
|
|
5
|
+
constructor(message, status, problem, responseHeaders) {
|
|
6
|
+
super(message);
|
|
7
|
+
this.status = status;
|
|
8
|
+
this.problem = problem;
|
|
9
|
+
this.responseHeaders = responseHeaders;
|
|
10
|
+
this.name = "ControlPlaneClientError";
|
|
11
|
+
}
|
|
12
|
+
status;
|
|
13
|
+
problem;
|
|
14
|
+
responseHeaders;
|
|
15
|
+
}
|
|
16
|
+
function normalizeControlPlaneBaseUrl(value) {
|
|
17
|
+
const normalized = value.trim().replace(/\/+$/u, "");
|
|
18
|
+
if (!/^https?:\/\//u.test(normalized)) throw new Error("Control-plane server URLs must use HTTP or HTTPS.");
|
|
19
|
+
return normalized;
|
|
20
|
+
}
|
|
21
|
+
function defaultLocalControlPlaneServer(env = process.env) {
|
|
22
|
+
return {
|
|
23
|
+
serverId: "local",
|
|
24
|
+
label: "Local TreeSeed control plane",
|
|
25
|
+
baseUrl: normalizeControlPlaneBaseUrl(env[CONTROL_PLANE_BASE_URL_ENV] ?? DEFAULT_CONTROL_PLANE_BASE_URL)
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
function normalizeServer(profile) {
|
|
29
|
+
const serverId = profile.serverId.trim();
|
|
30
|
+
if (!serverId) throw new Error("Control-plane server IDs cannot be empty.");
|
|
31
|
+
return { serverId, label: profile.label.trim() || serverId, baseUrl: normalizeControlPlaneBaseUrl(profile.baseUrl) };
|
|
32
|
+
}
|
|
33
|
+
function normalizeControlPlaneServerRegistry(state) {
|
|
34
|
+
const servers = [...new Map(state.servers.map((entry) => {
|
|
35
|
+
const normalized = normalizeServer(entry);
|
|
36
|
+
return [normalized.serverId, normalized];
|
|
37
|
+
})).values()].sort((left, right) => left.serverId.localeCompare(right.serverId));
|
|
38
|
+
if (servers.length === 0) throw new Error("A control-plane server registry requires at least one server.");
|
|
39
|
+
const activeServerId = servers.some((entry) => entry.serverId === state.activeServerId) ? state.activeServerId : servers[0].serverId;
|
|
40
|
+
return { version: 1, activeServerId, servers };
|
|
41
|
+
}
|
|
42
|
+
function resolveControlPlaneServer(selector, registry) {
|
|
43
|
+
const value = selector?.trim();
|
|
44
|
+
if (value && /^https?:\/\//iu.test(value)) {
|
|
45
|
+
return normalizeServer({ serverId: value.replace(/^https?:\/\//iu, "").replace(/[^a-z0-9._-]+/giu, "-"), label: value, baseUrl: value });
|
|
46
|
+
}
|
|
47
|
+
const normalized = normalizeControlPlaneServerRegistry(registry);
|
|
48
|
+
const serverId = value || normalized.activeServerId;
|
|
49
|
+
const profile = normalized.servers.find((entry) => entry.serverId === serverId);
|
|
50
|
+
if (!profile) throw new Error(`Unknown control-plane server "${serverId}".`);
|
|
51
|
+
return profile;
|
|
52
|
+
}
|
|
53
|
+
async function responsePayload(response) {
|
|
54
|
+
const contentType = response.headers.get("content-type") ?? "";
|
|
55
|
+
if (contentType.includes("json")) return response.json();
|
|
56
|
+
const text = await response.text();
|
|
57
|
+
return text.length > 0 ? text : null;
|
|
58
|
+
}
|
|
59
|
+
function problemFrom(payload, status) {
|
|
60
|
+
const source = payload && typeof payload === "object" ? payload : {};
|
|
61
|
+
return {
|
|
62
|
+
type: typeof source.type === "string" ? source.type : "about:blank",
|
|
63
|
+
title: typeof source.title === "string" ? source.title : "Control-plane request failed",
|
|
64
|
+
status,
|
|
65
|
+
detail: typeof source.detail === "string" ? source.detail : void 0,
|
|
66
|
+
instance: typeof source.instance === "string" ? source.instance : void 0,
|
|
67
|
+
code: typeof source.code === "string" ? source.code : "control_plane_request_failed",
|
|
68
|
+
requestId: typeof source.requestId === "string" ? source.requestId : void 0,
|
|
69
|
+
traceId: typeof source.traceId === "string" ? source.traceId : void 0,
|
|
70
|
+
fields: source.fields && typeof source.fields === "object" ? source.fields : void 0,
|
|
71
|
+
inputRequired: source.inputRequired && typeof source.inputRequired === "object" ? source.inputRequired : void 0
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
class ControlPlaneClient {
|
|
75
|
+
constructor(options) {
|
|
76
|
+
this.options = options;
|
|
77
|
+
this.baseUrl = normalizeControlPlaneBaseUrl(options.profile.baseUrl);
|
|
78
|
+
this.accessToken = options.accessToken ?? null;
|
|
79
|
+
this.fetchImpl = options.fetchImpl ?? fetch;
|
|
80
|
+
this.userAgent = options.userAgent;
|
|
81
|
+
}
|
|
82
|
+
options;
|
|
83
|
+
baseUrl;
|
|
84
|
+
accessToken;
|
|
85
|
+
fetchImpl;
|
|
86
|
+
userAgent;
|
|
87
|
+
async invoke(binding, input, options = {}) {
|
|
88
|
+
if (controlPlaneOperation(binding.descriptor.operationId) !== binding) {
|
|
89
|
+
throw new Error(`Operation ${binding.descriptor.operationId} is not the authoritative catalog binding.`);
|
|
90
|
+
}
|
|
91
|
+
const rest = binding.descriptor.rest;
|
|
92
|
+
if (!rest) throw new Error(`Operation ${binding.descriptor.operationId} has no REST binding.`);
|
|
93
|
+
const pathInput = binding.schema.path.parse(input.path);
|
|
94
|
+
const queryInput = binding.schema.query.parse(input.query);
|
|
95
|
+
const bodyInput = binding.schema.body.parse(input.body);
|
|
96
|
+
let path = rest.path;
|
|
97
|
+
path = path.replace(/\{([A-Za-z][A-Za-z0-9]*)\}/gu, (_match, name) => {
|
|
98
|
+
const value = pathInput[name];
|
|
99
|
+
if (typeof value !== "string" && typeof value !== "number") throw new Error(`Operation ${binding.descriptor.operationId} requires path parameter ${name}.`);
|
|
100
|
+
return encodeURIComponent(String(value));
|
|
101
|
+
});
|
|
102
|
+
if (path.includes("{")) throw new Error(`Operation ${binding.descriptor.operationId} has unresolved path parameters.`);
|
|
103
|
+
const query = new URLSearchParams();
|
|
104
|
+
for (const [name, value] of Object.entries(queryInput)) {
|
|
105
|
+
if (value === void 0 || value === null) continue;
|
|
106
|
+
for (const item of Array.isArray(value) ? value : [value]) query.append(name, String(item));
|
|
107
|
+
}
|
|
108
|
+
const queryString = query.toString();
|
|
109
|
+
const response = await this.request({
|
|
110
|
+
method: rest.method,
|
|
111
|
+
path: `${path}${queryString ? `?${queryString}` : ""}`,
|
|
112
|
+
input: rest.method === "GET" ? void 0 : bodyInput,
|
|
113
|
+
...options
|
|
114
|
+
});
|
|
115
|
+
return { ...response, data: binding.schema.output.parse(response.data) };
|
|
116
|
+
}
|
|
117
|
+
async authorizeDevice(clientId, scope, signal) {
|
|
118
|
+
const response = await this.fetchImpl(`${this.baseUrl}/oauth/device_authorization`, { method: "POST", headers: { accept: "application/json", "content-type": "application/x-www-form-urlencoded" }, body: new URLSearchParams({ client_id: clientId, scope: scope.join(" ") }), signal });
|
|
119
|
+
const payload = await responsePayload(response);
|
|
120
|
+
if (!response.ok) throw new ControlPlaneClientError(String(payload.error_description ?? payload.error ?? "Device authorization failed."), response.status, problemFrom(payload, response.status), response.headers);
|
|
121
|
+
return { deviceCode: String(payload.device_code), userCode: String(payload.user_code), verificationUri: String(payload.verification_uri), verificationUriComplete: typeof payload.verification_uri_complete === "string" ? payload.verification_uri_complete : void 0, expiresIn: Number(payload.expires_in), interval: Number(payload.interval) };
|
|
122
|
+
}
|
|
123
|
+
async exchangeDeviceCode(clientId, deviceCode, signal) {
|
|
124
|
+
return this.exchangeOAuthToken({ client_id: clientId, grant_type: "urn:ietf:params:oauth:grant-type:device_code", device_code: deviceCode }, signal);
|
|
125
|
+
}
|
|
126
|
+
async refreshAccessToken(clientId, refreshToken, signal) {
|
|
127
|
+
return this.exchangeOAuthToken({ client_id: clientId, grant_type: "refresh_token", refresh_token: refreshToken }, signal);
|
|
128
|
+
}
|
|
129
|
+
async revokeToken(clientId, token, signal) {
|
|
130
|
+
const response = await this.fetchImpl(`${this.baseUrl}/oauth/revoke`, { method: "POST", headers: { "content-type": "application/x-www-form-urlencoded" }, body: new URLSearchParams({ client_id: clientId, token }), signal });
|
|
131
|
+
if (!response.ok) throw new ControlPlaneClientError("Token revocation failed.", response.status, problemFrom(await responsePayload(response), response.status), response.headers);
|
|
132
|
+
}
|
|
133
|
+
async exchangeOAuthToken(values, signal) {
|
|
134
|
+
const response = await this.fetchImpl(`${this.baseUrl}/oauth/token`, { method: "POST", headers: { accept: "application/json", "content-type": "application/x-www-form-urlencoded" }, body: new URLSearchParams(values), signal });
|
|
135
|
+
const payload = await responsePayload(response);
|
|
136
|
+
if (!response.ok) {
|
|
137
|
+
const problem = problemFrom(payload, response.status);
|
|
138
|
+
problem.code = typeof payload.error === "string" ? payload.error : problem.code;
|
|
139
|
+
problem.detail = typeof payload.error_description === "string" ? payload.error_description : problem.detail;
|
|
140
|
+
throw new ControlPlaneClientError(problem.detail ?? problem.code, response.status, problem, response.headers);
|
|
141
|
+
}
|
|
142
|
+
return { tokenType: "Bearer", accessToken: String(payload.access_token), refreshToken: typeof payload.refresh_token === "string" ? payload.refresh_token : void 0, expiresIn: Number(payload.expires_in), scope: String(payload.scope ?? "").split(/\s+/u).filter(Boolean), audience: String(payload.audience ?? this.baseUrl), principal: payload.principal && typeof payload.principal === "object" ? payload.principal : void 0 };
|
|
143
|
+
}
|
|
144
|
+
async request(options) {
|
|
145
|
+
const headers = new Headers(options.headers);
|
|
146
|
+
headers.set("accept", "application/json, application/problem+json");
|
|
147
|
+
if (options.authorization !== null) {
|
|
148
|
+
const authorization = options.authorization ?? (this.accessToken ? `Bearer ${this.accessToken}` : null);
|
|
149
|
+
if (authorization) headers.set("authorization", authorization);
|
|
150
|
+
}
|
|
151
|
+
if (this.userAgent) headers.set("user-agent", this.userAgent);
|
|
152
|
+
if (options.idempotencyKey) headers.set("idempotency-key", options.idempotencyKey);
|
|
153
|
+
if (options.ifMatch) headers.set("if-match", options.ifMatch);
|
|
154
|
+
if (options.input !== void 0) headers.set("content-type", "application/json");
|
|
155
|
+
const response = await this.fetchImpl(`${this.baseUrl}${options.path}`, {
|
|
156
|
+
method: options.method ?? "GET",
|
|
157
|
+
headers,
|
|
158
|
+
body: options.input === void 0 ? void 0 : JSON.stringify(options.input),
|
|
159
|
+
signal: options.signal
|
|
160
|
+
});
|
|
161
|
+
const payload = await responsePayload(response);
|
|
162
|
+
if (!response.ok) {
|
|
163
|
+
const problem = problemFrom(payload, response.status);
|
|
164
|
+
throw new ControlPlaneClientError(problem.detail ?? problem.title, response.status, problem, response.headers);
|
|
165
|
+
}
|
|
166
|
+
if (!payload || typeof payload !== "object" || !("data" in payload)) {
|
|
167
|
+
throw new ControlPlaneClientError("The control plane returned an invalid success envelope.", 502, {
|
|
168
|
+
type: "https://treeseed.dev/problems/invalid-upstream-response",
|
|
169
|
+
title: "Invalid control-plane response",
|
|
170
|
+
status: 502,
|
|
171
|
+
code: "control_plane_response_invalid"
|
|
172
|
+
}, response.headers);
|
|
173
|
+
}
|
|
174
|
+
return payload;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
export {
|
|
178
|
+
CONTROL_PLANE_BASE_URL_ENV,
|
|
179
|
+
ControlPlaneClient,
|
|
180
|
+
ControlPlaneClientError,
|
|
181
|
+
DEFAULT_CONTROL_PLANE_BASE_URL,
|
|
182
|
+
defaultLocalControlPlaneServer,
|
|
183
|
+
normalizeControlPlaneBaseUrl,
|
|
184
|
+
normalizeControlPlaneServerRegistry,
|
|
185
|
+
resolveControlPlaneServer
|
|
186
|
+
};
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
export * from '../../sdk-types/commerce/capacity/commerce-capacity-listing-input.js';
|
|
2
|
-
export * from '../../sdk-types/commerce/catalog/upsert-catalog-item-request.js';
|
|
3
|
-
export * from '../../sdk-types/commerce/governance/commerce-governance-states.js';
|
|
4
|
-
export * from '../../sdk-types/commerce/payments/commerce-entitlement.js';
|
|
5
|
-
export * from '../../sdk-types/commerce/payments/commerce-subscription-statuses.js';
|
|
6
|
-
export * from '../../sdk-types/commerce/services/commerce-service-contract.js';
|
|
7
|
-
export * from '../../sdk-types/commerce/vendors/commerce-stripe-onboarding-request-input.js';
|
|
8
1
|
export * from '../../sdk-types/configuration/sdk-dispatch-credential-source.js';
|
|
9
2
|
export * from '../../sdk-types/governance/commons/commons-question-input.js';
|
|
10
3
|
export * from '../../sdk-types/support/planning-policy.js';
|
|
@@ -14,3 +7,4 @@ export * from '../../sdk-types/support/sdk-model-names.js';
|
|
|
14
7
|
export * from '../../sdk-types/support/sdk-search-request.js';
|
|
15
8
|
export * from '../../sdk-types/treedx/graph/sdk-graph-query-request.js';
|
|
16
9
|
export * from '../../projects/projects-core/project-workflow.js';
|
|
10
|
+
export * from '../../sdk-types/control-plane/resource-requests.js';
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
export * from "../../sdk-types/commerce/capacity/commerce-capacity-listing-input.js";
|
|
2
|
-
export * from "../../sdk-types/commerce/catalog/upsert-catalog-item-request.js";
|
|
3
|
-
export * from "../../sdk-types/commerce/governance/commerce-governance-states.js";
|
|
4
|
-
export * from "../../sdk-types/commerce/payments/commerce-entitlement.js";
|
|
5
|
-
export * from "../../sdk-types/commerce/payments/commerce-subscription-statuses.js";
|
|
6
|
-
export * from "../../sdk-types/commerce/services/commerce-service-contract.js";
|
|
7
|
-
export * from "../../sdk-types/commerce/vendors/commerce-stripe-onboarding-request-input.js";
|
|
8
1
|
export * from "../../sdk-types/configuration/sdk-dispatch-credential-source.js";
|
|
9
2
|
export * from "../../sdk-types/governance/commons/commons-question-input.js";
|
|
10
3
|
export * from "../../sdk-types/support/planning-policy.js";
|
|
@@ -14,3 +7,4 @@ export * from "../../sdk-types/support/sdk-model-names.js";
|
|
|
14
7
|
export * from "../../sdk-types/support/sdk-search-request.js";
|
|
15
8
|
export * from "../../sdk-types/treedx/graph/sdk-graph-query-request.js";
|
|
16
9
|
export * from "../../projects/projects-core/project-workflow.js";
|
|
10
|
+
export * from "../../sdk-types/control-plane/resource-requests.js";
|
|
@@ -1,9 +1 @@
|
|
|
1
1
|
export * from './contracts.js';
|
|
2
|
-
export * from './catalog.js';
|
|
3
|
-
export * from './authoring.js';
|
|
4
|
-
export * from './markdown.js';
|
|
5
|
-
export * from './routes.js';
|
|
6
|
-
export * from './collaboration.js';
|
|
7
|
-
export * from './publication.js';
|
|
8
|
-
export * from './editorial-context.js';
|
|
9
|
-
export * from './editorial-review.js';
|
package/dist/knowledge/index.js
CHANGED
|
@@ -1,9 +1 @@
|
|
|
1
1
|
export * from "./contracts.js";
|
|
2
|
-
export * from "./catalog.js";
|
|
3
|
-
export * from "./authoring.js";
|
|
4
|
-
export * from "./markdown.js";
|
|
5
|
-
export * from "./routes.js";
|
|
6
|
-
export * from "./collaboration.js";
|
|
7
|
-
export * from "./publication.js";
|
|
8
|
-
export * from "./editorial-context.js";
|
|
9
|
-
export * from "./editorial-review.js";
|
|
@@ -1,3 +1,75 @@
|
|
|
1
|
+
const unavailable = (reason = "This capability is not enabled until its control-plane operation is accepted.") => ({
|
|
2
|
+
kind: "unavailable",
|
|
3
|
+
code: "standards_migration_not_enabled",
|
|
4
|
+
reason
|
|
5
|
+
});
|
|
6
|
+
const protocol = (handlerId) => ({ kind: "protocol", handlerId });
|
|
7
|
+
const local = (handlerId) => ({ kind: "local", handlerId });
|
|
8
|
+
const field = (target, name, source, sourceName = name, required = false, transform = "identity") => ({ target, field: name, source, name: sourceName, required, transform });
|
|
9
|
+
const operation = (operationId, input = []) => ({ kind: "operation", operationId, input });
|
|
10
|
+
const page = () => [field("query", "status", "option"), field("query", "limit", "option", "limit", false, "integer"), field("query", "cursor", "option")];
|
|
11
|
+
const operationBindings = {
|
|
12
|
+
"auth login": protocol("protocol.oauth.device.login"),
|
|
13
|
+
"auth logout": protocol("protocol.oauth.revoke"),
|
|
14
|
+
"auth status": operation("accounts.current.show"),
|
|
15
|
+
"secrets list": local("local.secrets.list"),
|
|
16
|
+
"secrets status": local("local.secrets.status"),
|
|
17
|
+
"secrets unlock": local("local.secrets.unlock"),
|
|
18
|
+
"secrets lock": local("local.secrets.lock"),
|
|
19
|
+
"secrets rotate": local("local.secrets.rotate"),
|
|
20
|
+
"agents list": operation("agents.list", [field("path", "projectId", "context", "project", true), ...page()]),
|
|
21
|
+
"agents show": operation("agents.show", [field("path", "projectId", "context", "project", true), field("path", "agentSlug", "argument", "agent", true)]),
|
|
22
|
+
"agents classes list": operation("agents.classes.list", [field("path", "projectId", "context", "project", true)]),
|
|
23
|
+
"agents classes show": operation("agents.classes.show", [field("path", "projectId", "context", "project", true), field("path", "classId", "argument", "class", true)]),
|
|
24
|
+
"providers list": operation("providers.list", [field("path", "teamId", "context", "team", true), ...page()]),
|
|
25
|
+
"providers show": operation("providers.show", [field("path", "teamId", "context", "team", true), field("path", "providerId", "argument", "provider", true)]),
|
|
26
|
+
"providers status": operation("providers.status", [field("path", "teamId", "context", "team", true), field("path", "providerId", "argument", "provider", true)]),
|
|
27
|
+
"providers diagnose": operation("providers.diagnose", [field("path", "teamId", "context", "team", true), field("path", "providerId", "argument", "provider", true)]),
|
|
28
|
+
"providers connect": operation("providers.connect", [field("path", "teamId", "context", "team", true)]),
|
|
29
|
+
"providers disconnect": operation("providers.disconnect", [field("path", "teamId", "context", "team", true), field("path", "connectionId", "argument", "connection", true), field("body", "reason", "option")]),
|
|
30
|
+
"providers requests list": operation("providers.requests.list", [field("path", "teamId", "context", "team", true), ...page()]),
|
|
31
|
+
"providers requests show": operation("providers.requests.show", [field("path", "teamId", "context", "team", true), field("path", "requestId", "argument", "request", true)]),
|
|
32
|
+
"providers requests approve": operation("providers.requests.approve", [field("path", "teamId", "context", "team", true), field("path", "requestId", "argument", "request", true)]),
|
|
33
|
+
"providers requests reject": operation("providers.requests.reject", [field("path", "teamId", "context", "team", true), field("path", "requestId", "argument", "request", true)]),
|
|
34
|
+
"providers credentials status": operation("providers.credentials.status", [field("path", "teamId", "context", "team", true), field("path", "connectionId", "argument", "connection", true)]),
|
|
35
|
+
"providers credentials rotate": operation("providers.credentials.rotate", [field("path", "teamId", "context", "team", true), field("path", "connectionId", "argument", "connection", true)]),
|
|
36
|
+
"providers credentials revoke": operation("providers.credentials.revoke", [field("path", "teamId", "context", "team", true), field("path", "connectionId", "argument", "connection", true)]),
|
|
37
|
+
"capacity status": operation("capacity.status", [field("path", "teamId", "context", "team", true), ...page()]),
|
|
38
|
+
"capacity explain": operation("capacity.explain", [field("path", "teamId", "context", "team", true)]),
|
|
39
|
+
"capacity usage": operation("capacity.usage", [field("path", "teamId", "context", "team", true)]),
|
|
40
|
+
"capacity ledger": operation("capacity.ledger", [field("path", "teamId", "context", "team", true), ...page()]),
|
|
41
|
+
"capacity audit": operation("capacity.audit", [field("path", "teamId", "context", "team", true), ...page()]),
|
|
42
|
+
"seeds validate": operation("seeds.validate", [field("body", "file", "argument", "file", true)]),
|
|
43
|
+
"seeds plan": operation("seeds.plan", [field("path", "name", "context", "seed", true), field("body", "file", "argument", "file", true)]),
|
|
44
|
+
"seeds apply": operation("seeds.apply", [field("path", "name", "context", "seed", true), field("body", "file", "argument", "file", true)]),
|
|
45
|
+
"seeds show": operation("seeds.show", [field("path", "name", "argument", "seed", true)]),
|
|
46
|
+
"seeds verify": operation("seeds.verify", [field("path", "name", "argument", "seed", true)]),
|
|
47
|
+
"plans list": operation("plans.list", [field("path", "decisionId", "option", "decision", true), ...page()]),
|
|
48
|
+
"plans show": operation("plans.show", [field("path", "capacityPlanId", "argument", "plan", true)]),
|
|
49
|
+
"workdays plan": operation("workdays.plan", [field("path", "teamId", "context", "team", true), field("body", "profile", "option"), field("body", "projects", "option", "projects", false, "csv"), field("body", "start", "option"), field("body", "end", "option"), field("body", "duration", "option", "duration", false, "integer"), field("body", "objective", "option")]),
|
|
50
|
+
"workdays start": operation("workdays.start", [field("path", "teamId", "context", "team", true), field("body", "preflightId", "option", "preflight", true), field("body", "digest", "option", "digest", true)]),
|
|
51
|
+
"workdays list": operation("workdays.list", [field("path", "teamId", "context", "team", true), ...page()]),
|
|
52
|
+
"workdays show": operation("workdays.show", [field("path", "teamId", "context", "team", true), field("path", "runId", "argument", "workday", true)]),
|
|
53
|
+
"workdays schedules list": operation("workdays.schedules.list", [field("path", "teamId", "context", "team", true)]),
|
|
54
|
+
"workdays schedules start": operation("workdays.schedules.create", [field("path", "teamId", "context", "team", true), field("body", "profile", "option"), field("body", "projects", "option", "projects", false, "csv"), field("body", "duration", "option", "duration", false, "integer")]),
|
|
55
|
+
"assignments list": operation("assignments.list", [field("path", "teamId", "context", "team", true), ...page()]),
|
|
56
|
+
"assignments show": operation("assignments.show", [field("path", "teamId", "context", "team", true), field("path", "assignmentId", "argument", "assignment", true)]),
|
|
57
|
+
"assignments explain": operation("assignments.explain", [field("path", "teamId", "context", "team", true), field("path", "assignmentId", "argument", "assignment", true)]),
|
|
58
|
+
"assignments retry": operation("assignments.retry", [field("path", "teamId", "context", "team", true), field("path", "assignmentId", "argument", "assignment", true), field("body", "reason", "option")]),
|
|
59
|
+
"assignments cancel": operation("assignments.cancel", [field("path", "teamId", "context", "team", true), field("path", "assignmentId", "argument", "assignment", true), field("body", "reason", "option")]),
|
|
60
|
+
"projects treedx show": operation("treedx.library.show", [field("path", "projectId", "argument", "project", true)]),
|
|
61
|
+
"projects treedx bind": operation("treedx.library.bind", [field("path", "projectId", "argument", "project", true), field("body", "connectionId", "option", "connection", true)]),
|
|
62
|
+
"projects treedx status": operation("treedx.health.show", [field("path", "projectId", "argument", "project", true)]),
|
|
63
|
+
"projects treedx diagnose": operation("treedx.service.contract", [field("path", "projectId", "argument", "project", true)]),
|
|
64
|
+
"projects treedx capabilities": operation("treedx.capabilities.list", [field("path", "projectId", "argument", "project", true)]),
|
|
65
|
+
"projects treedx workspaces list": operation("treedx.workspaces.list", [field("path", "projectId", "argument", "project", true), ...page()]),
|
|
66
|
+
"projects treedx workspaces show": operation("treedx.workspaces.show", [field("path", "projectId", "context", "project", true), field("path", "workspaceId", "argument", "workspace", true)]),
|
|
67
|
+
"projects treedx workspaces abandon": operation("treedx.workspaces.abandon", [field("path", "projectId", "context", "project", true), field("path", "workspaceId", "argument", "workspace", true)]),
|
|
68
|
+
"status": operation("status.show"),
|
|
69
|
+
"save": unavailable("Unified GitHub-backed save is intentionally fail-closed during this cutover."),
|
|
70
|
+
"stage": unavailable("Unified GitHub-backed stage is intentionally fail-closed during this cutover."),
|
|
71
|
+
"release": unavailable("Production release is intentionally fail-closed during this cutover.")
|
|
72
|
+
};
|
|
1
73
|
const planOption = { name: "--plan", description: "Return the exact proposed outcome without mutation.", type: "boolean" };
|
|
2
74
|
function leaf(segment, kind = "read", argument, confirmation = "never") {
|
|
3
75
|
const value = {
|
|
@@ -7,14 +79,15 @@ function leaf(segment, kind = "read", argument, confirmation = "never") {
|
|
|
7
79
|
arguments: argument ? [{ name: argument, description: `${argument} identity or path.`, required: true }] : void 0,
|
|
8
80
|
options: kind === "mutation" ? [planOption] : void 0,
|
|
9
81
|
authorization: kind === "mutation" ? { capability: `command.${segment}`, confirmation } : void 0,
|
|
10
|
-
resultSchemaId: `treeseed.command.${segment}/v1
|
|
82
|
+
resultSchemaId: `treeseed.command.${segment}/v1`,
|
|
83
|
+
execution: unavailable()
|
|
11
84
|
};
|
|
12
85
|
return { nodeType: "leaf", ...value };
|
|
13
86
|
}
|
|
14
87
|
function branch(segment, children) {
|
|
15
88
|
return { nodeType: "branch", segment, description: `${segment[0].toUpperCase()}${segment.slice(1)} operations.`, children };
|
|
16
89
|
}
|
|
17
|
-
const
|
|
90
|
+
const commandTree = {
|
|
18
91
|
schemaVersion: "treeseed.command-tree/v1",
|
|
19
92
|
executable: "trsd",
|
|
20
93
|
commands: [
|
|
@@ -40,11 +113,12 @@ const TREESEED_COMMAND_TREE_V1 = {
|
|
|
40
113
|
branch("credentials", [leaf("status", "read", "connection"), leaf("rotate", "mutation", "connection", "credential"), leaf("revoke", "mutation", "connection", "irreversible")]),
|
|
41
114
|
branch("offers", [leaf("show", "read", "connection"), leaf("validate", "read", "file"), leaf("plan", "read", "file"), leaf("apply", "mutation", "file", "authority")])
|
|
42
115
|
]),
|
|
116
|
+
branch("seeds", [leaf("validate", "read", "file"), leaf("plan", "read", "file"), leaf("apply", "mutation", "file", "authority"), leaf("show", "read", "seed"), leaf("verify", "read", "seed")]),
|
|
43
117
|
branch("capacity", [leaf("status"), leaf("explain"), leaf("usage"), leaf("ledger"), leaf("audit")]),
|
|
44
|
-
branch("plans", [leaf("list"), leaf("show", "read", "plan"), leaf("explain", "read", "plan"), { nodeType: "leaf", segment: "diff", description: "Compare two API-derived plans.", kind: "read", arguments: [{ name: "left", description: "Left plan identity.", required: true }, { name: "right", description: "Right plan identity.", required: true }], resultSchemaId: "treeseed.command.plans.diff/v1" }]),
|
|
118
|
+
branch("plans", [leaf("list"), leaf("show", "read", "plan"), leaf("explain", "read", "plan"), { nodeType: "leaf", segment: "diff", description: "Compare two API-derived plans.", kind: "read", arguments: [{ name: "left", description: "Left plan identity.", required: true }, { name: "right", description: "Right plan identity.", required: true }], resultSchemaId: "treeseed.command.plans.diff/v1", execution: unavailable() }]),
|
|
45
119
|
branch("workdays", [
|
|
46
120
|
branch("profiles", [leaf("list"), leaf("show", "read", "profile"), leaf("validate", "read", "file")]),
|
|
47
|
-
leaf("plan"),
|
|
121
|
+
leaf("plan", "mutation"),
|
|
48
122
|
leaf("start", "mutation", void 0, "authority"),
|
|
49
123
|
leaf("list"),
|
|
50
124
|
leaf("show", "read", "workday"),
|
|
@@ -56,6 +130,14 @@ const TREESEED_COMMAND_TREE_V1 = {
|
|
|
56
130
|
branch("schedules", [leaf("list"), leaf("show", "read", "schedule"), leaf("plan"), leaf("start", "mutation", void 0, "authority"), leaf("pause", "mutation", "schedule", "authority"), leaf("resume", "mutation", "schedule", "authority"), leaf("retire", "mutation", "schedule", "destructive")])
|
|
57
131
|
]),
|
|
58
132
|
branch("assignments", [leaf("list"), leaf("show", "read", "assignment"), leaf("explain", "read", "assignment"), leaf("watch", "read", "assignment"), leaf("retry", "mutation", "assignment", "authority"), leaf("cancel", "mutation", "assignment", "destructive"), leaf("artifacts", "read", "assignment")]),
|
|
133
|
+
branch("projects", [branch("treedx", [
|
|
134
|
+
leaf("show", "read", "project"),
|
|
135
|
+
leaf("bind", "mutation", "project"),
|
|
136
|
+
leaf("status", "read", "project"),
|
|
137
|
+
leaf("diagnose", "read", "project"),
|
|
138
|
+
leaf("capabilities", "read", "project"),
|
|
139
|
+
branch("workspaces", [leaf("list", "read", "project"), leaf("show", "read", "workspace"), leaf("abandon", "mutation", "workspace", "destructive")])
|
|
140
|
+
])]),
|
|
59
141
|
leaf("save", "mutation"),
|
|
60
142
|
leaf("stage", "mutation", void 0, "authority"),
|
|
61
143
|
leaf("release", "mutation", void 0, "production"),
|
|
@@ -63,6 +145,15 @@ const TREESEED_COMMAND_TREE_V1 = {
|
|
|
63
145
|
leaf("diagnose")
|
|
64
146
|
]
|
|
65
147
|
};
|
|
148
|
+
function attachExecution(nodes, parent = []) {
|
|
149
|
+
for (const node of nodes) {
|
|
150
|
+
const path = [...parent, node.segment];
|
|
151
|
+
if (node.nodeType === "branch") attachExecution(node.children, path);
|
|
152
|
+
else node.execution = operationBindings[path.join(" ")] ?? node.execution;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
attachExecution(commandTree.commands);
|
|
156
|
+
const TREESEED_COMMAND_TREE_V1 = commandTree;
|
|
66
157
|
function listCommandPaths(tree = TREESEED_COMMAND_TREE_V1) {
|
|
67
158
|
const paths = [];
|
|
68
159
|
const visit = (nodes, parent) => {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { ControlPlaneOperationBinding } from './control-plane-operation.js';
|
|
1
2
|
export type CommandOperationKind = 'read' | 'mutation';
|
|
2
3
|
export type CommandExecutionMode = 'execute' | 'plan';
|
|
3
4
|
export type CommandErrorCategory = 'unknown_command' | 'invalid_input' | 'ambiguous_context' | 'authentication_required' | 'authorization_denied' | 'confirmation_required' | 'policy_blocked' | 'stale_preflight' | 'conflict' | 'not_found' | 'provider_unavailable' | 'rate_limited' | 'internal_error';
|
|
@@ -19,6 +20,31 @@ export interface CommandAuthorizationDescriptor {
|
|
|
19
20
|
capability: string;
|
|
20
21
|
confirmation: 'never' | 'destructive' | 'credential' | 'authority' | 'production' | 'irreversible';
|
|
21
22
|
}
|
|
23
|
+
export type CommandInputSource = 'argument' | 'context' | 'option';
|
|
24
|
+
export type CommandInputTarget = 'path' | 'query' | 'body';
|
|
25
|
+
export interface CommandInputBinding {
|
|
26
|
+
field: string;
|
|
27
|
+
source: CommandInputSource;
|
|
28
|
+
name: string;
|
|
29
|
+
target: CommandInputTarget;
|
|
30
|
+
required?: boolean;
|
|
31
|
+
transform?: 'identity' | 'integer' | 'csv';
|
|
32
|
+
}
|
|
33
|
+
export type CommandExecutionBinding = {
|
|
34
|
+
kind: 'operation';
|
|
35
|
+
operationId: `${string}.${string}`;
|
|
36
|
+
input: CommandInputBinding[];
|
|
37
|
+
} | {
|
|
38
|
+
kind: 'protocol';
|
|
39
|
+
handlerId: `protocol.${string}`;
|
|
40
|
+
} | {
|
|
41
|
+
kind: 'local';
|
|
42
|
+
handlerId: `local.${string}`;
|
|
43
|
+
} | {
|
|
44
|
+
kind: 'unavailable';
|
|
45
|
+
code: string;
|
|
46
|
+
reason: string;
|
|
47
|
+
};
|
|
22
48
|
export interface CommandLeafDescriptor {
|
|
23
49
|
segment: string;
|
|
24
50
|
description: string;
|
|
@@ -27,6 +53,7 @@ export interface CommandLeafDescriptor {
|
|
|
27
53
|
options?: CommandOptionDescriptor[];
|
|
28
54
|
authorization?: CommandAuthorizationDescriptor;
|
|
29
55
|
resultSchemaId: string;
|
|
56
|
+
execution: CommandExecutionBinding;
|
|
30
57
|
}
|
|
31
58
|
export interface CommandBranchDescriptor {
|
|
32
59
|
segment: string;
|
|
@@ -76,4 +103,5 @@ export interface CommandTreeDiagnostic {
|
|
|
76
103
|
message: string;
|
|
77
104
|
}
|
|
78
105
|
export declare function validateCommandTree(tree: CommandTreeDescriptor): CommandTreeDiagnostic[];
|
|
106
|
+
export declare function validateCommandOperationBindings(tree: CommandTreeDescriptor, operations: readonly ControlPlaneOperationBinding<any, any, any, any>[]): CommandTreeDiagnostic[];
|
|
79
107
|
export declare function createCommandResult<TResult>(input: Omit<CommandResultEnvelope<TResult>, 'schemaVersion'>): CommandResultEnvelope<TResult>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ZodUndefined } from "zod";
|
|
1
2
|
const SEGMENT = /^[a-z][a-z0-9]*$/;
|
|
2
3
|
const FORBIDDEN_AGENT_MANAGEMENT_OPTIONS = /* @__PURE__ */ new Set([
|
|
3
4
|
"--commit",
|
|
@@ -31,6 +32,17 @@ function validateCommandTree(tree) {
|
|
|
31
32
|
}
|
|
32
33
|
if ("children" in raw) diagnostics.push({ code: "command_node_ambiguous", path: diagnosticPath, message: "Leaf command nodes cannot contain child commands." });
|
|
33
34
|
if (!node.resultSchemaId.trim()) diagnostics.push({ code: "result_schema_required", path: `${diagnosticPath}.resultSchemaId`, message: "Leaf commands require a stable result schema." });
|
|
35
|
+
if (!node.execution) diagnostics.push({ code: "command_execution_required", path: `${diagnosticPath}.execution`, message: "Every leaf must declare one authoritative execution binding." });
|
|
36
|
+
if (node.execution?.kind === "operation") {
|
|
37
|
+
const targets = /* @__PURE__ */ new Set();
|
|
38
|
+
for (const binding of node.execution.input) {
|
|
39
|
+
const key = `${binding.target}.${binding.field}`;
|
|
40
|
+
if (targets.has(key)) diagnostics.push({ code: "command_input_target_duplicate", path: `${diagnosticPath}.execution.input`, message: `Duplicate command input target ${key}.` });
|
|
41
|
+
targets.add(key);
|
|
42
|
+
if (!binding.field.trim() || !binding.name.trim()) diagnostics.push({ code: "command_input_binding_invalid", path: `${diagnosticPath}.execution.input`, message: "Command input bindings require field and source names." });
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
if (node.execution?.kind === "unavailable" && (!node.execution.code.trim() || !node.execution.reason.trim())) diagnostics.push({ code: "command_unavailable_reason_required", path: `${diagnosticPath}.execution`, message: "Unavailable commands require a stable code and explanation." });
|
|
34
46
|
const optionNames = /* @__PURE__ */ new Set();
|
|
35
47
|
for (const option of node.options ?? []) {
|
|
36
48
|
if (optionNames.has(option.name)) diagnostics.push({ code: "command_option_duplicate", path: `${diagnosticPath}.options.${index}`, message: `Duplicate option ${option.name}.` });
|
|
@@ -44,10 +56,47 @@ function validateCommandTree(tree) {
|
|
|
44
56
|
visit(tree.commands, []);
|
|
45
57
|
return diagnostics;
|
|
46
58
|
}
|
|
59
|
+
function validateCommandOperationBindings(tree, operations) {
|
|
60
|
+
const diagnostics = [];
|
|
61
|
+
const catalog = new Map(operations.map((operation) => [operation.descriptor.operationId, operation]));
|
|
62
|
+
const visit = (nodes, parent) => {
|
|
63
|
+
for (const node of nodes) {
|
|
64
|
+
const path = [...parent, node.segment];
|
|
65
|
+
if (node.nodeType === "branch") {
|
|
66
|
+
visit(node.children, path);
|
|
67
|
+
continue;
|
|
68
|
+
}
|
|
69
|
+
if (node.execution.kind !== "operation") continue;
|
|
70
|
+
const binding = catalog.get(node.execution.operationId);
|
|
71
|
+
const diagnosticPath = `commands.${path.join(".")}.execution`;
|
|
72
|
+
if (!binding) {
|
|
73
|
+
diagnostics.push({ code: "command_operation_unknown", path: diagnosticPath, message: `Unknown control-plane operation ${node.execution.operationId}.` });
|
|
74
|
+
continue;
|
|
75
|
+
}
|
|
76
|
+
if (!binding.descriptor.surfaces.includes("cli")) diagnostics.push({ code: "command_operation_surface_missing", path: diagnosticPath, message: `Operation ${node.execution.operationId} does not declare the CLI surface.` });
|
|
77
|
+
if (binding.descriptor.kind !== node.kind) diagnostics.push({ code: "command_operation_kind_mismatch", path: diagnosticPath, message: `Command and operation ${node.execution.operationId} disagree about mutation behavior.` });
|
|
78
|
+
const expectedConfirmation = binding.descriptor.confirmation === "input_required" ? binding.descriptor.riskClass : "never";
|
|
79
|
+
if ((node.authorization?.confirmation ?? "never") !== expectedConfirmation) diagnostics.push({ code: "command_operation_confirmation_mismatch", path: diagnosticPath, message: `Command and operation ${node.execution.operationId} disagree about confirmation.` });
|
|
80
|
+
const shapes = {
|
|
81
|
+
path: "shape" in binding.schema.path ? Object.keys(binding.schema.path.shape) : null,
|
|
82
|
+
query: "shape" in binding.schema.query ? Object.keys(binding.schema.query.shape) : null,
|
|
83
|
+
body: "shape" in binding.schema.body ? Object.keys(binding.schema.body.shape) : null
|
|
84
|
+
};
|
|
85
|
+
for (const input of node.execution.input) {
|
|
86
|
+
const keys = shapes[input.target];
|
|
87
|
+
const undefinedSchema = binding.schema[input.target] instanceof ZodUndefined;
|
|
88
|
+
if (keys !== null && !keys.includes(input.field) || undefinedSchema) diagnostics.push({ code: "command_operation_input_unknown", path: `${diagnosticPath}.input.${input.target}.${input.field}`, message: `Operation ${node.execution.operationId} does not accept ${input.target} field ${input.field}.` });
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
};
|
|
92
|
+
visit(tree.commands, []);
|
|
93
|
+
return diagnostics.sort((left, right) => `${left.path}:${left.code}`.localeCompare(`${right.path}:${right.code}`));
|
|
94
|
+
}
|
|
47
95
|
function createCommandResult(input) {
|
|
48
96
|
return { schemaVersion: "treeseed.command-result/v1", ...input };
|
|
49
97
|
}
|
|
50
98
|
export {
|
|
51
99
|
createCommandResult,
|
|
100
|
+
validateCommandOperationBindings,
|
|
52
101
|
validateCommandTree
|
|
53
102
|
};
|