@treeseed/sdk 0.13.0-rc.2 → 0.13.0-rc.20
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 +624 -624
- 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 +2030 -2030
- 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 +260 -260
- 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 +50 -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
package/README.md
CHANGED
|
@@ -1,88 +1,8 @@
|
|
|
1
1
|
# `@treeseed/sdk`
|
|
2
2
|
|
|
3
|
-
`@treeseed/sdk` is
|
|
3
|
+
`@treeseed/sdk` is TreeSeed's portable contract and remote API package. It gives API, CLI, Agent, browser, and external integrations one versioned description of the control plane and typed conduits to remote TreeSeed and TreeDX services.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Use the SDK when you are writing automation, services, scripts, agents, or package internals that need Treeseed data, graph, workflow, config, reconciliation, hosting, package, or TreeDX integration primitives. Use the CLI when you want an operator command. Use Admin when you want a browser UI. Use API when you need the deployed backend service. Use UI when you need reusable components.
|
|
8
|
-
|
|
9
|
-
## How SDK Fits With Treeseed
|
|
10
|
-
|
|
11
|
-
The SDK is the shared platform substrate used by:
|
|
12
|
-
|
|
13
|
-
- `@treeseed/core` for site runtime, content, plugin, and hosting integration
|
|
14
|
-
- `@treeseed/admin` for admin contracts, view models, API facades, and platform primitives
|
|
15
|
-
- `@treeseed/api` for backend contracts, reconciliation, operation state, and shared data models
|
|
16
|
-
- `@treeseed/cli` for workflow, config, hosting, release, and reconciliation commands
|
|
17
|
-
- `@treeseed/agent` for provider runtime consumption of shared contracts
|
|
18
|
-
- root `@treeseed/market` for tenant config, content, and hosted workflow integration
|
|
19
|
-
|
|
20
|
-
The SDK is not a UI package, admin portal, backend server, CLI parser, capacity-provider runtime, AgentKernel runtime, or ecommerce implementation. See the root [Package Ownership](../../docs/package-ownership.md) guide for the full system map.
|
|
21
|
-
|
|
22
|
-
The `@treeseed/sdk/account-contracts` export is the canonical portable contract for auth availability, credential/provider results, account identity and sessions, notification capabilities/preferences, and private personal themes. `@treeseed/sdk/platform/plugin` owns the `TreeseedRouteCapability` registry vocabulary consumed by package route registries and generated UI inventories. These contracts contain no UI or backend implementation.
|
|
23
|
-
|
|
24
|
-
## Which Surface Should I Use?
|
|
25
|
-
|
|
26
|
-
Treeseed exposes three public SDK surfaces, but they are not peers:
|
|
27
|
-
|
|
28
|
-
| Surface | Role | Use It For |
|
|
29
|
-
| --- | --- | --- |
|
|
30
|
-
| `AgentSdk` | Primary | application code, workers, scripts, API handlers, graph-first context retrieval |
|
|
31
|
-
| `ScopedAgentSdk` | Operational | agent-runtime code that must enforce model permissions and inject actor identity |
|
|
32
|
-
| `ContentGraphRuntime` | Advanced | low-level graph-only integrations that want the graph engine without the rest of the SDK |
|
|
33
|
-
|
|
34
|
-
If you are unsure, use `AgentSdk`.
|
|
35
|
-
|
|
36
|
-
## Major Capability Groups
|
|
37
|
-
|
|
38
|
-
`AgentSdk` covers five main areas:
|
|
39
|
-
|
|
40
|
-
- generic model reads and mutations across content-backed models and the static-hub D1 form store
|
|
41
|
-
- operational runtime state such as messages, runs, cursors, and leases
|
|
42
|
-
- control-plane orchestration for work days, tasks, task events, graph runs, and reports
|
|
43
|
-
- provider-neutral capacity and assignment contracts for allocation sets, project agent classes, kernel policy/profile, capacity envelopes, provider sessions, assignments, mode runs, reservations, estimates, checkpoints, and usage actuals
|
|
44
|
-
- hosting graph compilation, deployment readiness, live hosted-service checks, Treeseed runner smoke helpers, and verification cache support for Treeseed workflows
|
|
45
|
-
- graph-first context retrieval through `parseGraphDsl()`, `resolveSeeds()`, `queryGraph()`, and `buildContextPack()`
|
|
46
|
-
- agent scoping through `scopeForAgent()`
|
|
47
|
-
|
|
48
|
-
## Workflow And Hosting Support
|
|
49
|
-
|
|
50
|
-
The SDK owns the shared implementation behind the fail-fast `trsd` deployment workflow.
|
|
51
|
-
It also owns the canonical reconciliation platform for desired-state infrastructure. See the root workspace `docs/reconciliation-platform.md` for the full contract.
|
|
52
|
-
|
|
53
|
-
Current workflow-support exports include:
|
|
54
|
-
|
|
55
|
-
```ts
|
|
56
|
-
import {
|
|
57
|
-
collectTreeseedDeploymentReadiness,
|
|
58
|
-
collectTreeseedLiveHostedServiceChecks,
|
|
59
|
-
formatTreeseedReadinessReport,
|
|
60
|
-
runTreeseedOperationsRunnerSmoke,
|
|
61
|
-
} from '@treeseed/sdk/workflow-support';
|
|
62
|
-
```
|
|
63
|
-
|
|
64
|
-
These helpers are used by:
|
|
65
|
-
|
|
66
|
-
- `trsd ready <local|staging|prod>`
|
|
67
|
-
- `trsd hosting plan|apply|verify --environment <env> --service <id>`
|
|
68
|
-
- `trsd audit hosting --environment <env> --live`
|
|
69
|
-
- `trsd doctor --live --hosted-services`
|
|
70
|
-
- `trsd operations smoke --environment <env> --service operationsRunner`
|
|
71
|
-
- `trsd stage --verify action|local|none`
|
|
72
|
-
- `trsd release --verify-deployed-resources`
|
|
73
|
-
|
|
74
|
-
`trsd stage` is branch/ref promotion. It merges `staging` down into the feature branch, runs local proof by default, promotes exact verified refs to staging, and leaves hosted CI/CD/provider repair to the staging release workflow. Hosted reconciliation and live deployed-resource verification remain owned by hosting, release, and explicit verification commands.
|
|
75
|
-
|
|
76
|
-
For the API app, the expected hosted backend services are the API service, indexed Treeseed operations runner, PostgreSQL, and public TreeDX federation nodes owned by `packages/api`. The root web app remains a web UI and `/v1/*` proxy/client surface, with admin routes contributed by `@treeseed/admin` and visual primitives contributed by `@treeseed/ui`.
|
|
77
|
-
|
|
78
|
-
Reconciliation guarantees:
|
|
79
|
-
|
|
80
|
-
- command surfaces compile desired resources before provider mutation
|
|
81
|
-
- cached state can locate resources but live observation proves readiness
|
|
82
|
-
- hosted apply cannot report `ok: true` when live postconditions fail
|
|
83
|
-
- adapter reports use `desiredGraph`, `observedGraph`, `stateGraph`, `diff`, `actions`, `postconditions`, `blockedDrift`, `providerLimitations`, `liveVerification`, and `ok`
|
|
84
|
-
|
|
85
|
-
Agent capacity architecture is documented in the root workspace [Agent Capacity Implementation Roadmap](../../docs/agent-capacity-implementation-roadmap.md) and [Agent Capacity Domain Model](../../docs/agent-capacity-domain-model.md). SDK owns the portable contracts only; API owns durable coordination records and `@treeseed/agent` owns runtime execution.
|
|
5
|
+
The SDK does not own control-plane persistence, scheduling, repository mutation, content publication, deployment, provider runtimes, or server-side business workflows. Those implementations belong to the API or their dedicated runtime packages.
|
|
86
6
|
|
|
87
7
|
## Install
|
|
88
8
|
|
|
@@ -90,313 +10,75 @@ Agent capacity architecture is documented in the root workspace [Agent Capacity
|
|
|
90
10
|
npm install @treeseed/sdk
|
|
91
11
|
```
|
|
92
12
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
- Node `>=22`
|
|
96
|
-
- ESM package
|
|
97
|
-
- import from the package root or documented subpath exports
|
|
98
|
-
|
|
99
|
-
## Quickstart
|
|
100
|
-
|
|
101
|
-
```ts
|
|
102
|
-
import { AgentSdk } from '@treeseed/sdk/sdk';
|
|
103
|
-
|
|
104
|
-
const sdk = new AgentSdk({
|
|
105
|
-
repoRoot: '/absolute/path/to/your-site',
|
|
106
|
-
});
|
|
107
|
-
```
|
|
108
|
-
|
|
109
|
-
Use `AgentSdk.createLocal()` when you want the local static-hub D1 form store:
|
|
110
|
-
|
|
111
|
-
```ts
|
|
112
|
-
import { AgentSdk } from '@treeseed/sdk/sdk';
|
|
113
|
-
|
|
114
|
-
const sdk = AgentSdk.createLocal({
|
|
115
|
-
repoRoot: '/absolute/path/to/your-site',
|
|
116
|
-
databaseName: 'treeseed-local',
|
|
117
|
-
persistTo: '.wrangler/state/v3/d1',
|
|
118
|
-
});
|
|
119
|
-
```
|
|
120
|
-
|
|
121
|
-
## TreeDX Content Repository
|
|
122
|
-
|
|
123
|
-
TreeDX is the generic repository service used by Treeseed when TreeDX service configuration is available. The SDK is the Treeseed integration and client layer: it configures the TreeDX portfolio, maps Treeseed model registry behavior onto generic repository/ref/path/frontmatter/body/query requests, and keeps product semantics outside TreeDX. The API package may host public TreeDX federation nodes as part of backend reconciliation.
|
|
124
|
-
|
|
125
|
-
Project site code and optional project repositories remain local filesystem/git
|
|
126
|
-
workspace concerns by default. Use `contentRepository: { adapter: 'local' }` or
|
|
127
|
-
`AgentSdk.createLocal()` for explicit local content behavior.
|
|
128
|
-
|
|
129
|
-
See [TreeDX Content Repository](./docs/treedx-content-repository.md).
|
|
130
|
-
|
|
131
|
-
## Preferred Graph Workflow
|
|
132
|
-
|
|
133
|
-
The preferred graph API for new integrations is:
|
|
134
|
-
|
|
135
|
-
1. `parseGraphDsl()`
|
|
136
|
-
2. `queryGraph()`
|
|
137
|
-
3. `buildContextPack()`
|
|
138
|
-
|
|
139
|
-
Example:
|
|
140
|
-
|
|
141
|
-
```ts
|
|
142
|
-
import { AgentSdk } from '@treeseed/sdk/sdk';
|
|
143
|
-
|
|
144
|
-
const sdk = new AgentSdk();
|
|
145
|
-
const parsed = await sdk.parseGraphDsl(
|
|
146
|
-
'ctx "queue api" for implement in /knowledge via implements,references depth 1 budget 4000 as full',
|
|
147
|
-
);
|
|
148
|
-
|
|
149
|
-
if (!parsed.ok || !parsed.query) {
|
|
150
|
-
throw new Error(parsed.errors.join('; '));
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
const graph = await sdk.queryGraph(parsed.query);
|
|
154
|
-
const pack = await sdk.buildContextPack(parsed.query);
|
|
155
|
-
```
|
|
156
|
-
|
|
157
|
-
The public `ctx` syntax is:
|
|
158
|
-
|
|
159
|
-
```text
|
|
160
|
-
ctx <target>
|
|
161
|
-
[for <focus>]
|
|
162
|
-
[in <scope>]
|
|
163
|
-
[via <relation[,relation...]>]
|
|
164
|
-
[depth <0-3>]
|
|
165
|
-
[where <filter-expression>]
|
|
166
|
-
[limit <n>]
|
|
167
|
-
[budget <tokens>]
|
|
168
|
-
[as <list|brief|full|map>]
|
|
169
|
-
```
|
|
170
|
-
|
|
171
|
-
The old `key=value` graph DSL is no longer supported.
|
|
172
|
-
|
|
173
|
-
## TreeDX Remote Repository Mode
|
|
174
|
-
|
|
175
|
-
TreeDX support is opt-in. Local SDK behavior remains the default.
|
|
176
|
-
|
|
177
|
-
Use the low-level TreeDX client when you want direct repository, workspace, query, graph, registry, or context calls:
|
|
13
|
+
Requirements: Node.js 22 or newer and ESM.
|
|
178
14
|
|
|
179
|
-
|
|
180
|
-
import { TreeDxClient } from '@treeseed/sdk/treedx';
|
|
181
|
-
|
|
182
|
-
const treeDx = new TreeDxClient({
|
|
183
|
-
baseUrl: 'http://localhost:4000',
|
|
184
|
-
token: process.env.TREEDX_TOKEN,
|
|
185
|
-
repoId: 'repo_123',
|
|
186
|
-
});
|
|
187
|
-
|
|
188
|
-
const whoami = await treeDx.whoami();
|
|
189
|
-
const file = await treeDx.readRepositoryFile({
|
|
190
|
-
path: 'docs/readme.md',
|
|
191
|
-
parseFrontmatter: true,
|
|
192
|
-
});
|
|
193
|
-
```
|
|
194
|
-
|
|
195
|
-
`AgentSdk` can delegate content-backed model and graph calls to TreeDX when configured explicitly:
|
|
15
|
+
## Control-plane API
|
|
196
16
|
|
|
197
17
|
```ts
|
|
198
|
-
import {
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
repoId: 'repo_123',
|
|
204
|
-
});
|
|
18
|
+
import {
|
|
19
|
+
ControlPlaneClient,
|
|
20
|
+
defaultLocalControlPlaneServer,
|
|
21
|
+
} from '@treeseed/sdk/control-plane-client';
|
|
22
|
+
import { CONTROL_PLANE_OPERATIONS } from '@treeseed/sdk/operator-contracts';
|
|
205
23
|
|
|
206
|
-
const
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
enabled: true,
|
|
210
|
-
client: treeDx,
|
|
211
|
-
repoId: 'repo_123',
|
|
212
|
-
defaultRef: 'refs/heads/main',
|
|
213
|
-
},
|
|
24
|
+
const client = new ControlPlaneClient({
|
|
25
|
+
profile: defaultLocalControlPlaneServer(),
|
|
26
|
+
accessToken: process.env.TREESEED_ACCESS_TOKEN,
|
|
214
27
|
});
|
|
215
28
|
|
|
216
|
-
const
|
|
217
|
-
|
|
218
|
-
|
|
29
|
+
const health = await client.invoke(CONTROL_PLANE_OPERATIONS.health.readiness, {
|
|
30
|
+
path: {},
|
|
31
|
+
query: {},
|
|
32
|
+
body: undefined,
|
|
219
33
|
});
|
|
220
34
|
```
|
|
221
35
|
|
|
222
|
-
|
|
36
|
+
The client provides typed operation dispatch, RFC 9457 problem handling, OAuth device and refresh flows, server-profile normalization, idempotency keys, optimistic-concurrency headers, and request cancellation. Operation bindings come from the versioned operation catalog; callers do not construct control-plane paths. Token and profile persistence belong to the consuming CLI, application, or host credential store.
|
|
223
37
|
|
|
224
|
-
TreeDX
|
|
38
|
+
## TreeDX API
|
|
225
39
|
|
|
226
40
|
```ts
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
await treeDx.putCapabilityGrant({
|
|
231
|
-
actorId: 'actor_agent',
|
|
232
|
-
tenantId: 'tenant_demo',
|
|
233
|
-
repoIds: ['repo_123'],
|
|
234
|
-
capabilities: ['files:read', 'files:search'],
|
|
235
|
-
refs: ['refs/heads/main'],
|
|
236
|
-
paths: ['docs/**'],
|
|
237
|
-
});
|
|
41
|
+
import { ControlPlaneClient } from '@treeseed/sdk/control-plane-client';
|
|
42
|
+
import { TreeSeedTreeDxClient } from '@treeseed/sdk/treedx';
|
|
238
43
|
|
|
239
|
-
const
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
limit: 25,
|
|
44
|
+
const controlPlane = new ControlPlaneClient({
|
|
45
|
+
profile: defaultLocalControlPlaneServer(),
|
|
46
|
+
accessToken: process.env.TREESEED_ACCESS_TOKEN,
|
|
243
47
|
});
|
|
48
|
+
const treeDx = new TreeSeedTreeDxClient(controlPlane);
|
|
244
49
|
|
|
245
|
-
const
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
});
|
|
250
|
-
|
|
251
|
-
const search = await treeDx.federatedSearch({
|
|
252
|
-
repoIds: ['repo_123'],
|
|
253
|
-
refs: { repo_123: 'refs/heads/main' },
|
|
254
|
-
paths: { repo_123: ['docs/**'] },
|
|
255
|
-
query: 'release',
|
|
256
|
-
includeErrors: true,
|
|
50
|
+
const result = await treeDx.proxy.repositories.searchFiles({
|
|
51
|
+
path: { projectId: 'project_123', repositoryId: 'repository_123' },
|
|
52
|
+
query: { query: 'release' },
|
|
53
|
+
body: undefined,
|
|
257
54
|
});
|
|
258
55
|
```
|
|
259
56
|
|
|
260
|
-
|
|
57
|
+
TreeDX remains an independently released remote service. This package imports its authoritative payload types but exposes only the project-scoped TreeSeed proxy facade. Direct TreeDX transport, endpoints, topology, and credentials remain confined to trusted control-plane infrastructure.
|
|
261
58
|
|
|
262
|
-
|
|
59
|
+
## Public boundaries
|
|
263
60
|
|
|
264
|
-
|
|
265
|
-
const snapshot = await treeDx.buildSnapshot({
|
|
266
|
-
ref: 'refs/heads/main',
|
|
267
|
-
kind: 'repository_snapshot',
|
|
268
|
-
paths: ['docs/**'],
|
|
269
|
-
includeGraph: true,
|
|
270
|
-
});
|
|
61
|
+
The package intentionally exposes only:
|
|
271
62
|
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
snapshotId: snapshot.snapshotId,
|
|
278
|
-
});
|
|
279
|
-
|
|
280
|
-
await treeDx.syncMirror({
|
|
281
|
-
mirrorId: 'mirror_123',
|
|
282
|
-
remoteName: 'origin',
|
|
283
|
-
});
|
|
284
|
-
|
|
285
|
-
await treeDx.createMigration({
|
|
286
|
-
targetNodeId: 'node_mirror',
|
|
287
|
-
mode: 'primary_transfer',
|
|
288
|
-
planOnly: true,
|
|
289
|
-
requireMirrorSynced: false,
|
|
290
|
-
});
|
|
63
|
+
- standards and semantic-compatibility contracts for TypeScript, OpenAPI, and MCP;
|
|
64
|
+
- the control-plane operation catalog and human-centered command/workday contracts;
|
|
65
|
+
- control-plane, TreeDX, and capacity-provider remote clients;
|
|
66
|
+
- portable account, knowledge, feedback, content, agent, capacity, provider, secret-capability, and graph request contracts;
|
|
67
|
+
- deterministic validation that belongs to those wire contracts.
|
|
291
68
|
|
|
292
|
-
|
|
293
|
-
await treeDx.deepHealth();
|
|
294
|
-
await treeDx.metrics();
|
|
295
|
-
```
|
|
69
|
+
There is no root catch-all export. Import a documented subpath so ownership and compatibility remain explicit.
|
|
296
70
|
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
Mocked end-to-end TreeDX contract tests prove the SDK can drive the TreeDX repository loop without an agent-side clone when `contentPathMap` is supplied:
|
|
71
|
+
## Verification
|
|
300
72
|
|
|
301
73
|
```bash
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
The optional live contract command reports `not configured` and exits
|
|
306
|
-
successfully unless all of these are set:
|
|
307
|
-
|
|
308
|
-
```text
|
|
309
|
-
TREEDX_LIVE_URL
|
|
310
|
-
TREEDX_LIVE_TOKEN
|
|
311
|
-
TREEDX_LIVE_REPO_ID
|
|
312
|
-
```
|
|
313
|
-
|
|
314
|
-
## Capacity Scheduling Contracts
|
|
315
|
-
|
|
316
|
-
The SDK owns the provider-neutral capacity runtime helpers used by the agent manager, workers, and market control plane. These helpers keep work estimation separate from provider cost by normalizing `taskSignature + executionProfileId` estimates, then routing against grants, provider lanes, quality requirements, quota/congestion pressure, attention/context saturation, utility, predictive reserve, and hybrid execution metadata.
|
|
317
|
-
|
|
318
|
-
Capacity records remain metadata-compatible: advanced scheduling data lives in task payload JSON, routing decision candidates/scores, reservation metadata, capacity plan metadata, checkpoint artifacts, and usage actual metadata. Missing metadata is neutral, so older callers continue to use the credit-only behavior.
|
|
319
|
-
|
|
320
|
-
## Shared Fixture Support
|
|
321
|
-
|
|
322
|
-
SDK also owns the shared fixture support model used across the Treeseed workspace.
|
|
323
|
-
|
|
324
|
-
That support layer is responsible for:
|
|
325
|
-
|
|
326
|
-
- resolving the canonical shared fixture in `.fixtures/treeseed-fixtures`
|
|
327
|
-
- preparing fixture-local package visibility for package-scoped verification
|
|
328
|
-
- linking real workspace or installed packages into the fixture runtime when available
|
|
329
|
-
- providing the canonical `contracts-only` Agent shim used by packages such as `core` during isolated verification
|
|
330
|
-
|
|
331
|
-
The shared fixture is an integrated Treeseed project, but package verification remains package-scoped. SDK owns the tooling that lets other packages validate their own slice of that project without mutating the fixture itself.
|
|
332
|
-
|
|
333
|
-
## Advanced Graph Methods
|
|
334
|
-
|
|
335
|
-
The SDK also exposes lower-level graph primitives such as:
|
|
336
|
-
|
|
337
|
-
- `searchFiles()`
|
|
338
|
-
- `searchSections()`
|
|
339
|
-
- `searchEntities()`
|
|
340
|
-
- `getGraphNode()`
|
|
341
|
-
- `getNeighbors()`
|
|
342
|
-
- `followReferences()`
|
|
343
|
-
- `getBacklinks()`
|
|
344
|
-
- `getRelated()`
|
|
345
|
-
- `getSubgraph()`
|
|
346
|
-
- `refreshGraph()`
|
|
347
|
-
|
|
348
|
-
These remain public, but they are considered advanced tools. Prefer the graph-first context workflow above unless you specifically need raw lexical search or raw traversal primitives.
|
|
349
|
-
|
|
350
|
-
## `ScopedAgentSdk`
|
|
351
|
-
|
|
352
|
-
Use `scopeForAgent()` when code must enforce an agent’s declared permissions:
|
|
353
|
-
|
|
354
|
-
```ts
|
|
355
|
-
const scoped = sdk.scopeForAgent({
|
|
356
|
-
slug: 'guide-agent',
|
|
357
|
-
permissions: [
|
|
358
|
-
{ model: 'knowledge', operations: ['get', 'read', 'search'] },
|
|
359
|
-
{ model: 'message', operations: ['create'] },
|
|
360
|
-
],
|
|
361
|
-
});
|
|
74
|
+
npm test
|
|
75
|
+
npm run verify:direct
|
|
362
76
|
```
|
|
363
77
|
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
## `ContentGraphRuntime`
|
|
367
|
-
|
|
368
|
-
`ContentGraphRuntime` is still exported, but it is an advanced graph runtime:
|
|
369
|
-
|
|
370
|
-
- it powers the graph subsystem behind `AgentSdk`
|
|
371
|
-
- it is useful when you want only graph behavior
|
|
372
|
-
- it is not the recommended starting point for most applications
|
|
373
|
-
|
|
374
|
-
## Reference Docs
|
|
375
|
-
|
|
376
|
-
- [SDK Interface Reference](../../src/content/knowledge/sdk/interface-reference.mdx)
|
|
377
|
-
- [Graph API Guide](../../src/content/knowledge/sdk/graph-api-guide.mdx)
|
|
378
|
-
- [ctx Query Language](../../src/content/knowledge/sdk/ctx-query-language.mdx)
|
|
379
|
-
- [How ctx Works](../../src/content/knowledge/sdk/ctx-query-engine.mdx)
|
|
380
|
-
|
|
381
|
-
## Other Public Capabilities
|
|
382
|
-
|
|
383
|
-
The package also exports:
|
|
78
|
+
The release gate builds only the package export closure, verifies deterministic contract artifacts, checks the packed public boundary, and runs the focused contract/client suite. Removed implementation and lifecycle suites are not executed.
|
|
384
79
|
|
|
385
|
-
|
|
386
|
-
- remote clients such as `RemoteTreeseedClient`
|
|
387
|
-
- model registry, field, and filter utilities
|
|
388
|
-
- plugin/runtime types and helpers
|
|
80
|
+
## Versioning
|
|
389
81
|
|
|
390
|
-
|
|
82
|
+
Contract removals, input or output narrowing, scope escalation, risk escalation, and incompatible REST or MCP surface changes are breaking. Compatible additions require a minor version; contract-preserving repairs require a patch. Prerelease consumers pin an exact immutable version.
|
|
391
83
|
|
|
392
|
-
|
|
393
|
-
npm install
|
|
394
|
-
npm run build
|
|
395
|
-
npm test
|
|
396
|
-
```
|
|
397
|
-
|
|
398
|
-
For fixture-specific work:
|
|
399
|
-
|
|
400
|
-
```bash
|
|
401
|
-
npm run fixtures:check
|
|
402
|
-
```
|
|
84
|
+
License: Apache-2.0.
|
|
@@ -167,4 +167,4 @@ export interface PersonalTheme extends PersonalThemeDraft {
|
|
|
167
167
|
export declare const PERSONAL_THEME_COMPILER_VERSION = 1;
|
|
168
168
|
export declare function normalizeNotificationPreferences(input: Partial<NotificationPreferences> | null | undefined): NotificationPreferences;
|
|
169
169
|
export declare function isValidPersonalThemeDraft(input: unknown): input is PersonalThemeDraft;
|
|
170
|
-
import type { ApiPrincipal } from '../
|
|
170
|
+
import type { ApiPrincipal } from '../operator-contracts/oauth.js';
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import type { ExecutionUsageActual } from '../types/agents.js';
|
|
2
2
|
import type { ResearchCitation } from './contracts/support/research-citation.js';
|
|
3
|
-
import type { ArtifactRef } from '../treedx/types.js';
|
|
4
3
|
import { type ArtifactMutationReceipt } from './artifact-mutation-receipt.js';
|
|
5
4
|
export interface AgentToolEventReference {
|
|
6
5
|
id: string;
|
|
@@ -62,6 +61,23 @@ export interface AgentDiagnosticReference {
|
|
|
62
61
|
retryable?: boolean | null;
|
|
63
62
|
evidenceRef?: string | null;
|
|
64
63
|
}
|
|
64
|
+
export interface ArtifactRef {
|
|
65
|
+
contract: 'treeseed.artifact-ref/v1';
|
|
66
|
+
kind: 'treedx-content' | 'repository-file' | 'r2-object' | 'verification-evidence' | 'provider-input' | 'provider-output' | 'citation' | 'source-commit';
|
|
67
|
+
repositoryId?: string;
|
|
68
|
+
workspaceId?: string;
|
|
69
|
+
path?: string;
|
|
70
|
+
commitSha?: string | null;
|
|
71
|
+
objectKey?: string;
|
|
72
|
+
sha256: string | null;
|
|
73
|
+
byteLength?: number;
|
|
74
|
+
mediaType?: string;
|
|
75
|
+
visibility: 'private' | 'assignment' | 'project' | 'team' | 'public';
|
|
76
|
+
assignmentId?: string;
|
|
77
|
+
toolCallId?: string;
|
|
78
|
+
eventId?: string;
|
|
79
|
+
provenance?: Record<string, string>;
|
|
80
|
+
}
|
|
65
81
|
/** Portable, secret-free terminal evidence emitted by AgentKernel. */
|
|
66
82
|
export interface AgentArtifactManifest {
|
|
67
83
|
schemaVersion: 1;
|
|
@@ -8,6 +8,6 @@ export interface CompiledAgentAuthoritySnapshot {
|
|
|
8
8
|
branchPolicy: AgentActivityProfile['branchPolicy'];
|
|
9
9
|
diagnostics: string[];
|
|
10
10
|
}
|
|
11
|
-
export declare function defaultAgentAuthorityPresets(activityType: AgentActivityType): ("messaging" | "direction" | "influence" | "estimation" | "plan-contribution" | "source-execution" | "review-authority"
|
|
11
|
+
export declare function defaultAgentAuthorityPresets(activityType: AgentActivityType): ("reporting" | "messaging" | "direction" | "influence" | "estimation" | "plan-contribution" | "source-execution" | "review-authority")[];
|
|
12
12
|
export declare function compileAgentAuthoritySnapshot(activityType: AgentActivityType, profile: AgentActivityProfile): CompiledAgentAuthoritySnapshot;
|
|
13
13
|
export declare function allowedSafetyModesForActivity(activityType: AgentActivityType): Array<'planning' | 'acting'>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type ProviderLanePurpose = 'communication' | '
|
|
1
|
+
export type ProviderLanePurpose = 'communication' | 'platform' | 'workday';
|
|
2
2
|
export type CapacityExecutionKind = 'workday' | 'conversation' | 'simulation' | 'recovery';
|
|
3
3
|
export type CapacityTriggerKind = 'scheduled' | 'manual' | 'discussion' | 'agent-handoff';
|
|
4
4
|
export type CommunicationPriorityClass = 'human-interactive' | 'workday-blocking-agent' | 'agent-asynchronous' | 'operational';
|
|
@@ -6,7 +6,6 @@ export interface CapacityConfigurationDescriptor {
|
|
|
6
6
|
format: 'yaml' | 'mdx-frontmatter';
|
|
7
7
|
schemaId: string;
|
|
8
8
|
validator: string;
|
|
9
|
-
examplePath: string;
|
|
10
9
|
runtimeOwner: '@treeseed/agent' | '@treeseed/api';
|
|
11
10
|
}
|
|
12
11
|
export declare const CAPACITY_CONFIGURATION_DESCRIPTORS: readonly CapacityConfigurationDescriptor[];
|
|
@@ -7,12 +7,12 @@ const CAPACITY_CONFIGURATION_FAMILIES = [
|
|
|
7
7
|
"activity-profile"
|
|
8
8
|
];
|
|
9
9
|
const CAPACITY_CONFIGURATION_DESCRIPTORS = [
|
|
10
|
-
{ id: "provider-manifest", ownerPackage: "@treeseed/sdk", format: "yaml", schemaId: "treeseed.capacity-provider/
|
|
11
|
-
{ id: "provider-offer", ownerPackage: "@treeseed/sdk", format: "yaml", schemaId: "treeseed.provider-supply-offer/v1", validator: "validateProviderSupplyOffer",
|
|
12
|
-
{ id: "capacity-grant", ownerPackage: "@treeseed/sdk", format: "yaml", schemaId: "treeseed.capacity-grant/v2", validator: "validateCapacityGrantV2",
|
|
13
|
-
{ id: "allocation-set", ownerPackage: "@treeseed/sdk", format: "yaml", schemaId: "treeseed.capacity-allocation-set/v2", validator: "validateCapacityAllocationSetV2",
|
|
14
|
-
{ id: "project-agent-class", ownerPackage: "@treeseed/sdk", format: "yaml", schemaId: "treeseed.project-agent-class/v1", validator: "validateProjectAgentClassConfiguration",
|
|
15
|
-
{ id: "activity-profile", ownerPackage: "@treeseed/sdk", format: "mdx-frontmatter", schemaId: "treeseed.agent-activity-profiles/v1", validator: "validateAgentActivityProfilesConfiguration",
|
|
10
|
+
{ id: "provider-manifest", ownerPackage: "@treeseed/sdk", format: "yaml", schemaId: "treeseed.capacity-provider/v3", validator: "validateCapacityProviderManifestV3", runtimeOwner: "@treeseed/agent" },
|
|
11
|
+
{ id: "provider-offer", ownerPackage: "@treeseed/sdk", format: "yaml", schemaId: "treeseed.provider-supply-offer/v1", validator: "validateProviderSupplyOffer", runtimeOwner: "@treeseed/agent" },
|
|
12
|
+
{ id: "capacity-grant", ownerPackage: "@treeseed/sdk", format: "yaml", schemaId: "treeseed.capacity-grant/v2", validator: "validateCapacityGrantV2", runtimeOwner: "@treeseed/api" },
|
|
13
|
+
{ id: "allocation-set", ownerPackage: "@treeseed/sdk", format: "yaml", schemaId: "treeseed.capacity-allocation-set/v2", validator: "validateCapacityAllocationSetV2", runtimeOwner: "@treeseed/api" },
|
|
14
|
+
{ id: "project-agent-class", ownerPackage: "@treeseed/sdk", format: "yaml", schemaId: "treeseed.project-agent-class/v1", validator: "validateProjectAgentClassConfiguration", runtimeOwner: "@treeseed/api" },
|
|
15
|
+
{ id: "activity-profile", ownerPackage: "@treeseed/sdk", format: "mdx-frontmatter", schemaId: "treeseed.agent-activity-profiles/v1", validator: "validateAgentActivityProfilesConfiguration", runtimeOwner: "@treeseed/agent" }
|
|
16
16
|
];
|
|
17
17
|
export {
|
|
18
18
|
CAPACITY_CONFIGURATION_DESCRIPTORS,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ContentReference } from '../../../
|
|
1
|
+
import type { ContentReference } from '../../../content/contracts.js';
|
|
2
2
|
import type { AgentArtifactManifest } from '../../artifacts.js';
|
|
3
3
|
import type { GroupMembershipSnapshot } from '../../../governance/groups/contracts.js';
|
|
4
4
|
export type AgentPlanningActivityType = 'planning' | 'estimating' | 'reviewing' | 'reporting';
|
|
@@ -17,7 +17,7 @@ export interface ProviderNativeEstimateRange {
|
|
|
17
17
|
minimum: number;
|
|
18
18
|
expected: number;
|
|
19
19
|
maximum: number;
|
|
20
|
-
|
|
20
|
+
providerCapabilities?: string[];
|
|
21
21
|
}
|
|
22
22
|
export interface AgentOutputRequirement {
|
|
23
23
|
id?: string;
|