@treeseed/sdk 0.13.0-rc.2 → 0.13.0-rc.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +44 -362
- package/dist/accounts/account-contracts.d.ts +1 -1
- package/dist/agent-capacity/artifacts.d.ts +17 -1
- package/dist/agent-capacity/authority/agent-authority-presets.d.ts +1 -1
- package/dist/agent-capacity/contracts/capacity/communication/communication-records.d.ts +1 -1
- package/dist/agent-capacity/contracts/configuration/configuration.d.ts +0 -1
- package/dist/agent-capacity/contracts/configuration/configuration.js +6 -6
- package/dist/agent-capacity/contracts/support/decision-work.d.ts +2 -2
- package/dist/agent-capacity/validation/agent-definition-schema.d.ts +732 -732
- package/dist/agent-capacity/validation/agent-lab-forensics-schema.d.ts +36 -36
- package/dist/ai-appliance/contracts.d.ts +2 -2
- package/dist/ai-appliance/contracts.js +2 -2
- package/dist/ai-appliance/validation.js +1 -1
- package/dist/capacity/agents/agent-capacity.d.ts +0 -12
- package/dist/capacity/agents/agent-capacity.js +0 -15
- package/dist/capacity-provider/client.d.ts +19 -73
- package/dist/capacity-provider/client.js +62 -155
- package/dist/capacity-provider/contracts/governance.d.ts +64 -40
- package/dist/capacity-provider/index.d.ts +0 -5
- package/dist/capacity-provider/index.js +0 -5
- package/dist/capacity-provider/validation.d.ts +2 -2
- package/dist/capacity-provider/validation.js +65 -55
- package/dist/configuration/secrets-capability.d.ts +0 -1
- package/dist/configuration/secrets-capability.js +0 -1
- package/dist/content/contracts.d.ts +12 -0
- package/dist/content/validation/agent-operational-content-schemas.d.ts +282 -282
- package/dist/content/validation/auxiliary-content-schemas.d.ts +154 -154
- package/dist/content/validation/auxiliary-content-schemas.js +2 -2
- package/dist/content/validation/content-model-schemas.d.ts +2228 -2228
- package/dist/content/validation/index.d.ts +1 -0
- package/dist/content/validation/index.js +1 -0
- package/dist/content/validation/portable-content-data.d.ts +278 -278
- package/dist/entrypoints/clients/control-plane-client.d.ts +114 -0
- package/dist/entrypoints/clients/control-plane-client.js +186 -0
- package/dist/entrypoints/models/sdk-types.d.ts +1 -7
- package/dist/entrypoints/models/sdk-types.js +1 -7
- package/dist/knowledge/index.d.ts +0 -8
- package/dist/knowledge/index.js +0 -8
- package/dist/operator-contracts/canonical-command-tree.js +95 -4
- package/dist/operator-contracts/command-tree.d.ts +28 -0
- package/dist/operator-contracts/command-tree.js +49 -0
- package/dist/operator-contracts/control-plane-operation.d.ts +89 -0
- package/dist/operator-contracts/control-plane-operation.js +84 -0
- package/dist/operator-contracts/control-plane-operations.d.ts +1031 -0
- package/dist/operator-contracts/control-plane-operations.js +512 -0
- package/dist/operator-contracts/index.d.ts +5 -0
- package/dist/operator-contracts/index.js +5 -0
- package/dist/operator-contracts/mcp.d.ts +83 -0
- package/dist/operator-contracts/mcp.js +84 -0
- package/dist/operator-contracts/oauth.d.ts +46 -0
- package/dist/operator-contracts/operation-builder.d.ts +17 -0
- package/dist/operator-contracts/operation-builder.js +60 -0
- package/dist/operator-contracts/seed/seed-bundle.d.ts +123 -0
- package/dist/operator-contracts/seed/seed-bundle.js +54 -0
- package/dist/operator-contracts/workday-profile.d.ts +6 -0
- package/dist/operator-contracts/workday-profile.js +17 -0
- package/dist/sdk-types/configuration/sdk-dispatch-credential-source.d.ts +1 -1
- package/dist/sdk-types/{commerce/catalog/upsert-catalog-item-request.d.ts → control-plane/resource-requests.d.ts} +4 -4
- package/dist/sdk-types/support/platform-contracts.d.ts +3 -7
- package/dist/sdk-types/support/platform-contracts.js +2 -22
- package/dist/standards/mcp/compare.d.ts +2 -0
- package/dist/standards/mcp/compare.js +38 -0
- package/dist/standards/mcp/contracts.d.ts +34 -0
- package/dist/standards/mcp/index.d.ts +3 -0
- package/dist/standards/mcp/index.js +3 -0
- package/dist/standards/mcp/normalize.d.ts +4 -0
- package/dist/standards/mcp/normalize.js +30 -0
- package/dist/treedx/client.d.ts +589 -0
- package/dist/treedx/client.js +39 -0
- package/dist/treedx/contract.d.ts +32 -0
- package/dist/treedx/contract.js +63 -0
- package/dist/treedx/index.d.ts +2 -16
- package/dist/treedx/index.js +2 -56
- package/dist/treedx/types.d.ts +8 -7
- package/dist/treedx/types.js +0 -7
- package/dist/types/agents/agent-trigger-kinds.d.ts +2 -2
- package/package.json +23 -362
- package/dist/agent-capacity/authoring/agent-definition-authoring.d.ts +0 -57
- package/dist/agent-capacity/authoring/agent-definition-authoring.js +0 -73
- package/dist/agent-capacity/authoring/agent-deployment.d.ts +0 -93
- package/dist/agent-capacity/authoring/agent-deployment.js +0 -65
- package/dist/agent-capacity/authoring/chat-activity-profile.d.ts +0 -2
- package/dist/agent-capacity/authoring/chat-activity-profile.js +0 -91
- package/dist/agent-capacity/authoring/group-definition-authoring.d.ts +0 -33
- package/dist/agent-capacity/authoring/group-definition-authoring.js +0 -93
- package/dist/agent-capacity/authoring/index.d.ts +0 -4
- package/dist/agent-capacity/authoring/index.js +0 -4
- package/dist/agent-capacity/authority/assignment-authority-probe.d.ts +0 -109
- package/dist/agent-capacity/authority/assignment-authority-probe.js +0 -49
- package/dist/agent-capacity/contracts/index.d.ts +0 -19
- package/dist/agent-capacity/contracts/index.js +0 -19
- package/dist/agent-capacity/contracts/support/operator-surface.d.ts +0 -25
- package/dist/agent-capacity/contracts/support/operator-surface.js +0 -187
- package/dist/agent-capacity/cooperative-planning.d.ts +0 -28
- package/dist/agent-capacity/cooperative-planning.js +0 -48
- package/dist/agent-capacity/index.d.ts +0 -15
- package/dist/agent-capacity/index.js +0 -15
- package/dist/agent-capacity/planning-graph.d.ts +0 -77
- package/dist/agent-capacity/planning-graph.js +0 -155
- package/dist/agent-capacity/policy/capacity/accounting/settlement.d.ts +0 -8
- package/dist/agent-capacity/policy/capacity/accounting/settlement.js +0 -50
- package/dist/agent-capacity/policy/capacity/assignments/assignment-capability.d.ts +0 -20
- package/dist/agent-capacity/policy/capacity/assignments/assignment-capability.js +0 -235
- package/dist/agent-capacity/policy/capacity/providers/supply-selection.d.ts +0 -10
- package/dist/agent-capacity/policy/capacity/providers/supply-selection.js +0 -31
- package/dist/agent-capacity/policy/index.d.ts +0 -12
- package/dist/agent-capacity/policy/index.js +0 -12
- package/dist/agent-capacity/policy/operations/research-workflow.d.ts +0 -13
- package/dist/agent-capacity/policy/operations/research-workflow.js +0 -164
- package/dist/agent-capacity/policy/runtime/runtime-diagnostics.d.ts +0 -19
- package/dist/agent-capacity/policy/runtime/runtime-diagnostics.js +0 -263
- package/dist/agent-capacity/policy/support/decision-work.d.ts +0 -23
- package/dist/agent-capacity/policy/support/decision-work.js +0 -482
- package/dist/agent-capacity/policy/support/execution-capability.d.ts +0 -60
- package/dist/agent-capacity/policy/support/execution-capability.js +0 -368
- package/dist/agent-capacity/policy/support/failure-classification.d.ts +0 -6
- package/dist/agent-capacity/policy/support/failure-classification.js +0 -32
- package/dist/agent-capacity/policy/support/kernel-mode.d.ts +0 -20
- package/dist/agent-capacity/policy/support/kernel-mode.js +0 -280
- package/dist/agent-capacity/policy/support/mode-primitives.d.ts +0 -8
- package/dist/agent-capacity/policy/support/mode-primitives.js +0 -14
- package/dist/agent-capacity/policy/support/planning.d.ts +0 -39
- package/dist/agent-capacity/policy/support/planning.js +0 -161
- package/dist/agent-capacity/policy/support/primitives.d.ts +0 -23
- package/dist/agent-capacity/policy/support/primitives.js +0 -186
- package/dist/agent-capacity/policy/support/revision-cycle.d.ts +0 -4
- package/dist/agent-capacity/policy/support/revision-cycle.js +0 -144
- package/dist/agent-capacity/validation/compatibility/agent-definition-compatibility.d.ts +0 -10
- package/dist/agent-capacity/validation/compatibility/agent-definition-compatibility.js +0 -100
- package/dist/agent-tools/agent-tool-definitions.d.ts +0 -2
- package/dist/agent-tools/agent-tool-definitions.js +0 -465
- package/dist/agent-tools/agent-tool-execution-target.d.ts +0 -74
- package/dist/agent-tools/agent-tool-execution-target.js +0 -76
- package/dist/agent-tools/agent-tool-index.d.ts +0 -8
- package/dist/agent-tools/agent-tool-index.js +0 -33
- package/dist/agent-tools/communication-tool-definitions.d.ts +0 -2
- package/dist/agent-tools/communication-tool-definitions.js +0 -85
- package/dist/agents/agent-tools.d.ts +0 -3
- package/dist/agents/agent-tools.js +0 -3
- package/dist/agents/cli-tools.d.ts +0 -3
- package/dist/agents/cli-tools.js +0 -46
- package/dist/agents/copilot.d.ts +0 -24
- package/dist/agents/copilot.js +0 -91
- package/dist/ai-appliance/index.d.ts +0 -3
- package/dist/ai-appliance/index.js +0 -3
- package/dist/ai-appliance/reconciliation.d.ts +0 -18
- package/dist/ai-appliance/reconciliation.js +0 -47
- package/dist/api/auth/d1-database.d.ts +0 -3
- package/dist/api/auth/d1-database.js +0 -20
- package/dist/api/auth/d1-provider.d.ts +0 -54
- package/dist/api/auth/d1-provider.js +0 -95
- package/dist/api/auth/d1-store/accounts/identity/can-adopt-username-match.d.ts +0 -3
- package/dist/api/auth/d1-store/accounts/identity/can-adopt-username-match.js +0 -13
- package/dist/api/auth/d1-store/accounts/identity/ensure-auth-schema.d.ts +0 -2
- package/dist/api/auth/d1-store/accounts/identity/ensure-auth-schema.js +0 -14
- package/dist/api/auth/d1-store/accounts/identity/load-user-by-username.d.ts +0 -2
- package/dist/api/auth/d1-store/accounts/identity/load-user-by-username.js +0 -6
- package/dist/api/auth/d1-store/accounts/identity/load-user-by-verified-email.d.ts +0 -2
- package/dist/api/auth/d1-store/accounts/identity/load-user-by-verified-email.js +0 -6
- package/dist/api/auth/d1-store/accounts/sessions/authenticate-service.d.ts +0 -6
- package/dist/api/auth/d1-store/accounts/sessions/authenticate-service.js +0 -34
- package/dist/api/auth/d1-store/accounts/sessions/issue-user-session.d.ts +0 -7
- package/dist/api/auth/d1-store/accounts/sessions/issue-user-session.js +0 -69
- package/dist/api/auth/d1-store/accounts/tokens/authenticate-bearer-token.d.ts +0 -6
- package/dist/api/auth/d1-store/accounts/tokens/authenticate-bearer-token.js +0 -42
- package/dist/api/auth/d1-store/accounts/tokens/create-personal-access-token.d.ts +0 -12
- package/dist/api/auth/d1-store/accounts/tokens/create-personal-access-token.js +0 -36
- package/dist/api/auth/d1-store/accounts/tokens/list-personal-access-tokens.d.ts +0 -2
- package/dist/api/auth/d1-store/accounts/tokens/list-personal-access-tokens.js +0 -10
- package/dist/api/auth/d1-store/accounts/tokens/refresh-access-token.d.ts +0 -3
- package/dist/api/auth/d1-store/accounts/tokens/refresh-access-token.js +0 -46
- package/dist/api/auth/d1-store/accounts/tokens/revoke-personal-access-token.d.ts +0 -2
- package/dist/api/auth/d1-store/accounts/tokens/revoke-personal-access-token.js +0 -15
- package/dist/api/auth/d1-store/capacity/providers/load-identity-by-provider.d.ts +0 -2
- package/dist/api/auth/d1-store/capacity/providers/load-identity-by-provider.js +0 -6
- package/dist/api/auth/d1-store/commerce/catalog/seed-catalog.d.ts +0 -2
- package/dist/api/auth/d1-store/commerce/catalog/seed-catalog.js +0 -27
- package/dist/api/auth/d1-store/configuration/create-service-credential.d.ts +0 -7
- package/dist/api/auth/d1-store/configuration/create-service-credential.js +0 -10
- package/dist/api/auth/d1-store/configuration/rotate-service-credential.d.ts +0 -2
- package/dist/api/auth/d1-store/configuration/rotate-service-credential.js +0 -17
- package/dist/api/auth/d1-store/configuration/upsert-service-credential.d.ts +0 -8
- package/dist/api/auth/d1-store/configuration/upsert-service-credential.js +0 -20
- package/dist/api/auth/d1-store/methods.d.ts +0 -40
- package/dist/api/auth/d1-store/methods.js +0 -82
- package/dist/api/auth/d1-store/runtime/approve-device-flow.d.ts +0 -5
- package/dist/api/auth/d1-store/runtime/approve-device-flow.js +0 -27
- package/dist/api/auth/d1-store/runtime/poll-device-flow.d.ts +0 -3
- package/dist/api/auth/d1-store/runtime/poll-device-flow.js +0 -71
- package/dist/api/auth/d1-store/runtime/start-device-flow.d.ts +0 -3
- package/dist/api/auth/d1-store/runtime/start-device-flow.js +0 -34
- package/dist/api/auth/d1-store/seeds/seed-configured-services.d.ts +0 -2
- package/dist/api/auth/d1-store/seeds/seed-configured-services.js +0 -14
- package/dist/api/auth/d1-store/support/audit/write-audit-event.d.ts +0 -9
- package/dist/api/auth/d1-store/support/audit/write-audit-event.js +0 -18
- package/dist/api/auth/d1-store/support/lifecycle/ensure-initialized.d.ts +0 -2
- package/dist/api/auth/d1-store/support/lifecycle/ensure-initialized.js +0 -9
- package/dist/api/auth/d1-store/support/principals/create-user.d.ts +0 -7
- package/dist/api/auth/d1-store/support/principals/create-user.js +0 -30
- package/dist/api/auth/d1-store/support/principals/exchange-trusted-user-assertion.d.ts +0 -10
- package/dist/api/auth/d1-store/support/principals/exchange-trusted-user-assertion.js +0 -50
- package/dist/api/auth/d1-store/support/principals/load-user.d.ts +0 -2
- package/dist/api/auth/d1-store/support/principals/load-user.js +0 -6
- package/dist/api/auth/d1-store/support/principals/permissions-for-user.d.ts +0 -2
- package/dist/api/auth/d1-store/support/principals/permissions-for-user.js +0 -11
- package/dist/api/auth/d1-store/support/principals/principal-for-user.d.ts +0 -2
- package/dist/api/auth/d1-store/support/principals/principal-for-user.js +0 -27
- package/dist/api/auth/d1-store/support/principals/scopes-for-principal.d.ts +0 -2
- package/dist/api/auth/d1-store/support/principals/scopes-for-principal.js +0 -13
- package/dist/api/auth/d1-store/support/principals/sync-user.d.ts +0 -7
- package/dist/api/auth/d1-store/support/principals/sync-user.js +0 -96
- package/dist/api/auth/d1-store/support/principals/user-metadata.d.ts +0 -9
- package/dist/api/auth/d1-store/support/principals/user-metadata.js +0 -13
- package/dist/api/auth/d1-store/support/queries/execute-statement.d.ts +0 -2
- package/dist/api/auth/d1-store/support/queries/execute-statement.js +0 -6
- package/dist/api/auth/d1-store/support/queries/query-all.d.ts +0 -2
- package/dist/api/auth/d1-store/support/queries/query-all.js +0 -7
- package/dist/api/auth/d1-store/support/queries/query-first.d.ts +0 -2
- package/dist/api/auth/d1-store/support/queries/query-first.js +0 -6
- package/dist/api/auth/d1-store/teams/assign-role.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/assign-role.js +0 -12
- package/dist/api/auth/d1-store/teams/bootstrap-roles-for-user.d.ts +0 -3
- package/dist/api/auth/d1-store/teams/bootstrap-roles-for-user.js +0 -22
- package/dist/api/auth/d1-store/teams/permissions-for-roles.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/permissions-for-roles.js +0 -15
- package/dist/api/auth/d1-store/teams/reconcile-bootstrap-admins.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/reconcile-bootstrap-admins.js +0 -34
- package/dist/api/auth/d1-store/teams/replace-roles.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/replace-roles.js +0 -9
- package/dist/api/auth/d1-store/teams/roles-for-user.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/roles-for-user.js +0 -10
- package/dist/api/auth/d1-store/teams/set-user-roles.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/set-user-roles.js +0 -25
- package/dist/api/auth/d1-store.d.ts +0 -133
- package/dist/api/auth/d1-store.js +0 -225
- package/dist/api/auth/memory-provider.d.ts +0 -82
- package/dist/api/auth/memory-provider.js +0 -297
- package/dist/api/auth/rbac.d.ts +0 -27
- package/dist/api/auth/rbac.js +0 -171
- package/dist/api/auth/tokens.d.ts +0 -18
- package/dist/api/auth/tokens.js +0 -56
- package/dist/api/auth/trusted-assertion.d.ts +0 -10
- package/dist/api/auth/trusted-assertion.js +0 -19
- package/dist/api/capacity/providers/providers.d.ts +0 -2
- package/dist/api/capacity/providers/providers.js +0 -69
- package/dist/api/configuration/config.d.ts +0 -4
- package/dist/api/configuration/config.js +0 -149
- package/dist/api/hosting/railway.d.ts +0 -53
- package/dist/api/hosting/railway.js +0 -71
- package/dist/api/index.d.ts +0 -13
- package/dist/api/index.js +0 -33
- package/dist/api/operations/operations-routes.d.ts +0 -11
- package/dist/api/operations/operations-routes.js +0 -39
- package/dist/api/operations/operations.d.ts +0 -3
- package/dist/api/operations/operations.js +0 -26
- package/dist/api/support/app.d.ts +0 -8
- package/dist/api/support/app.js +0 -410
- package/dist/api/support/http.d.ts +0 -28
- package/dist/api/support/http.js +0 -51
- package/dist/api/support/sdk-dispatch.d.ts +0 -6
- package/dist/api/support/sdk-dispatch.js +0 -14
- package/dist/api/support/sdk-routes.d.ts +0 -11
- package/dist/api/support/sdk-routes.js +0 -29
- package/dist/api/support/templates.d.ts +0 -3
- package/dist/api/support/templates.js +0 -31
- package/dist/api/types.d.ts +0 -242
- package/dist/capacity/accounting/native-capacity.d.ts +0 -12
- package/dist/capacity/accounting/native-capacity.js +0 -120
- package/dist/capacity-provider/config/environment.d.ts +0 -6
- package/dist/capacity-provider/config/environment.js +0 -36
- package/dist/capacity-provider/config/index.d.ts +0 -2
- package/dist/capacity-provider/config/index.js +0 -2
- package/dist/capacity-provider/config/manifest.d.ts +0 -6
- package/dist/capacity-provider/config/manifest.js +0 -16
- package/dist/capacity-provider/protocol.d.ts +0 -33
- package/dist/capacity-provider/protocol.js +0 -38
- package/dist/capacity-provider/runtime-status.d.ts +0 -13
- package/dist/capacity-provider/runtime-status.js +0 -40
- package/dist/capacity-provider/security/http.d.ts +0 -6
- package/dist/capacity-provider/security/http.js +0 -15
- package/dist/capacity-provider/security/identity.d.ts +0 -20
- package/dist/capacity-provider/security/identity.js +0 -65
- package/dist/capacity-provider/security/index.d.ts +0 -2
- package/dist/capacity-provider/security/index.js +0 -2
- package/dist/capacity-provider/timing/assignment-duration.d.ts +0 -9
- package/dist/capacity-provider/timing/assignment-duration.js +0 -92
- package/dist/capacity-provider/timing/index.d.ts +0 -1
- package/dist/capacity-provider/timing/index.js +0 -1
- package/dist/commerce/catalog/template-catalog.d.ts +0 -13
- package/dist/commerce/catalog/template-catalog.js +0 -149
- package/dist/configuration/service-credentials.d.ts +0 -68
- package/dist/configuration/service-credentials.js +0 -121
- package/dist/content/content-store.d.ts +0 -25
- package/dist/content/content-store.js +0 -269
- package/dist/content/frontmatter.d.ts +0 -6
- package/dist/content/frontmatter.js +0 -33
- package/dist/content-sync/index.d.ts +0 -1
- package/dist/content-sync/index.js +0 -1
- package/dist/content-sync/reconcile.d.ts +0 -28
- package/dist/content-sync/reconcile.js +0 -125
- package/dist/d1-store/content/try-claim-content-lease.d.ts +0 -2
- package/dist/d1-store/content/try-claim-content-lease.js +0 -21
- package/dist/d1-store/methods.d.ts +0 -32
- package/dist/d1-store/methods.js +0 -66
- package/dist/d1-store/packages/get-release.d.ts +0 -2
- package/dist/d1-store/packages/get-release.js +0 -6
- package/dist/d1-store/packages/get-share-package.d.ts +0 -2
- package/dist/d1-store/packages/get-share-package.js +0 -6
- package/dist/d1-store/packages/list-releases.d.ts +0 -2
- package/dist/d1-store/packages/list-releases.js +0 -6
- package/dist/d1-store/packages/list-share-packages.d.ts +0 -2
- package/dist/d1-store/packages/list-share-packages.js +0 -6
- package/dist/d1-store/packages/release-all-leases.d.ts +0 -2
- package/dist/d1-store/packages/release-all-leases.js +0 -8
- package/dist/d1-store/packages/release-lease.d.ts +0 -3
- package/dist/d1-store/packages/release-lease.js +0 -6
- package/dist/d1-store/packages/upsert-release.d.ts +0 -5
- package/dist/d1-store/packages/upsert-release.js +0 -6
- package/dist/d1-store/packages/upsert-share-package.d.ts +0 -3
- package/dist/d1-store/packages/upsert-share-package.js +0 -6
- package/dist/d1-store/support/approvals/create-approval-request.d.ts +0 -3
- package/dist/d1-store/support/approvals/create-approval-request.js +0 -12
- package/dist/d1-store/support/approvals/decide-approval-request.d.ts +0 -3
- package/dist/d1-store/support/approvals/decide-approval-request.js +0 -12
- package/dist/d1-store/support/approvals/list-approval-requests.d.ts +0 -3
- package/dist/d1-store/support/approvals/list-approval-requests.js +0 -7
- package/dist/d1-store/support/cursors/get-cursor.d.ts +0 -3
- package/dist/d1-store/support/cursors/get-cursor.js +0 -6
- package/dist/d1-store/support/cursors/upsert-cursor.d.ts +0 -3
- package/dist/d1-store/support/cursors/upsert-cursor.js +0 -6
- package/dist/d1-store/support/execution/inspect-leases.d.ts +0 -2
- package/dist/d1-store/support/execution/inspect-leases.js +0 -6
- package/dist/d1-store/support/execution/inspect-runs.d.ts +0 -2
- package/dist/d1-store/support/execution/inspect-runs.js +0 -6
- package/dist/d1-store/support/messages/ack-message.d.ts +0 -3
- package/dist/d1-store/support/messages/ack-message.js +0 -15
- package/dist/d1-store/support/messages/claim-message.d.ts +0 -3
- package/dist/d1-store/support/messages/claim-message.js +0 -22
- package/dist/d1-store/support/messages/create-message.d.ts +0 -3
- package/dist/d1-store/support/messages/create-message.js +0 -26
- package/dist/d1-store/support/queries/follow.d.ts +0 -6
- package/dist/d1-store/support/queries/follow.js +0 -21
- package/dist/d1-store/support/queries/pick.d.ts +0 -3
- package/dist/d1-store/support/queries/pick.js +0 -57
- package/dist/d1-store/support/queries/search.d.ts +0 -3
- package/dist/d1-store/support/queries/search.js +0 -13
- package/dist/d1-store/support/records/create-record.d.ts +0 -3
- package/dist/d1-store/support/records/create-record.js +0 -70
- package/dist/d1-store/support/records/get-record.d.ts +0 -3
- package/dist/d1-store/support/records/get-record.js +0 -31
- package/dist/d1-store/support/records/record-run.d.ts +0 -3
- package/dist/d1-store/support/records/record-run.js +0 -8
- package/dist/d1-store/support/records/rows-for-model.d.ts +0 -2
- package/dist/d1-store/support/records/rows-for-model.js +0 -36
- package/dist/d1-store/support/update.d.ts +0 -3
- package/dist/d1-store/support/update.js +0 -67
- package/dist/d1-store/support/workstreams/append-workstream-event.d.ts +0 -3
- package/dist/d1-store/support/workstreams/append-workstream-event.js +0 -6
- package/dist/d1-store/support/workstreams/get-workstream.d.ts +0 -2
- package/dist/d1-store/support/workstreams/get-workstream.js +0 -6
- package/dist/d1-store/support/workstreams/list-workstreams.d.ts +0 -2
- package/dist/d1-store/support/workstreams/list-workstreams.js +0 -6
- package/dist/d1-store/support/workstreams/upsert-workstream.d.ts +0 -3
- package/dist/d1-store/support/workstreams/upsert-workstream.js +0 -6
- package/dist/d1-store/teams/upsert-team-inbox-item.d.ts +0 -3
- package/dist/d1-store/teams/upsert-team-inbox-item.js +0 -12
- package/dist/db/d1.d.ts +0 -246
- package/dist/db/d1.js +0 -8
- package/dist/db/index.d.ts +0 -3
- package/dist/db/index.js +0 -3
- package/dist/db/market-schema/accounts/agent-lab-view-state.d.ts +0 -228
- package/dist/db/market-schema/accounts/agent-lab-view-state.js +0 -22
- package/dist/db/market-schema/accounts/better-auth-account.d.ts +0 -2491
- package/dist/db/market-schema/accounts/better-auth-account.js +0 -248
- package/dist/db/market-schema/accounts/notification-events.d.ts +0 -2911
- package/dist/db/market-schema/accounts/notification-events.js +0 -252
- package/dist/db/market-schema/accounts/team-services.d.ts +0 -1780
- package/dist/db/market-schema/accounts/team-services.js +0 -150
- package/dist/db/market-schema/agents/agent-context-query-checks.d.ts +0 -296
- package/dist/db/market-schema/agents/agent-context-query-checks.js +0 -33
- package/dist/db/market-schema/agents/agent-mode-runs.d.ts +0 -3137
- package/dist/db/market-schema/agents/agent-mode-runs.js +0 -311
- package/dist/db/market-schema/agents/communication-control.d.ts +0 -820
- package/dist/db/market-schema/agents/communication-control.js +0 -86
- package/dist/db/market-schema/capacity/accounting/capacity-ledger-entries.d.ts +0 -3187
- package/dist/db/market-schema/capacity/accounting/capacity-ledger-entries.js +0 -300
- package/dist/db/market-schema/capacity/providers/capacity-provider-team-credentials.d.ts +0 -2637
- package/dist/db/market-schema/capacity/providers/capacity-provider-team-credentials.js +0 -271
- package/dist/db/market-schema/capacity/workdays/capacity-workday-events.d.ts +0 -3882
- package/dist/db/market-schema/capacity/workdays/capacity-workday-events.js +0 -373
- package/dist/db/market-schema/commerce/capacity/commerce-capacity-listings.d.ts +0 -1681
- package/dist/db/market-schema/commerce/capacity/commerce-capacity-listings.js +0 -150
- package/dist/db/market-schema/commerce/catalog/catalog-items.d.ts +0 -3076
- package/dist/db/market-schema/commerce/catalog/catalog-items.js +0 -263
- package/dist/db/market-schema/commerce/catalog/commerce-product-versions.d.ts +0 -2943
- package/dist/db/market-schema/commerce/catalog/commerce-product-versions.js +0 -253
- package/dist/db/market-schema/commerce/payments/commerce-subscriptions.d.ts +0 -3072
- package/dist/db/market-schema/commerce/payments/commerce-subscriptions.js +0 -263
- package/dist/db/market-schema/governance/commons/commons-participants.d.ts +0 -3117
- package/dist/db/market-schema/governance/commons/commons-participants.js +0 -260
- package/dist/db/market-schema/governance/policy/governance-electorate-snapshots.d.ts +0 -2498
- package/dist/db/market-schema/governance/policy/governance-electorate-snapshots.js +0 -212
- package/dist/db/market-schema/projects/integrations/provider-operations.d.ts +0 -2586
- package/dist/db/market-schema/projects/integrations/provider-operations.js +0 -196
- package/dist/db/market-schema/projects/knowledge/knowledge-collaboration.d.ts +0 -1426
- package/dist/db/market-schema/projects/knowledge/knowledge-collaboration.js +0 -111
- package/dist/db/market-schema/projects/knowledge/project-knowledge-governance.d.ts +0 -1269
- package/dist/db/market-schema/projects/knowledge/project-knowledge-governance.js +0 -95
- package/dist/db/market-schema/projects/knowledge/tree-dx-project-libraries.d.ts +0 -1937
- package/dist/db/market-schema/projects/knowledge/tree-dx-project-libraries.js +0 -160
- package/dist/db/market-schema/support/feedback.d.ts +0 -1055
- package/dist/db/market-schema/support/feedback.js +0 -86
- package/dist/db/market-schema/support/market-schema.d.ts +0 -45339
- package/dist/db/market-schema/support/market-schema.js +0 -216
- package/dist/db/market-schema/support/subscribers.d.ts +0 -3027
- package/dist/db/market-schema/support/subscribers.js +0 -267
- package/dist/db/market-schema.d.ts +0 -22
- package/dist/db/market-schema.js +0 -22
- package/dist/db/node-sqlite.d.ts +0 -297
- package/dist/db/node-sqlite.js +0 -133
- package/dist/db/schema.d.ts +0 -483
- package/dist/db/schema.js +0 -29
- package/dist/entrypoints/clients/market-client.d.ts +0 -184
- package/dist/entrypoints/clients/market-client.js +0 -369
- package/dist/entrypoints/clients/remote.d.ts +0 -206
- package/dist/entrypoints/clients/remote.js +0 -192
- package/dist/entrypoints/dispatch/dispatch.d.ts +0 -4
- package/dist/entrypoints/dispatch/dispatch.js +0 -174
- package/dist/entrypoints/models/plugin-default.d.ts +0 -28
- package/dist/entrypoints/models/plugin-default.js +0 -39
- package/dist/entrypoints/models/sdk-dispatch.d.ts +0 -12
- package/dist/entrypoints/models/sdk-dispatch.js +0 -126
- package/dist/entrypoints/models/sdk-filters.d.ts +0 -4
- package/dist/entrypoints/models/sdk-filters.js +0 -74
- package/dist/entrypoints/models/sdk.d.ts +0 -138
- package/dist/entrypoints/models/sdk.js +0 -379
- package/dist/entrypoints/runtime/managed-dependencies.d.ts +0 -6
- package/dist/entrypoints/runtime/managed-dependencies.js +0 -6
- package/dist/entrypoints/runtime/timing.d.ts +0 -20
- package/dist/entrypoints/runtime/timing.js +0 -73
- package/dist/entrypoints/runtime/verification.d.ts +0 -3
- package/dist/entrypoints/runtime/verification.js +0 -3
- package/dist/gateway/admin-passthrough.d.ts +0 -17
- package/dist/gateway/admin-passthrough.js +0 -131
- package/dist/gateway/admin-route-inventory.d.ts +0 -5
- package/dist/gateway/admin-route-inventory.js +0 -27
- package/dist/gateway/header-policy.d.ts +0 -3
- package/dist/gateway/header-policy.js +0 -38
- package/dist/gateway/health.d.ts +0 -9
- package/dist/gateway/health.js +0 -26
- package/dist/gateway/index.d.ts +0 -7
- package/dist/gateway/index.js +0 -8
- package/dist/gateway/node-websocket-proxy.d.ts +0 -13
- package/dist/gateway/node-websocket-proxy.js +0 -109
- package/dist/governance/groups/membership.d.ts +0 -21
- package/dist/governance/groups/membership.js +0 -63
- package/dist/governance/groups/signal-scope.d.ts +0 -7
- package/dist/governance/groups/signal-scope.js +0 -49
- package/dist/governance/policy/decision-dependencies.d.ts +0 -21
- package/dist/governance/policy/decision-dependencies.js +0 -21
- package/dist/governance/policy/governance.d.ts +0 -133
- package/dist/governance/policy/governance.js +0 -285
- package/dist/governance/policy/proposal-readiness.d.ts +0 -65
- package/dist/governance/policy/proposal-readiness.js +0 -68
- package/dist/graph/build/build-graph-from-documents.d.ts +0 -9
- package/dist/graph/build/build-graph-from-documents.js +0 -401
- package/dist/graph/build/md-node.d.ts +0 -46
- package/dist/graph/build/md-node.js +0 -210
- package/dist/graph/build/parse-graph-document.d.ts +0 -30
- package/dist/graph/build/parse-graph-document.js +0 -206
- package/dist/graph/build/read-snapshot-file.d.ts +0 -16
- package/dist/graph/build/read-snapshot-file.js +0 -177
- package/dist/graph/build.d.ts +0 -4
- package/dist/graph/build.js +0 -4
- package/dist/graph/context-query-readiness.d.ts +0 -49
- package/dist/graph/context-query-readiness.js +0 -12
- package/dist/graph/context-query-test.d.ts +0 -181
- package/dist/graph/context-query-test.js +0 -205
- package/dist/graph/dsl.d.ts +0 -20
- package/dist/graph/dsl.js +0 -253
- package/dist/graph/query/graph-query-engine.d.ts +0 -47
- package/dist/graph/query/graph-query-engine.js +0 -363
- package/dist/graph/query/relation-to-edge-type.d.ts +0 -12
- package/dist/graph/query/relation-to-edge-type.js +0 -91
- package/dist/graph/query/stateful-ids.d.ts +0 -2
- package/dist/graph/query/stateful-ids.js +0 -12
- package/dist/graph/query.d.ts +0 -3
- package/dist/graph/query.js +0 -3
- package/dist/graph/ranking/create-default-graph-ranking-provider.d.ts +0 -2
- package/dist/graph/ranking/create-default-graph-ranking-provider.js +0 -319
- package/dist/graph/ranking/default-graph-ranking-provider.d.ts +0 -1
- package/dist/graph/ranking/default-graph-ranking-provider.js +0 -5
- package/dist/graph/ranking/ranking-field.d.ts +0 -37
- package/dist/graph/ranking/ranking-field.js +0 -184
- package/dist/graph/ranking.d.ts +0 -3
- package/dist/graph/ranking.js +0 -3
- package/dist/graph/schema.d.ts +0 -142
- package/dist/graph/schema.js +0 -139
- package/dist/guarantees/contracts/agent-guarantee-contracts.d.ts +0 -123
- package/dist/guarantees/contracts/agent-guarantee-contracts.js +0 -8
- package/dist/guarantees/contracts/agent-guarantee-status.d.ts +0 -40
- package/dist/guarantees/contracts/agent-guarantee-status.js +0 -119
- package/dist/guarantees/contracts/create-agent-guarantee-proof-template.d.ts +0 -94
- package/dist/guarantees/contracts/create-agent-guarantee-proof-template.js +0 -21
- package/dist/guarantees/contracts/parse-agent-guarantee-contract.d.ts +0 -19
- package/dist/guarantees/contracts/parse-agent-guarantee-contract.js +0 -131
- package/dist/guarantees/contracts/parse-agent-guarantee-proof.d.ts +0 -10
- package/dist/guarantees/contracts/parse-agent-guarantee-proof.js +0 -133
- package/dist/guarantees/features/guarantee-source-closure.d.ts +0 -9
- package/dist/guarantees/features/guarantee-source-closure.js +0 -50
- package/dist/guarantees/features/ui-feature-contract.d.ts +0 -35
- package/dist/guarantees/features/ui-feature-contract.js +0 -133
- package/dist/guarantees/features/ui-scene-runtime-trust.d.ts +0 -16
- package/dist/guarantees/features/ui-scene-runtime-trust.js +0 -33
- package/dist/guarantees/index/build-guarantee-dependency-graph.d.ts +0 -21
- package/dist/guarantees/index/build-guarantee-dependency-graph.js +0 -248
- package/dist/guarantees/index/export-guarantees-csv.d.ts +0 -110
- package/dist/guarantees/index/export-guarantees-csv.js +0 -235
- package/dist/guarantees/index/guarantee-journey-audit-item.d.ts +0 -225
- package/dist/guarantees/index/guarantee-journey-audit-item.js +0 -81
- package/dist/guarantees/index/guarantee-schema-version.d.ts +0 -216
- package/dist/guarantees/index/guarantee-schema-version.js +0 -10
- package/dist/guarantees/index/parse-verifier-registry.d.ts +0 -64
- package/dist/guarantees/index/parse-verifier-registry.js +0 -177
- package/dist/guarantees/index/plan-guarantees.d.ts +0 -23
- package/dist/guarantees/index/plan-guarantees.js +0 -268
- package/dist/guarantees/index/run-guarantees.d.ts +0 -48
- package/dist/guarantees/index/run-guarantees.js +0 -327
- package/dist/guarantees/index/run-verifier-command.d.ts +0 -41
- package/dist/guarantees/index/run-verifier-command.js +0 -290
- package/dist/guarantees/index/scene-report-evidence-paths.d.ts +0 -77
- package/dist/guarantees/index/scene-report-evidence-paths.js +0 -387
- package/dist/guarantees/index/walk-files.d.ts +0 -18
- package/dist/guarantees/index/walk-files.js +0 -247
- package/dist/guarantees/index.d.ts +0 -17
- package/dist/guarantees/index.js +0 -17
- package/dist/hosting/apps.d.ts +0 -12
- package/dist/hosting/apps.js +0 -107
- package/dist/hosting/builtins/all-environments.d.ts +0 -25
- package/dist/hosting/builtins/all-environments.js +0 -194
- package/dist/hosting/builtins/create-cloudflare-host-adapter.d.ts +0 -4
- package/dist/hosting/builtins/create-cloudflare-host-adapter.js +0 -219
- package/dist/hosting/builtins/create-default-service-type-adapters.d.ts +0 -24
- package/dist/hosting/builtins/create-default-service-type-adapters.js +0 -159
- package/dist/hosting/builtins/probe-cloudflare-pages-public-url.d.ts +0 -15
- package/dist/hosting/builtins/probe-cloudflare-pages-public-url.js +0 -166
- package/dist/hosting/builtins.d.ts +0 -4
- package/dist/hosting/builtins.js +0 -4
- package/dist/hosting/contracts.d.ts +0 -190
- package/dist/hosting/graph/assert-capability-binding.d.ts +0 -37
- package/dist/hosting/graph/assert-capability-binding.js +0 -257
- package/dist/hosting/graph/build-profile-from-deploy-config.d.ts +0 -2
- package/dist/hosting/graph/build-profile-from-deploy-config.js +0 -253
- package/dist/hosting/graph/canonical-hosting-node.d.ts +0 -112
- package/dist/hosting/graph/canonical-hosting-node.js +0 -155
- package/dist/hosting/graph/railway-service-name-max-length.d.ts +0 -40
- package/dist/hosting/graph/railway-service-name-max-length.js +0 -190
- package/dist/hosting/graph/railway-source-policy.d.ts +0 -27
- package/dist/hosting/graph/railway-source-policy.js +0 -170
- package/dist/hosting/graph.d.ts +0 -5
- package/dist/hosting/graph.js +0 -5
- package/dist/hosting/index.d.ts +0 -4
- package/dist/hosting/index.js +0 -4
- package/dist/index/agent-and-content.d.ts +0 -17
- package/dist/index/agent-and-content.js +0 -87
- package/dist/index/capacity-and-governance.d.ts +0 -14
- package/dist/index/capacity-and-governance.js +0 -45
- package/dist/index/database-and-remote.d.ts +0 -10
- package/dist/index/database-and-remote.js +0 -53
- package/dist/index/graph-and-search.d.ts +0 -5
- package/dist/index/graph-and-search.js +0 -21
- package/dist/index/operations-and-workflows.d.ts +0 -23
- package/dist/index/operations-and-workflows.js +0 -183
- package/dist/index/platform-and-hosting.d.ts +0 -8
- package/dist/index/platform-and-hosting.js +0 -125
- package/dist/index/public-contracts.d.ts +0 -7
- package/dist/index/public-contracts.js +0 -15
- package/dist/index/publishing-and-runtime.d.ts +0 -12
- package/dist/index/publishing-and-runtime.js +0 -81
- package/dist/index/templates-and-catalog.d.ts +0 -1
- package/dist/index/templates-and-catalog.js +0 -5
- package/dist/index.d.ts +0 -10
- package/dist/index.js +0 -10
- package/dist/knowledge/authoring.d.ts +0 -3
- package/dist/knowledge/authoring.js +0 -61
- package/dist/knowledge/catalog.d.ts +0 -38
- package/dist/knowledge/catalog.js +0 -254
- package/dist/knowledge/collaboration.d.ts +0 -89
- package/dist/knowledge/collaboration.js +0 -6
- package/dist/knowledge/editorial-context.d.ts +0 -22
- package/dist/knowledge/editorial-context.js +0 -60
- package/dist/knowledge/editorial-review.d.ts +0 -33
- package/dist/knowledge/editorial-review.js +0 -30
- package/dist/knowledge/markdown.d.ts +0 -3
- package/dist/knowledge/markdown.js +0 -130
- package/dist/knowledge/publication.d.ts +0 -39
- package/dist/knowledge/publication.js +0 -39
- package/dist/knowledge/routes.d.ts +0 -3
- package/dist/knowledge/routes.js +0 -15
- package/dist/knowledge-packs/index.d.ts +0 -2
- package/dist/knowledge-packs/index.js +0 -2
- package/dist/knowledge-packs/snapshot.d.ts +0 -43
- package/dist/knowledge-packs/snapshot.js +0 -89
- package/dist/knowledge-packs/zip.d.ts +0 -7
- package/dist/knowledge-packs/zip.js +0 -101
- package/dist/local-dev/managed-dev-process-spec.d.ts +0 -8
- package/dist/local-dev/managed-dev-process-spec.js +0 -207
- package/dist/local-dev/managed-dev.d.ts +0 -88
- package/dist/local-dev/managed-dev.js +0 -300
- package/dist/local-dev/source-closure.d.ts +0 -14
- package/dist/local-dev/source-closure.js +0 -154
- package/dist/managed-dependencies/collect-native-dependency-repairs.d.ts +0 -28
- package/dist/managed-dependencies/collect-native-dependency-repairs.js +0 -246
- package/dist/managed-dependencies/dependency-runtime.d.ts +0 -132
- package/dist/managed-dependencies/dependency-runtime.js +0 -178
- package/dist/managed-dependencies/install-cloudflared.d.ts +0 -2
- package/dist/managed-dependencies/install-cloudflared.js +0 -48
- package/dist/managed-dependencies/install-gh-act.d.ts +0 -6
- package/dist/managed-dependencies/install-gh-act.js +0 -215
- package/dist/managed-dependencies/install-gh.d.ts +0 -7
- package/dist/managed-dependencies/install-gh.js +0 -274
- package/dist/managed-dependencies/redact-sensitive-output.d.ts +0 -38
- package/dist/managed-dependencies/redact-sensitive-output.js +0 -207
- package/dist/managed-dependencies/run-npm-tool-rebuilds.d.ts +0 -18
- package/dist/managed-dependencies/run-npm-tool-rebuilds.js +0 -220
- package/dist/market-client/accounts/contracts/account-deletion-blockers.d.ts +0 -2
- package/dist/market-client/accounts/contracts/account-deletion-blockers.js +0 -6
- package/dist/market-client/accounts/contracts/account-identity.d.ts +0 -2
- package/dist/market-client/accounts/contracts/account-identity.js +0 -6
- package/dist/market-client/accounts/contracts/local-auth-paths.d.ts +0 -2
- package/dist/market-client/accounts/contracts/local-auth-paths.js +0 -6
- package/dist/market-client/accounts/contracts/logout.d.ts +0 -2
- package/dist/market-client/accounts/contracts/logout.js +0 -9
- package/dist/market-client/accounts/contracts/poll-device-login.d.ts +0 -3
- package/dist/market-client/accounts/contracts/poll-device-login.js +0 -9
- package/dist/market-client/accounts/contracts/web-appearance.d.ts +0 -2
- package/dist/market-client/accounts/contracts/web-appearance.js +0 -6
- package/dist/market-client/accounts/contracts/web-emails.d.ts +0 -2
- package/dist/market-client/accounts/contracts/web-emails.js +0 -6
- package/dist/market-client/accounts/contracts/web-notification-preferences.d.ts +0 -2
- package/dist/market-client/accounts/contracts/web-notification-preferences.js +0 -6
- package/dist/market-client/accounts/contracts/web-notifications.d.ts +0 -2
- package/dist/market-client/accounts/contracts/web-notifications.js +0 -6
- package/dist/market-client/accounts/contracts/web-sessions.d.ts +0 -2
- package/dist/market-client/accounts/contracts/web-sessions.js +0 -6
- package/dist/market-client/accounts/creation/add-web-email.d.ts +0 -4
- package/dist/market-client/accounts/creation/add-web-email.js +0 -10
- package/dist/market-client/accounts/creation/request-web-password-reset.d.ts +0 -4
- package/dist/market-client/accounts/creation/request-web-password-reset.js +0 -9
- package/dist/market-client/accounts/creation/start-device-login.d.ts +0 -3
- package/dist/market-client/accounts/creation/start-device-login.js +0 -9
- package/dist/market-client/accounts/lifecycle/complete-web-password-reset.d.ts +0 -5
- package/dist/market-client/accounts/lifecycle/complete-web-password-reset.js +0 -9
- package/dist/market-client/accounts/lifecycle/confirm-web-email.d.ts +0 -4
- package/dist/market-client/accounts/lifecycle/confirm-web-email.js +0 -9
- package/dist/market-client/accounts/lifecycle/verify-web-email.d.ts +0 -2
- package/dist/market-client/accounts/lifecycle/verify-web-email.js +0 -6
- package/dist/market-client/accounts/preferences/account-preferences.d.ts +0 -4
- package/dist/market-client/accounts/preferences/account-preferences.js +0 -14
- package/dist/market-client/accounts/queries/check-web-email.d.ts +0 -2
- package/dist/market-client/accounts/queries/check-web-email.js +0 -6
- package/dist/market-client/accounts/queries/check-web-username.d.ts +0 -2
- package/dist/market-client/accounts/queries/check-web-username.js +0 -6
- package/dist/market-client/accounts/retirement/delete-account.d.ts +0 -6
- package/dist/market-client/accounts/retirement/delete-account.js +0 -10
- package/dist/market-client/accounts/retirement/delete-web-email.d.ts +0 -2
- package/dist/market-client/accounts/retirement/delete-web-email.js +0 -6
- package/dist/market-client/accounts/retirement/revoke-web-session.d.ts +0 -2
- package/dist/market-client/accounts/retirement/revoke-web-session.js +0 -6
- package/dist/market-client/accounts/updates/mark-web-notification-read.d.ts +0 -2
- package/dist/market-client/accounts/updates/mark-web-notification-read.js +0 -6
- package/dist/market-client/accounts/updates/refresh-token.d.ts +0 -3
- package/dist/market-client/accounts/updates/refresh-token.js +0 -9
- package/dist/market-client/accounts/updates/set-primary-web-email.d.ts +0 -2
- package/dist/market-client/accounts/updates/set-primary-web-email.js +0 -6
- package/dist/market-client/accounts/updates/update-web-appearance.d.ts +0 -10
- package/dist/market-client/accounts/updates/update-web-appearance.js +0 -10
- package/dist/market-client/accounts/updates/update-web-notification-preferences.d.ts +0 -3
- package/dist/market-client/accounts/updates/update-web-notification-preferences.js +0 -6
- package/dist/market-client/accounts/updates/update-web-password.d.ts +0 -6
- package/dist/market-client/accounts/updates/update-web-password.js +0 -10
- package/dist/market-client/agent-lab-interface.d.ts +0 -12
- package/dist/market-client/agents/creation/create-structured-agent-estimate.d.ts +0 -2
- package/dist/market-client/agents/creation/create-structured-agent-estimate.js +0 -6
- package/dist/market-client/agents/lifecycle/accept-structured-agent-estimate.d.ts +0 -2
- package/dist/market-client/agents/lifecycle/accept-structured-agent-estimate.js +0 -6
- package/dist/market-client/capacity/accounting/contracts/capacity-ledger.d.ts +0 -7
- package/dist/market-client/capacity/accounting/contracts/capacity-ledger.js +0 -6
- package/dist/market-client/capacity/accounting/contracts/capacity-reservation-explanation.d.ts +0 -2
- package/dist/market-client/capacity/accounting/contracts/capacity-reservation-explanation.js +0 -6
- package/dist/market-client/capacity/accounting/contracts/capacity-reservations.d.ts +0 -7
- package/dist/market-client/capacity/accounting/contracts/capacity-reservations.js +0 -6
- package/dist/market-client/capacity/accounting/contracts/capacity-usage.d.ts +0 -7
- package/dist/market-client/capacity/accounting/contracts/capacity-usage.js +0 -6
- package/dist/market-client/capacity/accounting/lifecycle/decide-capacity-overrun.d.ts +0 -4
- package/dist/market-client/capacity/accounting/lifecycle/decide-capacity-overrun.js +0 -6
- package/dist/market-client/capacity/admission/contracts/team-capacity-registration-key.d.ts +0 -2
- package/dist/market-client/capacity/admission/contracts/team-capacity-registration-key.js +0 -6
- package/dist/market-client/capacity/admission/lifecycle/enable-team-capacity-registration-key.d.ts +0 -2
- package/dist/market-client/capacity/admission/lifecycle/enable-team-capacity-registration-key.js +0 -6
- package/dist/market-client/capacity/admission/lifecycle/reveal-team-capacity-registration-key.d.ts +0 -2
- package/dist/market-client/capacity/admission/lifecycle/reveal-team-capacity-registration-key.js +0 -6
- package/dist/market-client/capacity/admission/retirement/disable-team-capacity-registration-key.d.ts +0 -2
- package/dist/market-client/capacity/admission/retirement/disable-team-capacity-registration-key.js +0 -6
- package/dist/market-client/capacity/admission/updates/rotate-team-capacity-registration-key.d.ts +0 -2
- package/dist/market-client/capacity/admission/updates/rotate-team-capacity-registration-key.js +0 -6
- package/dist/market-client/capacity/admission/updates/update-team-capacity-registration-key-status.d.ts +0 -2
- package/dist/market-client/capacity/admission/updates/update-team-capacity-registration-key-status.js +0 -6
- package/dist/market-client/capacity/allocations/contracts/capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/contracts/capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/contracts/capacity-allocation-sets.d.ts +0 -5
- package/dist/market-client/capacity/allocations/contracts/capacity-allocation-sets.js +0 -11
- package/dist/market-client/capacity/allocations/contracts/capacity-grant.d.ts +0 -2
- package/dist/market-client/capacity/allocations/contracts/capacity-grant.js +0 -6
- package/dist/market-client/capacity/allocations/contracts/capacity-grants.d.ts +0 -5
- package/dist/market-client/capacity/allocations/contracts/capacity-grants.js +0 -11
- package/dist/market-client/capacity/allocations/creation/create-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/creation/create-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/creation/create-capacity-grant.d.ts +0 -2
- package/dist/market-client/capacity/allocations/creation/create-capacity-grant.js +0 -6
- package/dist/market-client/capacity/allocations/creation/plan-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/creation/plan-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/creation/plan-capacity-grant.d.ts +0 -2
- package/dist/market-client/capacity/allocations/creation/plan-capacity-grant.js +0 -6
- package/dist/market-client/capacity/allocations/lifecycle/activate-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/lifecycle/activate-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/queries/explain-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/queries/explain-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/retirement/archive-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/retirement/archive-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/updates/supersede-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/updates/supersede-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/updates/transition-capacity-grant.d.ts +0 -2
- package/dist/market-client/capacity/allocations/updates/transition-capacity-grant.js +0 -6
- package/dist/market-client/capacity/assignments/contracts/assignment-authority-probe.d.ts +0 -2
- package/dist/market-client/capacity/assignments/contracts/assignment-authority-probe.js +0 -6
- package/dist/market-client/capacity/assignments/contracts/capacity-provider-assignment.d.ts +0 -2
- package/dist/market-client/capacity/assignments/contracts/capacity-provider-assignment.js +0 -6
- package/dist/market-client/capacity/assignments/contracts/capacity-provider-assignments.d.ts +0 -12
- package/dist/market-client/capacity/assignments/contracts/capacity-provider-assignments.js +0 -26
- package/dist/market-client/capacity/assignments/contracts/decision-assignment-graph.d.ts +0 -2
- package/dist/market-client/capacity/assignments/contracts/decision-assignment-graph.js +0 -6
- package/dist/market-client/capacity/assignments/contracts/decision-assignment-graphs.d.ts +0 -4
- package/dist/market-client/capacity/assignments/contracts/decision-assignment-graphs.js +0 -7
- package/dist/market-client/capacity/assignments/contracts/provider-assignment-explanation.d.ts +0 -2
- package/dist/market-client/capacity/assignments/contracts/provider-assignment-explanation.js +0 -6
- package/dist/market-client/capacity/assignments/lifecycle/admit-capacity-assignment.d.ts +0 -2
- package/dist/market-client/capacity/assignments/lifecycle/admit-capacity-assignment.js +0 -6
- package/dist/market-client/capacity/assignments/lifecycle/integrate-assignment-content.d.ts +0 -10
- package/dist/market-client/capacity/assignments/lifecycle/integrate-assignment-content.js +0 -9
- package/dist/market-client/capacity/assignments/lifecycle/requeue-capacity-assignment.d.ts +0 -5
- package/dist/market-client/capacity/assignments/lifecycle/requeue-capacity-assignment.js +0 -6
- package/dist/market-client/capacity/assignments/retirement/abandon-assignment-content.d.ts +0 -9
- package/dist/market-client/capacity/assignments/retirement/abandon-assignment-content.js +0 -9
- package/dist/market-client/capacity/assignments/retirement/cancel-capacity-assignment.d.ts +0 -5
- package/dist/market-client/capacity/assignments/retirement/cancel-capacity-assignment.js +0 -6
- package/dist/market-client/capacity/capacity-core/contracts/capacity-audit-events.d.ts +0 -11
- package/dist/market-client/capacity/capacity-core/contracts/capacity-audit-events.js +0 -11
- package/dist/market-client/capacity/observability/contracts/agent-lab.d.ts +0 -27
- package/dist/market-client/capacity/observability/contracts/agent-lab.js +0 -37
- package/dist/market-client/capacity/observability/contracts/capacity-evidence-page.d.ts +0 -7
- package/dist/market-client/capacity/observability/contracts/capacity-evidence-page.js +0 -13
- package/dist/market-client/capacity/observability/contracts/project-capacity-diagnostics.d.ts +0 -2
- package/dist/market-client/capacity/observability/contracts/project-capacity-diagnostics.js +0 -7
- package/dist/market-client/capacity/observability/contracts/project-capacity-runtime-diagnostics.d.ts +0 -2
- package/dist/market-client/capacity/observability/contracts/project-capacity-runtime-diagnostics.js +0 -7
- package/dist/market-client/capacity/planning/contracts/capacity-plan.d.ts +0 -2
- package/dist/market-client/capacity/planning/contracts/capacity-plan.js +0 -6
- package/dist/market-client/capacity/planning/contracts/decision-capacity-plans.d.ts +0 -4
- package/dist/market-client/capacity/planning/contracts/decision-capacity-plans.js +0 -7
- package/dist/market-client/capacity/planning/creation/create-decision-capacity-plan.d.ts +0 -2
- package/dist/market-client/capacity/planning/creation/create-decision-capacity-plan.js +0 -6
- package/dist/market-client/capacity/planning/creation/request-capacity-plan-revision.d.ts +0 -2
- package/dist/market-client/capacity/planning/creation/request-capacity-plan-revision.js +0 -6
- package/dist/market-client/capacity/planning/lifecycle/accept-capacity-plan.d.ts +0 -2
- package/dist/market-client/capacity/planning/lifecycle/accept-capacity-plan.js +0 -6
- package/dist/market-client/capacity/planning/lifecycle/schedule-capacity-plan.d.ts +0 -2
- package/dist/market-client/capacity/planning/lifecycle/schedule-capacity-plan.js +0 -6
- package/dist/market-client/capacity/planning/updates/supersede-capacity-plan.d.ts +0 -2
- package/dist/market-client/capacity/planning/updates/supersede-capacity-plan.js +0 -6
- package/dist/market-client/capacity/providers/contracts/auth-providers.d.ts +0 -2
- package/dist/market-client/capacity/providers/contracts/auth-providers.js +0 -6
- package/dist/market-client/capacity/providers/contracts/capacity-provider-credentials.d.ts +0 -6
- package/dist/market-client/capacity/providers/contracts/capacity-provider-credentials.js +0 -13
- package/dist/market-client/capacity/providers/contracts/capacity-provider-membership.d.ts +0 -2
- package/dist/market-client/capacity/providers/contracts/capacity-provider-membership.js +0 -6
- package/dist/market-client/capacity/providers/contracts/capacity-provider-memberships.d.ts +0 -7
- package/dist/market-client/capacity/providers/contracts/capacity-provider-memberships.js +0 -15
- package/dist/market-client/capacity/providers/contracts/capacity-provider-registration-request.d.ts +0 -2
- package/dist/market-client/capacity/providers/contracts/capacity-provider-registration-request.js +0 -6
- package/dist/market-client/capacity/providers/contracts/capacity-provider-registration-requests.d.ts +0 -6
- package/dist/market-client/capacity/providers/contracts/capacity-provider-registration-requests.js +0 -13
- package/dist/market-client/capacity/providers/contracts/provider-availability-sessions.d.ts +0 -7
- package/dist/market-client/capacity/providers/contracts/provider-availability-sessions.js +0 -16
- package/dist/market-client/capacity/providers/lifecycle/authorize-capacity-provider-credential-rotation.d.ts +0 -2
- package/dist/market-client/capacity/providers/lifecycle/authorize-capacity-provider-credential-rotation.js +0 -6
- package/dist/market-client/capacity/providers/lifecycle/resume-capacity-provider-membership.d.ts +0 -2
- package/dist/market-client/capacity/providers/lifecycle/resume-capacity-provider-membership.js +0 -6
- package/dist/market-client/capacity/providers/lifecycle/review-capacity-provider-registration.d.ts +0 -5
- package/dist/market-client/capacity/providers/lifecycle/review-capacity-provider-registration.js +0 -6
- package/dist/market-client/capacity/providers/retirement/revoke-capacity-provider-credential.d.ts +0 -2
- package/dist/market-client/capacity/providers/retirement/revoke-capacity-provider-credential.js +0 -6
- package/dist/market-client/capacity/providers/retirement/revoke-capacity-provider-membership.d.ts +0 -2
- package/dist/market-client/capacity/providers/retirement/revoke-capacity-provider-membership.js +0 -6
- package/dist/market-client/capacity/providers/retirement/suspend-capacity-provider-membership.d.ts +0 -2
- package/dist/market-client/capacity/providers/retirement/suspend-capacity-provider-membership.js +0 -6
- package/dist/market-client/capacity/providers/updates/update-capacity-provider-membership-status.d.ts +0 -2
- package/dist/market-client/capacity/providers/updates/update-capacity-provider-membership-status.js +0 -6
- package/dist/market-client/capacity/workdays/contracts/workday-events.d.ts +0 -5
- package/dist/market-client/capacity/workdays/contracts/workday-events.js +0 -11
- package/dist/market-client/capacity/workdays/contracts/workday-run.d.ts +0 -2
- package/dist/market-client/capacity/workdays/contracts/workday-run.js +0 -6
- package/dist/market-client/capacity/workdays/contracts/workday-runs.d.ts +0 -7
- package/dist/market-client/capacity/workdays/contracts/workday-runs.js +0 -16
- package/dist/market-client/capacity/workdays/contracts/workday-summary.d.ts +0 -6
- package/dist/market-client/capacity/workdays/contracts/workday-summary.js +0 -14
- package/dist/market-client/capacity/workdays/contracts/workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/contracts/workday.js +0 -6
- package/dist/market-client/capacity/workdays/creation/create-workday-event.d.ts +0 -2
- package/dist/market-client/capacity/workdays/creation/create-workday-event.js +0 -6
- package/dist/market-client/capacity/workdays/creation/create-workday-run.d.ts +0 -2
- package/dist/market-client/capacity/workdays/creation/create-workday-run.js +0 -6
- package/dist/market-client/capacity/workdays/creation/create-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/creation/create-workday.js +0 -6
- package/dist/market-client/capacity/workdays/creation/preflight-workday-run.d.ts +0 -2
- package/dist/market-client/capacity/workdays/creation/preflight-workday-run.js +0 -6
- package/dist/market-client/capacity/workdays/creation/start-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/creation/start-workday.js +0 -6
- package/dist/market-client/capacity/workdays/lifecycle/close-workday-admission.d.ts +0 -29
- package/dist/market-client/capacity/workdays/lifecycle/close-workday-admission.js +0 -9
- package/dist/market-client/capacity/workdays/lifecycle/complete-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/lifecycle/complete-workday.js +0 -6
- package/dist/market-client/capacity/workdays/lifecycle/pause-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/lifecycle/pause-workday.js +0 -6
- package/dist/market-client/capacity/workdays/lifecycle/resume-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/lifecycle/resume-workday.js +0 -6
- package/dist/market-client/capacity/workdays/lifecycle/tick-workday-run.d.ts +0 -5
- package/dist/market-client/capacity/workdays/lifecycle/tick-workday-run.js +0 -6
- package/dist/market-client/capacity/workdays/retirement/cancel-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/retirement/cancel-workday.js +0 -6
- package/dist/market-client/capacity/workdays/updates/update-workday-run.d.ts +0 -2
- package/dist/market-client/capacity/workdays/updates/update-workday-run.js +0 -6
- package/dist/market-client/commerce/catalog/contracts/catalog.d.ts +0 -2
- package/dist/market-client/commerce/catalog/contracts/catalog.js +0 -7
- package/dist/market-client/discussions/contracts/discussions.d.ts +0 -27
- package/dist/market-client/discussions/contracts/discussions.js +0 -21
- package/dist/market-client/interface.d.ts +0 -197
- package/dist/market-client/interface.js +0 -0
- package/dist/market-client/methods.d.ts +0 -2
- package/dist/market-client/methods.js +0 -406
- package/dist/market-client/operations/contracts/research-workflow.d.ts +0 -2
- package/dist/market-client/operations/contracts/research-workflow.js +0 -6
- package/dist/market-client/operations/creation/create-research-workflow.d.ts +0 -2
- package/dist/market-client/operations/creation/create-research-workflow.js +0 -6
- package/dist/market-client/project-agent-interface.d.ts +0 -15
- package/dist/market-client/project-agent-interface.js +0 -0
- package/dist/market-client/projects/access/contracts/project-access.d.ts +0 -2
- package/dist/market-client/projects/access/contracts/project-access.js +0 -6
- package/dist/market-client/projects/agents/contracts/agent-deployments.d.ts +0 -34
- package/dist/market-client/projects/agents/contracts/agent-deployments.js +0 -22
- package/dist/market-client/projects/agents/contracts/project-agent-authoring-draft.d.ts +0 -10
- package/dist/market-client/projects/agents/contracts/project-agent-authoring-draft.js +0 -13
- package/dist/market-client/projects/agents/contracts/project-agent-class.d.ts +0 -2
- package/dist/market-client/projects/agents/contracts/project-agent-class.js +0 -6
- package/dist/market-client/projects/agents/contracts/project-agent-classes.d.ts +0 -5
- package/dist/market-client/projects/agents/contracts/project-agent-classes.js +0 -11
- package/dist/market-client/projects/agents/contracts/project-agent-fallback-outputs.d.ts +0 -8
- package/dist/market-client/projects/agents/contracts/project-agent-fallback-outputs.js +0 -17
- package/dist/market-client/projects/agents/contracts/project-agent-mode-runs.d.ts +0 -8
- package/dist/market-client/projects/agents/contracts/project-agent-mode-runs.js +0 -18
- package/dist/market-client/projects/agents/contracts/project-context-query-checks.d.ts +0 -2
- package/dist/market-client/projects/agents/contracts/project-context-query-checks.js +0 -6
- package/dist/market-client/projects/agents/creation/author-project-agent.d.ts +0 -10
- package/dist/market-client/projects/agents/creation/author-project-agent.js +0 -10
- package/dist/market-client/projects/agents/creation/author-project-definitions.d.ts +0 -12
- package/dist/market-client/projects/agents/creation/author-project-definitions.js +0 -10
- package/dist/market-client/projects/agents/creation/check-project-context-query.d.ts +0 -7
- package/dist/market-client/projects/agents/creation/check-project-context-query.js +0 -11
- package/dist/market-client/projects/agents/creation/create-project-agent-class.d.ts +0 -2
- package/dist/market-client/projects/agents/creation/create-project-agent-class.js +0 -6
- package/dist/market-client/projects/agents/creation/launch-project-agent-simulation.d.ts +0 -8
- package/dist/market-client/projects/agents/creation/launch-project-agent-simulation.js +0 -10
- package/dist/market-client/projects/agents/updates/update-project-agent-class.d.ts +0 -2
- package/dist/market-client/projects/agents/updates/update-project-agent-class.js +0 -6
- package/dist/market-client/projects/knowledge/contracts/project-tree-dx-library.d.ts +0 -2
- package/dist/market-client/projects/knowledge/contracts/project-tree-dx-library.js +0 -6
- package/dist/market-client/projects/knowledge/contracts/project-tree-dx-proxy-audit.d.ts +0 -7
- package/dist/market-client/projects/knowledge/contracts/project-tree-dx-proxy-audit.js +0 -15
- package/dist/market-client/projects/knowledge/creation/upsert-project-tree-dx-library.d.ts +0 -3
- package/dist/market-client/projects/knowledge/creation/upsert-project-tree-dx-library.js +0 -6
- package/dist/market-client/projects/projects-core/contracts/dispatch-project-workflow-operation.d.ts +0 -2
- package/dist/market-client/projects/projects-core/contracts/dispatch-project-workflow-operation.js +0 -6
- package/dist/market-client/projects/projects-core/contracts/project-deletion-blockers.d.ts +0 -2
- package/dist/market-client/projects/projects-core/contracts/project-deletion-blockers.js +0 -6
- package/dist/market-client/projects/projects-core/contracts/project-workflow-operations.d.ts +0 -10
- package/dist/market-client/projects/projects-core/contracts/project-workflow-operations.js +0 -50
- package/dist/market-client/projects/projects-core/contracts/projects.d.ts +0 -2
- package/dist/market-client/projects/projects-core/contracts/projects.js +0 -7
- package/dist/market-client/projects/projects-core/creation/create-project.d.ts +0 -8
- package/dist/market-client/projects/projects-core/creation/create-project.js +0 -6
- package/dist/market-client/projects/projects-core/retirement/delete-project.d.ts +0 -2
- package/dist/market-client/projects/projects-core/retirement/delete-project.js +0 -6
- package/dist/market-client/projects/projects-core/updates/set-project-inventory-status.d.ts +0 -3
- package/dist/market-client/projects/projects-core/updates/set-project-inventory-status.js +0 -10
- package/dist/market-client/projects/repositories/contracts/project-repository-topology.d.ts +0 -2
- package/dist/market-client/projects/repositories/contracts/project-repository-topology.js +0 -6
- package/dist/market-client/projects/repositories/updates/update-project-repository-topology.d.ts +0 -3
- package/dist/market-client/projects/repositories/updates/update-project-repository-topology.js +0 -6
- package/dist/market-client/seeds/creation/apply-seed.d.ts +0 -2
- package/dist/market-client/seeds/creation/apply-seed.js +0 -6
- package/dist/market-client/seeds/creation/export-seed.d.ts +0 -2
- package/dist/market-client/seeds/creation/export-seed.js +0 -6
- package/dist/market-client/seeds/creation/plan-seed.d.ts +0 -2
- package/dist/market-client/seeds/creation/plan-seed.js +0 -6
- package/dist/market-client/seeds/interface.d.ts +0 -10
- package/dist/market-client/seeds/interface.js +0 -0
- package/dist/market-client/seeds/queries/list-seed-runs.d.ts +0 -2
- package/dist/market-client/seeds/queries/list-seed-runs.js +0 -7
- package/dist/market-client/seeds/queries/resolve-seed-resources.d.ts +0 -9
- package/dist/market-client/seeds/queries/resolve-seed-resources.js +0 -10
- package/dist/market-client/support/creation/create-decision-execution-input.d.ts +0 -2
- package/dist/market-client/support/creation/create-decision-execution-input.js +0 -6
- package/dist/market-client/support/creation/create-personal-theme.d.ts +0 -3
- package/dist/market-client/support/creation/create-personal-theme.js +0 -6
- package/dist/market-client/support/creation/create-planning-input-request.d.ts +0 -2
- package/dist/market-client/support/creation/create-planning-input-request.js +0 -6
- package/dist/market-client/support/creation/request-decision-execution-input-revision.d.ts +0 -2
- package/dist/market-client/support/creation/request-decision-execution-input-revision.js +0 -6
- package/dist/market-client/support/creation/request-first.d.ts +0 -7
- package/dist/market-client/support/creation/request-first.js +0 -19
- package/dist/market-client/support/delivery/artifact-download.d.ts +0 -2
- package/dist/market-client/support/delivery/artifact-download.js +0 -6
- package/dist/market-client/support/delivery/deliverable-manifest.d.ts +0 -4
- package/dist/market-client/support/delivery/deliverable-manifest.js +0 -14
- package/dist/market-client/support/identity/markets.d.ts +0 -2
- package/dist/market-client/support/identity/markets.js +0 -6
- package/dist/market-client/support/identity/me.d.ts +0 -2
- package/dist/market-client/support/identity/me.js +0 -6
- package/dist/market-client/support/identity/personal-themes.d.ts +0 -2
- package/dist/market-client/support/identity/personal-themes.js +0 -6
- package/dist/market-client/support/identity/web-sign-in.d.ts +0 -7
- package/dist/market-client/support/identity/web-sign-in.js +0 -9
- package/dist/market-client/support/identity/web-sign-up.d.ts +0 -9
- package/dist/market-client/support/identity/web-sign-up.js +0 -9
- package/dist/market-client/support/lifecycle/accept-decision-execution-input.d.ts +0 -2
- package/dist/market-client/support/lifecycle/accept-decision-execution-input.js +0 -6
- package/dist/market-client/support/planning/decision-execution-inputs.d.ts +0 -4
- package/dist/market-client/support/planning/decision-execution-inputs.js +0 -7
- package/dist/market-client/support/planning/decision-planning-status.d.ts +0 -2
- package/dist/market-client/support/planning/decision-planning-status.js +0 -6
- package/dist/market-client/support/planning/decision-structured-estimates.d.ts +0 -2
- package/dist/market-client/support/planning/decision-structured-estimates.js +0 -7
- package/dist/market-client/support/planning/execution-runs.d.ts +0 -12
- package/dist/market-client/support/planning/execution-runs.js +0 -11
- package/dist/market-client/support/preferences/request.d.ts +0 -7
- package/dist/market-client/support/preferences/request.js +0 -36
- package/dist/market-client/support/queries/current-market.d.ts +0 -2
- package/dist/market-client/support/queries/current-market.js +0 -6
- package/dist/market-client/support/retirement/delete-personal-theme.d.ts +0 -2
- package/dist/market-client/support/retirement/delete-personal-theme.js +0 -6
- package/dist/market-client/support/updates/update-personal-theme.d.ts +0 -3
- package/dist/market-client/support/updates/update-personal-theme.js +0 -6
- package/dist/market-client/support/updates/update-web-profile.d.ts +0 -5
- package/dist/market-client/support/updates/update-web-profile.js +0 -10
- package/dist/market-client/teams/contracts/team-deletion-blockers.d.ts +0 -2
- package/dist/market-client/teams/contracts/team-deletion-blockers.js +0 -6
- package/dist/market-client/teams/contracts/team-members.d.ts +0 -2
- package/dist/market-client/teams/contracts/team-members.js +0 -6
- package/dist/market-client/teams/contracts/team-permissions.d.ts +0 -2
- package/dist/market-client/teams/contracts/team-permissions.js +0 -6
- package/dist/market-client/teams/contracts/teams.d.ts +0 -2
- package/dist/market-client/teams/contracts/teams.js +0 -6
- package/dist/market-client/teams/creation/create-team.d.ts +0 -6
- package/dist/market-client/teams/creation/create-team.js +0 -10
- package/dist/market-client/teams/lifecycle/team-lifecycle.d.ts +0 -22
- package/dist/market-client/teams/lifecycle/team-lifecycle.js +0 -30
- package/dist/market-client/treedx/graph/contracts/tree-dx-build-context.d.ts +0 -2
- package/dist/market-client/treedx/graph/contracts/tree-dx-build-context.js +0 -6
- package/dist/market-client/treedx/repositories/contracts/team-tree-dx.d.ts +0 -2
- package/dist/market-client/treedx/repositories/contracts/team-tree-dx.js +0 -6
- package/dist/market-client/treedx/repositories/contracts/tree-dx-mirrors.d.ts +0 -2
- package/dist/market-client/treedx/repositories/contracts/tree-dx-mirrors.js +0 -6
- package/dist/market-client/treedx/repositories/contracts/tree-dx-read-repository-files.d.ts +0 -2
- package/dist/market-client/treedx/repositories/contracts/tree-dx-read-repository-files.js +0 -6
- package/dist/market-client/treedx/repositories/contracts/tree-dx-shares.d.ts +0 -2
- package/dist/market-client/treedx/repositories/contracts/tree-dx-shares.js +0 -6
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-mirror.d.ts +0 -3
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-mirror.js +0 -6
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-share.d.ts +0 -3
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-share.js +0 -6
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-workspace.d.ts +0 -2
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-workspace.js +0 -6
- package/dist/market-client/treedx/repositories/creation/provision-team-tree-dx.d.ts +0 -2
- package/dist/market-client/treedx/repositories/creation/provision-team-tree-dx.js +0 -6
- package/dist/market-client/treedx/repositories/updates/sync-tree-dx-mirror.d.ts +0 -2
- package/dist/market-client/treedx/repositories/updates/sync-tree-dx-mirror.js +0 -6
- package/dist/market-client/treedx/repositories/updates/update-team-tree-dx.d.ts +0 -3
- package/dist/market-client/treedx/repositories/updates/update-team-tree-dx.js +0 -6
- package/dist/operations/agents/agent-checkpoint-integration.d.ts +0 -53
- package/dist/operations/agents/agent-checkpoint-integration.js +0 -235
- package/dist/operations/agents/agent-tools.d.ts +0 -121
- package/dist/operations/agents/agent-tools.js +0 -184
- package/dist/operations/agents/agent-worktree-checkpoint.d.ts +0 -24
- package/dist/operations/agents/agent-worktree-checkpoint.js +0 -83
- package/dist/operations/agents/agent-worktree-prepare.d.ts +0 -24
- package/dist/operations/agents/agent-worktree-prepare.js +0 -28
- package/dist/operations/agents/execution-authority-receipt.d.ts +0 -43
- package/dist/operations/agents/execution-authority-receipt.js +0 -69
- package/dist/operations/content-operations.d.ts +0 -106
- package/dist/operations/content-operations.js +0 -334
- package/dist/operations/operations-registry.d.ts +0 -5
- package/dist/operations/operations-registry.js +0 -83
- package/dist/operations/operations-types.d.ts +0 -75
- package/dist/operations/operations-types.js +0 -17
- package/dist/operations/operations.d.ts +0 -17
- package/dist/operations/operations.js +0 -108
- package/dist/operations/packages/agent-worktree-release.d.ts +0 -27
- package/dist/operations/packages/agent-worktree-release.js +0 -25
- package/dist/operations/platform-operation-store.d.ts +0 -2
- package/dist/operations/platform-operation-store.js +0 -2
- package/dist/operations/platform-operations.d.ts +0 -3
- package/dist/operations/platform-operations.js +0 -3
- package/dist/operations/providers/default/auth-who-am-ioperation.d.ts +0 -60
- package/dist/operations/providers/default/auth-who-am-ioperation.js +0 -283
- package/dist/operations/providers/default/preflight-operation.d.ts +0 -81
- package/dist/operations/providers/default/preflight-operation.js +0 -127
- package/dist/operations/providers/default/run-git.d.ts +0 -63
- package/dist/operations/providers/default/run-git.js +0 -216
- package/dist/operations/providers/default/utility-operations.d.ts +0 -45
- package/dist/operations/providers/default/utility-operations.js +0 -139
- package/dist/operations/providers/default.d.ts +0 -4
- package/dist/operations/providers/default.js +0 -4
- package/dist/operations/runtime/runtime.d.ts +0 -9
- package/dist/operations/runtime/runtime.js +0 -63
- package/dist/operations/services/agents/runtime-tools.d.ts +0 -35
- package/dist/operations/services/agents/runtime-tools.js +0 -212
- package/dist/operations/services/build/build-warning-policy.d.ts +0 -34
- package/dist/operations/services/build/build-warning-policy.js +0 -91
- package/dist/operations/services/capacity/accounting/release-proof-ledger.d.ts +0 -13
- package/dist/operations/services/capacity/accounting/release-proof-ledger.js +0 -81
- package/dist/operations/services/capacity/providers/commit-message-provider.d.ts +0 -3
- package/dist/operations/services/capacity/providers/commit-message-provider.js +0 -3
- package/dist/operations/services/commit-message-provider/context-lines.d.ts +0 -9
- package/dist/operations/services/commit-message-provider/context-lines.js +0 -168
- package/dist/operations/services/commit-message-provider/default-commit-ai-model.d.ts +0 -87
- package/dist/operations/services/commit-message-provider/default-commit-ai-model.js +0 -149
- package/dist/operations/services/commit-message-provider/fallback-summary.d.ts +0 -34
- package/dist/operations/services/commit-message-provider/fallback-summary.js +0 -227
- package/dist/operations/services/config-runtime/accounts/ensure-secret-session-for-config.d.ts +0 -80
- package/dist/operations/services/config-runtime/accounts/ensure-secret-session-for-config.js +0 -171
- package/dist/operations/services/config-runtime/agents/ensure-act-verification-tooling.d.ts +0 -56
- package/dist/operations/services/config-runtime/agents/ensure-act-verification-tooling.js +0 -234
- package/dist/operations/services/config-runtime/commerce/catalog/resolve-template-catalog-endpoint.d.ts +0 -15
- package/dist/operations/services/config-runtime/commerce/catalog/resolve-template-catalog-endpoint.js +0 -241
- package/dist/operations/services/config-runtime/configuration/configuration-generation.d.ts +0 -25
- package/dist/operations/services/config-runtime/configuration/configuration-generation.js +0 -71
- package/dist/operations/services/config-runtime/configuration/create-default-machine-config.d.ts +0 -104
- package/dist/operations/services/config-runtime/configuration/create-default-machine-config.js +0 -273
- package/dist/operations/services/config-runtime/configuration/create-git-hub-config-sync-units.d.ts +0 -55
- package/dist/operations/services/config-runtime/configuration/create-git-hub-config-sync-units.js +0 -247
- package/dist/operations/services/config-runtime/configuration/finalize-config.d.ts +0 -53
- package/dist/operations/services/config-runtime/configuration/finalize-config.js +0 -271
- package/dist/operations/services/config-runtime/configuration/inspect-key-agent-status.d.ts +0 -5
- package/dist/operations/services/config-runtime/configuration/inspect-key-agent-status.js +0 -215
- package/dist/operations/services/config-runtime/configuration/list-relevant-config-entries.d.ts +0 -47
- package/dist/operations/services/config-runtime/configuration/list-relevant-config-entries.js +0 -228
- package/dist/operations/services/config-runtime/configuration/machine-config-relative-path.d.ts +0 -93
- package/dist/operations/services/config-runtime/configuration/machine-config-relative-path.js +0 -214
- package/dist/operations/services/config-runtime/configuration/resolve-launch-environment.d.ts +0 -100
- package/dist/operations/services/config-runtime/configuration/resolve-launch-environment.js +0 -229
- package/dist/operations/services/config-runtime/hosting/check-railway-connection.d.ts +0 -35
- package/dist/operations/services/config-runtime/hosting/check-railway-connection.js +0 -214
- package/dist/operations/services/config-runtime/hosting/load-tenant-deploy-config.d.ts +0 -71
- package/dist/operations/services/config-runtime/hosting/load-tenant-deploy-config.js +0 -253
- package/dist/operations/services/config-runtime/hosting/sync-cloudflare-environment.d.ts +0 -64
- package/dist/operations/services/config-runtime/hosting/sync-cloudflare-environment.js +0 -184
- package/dist/operations/services/config-runtime/support/collect-print-env-report.d.ts +0 -53
- package/dist/operations/services/config-runtime/support/collect-print-env-report.js +0 -58
- package/dist/operations/services/config-runtime/support/resolve-entry-value-from-buckets.d.ts +0 -29
- package/dist/operations/services/config-runtime/support/resolve-entry-value-from-buckets.js +0 -237
- package/dist/operations/services/config-runtime/support/rotate-machine-key-passphrase.d.ts +0 -55
- package/dist/operations/services/config-runtime/support/rotate-machine-key-passphrase.js +0 -258
- package/dist/operations/services/config-runtime/support/summarize-persistent-readiness.d.ts +0 -117
- package/dist/operations/services/config-runtime/support/summarize-persistent-readiness.js +0 -231
- package/dist/operations/services/configuration/config-runtime.d.ts +0 -18
- package/dist/operations/services/configuration/config-runtime.js +0 -18
- package/dist/operations/services/configuration/github-credentials.d.ts +0 -13
- package/dist/operations/services/configuration/github-credentials.js +0 -71
- package/dist/operations/services/configuration/key-agent.d.ts +0 -4
- package/dist/operations/services/configuration/key-agent.js +0 -4
- package/dist/operations/services/deploy/accounts/local-runtime-auth-env-keys.d.ts +0 -159
- package/dist/operations/services/deploy/accounts/local-runtime-auth-env-keys.js +0 -240
- package/dist/operations/services/deploy/configuration/destroy-environment-resources.d.ts +0 -229
- package/dist/operations/services/deploy/configuration/destroy-environment-resources.js +0 -219
- package/dist/operations/services/deploy/hosting/assert-cloudflare-cache-purge-succeeded.d.ts +0 -105
- package/dist/operations/services/deploy/hosting/assert-cloudflare-cache-purge-succeeded.js +0 -215
- package/dist/operations/services/deploy/hosting/build-managed-cloudflare-cache-rules.d.ts +0 -163
- package/dist/operations/services/deploy/hosting/build-managed-cloudflare-cache-rules.js +0 -247
- package/dist/operations/services/deploy/hosting/cloudflare-api-request.d.ts +0 -7
- package/dist/operations/services/deploy/hosting/cloudflare-api-request.js +0 -180
- package/dist/operations/services/deploy/hosting/cloudflare-destroy-verification.d.ts +0 -48
- package/dist/operations/services/deploy/hosting/cloudflare-destroy-verification.js +0 -120
- package/dist/operations/services/deploy/hosting/collect-missing-deploy-inputs.d.ts +0 -67
- package/dist/operations/services/deploy/hosting/collect-missing-deploy-inputs.js +0 -227
- package/dist/operations/services/deploy/hosting/configured-surface-hosts.d.ts +0 -100
- package/dist/operations/services/deploy/hosting/configured-surface-hosts.js +0 -224
- package/dist/operations/services/deploy/hosting/delete-cloudflare-api-resource.d.ts +0 -65
- package/dist/operations/services/deploy/hosting/delete-cloudflare-api-resource.js +0 -258
- package/dist/operations/services/deploy/hosting/load-deploy-state.d.ts +0 -17
- package/dist/operations/services/deploy/hosting/load-deploy-state.js +0 -278
- package/dist/operations/services/deploy/hosting/provision-cloudflare-resources.d.ts +0 -47
- package/dist/operations/services/deploy/hosting/provision-cloudflare-resources.js +0 -207
- package/dist/operations/services/deploy/hosting/verify-provisioned-cloudflare-resources.d.ts +0 -25
- package/dist/operations/services/deploy/hosting/verify-provisioned-cloudflare-resources.js +0 -260
- package/dist/operations/services/deploy/projects/projects-core/ensure-pages-project-compatibility.d.ts +0 -59
- package/dist/operations/services/deploy/projects/projects-core/ensure-pages-project-compatibility.js +0 -142
- package/dist/operations/services/deploy/support/default-compatibility-date.d.ts +0 -43
- package/dist/operations/services/deploy/support/default-compatibility-date.js +0 -236
- package/dist/operations/services/deploy/support/delete-cache-rules.d.ts +0 -52
- package/dist/operations/services/deploy/support/delete-cache-rules.js +0 -267
- package/dist/operations/services/deploy/support/docker-list.d.ts +0 -55
- package/dist/operations/services/deploy/support/docker-list.js +0 -251
- package/dist/operations/services/deploy/support/pages-domain-name.d.ts +0 -52
- package/dist/operations/services/deploy/support/pages-domain-name.js +0 -246
- package/dist/operations/services/deploy/support/print-destroy-summary.d.ts +0 -1
- package/dist/operations/services/deploy/support/print-destroy-summary.js +0 -40
- package/dist/operations/services/deploy/support/run-wrangler.d.ts +0 -36
- package/dist/operations/services/deploy/support/run-wrangler.js +0 -245
- package/dist/operations/services/git-runner/active-git-process-hints.d.ts +0 -16
- package/dist/operations/services/git-runner/active-git-process-hints.js +0 -225
- package/dist/operations/services/git-runner/git-runner-mode.d.ts +0 -78
- package/dist/operations/services/git-runner/git-runner-mode.js +0 -198
- package/dist/operations/services/git-runner/recover-git-locks.d.ts +0 -14
- package/dist/operations/services/git-runner/recover-git-locks.js +0 -124
- package/dist/operations/services/git-workflow/checkout-task-branch-from-staging.d.ts +0 -57
- package/dist/operations/services/git-workflow/checkout-task-branch-from-staging.js +0 -223
- package/dist/operations/services/git-workflow/inspect-detached-head-repair.d.ts +0 -112
- package/dist/operations/services/git-workflow/inspect-detached-head-repair.js +0 -265
- package/dist/operations/services/git-workflow/inspect-merged-remote-task-branches.d.ts +0 -85
- package/dist/operations/services/git-workflow/inspect-merged-remote-task-branches.js +0 -237
- package/dist/operations/services/git-workflow/reconcile-submodule-checkouts.d.ts +0 -5
- package/dist/operations/services/git-workflow/reconcile-submodule-checkouts.js +0 -34
- package/dist/operations/services/git-workflow/staging-branch.d.ts +0 -32
- package/dist/operations/services/git-workflow/staging-branch.js +0 -203
- package/dist/operations/services/github-actions-verification/create-git-hub-actions-gate-progress-reporter.d.ts +0 -15
- package/dist/operations/services/github-actions-verification/create-git-hub-actions-gate-progress-reporter.js +0 -66
- package/dist/operations/services/github-actions-verification/git-hub-actions-workflow-state.d.ts +0 -134
- package/dist/operations/services/github-actions-verification/git-hub-actions-workflow-state.js +0 -104
- package/dist/operations/services/github-actions-verification/inspect-target.d.ts +0 -37
- package/dist/operations/services/github-actions-verification/inspect-target.js +0 -237
- package/dist/operations/services/github-actions-verification/resolve-remote-branch-head.d.ts +0 -16
- package/dist/operations/services/github-actions-verification/resolve-remote-branch-head.js +0 -228
- package/dist/operations/services/github-api/create-git-hub-api-client.d.ts +0 -73
- package/dist/operations/services/github-api/create-git-hub-api-client.js +0 -264
- package/dist/operations/services/github-api/get-latest-git-hub-workflow-run.d.ts +0 -52
- package/dist/operations/services/github-api/get-latest-git-hub-workflow-run.js +0 -214
- package/dist/operations/services/github-api/paginate-git-hub-environment-names.d.ts +0 -45
- package/dist/operations/services/github-api/paginate-git-hub-environment-names.js +0 -176
- package/dist/operations/services/github-api/require.d.ts +0 -139
- package/dist/operations/services/github-api/require.js +0 -123
- package/dist/operations/services/github-api/upsert-git-hub-repository-variable-with-gh-cli.d.ts +0 -32
- package/dist/operations/services/github-api/upsert-git-hub-repository-variable-with-gh-cli.js +0 -243
- package/dist/operations/services/github-automation/ensure-git-hub-bootstrap-repository.d.ts +0 -21
- package/dist/operations/services/github-automation/ensure-git-hub-bootstrap-repository.js +0 -59
- package/dist/operations/services/github-automation/github-repository-remote.d.ts +0 -3
- package/dist/operations/services/github-automation/github-repository-remote.js +0 -36
- package/dist/operations/services/github-automation/non-empty-values.d.ts +0 -51
- package/dist/operations/services/github-automation/non-empty-values.js +0 -111
- package/dist/operations/services/guarantees/release-proof-planner.d.ts +0 -48
- package/dist/operations/services/guarantees/release-proof-planner.js +0 -195
- package/dist/operations/services/guarantees/release-proof-runner.d.ts +0 -16
- package/dist/operations/services/guarantees/release-proof-runner.js +0 -169
- package/dist/operations/services/guarantees/release-proof.d.ts +0 -81
- package/dist/operations/services/guarantees/release-proof.js +0 -79
- package/dist/operations/services/hosted-service-checks/collect-hosted-service-checks.d.ts +0 -2
- package/dist/operations/services/hosted-service-checks/collect-hosted-service-checks.js +0 -387
- package/dist/operations/services/hosted-service-checks/hosted-service-check-status.d.ts +0 -110
- package/dist/operations/services/hosted-service-checks/hosted-service-check-status.js +0 -155
- package/dist/operations/services/hosting/audit/hosted-service-checks.d.ts +0 -2
- package/dist/operations/services/hosting/audit/hosted-service-checks.js +0 -2
- package/dist/operations/services/hosting/audit/hosting-audit.d.ts +0 -4
- package/dist/operations/services/hosting/audit/hosting-audit.js +0 -4
- package/dist/operations/services/hosting/audit/live-hosted-service-checks.d.ts +0 -4
- package/dist/operations/services/hosting/audit/live-hosted-service-checks.js +0 -4
- package/dist/operations/services/hosting/audit/managed-host-security.d.ts +0 -13
- package/dist/operations/services/hosting/audit/managed-host-security.js +0 -55
- package/dist/operations/services/hosting/deployment/deploy.d.ts +0 -19
- package/dist/operations/services/hosting/deployment/deploy.js +0 -19
- package/dist/operations/services/hosting/deployment/deployment-readiness.d.ts +0 -30
- package/dist/operations/services/hosting/deployment/deployment-readiness.js +0 -217
- package/dist/operations/services/hosting/deployment/save-deploy-preflight.d.ts +0 -32
- package/dist/operations/services/hosting/deployment/save-deploy-preflight.js +0 -82
- package/dist/operations/services/hosting/railway/railway-api.d.ts +0 -10
- package/dist/operations/services/hosting/railway/railway-api.js +0 -10
- package/dist/operations/services/hosting/railway/railway-cli.d.ts +0 -47
- package/dist/operations/services/hosting/railway/railway-cli.js +0 -142
- package/dist/operations/services/hosting/railway/railway-deploy.d.ts +0 -10
- package/dist/operations/services/hosting/railway/railway-deploy.js +0 -10
- package/dist/operations/services/hosting/railway/railway-source-policy.d.ts +0 -25
- package/dist/operations/services/hosting/railway/railway-source-policy.js +0 -111
- package/dist/operations/services/hosting-audit/check-smtp-reachability.d.ts +0 -14
- package/dist/operations/services/hosting-audit/check-smtp-reachability.js +0 -271
- package/dist/operations/services/hosting-audit/format-hosting-audit-report.d.ts +0 -2
- package/dist/operations/services/hosting-audit/format-hosting-audit-report.js +0 -26
- package/dist/operations/services/hosting-audit/hosting-audit-environment.d.ts +0 -98
- package/dist/operations/services/hosting-audit/hosting-audit-environment.js +0 -177
- package/dist/operations/services/hosting-audit/required-key-check.d.ts +0 -23
- package/dist/operations/services/hosting-audit/required-key-check.js +0 -199
- package/dist/operations/services/key-agent/migrate-legacy-project-machine-key-to-wrapped.d.ts +0 -2
- package/dist/operations/services/key-agent/migrate-legacy-project-machine-key-to-wrapped.js +0 -27
- package/dist/operations/services/key-agent/read-legacy-project-machine-key.d.ts +0 -18
- package/dist/operations/services/key-agent/read-legacy-project-machine-key.js +0 -250
- package/dist/operations/services/key-agent/read-wrapped-machine-key-file.d.ts +0 -43
- package/dist/operations/services/key-agent/read-wrapped-machine-key-file.js +0 -260
- package/dist/operations/services/key-agent/treseed-machine-key-passphrase-env.d.ts +0 -117
- package/dist/operations/services/key-agent/treseed-machine-key-passphrase-env.js +0 -149
- package/dist/operations/services/live-hosted-service-checks/collect-http-observations.d.ts +0 -12
- package/dist/operations/services/live-hosted-service-checks/collect-http-observations.js +0 -138
- package/dist/operations/services/live-hosted-service-checks/collect-railway-observations.d.ts +0 -11
- package/dist/operations/services/live-hosted-service-checks/collect-railway-observations.js +0 -271
- package/dist/operations/services/live-hosted-service-checks/default-retry-attempts.d.ts +0 -109
- package/dist/operations/services/live-hosted-service-checks/default-retry-attempts.js +0 -184
- package/dist/operations/services/live-hosted-service-checks/verify-railway-postgres-topology.d.ts +0 -13
- package/dist/operations/services/live-hosted-service-checks/verify-railway-postgres-topology.js +0 -71
- package/dist/operations/services/operations/bootstrap-runner.d.ts +0 -39
- package/dist/operations/services/operations/bootstrap-runner.js +0 -191
- package/dist/operations/services/operations/git-runner.d.ts +0 -3
- package/dist/operations/services/operations/git-runner.js +0 -3
- package/dist/operations/services/operations/git-workflow.d.ts +0 -5
- package/dist/operations/services/operations/git-workflow.js +0 -5
- package/dist/operations/services/operations/operations-runner-smoke.d.ts +0 -31
- package/dist/operations/services/operations/operations-runner-smoke.js +0 -212
- package/dist/operations/services/operations/workflow-timing.d.ts +0 -25
- package/dist/operations/services/operations/workflow-timing.js +0 -79
- package/dist/operations/services/package-adapters/beam-package-adapter.d.ts +0 -5
- package/dist/operations/services/package-adapters/beam-package-adapter.js +0 -130
- package/dist/operations/services/package-adapters/deployment-source-mode-for-branch.d.ts +0 -19
- package/dist/operations/services/package-adapters/deployment-source-mode-for-branch.js +0 -154
- package/dist/operations/services/package-adapters/package-kind.d.ts +0 -169
- package/dist/operations/services/package-adapters/package-kind.js +0 -110
- package/dist/operations/services/package-adapters/plan-package-development-image.d.ts +0 -52
- package/dist/operations/services/package-adapters/plan-package-development-image.js +0 -238
- package/dist/operations/services/package-adapters/render-package-workflow.d.ts +0 -13
- package/dist/operations/services/package-adapters/render-package-workflow.js +0 -251
- package/dist/operations/services/package-adapters/validate-package-manifests.d.ts +0 -7
- package/dist/operations/services/package-adapters/validate-package-manifests.js +0 -112
- package/dist/operations/services/package-bootstrap/contracts.d.ts +0 -30
- package/dist/operations/services/package-bootstrap/index.d.ts +0 -2
- package/dist/operations/services/package-bootstrap/index.js +0 -2
- package/dist/operations/services/package-bootstrap/initialize-package.d.ts +0 -2
- package/dist/operations/services/package-bootstrap/initialize-package.js +0 -122
- package/dist/operations/services/package-bootstrap/template.d.ts +0 -2
- package/dist/operations/services/package-bootstrap/template.js +0 -390
- package/dist/operations/services/packages/package-artifacts.d.ts +0 -37
- package/dist/operations/services/packages/package-artifacts.js +0 -99
- package/dist/operations/services/packages/package-reference-policy.d.ts +0 -67
- package/dist/operations/services/packages/package-reference-policy.js +0 -366
- package/dist/operations/services/packages/release-history.d.ts +0 -59
- package/dist/operations/services/packages/release-history.js +0 -158
- package/dist/operations/services/persistence/d1-migration.d.ts +0 -6
- package/dist/operations/services/persistence/d1-migration.js +0 -120
- package/dist/operations/services/railway-api/collect-railway-volumes.d.ts +0 -30
- package/dist/operations/services/railway-api/collect-railway-volumes.js +0 -196
- package/dist/operations/services/railway-api/default-railway-api-url.d.ts +0 -122
- package/dist/operations/services/railway-api/default-railway-api-url.js +0 -139
- package/dist/operations/services/railway-api/ensure-railway-custom-domain.d.ts +0 -74
- package/dist/operations/services/railway-api/ensure-railway-custom-domain.js +0 -119
- package/dist/operations/services/railway-api/ensure-railway-service-instance-configuration.d.ts +0 -91
- package/dist/operations/services/railway-api/ensure-railway-service-instance-configuration.js +0 -164
- package/dist/operations/services/railway-api/ensure-railway-service.d.ts +0 -59
- package/dist/operations/services/railway-api/ensure-railway-service.js +0 -217
- package/dist/operations/services/railway-api/inspect-railway-postgres-service.d.ts +0 -73
- package/dist/operations/services/railway-api/inspect-railway-postgres-service.js +0 -209
- package/dist/operations/services/railway-api/list-railway-projects.d.ts +0 -41
- package/dist/operations/services/railway-api/list-railway-projects.js +0 -213
- package/dist/operations/services/railway-api/list-railway-service-domains.d.ts +0 -72
- package/dist/operations/services/railway-api/list-railway-service-domains.js +0 -212
- package/dist/operations/services/railway-api/normalize-workspace.d.ts +0 -17
- package/dist/operations/services/railway-api/normalize-workspace.js +0 -241
- package/dist/operations/services/railway-api/upsert-railway-variables.d.ts +0 -39
- package/dist/operations/services/railway-api/upsert-railway-variables.js +0 -214
- package/dist/operations/services/railway-deploy/configured-public-tree-dx-railway-services.d.ts +0 -81
- package/dist/operations/services/railway-deploy/configured-public-tree-dx-railway-services.js +0 -179
- package/dist/operations/services/railway-deploy/configured-railway-services-for-config.d.ts +0 -1
- package/dist/operations/services/railway-deploy/configured-railway-services-for-config.js +0 -140
- package/dist/operations/services/railway-deploy/configured-railway-services.d.ts +0 -42
- package/dist/operations/services/railway-deploy/configured-railway-services.js +0 -205
- package/dist/operations/services/railway-deploy/deploy-railway-service.d.ts +0 -45
- package/dist/operations/services/railway-deploy/deploy-railway-service.js +0 -122
- package/dist/operations/services/railway-deploy/ensure-railway-scheduled-jobs.d.ts +0 -19
- package/dist/operations/services/railway-deploy/ensure-railway-scheduled-jobs.js +0 -172
- package/dist/operations/services/railway-deploy/normalize-scope.d.ts +0 -34
- package/dist/operations/services/railway-deploy/normalize-scope.js +0 -230
- package/dist/operations/services/railway-deploy/railway-status-deployment-terminal-failure.d.ts +0 -21
- package/dist/operations/services/railway-deploy/railway-status-deployment-terminal-failure.js +0 -182
- package/dist/operations/services/railway-deploy/sync-railway-service-runtime-configuration-after-deploy.d.ts +0 -66
- package/dist/operations/services/railway-deploy/sync-railway-service-runtime-configuration-after-deploy.js +0 -216
- package/dist/operations/services/railway-deploy/verify-railway-managed-resources.d.ts +0 -20
- package/dist/operations/services/railway-deploy/verify-railway-managed-resources.js +0 -245
- package/dist/operations/services/railway-deploy/wait-for-railway-managed-deployments-settled.d.ts +0 -52
- package/dist/operations/services/railway-deploy/wait-for-railway-managed-deployments-settled.js +0 -205
- package/dist/operations/services/reconciliation/package-adapters.d.ts +0 -6
- package/dist/operations/services/reconciliation/package-adapters.js +0 -6
- package/dist/operations/services/repositories/git-remote-policy.d.ts +0 -9
- package/dist/operations/services/repositories/git-remote-policy.js +0 -63
- package/dist/operations/services/repositories/github-actions-verification.d.ts +0 -4
- package/dist/operations/services/repositories/github-actions-verification.js +0 -4
- package/dist/operations/services/repositories/github-api.d.ts +0 -5
- package/dist/operations/services/repositories/github-api.js +0 -5
- package/dist/operations/services/repositories/github-automation.d.ts +0 -3
- package/dist/operations/services/repositories/github-automation.js +0 -3
- package/dist/operations/services/repositories/platform-initializer.d.ts +0 -49
- package/dist/operations/services/repositories/platform-initializer.js +0 -161
- package/dist/operations/services/repositories/platform-workset.d.ts +0 -103
- package/dist/operations/services/repositories/platform-workset.js +0 -204
- package/dist/operations/services/repositories/repository-save-orchestrator.d.ts +0 -13
- package/dist/operations/services/repositories/repository-save-orchestrator.js +0 -13
- package/dist/operations/services/repository-save-orchestrator/packages/finalize-clean-package-version.d.ts +0 -4
- package/dist/operations/services/repository-save-orchestrator/packages/finalize-clean-package-version.js +0 -156
- package/dist/operations/services/repository-save-orchestrator/repositories/discover-repository-save-nodes.d.ts +0 -43
- package/dist/operations/services/repository-save-orchestrator/repositories/discover-repository-save-nodes.js +0 -312
- package/dist/operations/services/repository-save-orchestrator/repositories/plan-repository-save.d.ts +0 -11
- package/dist/operations/services/repository-save-orchestrator/repositories/plan-repository-save.js +0 -173
- package/dist/operations/services/repository-save-orchestrator/repositories/repository-alias-state.d.ts +0 -4
- package/dist/operations/services/repository-save-orchestrator/repositories/repository-alias-state.js +0 -99
- package/dist/operations/services/repository-save-orchestrator/repositories/run-repository-save-orchestrator.d.ts +0 -8
- package/dist/operations/services/repository-save-orchestrator/repositories/run-repository-save-orchestrator.js +0 -173
- package/dist/operations/services/repository-save-orchestrator/repositories/save-one-repository.d.ts +0 -2
- package/dist/operations/services/repository-save-orchestrator/repositories/save-one-repository.js +0 -227
- package/dist/operations/services/repository-save-orchestrator/runtime/with-short-process-temp-env.d.ts +0 -39
- package/dist/operations/services/repository-save-orchestrator/runtime/with-short-process-temp-env.js +0 -258
- package/dist/operations/services/repository-save-orchestrator/support/change-classification.d.ts +0 -9
- package/dist/operations/services/repository-save-orchestrator/support/change-classification.js +0 -47
- package/dist/operations/services/repository-save-orchestrator/support/classify-repo-kind.d.ts +0 -33
- package/dist/operations/services/repository-save-orchestrator/support/classify-repo-kind.js +0 -236
- package/dist/operations/services/repository-save-orchestrator/support/has-staged-changes.d.ts +0 -11
- package/dist/operations/services/repository-save-orchestrator/support/has-staged-changes.js +0 -175
- package/dist/operations/services/repository-save-orchestrator/support/lockfile-manifest-consistency.d.ts +0 -8
- package/dist/operations/services/repository-save-orchestrator/support/lockfile-manifest-consistency.js +0 -46
- package/dist/operations/services/repository-save-orchestrator/support/repo-kind.d.ts +0 -215
- package/dist/operations/services/repository-save-orchestrator/support/repo-kind.js +0 -54
- package/dist/operations/services/repository-save-orchestrator/support/run-script.d.ts +0 -38
- package/dist/operations/services/repository-save-orchestrator/support/run-script.js +0 -327
- package/dist/operations/services/repository-save-orchestrator/support/standalone-lockfile.d.ts +0 -9
- package/dist/operations/services/repository-save-orchestrator/support/standalone-lockfile.js +0 -102
- package/dist/operations/services/repository-save-orchestrator/support/tag-state.d.ts +0 -22
- package/dist/operations/services/repository-save-orchestrator/support/tag-state.js +0 -212
- package/dist/operations/services/repository-save-orchestrator/treedx/repositories/sync-root-workspace-lockfile-metadata.d.ts +0 -15
- package/dist/operations/services/repository-save-orchestrator/treedx/repositories/sync-root-workspace-lockfile-metadata.js +0 -259
- package/dist/operations/services/runtime/export-runtime.d.ts +0 -18
- package/dist/operations/services/runtime/export-runtime.js +0 -140
- package/dist/operations/services/runtime/local-cleanup.d.ts +0 -47
- package/dist/operations/services/runtime/local-cleanup.js +0 -206
- package/dist/operations/services/runtime/local-dev.d.ts +0 -8
- package/dist/operations/services/runtime/local-dev.js +0 -96
- package/dist/operations/services/runtime/npm-git-clone-recovery.d.ts +0 -12
- package/dist/operations/services/runtime/npm-git-clone-recovery.js +0 -25
- package/dist/operations/services/runtime/runtime-paths.d.ts +0 -19
- package/dist/operations/services/runtime/runtime-paths.js +0 -54
- package/dist/operations/services/runtime/watch-dev.d.ts +0 -21
- package/dist/operations/services/runtime/watch-dev.js +0 -282
- package/dist/operations/services/support/managed-repositories.d.ts +0 -38
- package/dist/operations/services/support/managed-repositories.js +0 -188
- package/dist/operations/services/support/market-packaging.d.ts +0 -43
- package/dist/operations/services/support/market-packaging.js +0 -169
- package/dist/operations/services/support/template-registry.d.ts +0 -3
- package/dist/operations/services/support/template-registry.js +0 -3
- package/dist/operations/services/support/verification-cache.d.ts +0 -25
- package/dist/operations/services/support/verification-cache.js +0 -71
- package/dist/operations/services/template-registry/sync-managed-package-json.d.ts +0 -32
- package/dist/operations/services/template-registry/sync-managed-package-json.js +0 -234
- package/dist/operations/services/template-registry/template-categories.d.ts +0 -115
- package/dist/operations/services/template-registry/template-categories.js +0 -161
- package/dist/operations/services/template-registry/validate-template-placeholders.d.ts +0 -39
- package/dist/operations/services/template-registry/validate-template-placeholders.js +0 -267
- package/dist/operations/services/treedx/workspaces/workspace-dependency-mode.d.ts +0 -3
- package/dist/operations/services/treedx/workspaces/workspace-dependency-mode.js +0 -3
- package/dist/operations/services/treedx/workspaces/workspace-preflight.d.ts +0 -40
- package/dist/operations/services/treedx/workspaces/workspace-preflight.js +0 -172
- package/dist/operations/services/treedx/workspaces/workspace-save-script.d.ts +0 -26
- package/dist/operations/services/treedx/workspaces/workspace-save-script.js +0 -50
- package/dist/operations/services/treedx/workspaces/workspace-save.d.ts +0 -2
- package/dist/operations/services/treedx/workspaces/workspace-save.js +0 -2
- package/dist/operations/services/treedx/workspaces/workspace-tools.d.ts +0 -17
- package/dist/operations/services/treedx/workspaces/workspace-tools.js +0 -320
- package/dist/operations/services/workspace-dependency-mode/collect-deployment-lockfile-workspace-issues.d.ts +0 -7
- package/dist/operations/services/workspace-dependency-mode/collect-deployment-lockfile-workspace-issues.js +0 -93
- package/dist/operations/services/workspace-dependency-mode/collect-package-lock-consistency-issues.d.ts +0 -49
- package/dist/operations/services/workspace-dependency-mode/collect-package-lock-consistency-issues.js +0 -236
- package/dist/operations/services/workspace-dependency-mode/dependency-resolution-mode.d.ts +0 -53
- package/dist/operations/services/workspace-dependency-mode/dependency-resolution-mode.js +0 -191
- package/dist/operations/services/workspace-save/apply-workspace-version-changes.d.ts +0 -51
- package/dist/operations/services/workspace-save/apply-workspace-version-changes.js +0 -229
- package/dist/operations/services/workspace-save/run-git.d.ts +0 -51
- package/dist/operations/services/workspace-save/run-git.js +0 -243
- package/dist/operations/workflow-state.d.ts +0 -5
- package/dist/operations/workflow-state.js +0 -5
- package/dist/operations/workflow-support.d.ts +0 -30
- package/dist/operations/workflow-support.js +0 -412
- package/dist/operations/workflow.d.ts +0 -329
- package/dist/operations/workflow.js +0 -140
- package/dist/packages/sdk-version.d.ts +0 -2
- package/dist/packages/sdk-version.js +0 -42
- package/dist/persistence/d1-http.d.ts +0 -38
- package/dist/persistence/d1-http.js +0 -95
- package/dist/persistence/d1-store.d.ts +0 -183
- package/dist/persistence/d1-store.js +0 -415
- package/dist/platform/configuration/config.d.ts +0 -27
- package/dist/platform/configuration/config.js +0 -78
- package/dist/platform/configuration/environment.d.ts +0 -5
- package/dist/platform/configuration/environment.js +0 -5
- package/dist/platform/configuration/site-config-schema.d.ts +0 -1
- package/dist/platform/configuration/site-config-schema.js +0 -4
- package/dist/platform/configuration/tenant-config.d.ts +0 -8
- package/dist/platform/configuration/tenant-config.js +0 -212
- package/dist/platform/content/content-runtime-source.d.ts +0 -54
- package/dist/platform/content/content-runtime-source.js +0 -169
- package/dist/platform/content/local-content-materialization.d.ts +0 -9
- package/dist/platform/content/local-content-materialization.js +0 -212
- package/dist/platform/deploy-config/deploy-config-field-aliases.d.ts +0 -33
- package/dist/platform/deploy-config/deploy-config-field-aliases.js +0 -215
- package/dist/platform/deploy-config/normalize-planes-from-legacy-hosting.d.ts +0 -32
- package/dist/platform/deploy-config/normalize-planes-from-legacy-hosting.js +0 -236
- package/dist/platform/deploy-config/parse-deploy-config.d.ts +0 -19
- package/dist/platform/deploy-config/parse-deploy-config.js +0 -177
- package/dist/platform/deploy-config/parse-platform-connections.d.ts +0 -12
- package/dist/platform/deploy-config/parse-platform-connections.js +0 -71
- package/dist/platform/deploy-config/parse-public-tree-dx-federation-config.d.ts +0 -91
- package/dist/platform/deploy-config/parse-public-tree-dx-federation-config.js +0 -217
- package/dist/platform/desired-state/compile-desired-resource-graph.d.ts +0 -13
- package/dist/platform/desired-state/compile-desired-resource-graph.js +0 -130
- package/dist/platform/desired-state/desired-environment.d.ts +0 -79
- package/dist/platform/desired-state/desired-environment.js +0 -162
- package/dist/platform/desired-state/docker-source-closure.d.ts +0 -1
- package/dist/platform/desired-state/docker-source-closure.js +0 -33
- package/dist/platform/desired-state/local-development-resources.d.ts +0 -4
- package/dist/platform/desired-state/local-development-resources.js +0 -260
- package/dist/platform/desired-state/local-provider-resources.d.ts +0 -12
- package/dist/platform/desired-state/local-provider-resources.js +0 -129
- package/dist/platform/desired-state/local-tunnel-identity.d.ts +0 -8
- package/dist/platform/desired-state/local-tunnel-identity.js +0 -35
- package/dist/platform/desired-state/package-resources.d.ts +0 -4
- package/dist/platform/desired-state/package-resources.js +0 -282
- package/dist/platform/desired-state/release-gate-resources.d.ts +0 -6
- package/dist/platform/desired-state/release-gate-resources.js +0 -243
- package/dist/platform/desired-state/safe-tree-dx-repository-name.d.ts +0 -26
- package/dist/platform/desired-state/safe-tree-dx-repository-name.js +0 -184
- package/dist/platform/env.yaml +0 -1128
- package/dist/platform/environment/api-surface-enabled.d.ts +0 -32
- package/dist/platform/environment/api-surface-enabled.js +0 -202
- package/dist/platform/environment/environment-scopes.d.ts +0 -143
- package/dist/platform/environment/environment-scopes.js +0 -109
- package/dist/platform/environment/is-entry-required.d.ts +0 -24
- package/dist/platform/environment/is-entry-required.js +0 -122
- package/dist/platform/environment/package-repository-credential-overlay.d.ts +0 -27
- package/dist/platform/environment/package-repository-credential-overlay.js +0 -230
- package/dist/platform/environment/resolve-content-bucket-binding.d.ts +0 -30
- package/dist/platform/environment/resolve-content-bucket-binding.js +0 -200
- package/dist/platform/hosting/deploy-config.d.ts +0 -4
- package/dist/platform/hosting/deploy-config.js +0 -4
- package/dist/platform/hosting/deploy-runtime.d.ts +0 -22
- package/dist/platform/hosting/deploy-runtime.js +0 -93
- package/dist/platform/packages/published-content-pipeline.d.ts +0 -3
- package/dist/platform/packages/published-content-pipeline.js +0 -3
- package/dist/platform/packages/published-content.d.ts +0 -11
- package/dist/platform/packages/published-content.js +0 -11
- package/dist/platform/plugins/constants.d.ts +0 -26
- package/dist/platform/plugins/constants.js +0 -33
- package/dist/platform/plugins/runtime.d.ts +0 -81
- package/dist/platform/plugins/runtime.js +0 -288
- package/dist/platform/published-content/hmac-sha256-base64-url.d.ts +0 -23
- package/dist/platform/published-content/hmac-sha256-base64-url.js +0 -228
- package/dist/platform/published-content/publication-contracts.d.ts +0 -60
- package/dist/platform/published-content/publication-contracts.js +0 -27
- package/dist/platform/published-content/published-content-manifest-schema-version.d.ts +0 -191
- package/dist/platform/published-content/published-content-manifest-schema-version.js +0 -53
- package/dist/platform/published-content/r2-api-token-publication-client.d.ts +0 -25
- package/dist/platform/published-content/r2-api-token-publication-client.js +0 -54
- package/dist/platform/published-content/r2-publication-acceptance.d.ts +0 -13
- package/dist/platform/published-content/r2-publication-acceptance.js +0 -30
- package/dist/platform/published-content/r2-publication-client.d.ts +0 -7
- package/dist/platform/published-content/r2-publication-client.js +0 -8
- package/dist/platform/published-content/r2-s3-publication-client.d.ts +0 -26
- package/dist/platform/published-content/r2-s3-publication-client.js +0 -112
- package/dist/platform/published-content/reconcile-content-publication.d.ts +0 -19
- package/dist/platform/published-content/reconcile-content-publication.js +0 -144
- package/dist/platform/published-content/runtime/build-runtime-publication.d.ts +0 -29
- package/dist/platform/published-content/runtime/build-runtime-publication.js +0 -170
- package/dist/platform/published-content/team-scoped-r2-overlay-content-runtime-provider.d.ts +0 -37
- package/dist/platform/published-content/team-scoped-r2-overlay-content-runtime-provider.js +0 -229
- package/dist/platform/published-content/validation/model-content.d.ts +0 -21
- package/dist/platform/published-content/validation/model-content.js +0 -85
- package/dist/platform/published-content/verify-editorial-preview-token.d.ts +0 -13
- package/dist/platform/published-content/verify-editorial-preview-token.js +0 -137
- package/dist/platform/published-content-pipeline/default-artifact-builder.d.ts +0 -29
- package/dist/platform/published-content-pipeline/default-artifact-builder.js +0 -247
- package/dist/platform/published-content-pipeline/list-markdown-files.d.ts +0 -32
- package/dist/platform/published-content-pipeline/list-markdown-files.js +0 -181
- package/dist/platform/published-content-pipeline/resolve-commerce-offer-mode.d.ts +0 -118
- package/dist/platform/published-content-pipeline/resolve-commerce-offer-mode.js +0 -143
- package/dist/platform/reconciliation/desired-state.d.ts +0 -6
- package/dist/platform/reconciliation/desired-state.js +0 -6
- package/dist/platform/support/contracts.d.ts +0 -381
- package/dist/platform/support/contracts.js +0 -0
- package/dist/platform/support/plugin.d.ts +0 -130
- package/dist/platform/support/plugin.js +0 -28
- package/dist/platform/support/plugins.d.ts +0 -6
- package/dist/platform/support/plugins.js +0 -42
- package/dist/platform/tenant/runtime-config.d.ts +0 -154
- package/dist/platform/tenant/runtime-config.js +0 -73
- package/dist/platform/treedx/repositories/local-treedx-seed.d.ts +0 -19
- package/dist/platform/treedx/repositories/local-treedx-seed.js +0 -55
- package/dist/platform/treedx/runtime-environment.d.ts +0 -20
- package/dist/platform/treedx/runtime-environment.js +0 -37
- package/dist/platform/utils/site-config-schema/is-record.d.ts +0 -52
- package/dist/platform/utils/site-config-schema/is-record.js +0 -232
- package/dist/platform/utils/site-config-schema/parse-access-policies.d.ts +0 -274
- package/dist/platform/utils/site-config-schema/parse-access-policies.js +0 -247
- package/dist/platform/utils/site-config-schema.d.ts +0 -2
- package/dist/platform/utils/site-config-schema.js +0 -2
- package/dist/platform-operation-store/database-provider.d.ts +0 -44
- package/dist/platform-operation-store/database-provider.js +0 -205
- package/dist/platform-operation-store/platform-operation-store.d.ts +0 -56
- package/dist/platform-operation-store/platform-operation-store.js +0 -224
- package/dist/platform-operations/nested-record.d.ts +0 -21
- package/dist/platform-operations/nested-record.js +0 -262
- package/dist/platform-operations/platform-operation-endpoints.d.ts +0 -208
- package/dist/platform-operations/platform-operation-endpoints.js +0 -71
- package/dist/platform-operations/platform-runner-client.d.ts +0 -52
- package/dist/platform-operations/platform-runner-client.js +0 -143
- package/dist/reconcile/builtin-adapters/build/local-compose-build-policy.d.ts +0 -44
- package/dist/reconcile/builtin-adapters/build/local-compose-build-policy.js +0 -232
- package/dist/reconcile/builtin-adapters/capacity/providers/build-capacity-provider-adapter.d.ts +0 -74
- package/dist/reconcile/builtin-adapters/capacity/providers/build-capacity-provider-adapter.js +0 -396
- package/dist/reconcile/builtin-adapters/capacity/providers/capacity-provider-variables-for-service.d.ts +0 -22
- package/dist/reconcile/builtin-adapters/capacity/providers/capacity-provider-variables-for-service.js +0 -207
- package/dist/reconcile/builtin-adapters/hosting/build-cloudflare-diff.d.ts +0 -22
- package/dist/reconcile/builtin-adapters/hosting/build-cloudflare-diff.js +0 -219
- package/dist/reconcile/builtin-adapters/hosting/cloudflare-tunnel/build-cloudflare-tunnel-adapter.d.ts +0 -7
- package/dist/reconcile/builtin-adapters/hosting/cloudflare-tunnel/build-cloudflare-tunnel-adapter.js +0 -177
- package/dist/reconcile/builtin-adapters/hosting/first-railway-domain-string.d.ts +0 -71
- package/dist/reconcile/builtin-adapters/hosting/first-railway-domain-string.js +0 -212
- package/dist/reconcile/builtin-adapters/hosting/observe-cloudflare-unit.d.ts +0 -2
- package/dist/reconcile/builtin-adapters/hosting/observe-cloudflare-unit.js +0 -97
- package/dist/reconcile/builtin-adapters/hosting/observe-railway-unit.d.ts +0 -32
- package/dist/reconcile/builtin-adapters/hosting/observe-railway-unit.js +0 -228
- package/dist/reconcile/builtin-adapters/hosting/railway-verification-may-settle.d.ts +0 -41
- package/dist/reconcile/builtin-adapters/hosting/railway-verification-may-settle.js +0 -213
- package/dist/reconcile/builtin-adapters/hosting/resolve-railway-topology-for-scope.d.ts +0 -43
- package/dist/reconcile/builtin-adapters/hosting/resolve-railway-topology-for-scope.js +0 -227
- package/dist/reconcile/builtin-adapters/hosting/sync-railway-environment-for-scope.d.ts +0 -31
- package/dist/reconcile/builtin-adapters/hosting/sync-railway-environment-for-scope.js +0 -380
- package/dist/reconcile/builtin-adapters/hosting/to-deploy-target.d.ts +0 -23
- package/dist/reconcile/builtin-adapters/hosting/to-deploy-target.js +0 -250
- package/dist/reconcile/builtin-adapters/hosting/verify-cloudflare-unit-once.d.ts +0 -3
- package/dist/reconcile/builtin-adapters/hosting/verify-cloudflare-unit-once.js +0 -255
- package/dist/reconcile/builtin-adapters/hosting/verify-railway-unit.d.ts +0 -2
- package/dist/reconcile/builtin-adapters/hosting/verify-railway-unit.js +0 -283
- package/dist/reconcile/builtin-adapters/projects/knowledge/reconcile-remote-tree-dx-content.d.ts +0 -23
- package/dist/reconcile/builtin-adapters/projects/knowledge/reconcile-remote-tree-dx-content.js +0 -139
- package/dist/reconcile/builtin-adapters/projects/knowledge/verify-local-tree-dx-project-content.d.ts +0 -18
- package/dist/reconcile/builtin-adapters/projects/knowledge/verify-local-tree-dx-project-content.js +0 -386
- package/dist/reconcile/builtin-adapters/projects/projects-core/configured-railway-project-sync-groups.d.ts +0 -19
- package/dist/reconcile/builtin-adapters/projects/projects-core/configured-railway-project-sync-groups.js +0 -171
- package/dist/reconcile/builtin-adapters/projects/projects-core/reconcile-stale-operations-runner-resources-for-project.d.ts +0 -15
- package/dist/reconcile/builtin-adapters/projects/projects-core/reconcile-stale-operations-runner-resources-for-project.js +0 -63
- package/dist/reconcile/builtin-adapters/reconciliation/build-git-hub-workflow-dispatch-adapter.d.ts +0 -5
- package/dist/reconcile/builtin-adapters/reconciliation/build-git-hub-workflow-dispatch-adapter.js +0 -270
- package/dist/reconcile/builtin-adapters/reconciliation/build-local-content-materialization-adapter.d.ts +0 -7
- package/dist/reconcile/builtin-adapters/reconciliation/build-local-content-materialization-adapter.js +0 -245
- package/dist/reconcile/builtin-adapters/reconciliation/build-local-docker-compose-adapter.d.ts +0 -7
- package/dist/reconcile/builtin-adapters/reconciliation/build-local-docker-compose-adapter.js +0 -368
- package/dist/reconcile/builtin-adapters/reconciliation/build-railway-adapter.d.ts +0 -12
- package/dist/reconcile/builtin-adapters/reconciliation/build-railway-adapter.js +0 -218
- package/dist/reconcile/builtin-adapters/reconciliation/build-release-gate-adapter.d.ts +0 -3
- package/dist/reconcile/builtin-adapters/reconciliation/build-release-gate-adapter.js +0 -190
- package/dist/reconcile/builtin-adapters/reconciliation/build-workflow-meta-adapter.d.ts +0 -30
- package/dist/reconcile/builtin-adapters/reconciliation/build-workflow-meta-adapter.js +0 -237
- package/dist/reconcile/builtin-adapters/reconciliation/managed-repository-storage.d.ts +0 -22
- package/dist/reconcile/builtin-adapters/reconciliation/managed-repository-storage.js +0 -81
- package/dist/reconcile/builtin-adapters/reconciliation/reconcile-cloudflare-target.d.ts +0 -55
- package/dist/reconcile/builtin-adapters/reconciliation/reconcile-cloudflare-target.js +0 -267
- package/dist/reconcile/builtin-adapters/repositories/build-github-branch-adapter.d.ts +0 -3
- package/dist/reconcile/builtin-adapters/repositories/build-github-branch-adapter.js +0 -94
- package/dist/reconcile/builtin-adapters/repositories/build-github-branch-rules-adapter.d.ts +0 -2
- package/dist/reconcile/builtin-adapters/repositories/build-github-branch-rules-adapter.js +0 -54
- package/dist/reconcile/builtin-adapters/repositories/build-github-repository-adapter.d.ts +0 -2
- package/dist/reconcile/builtin-adapters/repositories/build-github-repository-adapter.js +0 -107
- package/dist/reconcile/builtin-adapters/repositories/build-github-workflow-observation-adapter.d.ts +0 -2
- package/dist/reconcile/builtin-adapters/repositories/build-github-workflow-observation-adapter.js +0 -63
- package/dist/reconcile/builtin-adapters/support/normalize-turnstile-domains.d.ts +0 -64
- package/dist/reconcile/builtin-adapters/support/normalize-turnstile-domains.js +0 -222
- package/dist/reconcile/builtin-adapters/support/summarize-verification.d.ts +0 -9
- package/dist/reconcile/builtin-adapters/support/summarize-verification.js +0 -101
- package/dist/reconcile/builtin-adapters/support/verify-custom-domain-unit.d.ts +0 -5
- package/dist/reconcile/builtin-adapters/support/verify-custom-domain-unit.js +0 -261
- package/dist/reconcile/builtin-adapters/treedx/graph/build-graph-only-adapter.d.ts +0 -13
- package/dist/reconcile/builtin-adapters/treedx/graph/build-graph-only-adapter.js +0 -198
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-cleanup.d.ts +0 -55
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-cleanup.js +0 -103
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-competition.d.ts +0 -29
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-competition.js +0 -178
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-context.d.ts +0 -132
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-context.js +0 -388
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-executor.d.ts +0 -50
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-executor.js +0 -0
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-governance.d.ts +0 -65
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-governance.js +0 -206
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-guards.d.ts +0 -19
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-guards.js +0 -36
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-proof.d.ts +0 -14
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-proof.js +0 -512
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-scope.d.ts +0 -14
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-scope.js +0 -122
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-terminal.d.ts +0 -17
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-terminal.js +0 -101
- package/dist/reconcile/capacity/providers/live-acceptance-provider-config.d.ts +0 -1
- package/dist/reconcile/capacity/providers/live-acceptance-provider-config.js +0 -20
- package/dist/reconcile/engine/destroy-target-units.d.ts +0 -71
- package/dist/reconcile/engine/destroy-target-units.js +0 -175
- package/dist/reconcile/engine/now-iso.d.ts +0 -36
- package/dist/reconcile/engine/now-iso.js +0 -206
- package/dist/reconcile/engine/reconcile-target.d.ts +0 -24
- package/dist/reconcile/engine/reconcile-target.js +0 -292
- package/dist/reconcile/engine/refresh-units.d.ts +0 -34
- package/dist/reconcile/engine/refresh-units.js +0 -93
- package/dist/reconcile/hosting/live-acceptance-cloudflare-client.d.ts +0 -29
- package/dist/reconcile/hosting/live-acceptance-cloudflare-client.js +0 -119
- package/dist/reconcile/hosting/live-acceptance-cloudflare.d.ts +0 -14
- package/dist/reconcile/hosting/live-acceptance-cloudflare.js +0 -316
- package/dist/reconcile/hosting/live-acceptance-railway.d.ts +0 -14
- package/dist/reconcile/hosting/live-acceptance-railway.js +0 -420
- package/dist/reconcile/index.d.ts +0 -11
- package/dist/reconcile/index.js +0 -11
- package/dist/reconcile/providers/docker-private.d.ts +0 -78
- package/dist/reconcile/providers/docker-private.js +0 -146
- package/dist/reconcile/providers/github-private.d.ts +0 -206
- package/dist/reconcile/providers/github-private.js +0 -267
- package/dist/reconcile/providers/local-disk-capacity.d.ts +0 -22
- package/dist/reconcile/providers/local-disk-capacity.js +0 -50
- package/dist/reconcile/providers/local-private.d.ts +0 -28
- package/dist/reconcile/providers/local-private.js +0 -75
- package/dist/reconcile/providers/railway-iac/apply-railway-iac-project-with-plan.d.ts +0 -4
- package/dist/reconcile/providers/railway-iac/apply-railway-iac-project-with-plan.js +0 -90
- package/dist/reconcile/providers/railway-iac/railway-iac-service.d.ts +0 -158
- package/dist/reconcile/providers/railway-iac/railway-iac-service.js +0 -99
- package/dist/reconcile/providers/railway-iac/resolve-railway-iac-volume-bindings.d.ts +0 -17
- package/dist/reconcile/providers/railway-iac/resolve-railway-iac-volume-bindings.js +0 -240
- package/dist/reconcile/providers/railway-iac/run-railway-iac-with-rate-limit-retry.d.ts +0 -39
- package/dist/reconcile/providers/railway-iac/run-railway-iac-with-rate-limit-retry.js +0 -174
- package/dist/reconcile/providers/railway-iac/validate-railway-iac-change-set.d.ts +0 -30
- package/dist/reconcile/providers/railway-iac/validate-railway-iac-change-set.js +0 -174
- package/dist/reconcile/providers/railway-iac.d.ts +0 -5
- package/dist/reconcile/providers/railway-iac.js +0 -5
- package/dist/reconcile/providers/release-private.d.ts +0 -89
- package/dist/reconcile/providers/release-private.js +0 -140
- package/dist/reconcile/reconciliation/builtin-adapters.d.ts +0 -28
- package/dist/reconcile/reconciliation/builtin-adapters.js +0 -28
- package/dist/reconcile/reconciliation/desired-state.d.ts +0 -10
- package/dist/reconcile/reconciliation/desired-state.js +0 -322
- package/dist/reconcile/repositories/live-acceptance-github-client.d.ts +0 -6
- package/dist/reconcile/repositories/live-acceptance-github-client.js +0 -42
- package/dist/reconcile/repositories/live-acceptance-github.d.ts +0 -12
- package/dist/reconcile/repositories/live-acceptance-github.js +0 -301
- package/dist/reconcile/runtime/live-acceptance-local.d.ts +0 -16
- package/dist/reconcile/runtime/live-acceptance-local.js +0 -260
- package/dist/reconcile/runtime/live-acceptance-runtime.d.ts +0 -67
- package/dist/reconcile/runtime/live-acceptance-runtime.js +0 -324
- package/dist/reconcile/runtime/live-acceptance-starter-runtime.d.ts +0 -123
- package/dist/reconcile/runtime/live-acceptance-starter-runtime.js +0 -438
- package/dist/reconcile/runtime/local-compose-state.d.ts +0 -45
- package/dist/reconcile/runtime/local-compose-state.js +0 -162
- package/dist/reconcile/seeds/local-seed-bootstrap-adapter.d.ts +0 -3
- package/dist/reconcile/seeds/local-seed-bootstrap-adapter.js +0 -213
- package/dist/reconcile/support/acceptance/live-acceptance-starter-concurrency.d.ts +0 -19
- package/dist/reconcile/support/acceptance/live-acceptance-starter-concurrency.js +0 -128
- package/dist/reconcile/support/acceptance/live-acceptance-starter-engineering.d.ts +0 -18
- package/dist/reconcile/support/acceptance/live-acceptance-starter-engineering.js +0 -264
- package/dist/reconcile/support/acceptance/live-acceptance-starter-planning.d.ts +0 -44
- package/dist/reconcile/support/acceptance/live-acceptance-starter-planning.js +0 -154
- package/dist/reconcile/support/acceptance/live-acceptance-starters.d.ts +0 -51
- package/dist/reconcile/support/acceptance/live-acceptance-starters.js +0 -12
- package/dist/reconcile/support/acceptance/live-acceptance-values.d.ts +0 -2
- package/dist/reconcile/support/acceptance/live-acceptance-values.js +0 -10
- package/dist/reconcile/support/acceptance/live-acceptance-worktree-cleanup.d.ts +0 -7
- package/dist/reconcile/support/acceptance/live-acceptance-worktree-cleanup.js +0 -38
- package/dist/reconcile/support/acceptance/live-acceptance.d.ts +0 -102
- package/dist/reconcile/support/acceptance/live-acceptance.js +0 -322
- package/dist/reconcile/support/bootstrap-systems.d.ts +0 -32
- package/dist/reconcile/support/bootstrap-systems.js +0 -175
- package/dist/reconcile/support/contracts/contracts.d.ts +0 -172
- package/dist/reconcile/support/contracts/contracts.js +0 -0
- package/dist/reconcile/support/contracts/errors.d.ts +0 -5
- package/dist/reconcile/support/contracts/errors.js +0 -13
- package/dist/reconcile/support/engine/engine.d.ts +0 -4
- package/dist/reconcile/support/engine/engine.js +0 -4
- package/dist/reconcile/support/engine/units.d.ts +0 -6
- package/dist/reconcile/support/engine/units.js +0 -72
- package/dist/reconcile/support/state/platform.d.ts +0 -104
- package/dist/reconcile/support/state/platform.js +0 -100
- package/dist/reconcile/support/state/registry.d.ts +0 -7
- package/dist/reconcile/support/state/registry.js +0 -81
- package/dist/reconcile/support/state/state.d.ts +0 -7
- package/dist/reconcile/support/state/state.js +0 -270
- package/dist/repositories/git-runtime.d.ts +0 -16
- package/dist/repositories/git-runtime.js +0 -69
- package/dist/repositories/repository-custody.d.ts +0 -57
- package/dist/repositories/repository-custody.js +0 -39
- package/dist/repositories/repository-identity.d.ts +0 -12
- package/dist/repositories/repository-identity.js +0 -71
- package/dist/scenes/accounts/auth.d.ts +0 -2
- package/dist/scenes/accounts/auth.js +0 -28
- package/dist/scenes/agent-lab/activity-collector.d.ts +0 -114
- package/dist/scenes/agent-lab/activity-collector.js +0 -394
- package/dist/scenes/agent-lab/production-lifecycle.d.ts +0 -18
- package/dist/scenes/agent-lab/production-lifecycle.js +0 -572
- package/dist/scenes/agent-lab/profile-input-seed.d.ts +0 -23
- package/dist/scenes/agent-lab/profile-input-seed.js +0 -41
- package/dist/scenes/agent-lab/report-adapters.d.ts +0 -3
- package/dist/scenes/agent-lab/report-adapters.js +0 -33
- package/dist/scenes/agent-lab/report-model.d.ts +0 -122
- package/dist/scenes/agent-lab/report-model.js +0 -194
- package/dist/scenes/agent-lab/report-writer.d.ts +0 -14
- package/dist/scenes/agent-lab/report-writer.js +0 -143
- package/dist/scenes/agent-lab/run-agent-lab-scene.d.ts +0 -6
- package/dist/scenes/agent-lab/run-agent-lab-scene.js +0 -122
- package/dist/scenes/agent-lab/runtime/diagnostics.d.ts +0 -7
- package/dist/scenes/agent-lab/runtime/diagnostics.js +0 -42
- package/dist/scenes/agent-lab/runtime/metadata.d.ts +0 -7
- package/dist/scenes/agent-lab/runtime/metadata.js +0 -19
- package/dist/scenes/agent-lab/runtime/team-scope.d.ts +0 -29
- package/dist/scenes/agent-lab/runtime/team-scope.js +0 -54
- package/dist/scenes/agent-lab/semantic-artifact-assertions.d.ts +0 -29
- package/dist/scenes/agent-lab/semantic-artifact-assertions.js +0 -66
- package/dist/scenes/agent-lab/terminal-verification.d.ts +0 -17
- package/dist/scenes/agent-lab/terminal-verification.js +0 -31
- package/dist/scenes/agent-lab/viewer/runtime.d.ts +0 -1
- package/dist/scenes/agent-lab/viewer/runtime.js +0 -576
- package/dist/scenes/agent-lab/viewer/styles.d.ts +0 -1
- package/dist/scenes/agent-lab/viewer/styles.js +0 -28
- package/dist/scenes/agent-lab/workday-snapshot.d.ts +0 -116
- package/dist/scenes/agent-lab/workday-snapshot.js +0 -153
- package/dist/scenes/build/evidence-bundle.d.ts +0 -5
- package/dist/scenes/build/evidence-bundle.js +0 -59
- package/dist/scenes/builtin-plugins/assertion-timeout.d.ts +0 -2
- package/dist/scenes/builtin-plugins/assertion-timeout.js +0 -6
- package/dist/scenes/builtin-plugins/browser-history-action.d.ts +0 -2
- package/dist/scenes/builtin-plugins/browser-history-action.js +0 -17
- package/dist/scenes/builtin-plugins/create-built-in-scene-plugins.d.ts +0 -2
- package/dist/scenes/builtin-plugins/create-built-in-scene-plugins.js +0 -495
- package/dist/scenes/builtin-plugins/duration.d.ts +0 -25
- package/dist/scenes/builtin-plugins/duration.js +0 -148
- package/dist/scenes/builtin-plugins/focus-assertion.d.ts +0 -6
- package/dist/scenes/builtin-plugins/focus-assertion.js +0 -29
- package/dist/scenes/builtin-plugins/keyboard-action.d.ts +0 -2
- package/dist/scenes/builtin-plugins/keyboard-action.js +0 -15
- package/dist/scenes/builtin-plugins/request-values.d.ts +0 -4
- package/dist/scenes/builtin-plugins/request-values.js +0 -19
- package/dist/scenes/builtin-plugins/responsive-actions.d.ts +0 -2
- package/dist/scenes/builtin-plugins/responsive-actions.js +0 -33
- package/dist/scenes/capacity/providers/diagram-providers.d.ts +0 -2
- package/dist/scenes/capacity/providers/diagram-providers.js +0 -181
- package/dist/scenes/configuration/environment.d.ts +0 -3
- package/dist/scenes/configuration/environment.js +0 -70
- package/dist/scenes/index.d.ts +0 -54
- package/dist/scenes/index.js +0 -356
- package/dist/scenes/operations/operations.d.ts +0 -3
- package/dist/scenes/operations/operations.js +0 -146
- package/dist/scenes/operations/runner.d.ts +0 -2
- package/dist/scenes/operations/runner.js +0 -2
- package/dist/scenes/packages/publish-destinations.d.ts +0 -12
- package/dist/scenes/packages/publish-destinations.js +0 -99
- package/dist/scenes/packages/publish-plan-report.d.ts +0 -10
- package/dist/scenes/packages/publish-plan-report.js +0 -70
- package/dist/scenes/packages/publish-plan.d.ts +0 -15
- package/dist/scenes/packages/publish-plan.js +0 -248
- package/dist/scenes/packages/publish-redaction.d.ts +0 -16
- package/dist/scenes/packages/publish-redaction.js +0 -152
- package/dist/scenes/packages/publish-release-record.d.ts +0 -13
- package/dist/scenes/packages/publish-release-record.js +0 -34
- package/dist/scenes/packages/publish-report.d.ts +0 -10
- package/dist/scenes/packages/publish-report.js +0 -67
- package/dist/scenes/packages/publish.d.ts +0 -16
- package/dist/scenes/packages/publish.js +0 -298
- package/dist/scenes/reconciliation/playwright-adapter.d.ts +0 -2
- package/dist/scenes/reconciliation/playwright-adapter.js +0 -67
- package/dist/scenes/reconciliation/remotion-adapter.d.ts +0 -3
- package/dist/scenes/reconciliation/remotion-adapter.js +0 -94
- package/dist/scenes/runner/now.d.ts +0 -72
- package/dist/scenes/runner/now.js +0 -270
- package/dist/scenes/runner/run-scene.d.ts +0 -2
- package/dist/scenes/runner/run-scene.js +0 -495
- package/dist/scenes/runner/trace-evidence.d.ts +0 -7
- package/dist/scenes/runner/trace-evidence.js +0 -38
- package/dist/scenes/runtime/device-matrix.d.ts +0 -2
- package/dist/scenes/runtime/device-matrix.js +0 -100
- package/dist/scenes/runtime/devices.d.ts +0 -11
- package/dist/scenes/runtime/devices.js +0 -36
- package/dist/scenes/runtime/phase0-runtime-capabilities.d.ts +0 -16
- package/dist/scenes/runtime/phase0-runtime-capabilities.js +0 -209
- package/dist/scenes/schema/filesystem-safe-scene-id.d.ts +0 -55
- package/dist/scenes/schema/filesystem-safe-scene-id.js +0 -233
- package/dist/scenes/schema/parse-action.d.ts +0 -18
- package/dist/scenes/schema/parse-action.js +0 -288
- package/dist/scenes/schema/parse-agent-lab.d.ts +0 -2
- package/dist/scenes/schema/parse-agent-lab.js +0 -87
- package/dist/scenes/schema/parse-diagrams.d.ts +0 -7
- package/dist/scenes/schema/parse-diagrams.js +0 -225
- package/dist/scenes/schema/parse-visual-audit.d.ts +0 -6
- package/dist/scenes/schema/parse-visual-audit.js +0 -142
- package/dist/scenes/schema/parse-workflow.d.ts +0 -10
- package/dist/scenes/schema/parse-workflow.js +0 -266
- package/dist/scenes/seeds/seed.d.ts +0 -2
- package/dist/scenes/seeds/seed.js +0 -86
- package/dist/scenes/support/evidence/artifacts.d.ts +0 -19
- package/dist/scenes/support/evidence/artifacts.js +0 -139
- package/dist/scenes/support/evidence/checkpoints.d.ts +0 -14
- package/dist/scenes/support/evidence/checkpoints.js +0 -33
- package/dist/scenes/support/evidence/evidence-report.d.ts +0 -10
- package/dist/scenes/support/evidence/evidence-report.js +0 -73
- package/dist/scenes/support/evidence/evidence.d.ts +0 -16
- package/dist/scenes/support/evidence/evidence.js +0 -281
- package/dist/scenes/support/evidence/segments.d.ts +0 -15
- package/dist/scenes/support/evidence/segments.js +0 -79
- package/dist/scenes/support/evidence/timeline.d.ts +0 -11
- package/dist/scenes/support/evidence/timeline.js +0 -26
- package/dist/scenes/support/execution/base-url.d.ts +0 -12
- package/dist/scenes/support/execution/base-url.js +0 -123
- package/dist/scenes/support/execution/loader.d.ts +0 -3
- package/dist/scenes/support/execution/loader.js +0 -38
- package/dist/scenes/support/execution/phase0.d.ts +0 -9
- package/dist/scenes/support/execution/phase0.js +0 -103
- package/dist/scenes/support/execution/planner.d.ts +0 -12
- package/dist/scenes/support/execution/planner.js +0 -166
- package/dist/scenes/support/execution/resume.d.ts +0 -2
- package/dist/scenes/support/execution/resume.js +0 -82
- package/dist/scenes/support/execution/timeouts.d.ts +0 -7
- package/dist/scenes/support/execution/timeouts.js +0 -26
- package/dist/scenes/support/plugins/builtin-plugins.d.ts +0 -2
- package/dist/scenes/support/plugins/builtin-plugins.js +0 -2
- package/dist/scenes/support/plugins/phase0-capabilities.d.ts +0 -3
- package/dist/scenes/support/plugins/phase0-capabilities.js +0 -8
- package/dist/scenes/support/plugins/phase0-publication-audit-capabilities.d.ts +0 -16
- package/dist/scenes/support/plugins/phase0-publication-audit-capabilities.js +0 -131
- package/dist/scenes/support/plugins/plugins.d.ts +0 -5
- package/dist/scenes/support/plugins/plugins.js +0 -115
- package/dist/scenes/support/plugins/registry.d.ts +0 -12
- package/dist/scenes/support/plugins/registry.js +0 -65
- package/dist/scenes/support/rendering/diagram-validation.d.ts +0 -22
- package/dist/scenes/support/rendering/diagram-validation.js +0 -74
- package/dist/scenes/support/rendering/phase0-media-evidence-capabilities.d.ts +0 -16
- package/dist/scenes/support/rendering/phase0-media-evidence-capabilities.js +0 -209
- package/dist/scenes/support/rendering/remotion-composition-registry.d.ts +0 -2
- package/dist/scenes/support/rendering/remotion-composition-registry.js +0 -12
- package/dist/scenes/support/rendering/remotion-compositions.d.ts +0 -15
- package/dist/scenes/support/rendering/remotion-compositions.js +0 -464
- package/dist/scenes/support/rendering/remotion-diagrams.d.ts +0 -9
- package/dist/scenes/support/rendering/remotion-diagrams.js +0 -188
- package/dist/scenes/support/rendering/remotion-input.d.ts +0 -13
- package/dist/scenes/support/rendering/remotion-input.js +0 -291
- package/dist/scenes/support/rendering/remotion-visuals.d.ts +0 -29
- package/dist/scenes/support/rendering/remotion-visuals.js +0 -198
- package/dist/scenes/support/rendering/render-media-assets.d.ts +0 -9
- package/dist/scenes/support/rendering/render-media-assets.js +0 -117
- package/dist/scenes/support/rendering/render-report.d.ts +0 -10
- package/dist/scenes/support/rendering/render-report.js +0 -27
- package/dist/scenes/support/rendering/render.d.ts +0 -2
- package/dist/scenes/support/rendering/render.js +0 -218
- package/dist/scenes/support/reporting/diagnostics.d.ts +0 -5
- package/dist/scenes/support/reporting/diagnostics.js +0 -22
- package/dist/scenes/support/reporting/inspect.d.ts +0 -9
- package/dist/scenes/support/reporting/inspect.js +0 -64
- package/dist/scenes/support/reporting/logs.d.ts +0 -2
- package/dist/scenes/support/reporting/logs.js +0 -47
- package/dist/scenes/support/reporting/progress.d.ts +0 -17
- package/dist/scenes/support/reporting/progress.js +0 -24
- package/dist/scenes/support/reporting/reporter.d.ts +0 -3
- package/dist/scenes/support/reporting/reporter.js +0 -101
- package/dist/scenes/support/training/training-captions.d.ts +0 -14
- package/dist/scenes/support/training/training-captions.js +0 -98
- package/dist/scenes/support/training/training-report.d.ts +0 -10
- package/dist/scenes/support/training/training-report.js +0 -78
- package/dist/scenes/support/training/training-transcript.d.ts +0 -24
- package/dist/scenes/support/training/training-transcript.js +0 -206
- package/dist/scenes/support/training/training.d.ts +0 -10
- package/dist/scenes/support/training/training.js +0 -134
- package/dist/scenes/support/validation/schema.d.ts +0 -5
- package/dist/scenes/support/validation/schema.js +0 -5
- package/dist/scenes/support/validation/selectors.d.ts +0 -3
- package/dist/scenes/support/validation/selectors.js +0 -21
- package/dist/scenes/support/visual-audit/visual-audit-contact-sheets.d.ts +0 -6
- package/dist/scenes/support/visual-audit/visual-audit-contact-sheets.js +0 -119
- package/dist/scenes/support/visual-audit/visual-audit-report.d.ts +0 -11
- package/dist/scenes/support/visual-audit/visual-audit-report.js +0 -85
- package/dist/scenes/support/visual-audit/visual-audit-review.d.ts +0 -4
- package/dist/scenes/support/visual-audit/visual-audit-review.js +0 -4
- package/dist/scenes/support/visual-audit/visual-audit-routes.d.ts +0 -13
- package/dist/scenes/support/visual-audit/visual-audit-routes.js +0 -317
- package/dist/scenes/support/visual-audit/visual-audit.d.ts +0 -3
- package/dist/scenes/support/visual-audit/visual-audit.js +0 -3
- package/dist/scenes/testing/visual-audit-fixtures.d.ts +0 -25
- package/dist/scenes/testing/visual-audit-fixtures.js +0 -299
- package/dist/scenes/testing/visual-audit-tree-dx.d.ts +0 -17
- package/dist/scenes/testing/visual-audit-tree-dx.js +0 -67
- package/dist/scenes/types/scene-agent-lab.d.ts +0 -190
- package/dist/scenes/types/scene-agent-lab.js +0 -4
- package/dist/scenes/types/scene-checkpoint.d.ts +0 -212
- package/dist/scenes/types/scene-checkpoint.js +0 -0
- package/dist/scenes/types/scene-diagram.d.ts +0 -191
- package/dist/scenes/types/scene-diagram.js +0 -0
- package/dist/scenes/types/scene-evidence-artifact-kind.d.ts +0 -209
- package/dist/scenes/types/scene-evidence-artifact-kind.js +0 -0
- package/dist/scenes/types/scene-publish-plan-paths.d.ts +0 -249
- package/dist/scenes/types/scene-publish-plan-paths.js +0 -0
- package/dist/scenes/types/scene-render-input.d.ts +0 -240
- package/dist/scenes/types/scene-render-input.js +0 -0
- package/dist/scenes/types/scene-schema-version.d.ts +0 -257
- package/dist/scenes/types/scene-schema-version.js +0 -8
- package/dist/scenes/types/scene-timeline-writer.d.ts +0 -186
- package/dist/scenes/types/scene-timeline-writer.js +0 -0
- package/dist/scenes/types/scene-validation-report.d.ts +0 -206
- package/dist/scenes/types/scene-validation-report.js +0 -0
- package/dist/scenes/types/scene-visual-audit-finding.d.ts +0 -235
- package/dist/scenes/types/scene-visual-audit-finding.js +0 -0
- package/dist/scenes/types.d.ts +0 -10
- package/dist/scenes/types.js +0 -10
- package/dist/scenes/visual-audit/capture-route.d.ts +0 -33
- package/dist/scenes/visual-audit/capture-route.js +0 -221
- package/dist/scenes/visual-audit/run-scene-visual-audit.d.ts +0 -3
- package/dist/scenes/visual-audit/run-scene-visual-audit.js +0 -244
- package/dist/scenes/visual-audit/split-diagnostics.d.ts +0 -1718
- package/dist/scenes/visual-audit/split-diagnostics.js +0 -177
- package/dist/scenes/visual-audit-review/enrich-client-errors.d.ts +0 -59
- package/dist/scenes/visual-audit-review/enrich-client-errors.js +0 -256
- package/dist/scenes/visual-audit-review/format-owner-brief.d.ts +0 -12
- package/dist/scenes/visual-audit-review/format-owner-brief.js +0 -140
- package/dist/scenes/visual-audit-review/incident-title.d.ts +0 -49
- package/dist/scenes/visual-audit-review/incident-title.js +0 -266
- package/dist/scenes/visual-audit-review/severities.d.ts +0 -53
- package/dist/scenes/visual-audit-review/severities.js +0 -221
- package/dist/scripts/agents/fixture-tools.js +0 -29
- package/dist/scripts/build/build-dist.js +0 -306
- package/dist/scripts/build/build-tenant-worker.js +0 -36
- package/dist/scripts/build/check-build-warnings.js +0 -51
- package/dist/scripts/build/tenant-build.js +0 -44
- package/dist/scripts/capacity/capacity-core/generate-capacity-operator-parity.js +0 -13
- package/dist/scripts/configuration/config.js +0 -131
- package/dist/scripts/configuration/key-agent.js +0 -165
- package/dist/scripts/content/patch-starlight-content-path.js +0 -173
- package/dist/scripts/content/publish-content.js +0 -71
- package/dist/scripts/guarantees/migrate-journey-csv-to-guarantees.js +0 -140
- package/dist/scripts/hosting/deployment-readiness.js +0 -20
- package/dist/scripts/hosting/tenant-deploy.js +0 -220
- package/dist/scripts/hosting/test-cloudflare-local.js +0 -209
- package/dist/scripts/maintenance/cleanup-markdown.js +0 -377
- package/dist/scripts/maintenance/install-managed-dependencies.js +0 -12
- package/dist/scripts/maintenance/prepare.js +0 -10
- package/dist/scripts/maintenance/repair-extracted-class-interfaces.js +0 -36
- package/dist/scripts/operations/consolidate-workflow-lifecycle-tests.js +0 -87
- package/dist/scripts/operations/operations-runner-smoke.js +0 -16
- package/dist/scripts/operations/tenant-workflow-action.js +0 -131
- package/dist/scripts/packages/assert-release-tag-version.js +0 -21
- package/dist/scripts/packages/package-tools.js +0 -85
- package/dist/scripts/packages/publish-package.js +0 -93
- package/dist/scripts/packages/published-package-readback.js +0 -61
- package/dist/scripts/packages/release-verify.js +0 -106
- package/dist/scripts/packages/release-version.js +0 -16
- package/dist/scripts/packages/verify-published-package.js +0 -15
- package/dist/scripts/persistence/tenant-d1-migrate-local.js +0 -15
- package/dist/scripts/runtime/local-dev.js +0 -129
- package/dist/scripts/runtime/tenant-dev.js +0 -159
- package/dist/scripts/standards/acquire-accepted-baseline.js +0 -104
- package/dist/scripts/standards/build-contract-bundle.js +0 -52
- package/dist/scripts/standards/compare-compatibility.js +0 -49
- package/dist/scripts/standards/contract-models.js +0 -43
- package/dist/scripts/standards/create-release-evidence.js +0 -61
- package/dist/scripts/standards/package-acceptance.js +0 -43
- package/dist/scripts/standards/resolve-composition.js +0 -20
- package/dist/scripts/standards/verify-api-consumer.js +0 -76
- package/dist/scripts/templates/scaffold-site.js +0 -66
- package/dist/scripts/templates/sync-template.js +0 -20
- package/dist/scripts/templates/template-command.js +0 -31
- package/dist/scripts/templates/validate-templates.js +0 -6
- package/dist/scripts/tenant/tenant-astro-command.js +0 -3
- package/dist/scripts/tenant/tenant-destroy.js +0 -112
- package/dist/scripts/tenant/tenant-lint.js +0 -4
- package/dist/scripts/testing/cli-test-fixtures.js +0 -44
- package/dist/scripts/testing/run-fixture-astro-command.js +0 -18
- package/dist/scripts/testing/tenant-test.js +0 -4
- package/dist/scripts/testing/test-live-acceptance-cleanup-service.js +0 -57
- package/dist/scripts/testing/test-scaffold.js +0 -299
- package/dist/scripts/testing/test-smoke.js +0 -137
- package/dist/scripts/treedx/repositories/generate-treedx-openapi-types.js +0 -186
- package/dist/scripts/treedx/workspaces/workspace-command-e2e.js +0 -4
- package/dist/scripts/treedx/workspaces/workspace-lint.js +0 -15
- package/dist/scripts/treedx/workspaces/workspace-preflight.js +0 -22
- package/dist/scripts/treedx/workspaces/workspace-publish-changed-packages.js +0 -16
- package/dist/scripts/treedx/workspaces/workspace-release-test.js +0 -104
- package/dist/scripts/treedx/workspaces/workspace-release-verify.js +0 -81
- package/dist/scripts/treedx/workspaces/workspace-save.js +0 -64
- package/dist/scripts/treedx/workspaces/workspace-start-warning.js +0 -3
- package/dist/scripts/treedx/workspaces/workspace-test-unit.js +0 -4
- package/dist/scripts/treedx/workspaces/workspace-test.js +0 -17
- package/dist/scripts/verification/check-file-architecture.js +0 -114
- package/dist/scripts/verification/check-file-lengths.js +0 -46
- package/dist/scripts/verification/tenant-check.js +0 -6
- package/dist/scripts/verification/verify-driver.js +0 -39
- package/dist/scripts/workspace-command-e2e/root.js +0 -217
- package/dist/scripts/workspace-command-e2e/run-dev-session.js +0 -238
- package/dist/scripts/workspace-command-e2e/run-local-suite.js +0 -259
- package/dist/scripts/workspace-command-e2e/run-workspace-command-e2e.js +0 -24
- package/dist/sdk/accounts/resolve-dispatch-token.d.ts +0 -3
- package/dist/sdk/accounts/resolve-dispatch-token.js +0 -12
- package/dist/sdk/agents/list-agent-specs.d.ts +0 -5
- package/dist/sdk/agents/list-agent-specs.js +0 -8
- package/dist/sdk/agents/list-raw-agent-specs.d.ts +0 -4
- package/dist/sdk/agents/list-raw-agent-specs.js +0 -12
- package/dist/sdk/agents/scope-for-agent.d.ts +0 -3
- package/dist/sdk/agents/scope-for-agent.js +0 -7
- package/dist/sdk/build/build-context-pack.d.ts +0 -3
- package/dist/sdk/build/build-context-pack.js +0 -6
- package/dist/sdk/interface.d.ts +0 -57
- package/dist/sdk/interface.js +0 -0
- package/dist/sdk/methods.d.ts +0 -2
- package/dist/sdk/methods.js +0 -109
- package/dist/sdk/packages/get-release.d.ts +0 -3
- package/dist/sdk/packages/get-release.js +0 -7
- package/dist/sdk/packages/get-share-package.d.ts +0 -3
- package/dist/sdk/packages/get-share-package.js +0 -7
- package/dist/sdk/packages/list-releases.d.ts +0 -3
- package/dist/sdk/packages/list-releases.js +0 -7
- package/dist/sdk/packages/list-share-packages.d.ts +0 -3
- package/dist/sdk/packages/list-share-packages.js +0 -7
- package/dist/sdk/packages/release-all-leases.d.ts +0 -4
- package/dist/sdk/packages/release-all-leases.js +0 -7
- package/dist/sdk/packages/release-lease.d.ts +0 -3
- package/dist/sdk/packages/release-lease.js +0 -7
- package/dist/sdk/packages/upsert-release.d.ts +0 -5
- package/dist/sdk/packages/upsert-release.js +0 -7
- package/dist/sdk/packages/upsert-share-package.d.ts +0 -3
- package/dist/sdk/packages/upsert-share-package.js +0 -7
- package/dist/sdk/runtime/execute-dispatch-locally.d.ts +0 -3
- package/dist/sdk/runtime/execute-dispatch-locally.js +0 -47
- package/dist/sdk/seeds/resolve-seeds.d.ts +0 -3
- package/dist/sdk/seeds/resolve-seeds.js +0 -6
- package/dist/sdk/support/approvals/create-approval-request.d.ts +0 -3
- package/dist/sdk/support/approvals/create-approval-request.js +0 -7
- package/dist/sdk/support/approvals/decide-approval-request.d.ts +0 -3
- package/dist/sdk/support/approvals/decide-approval-request.js +0 -7
- package/dist/sdk/support/approvals/list-approval-requests.d.ts +0 -3
- package/dist/sdk/support/approvals/list-approval-requests.js +0 -7
- package/dist/sdk/support/create.d.ts +0 -3
- package/dist/sdk/support/create.js +0 -9
- package/dist/sdk/support/cursors/get-cursor.d.ts +0 -3
- package/dist/sdk/support/cursors/get-cursor.js +0 -7
- package/dist/sdk/support/cursors/upsert-cursor.d.ts +0 -3
- package/dist/sdk/support/cursors/upsert-cursor.js +0 -7
- package/dist/sdk/support/execution/record-run.d.ts +0 -3
- package/dist/sdk/support/execution/record-run.js +0 -7
- package/dist/sdk/support/get.d.ts +0 -3
- package/dist/sdk/support/get.js +0 -9
- package/dist/sdk/support/graph/explain-reference-chain.d.ts +0 -2
- package/dist/sdk/support/graph/explain-reference-chain.js +0 -6
- package/dist/sdk/support/graph/follow-references.d.ts +0 -3
- package/dist/sdk/support/graph/follow-references.js +0 -6
- package/dist/sdk/support/graph/follow.d.ts +0 -9
- package/dist/sdk/support/graph/follow.js +0 -11
- package/dist/sdk/support/graph/get-backlinks.d.ts +0 -7
- package/dist/sdk/support/graph/get-backlinks.js +0 -6
- package/dist/sdk/support/graph/get-neighbors.d.ts +0 -7
- package/dist/sdk/support/graph/get-neighbors.js +0 -6
- package/dist/sdk/support/graph/get-related.d.ts +0 -3
- package/dist/sdk/support/graph/get-related.js +0 -6
- package/dist/sdk/support/graph/resolve-reference.d.ts +0 -6
- package/dist/sdk/support/graph/resolve-reference.js +0 -6
- package/dist/sdk/support/messages/ack-message.d.ts +0 -6
- package/dist/sdk/support/messages/ack-message.js +0 -7
- package/dist/sdk/support/messages/claim-message.d.ts +0 -3
- package/dist/sdk/support/messages/claim-message.js +0 -9
- package/dist/sdk/support/messages/create-message.d.ts +0 -3
- package/dist/sdk/support/messages/create-message.js +0 -7
- package/dist/sdk/support/messages/dispatch.d.ts +0 -3
- package/dist/sdk/support/messages/dispatch.js +0 -42
- package/dist/sdk/support/messages/envelope.d.ts +0 -3
- package/dist/sdk/support/messages/envelope.js +0 -13
- package/dist/sdk/support/pick.d.ts +0 -3
- package/dist/sdk/support/pick.js +0 -11
- package/dist/sdk/support/read.d.ts +0 -9
- package/dist/sdk/support/read.js +0 -9
- package/dist/sdk/support/search/search-entities.d.ts +0 -3
- package/dist/sdk/support/search/search-entities.js +0 -6
- package/dist/sdk/support/search/search-files.d.ts +0 -3
- package/dist/sdk/support/search/search-files.js +0 -6
- package/dist/sdk/support/search/search-sections.d.ts +0 -3
- package/dist/sdk/support/search/search-sections.js +0 -6
- package/dist/sdk/support/search/search.d.ts +0 -3
- package/dist/sdk/support/search/search.js +0 -11
- package/dist/sdk/support/update.d.ts +0 -3
- package/dist/sdk/support/update.js +0 -9
- package/dist/sdk/support/workstreams/append-workstream-event.d.ts +0 -3
- package/dist/sdk/support/workstreams/append-workstream-event.js +0 -7
- package/dist/sdk/support/workstreams/get-workstream.d.ts +0 -3
- package/dist/sdk/support/workstreams/get-workstream.js +0 -7
- package/dist/sdk/support/workstreams/list-workstreams.d.ts +0 -3
- package/dist/sdk/support/workstreams/list-workstreams.js +0 -7
- package/dist/sdk/support/workstreams/upsert-workstream.d.ts +0 -3
- package/dist/sdk/support/workstreams/upsert-workstream.js +0 -7
- package/dist/sdk/teams/upsert-team-inbox-item.d.ts +0 -3
- package/dist/sdk/teams/upsert-team-inbox-item.js +0 -7
- package/dist/sdk/treedx/graph/get-graph-node.d.ts +0 -2
- package/dist/sdk/treedx/graph/get-graph-node.js +0 -6
- package/dist/sdk/treedx/graph/get-subgraph.d.ts +0 -3
- package/dist/sdk/treedx/graph/get-subgraph.js +0 -6
- package/dist/sdk/treedx/graph/parse-graph-dsl.d.ts +0 -3
- package/dist/sdk/treedx/graph/parse-graph-dsl.js +0 -6
- package/dist/sdk/treedx/graph/query-graph.d.ts +0 -3
- package/dist/sdk/treedx/graph/query-graph.js +0 -6
- package/dist/sdk/treedx/graph/refresh-graph.d.ts +0 -3
- package/dist/sdk/treedx/graph/refresh-graph.js +0 -6
- package/dist/sdk-types/commerce/capacity/commerce-capacity-listing-input.d.ts +0 -250
- package/dist/sdk-types/commerce/capacity/commerce-capacity-listing-input.js +0 -0
- package/dist/sdk-types/commerce/catalog/upsert-catalog-item-request.js +0 -0
- package/dist/sdk-types/commerce/governance/commerce-governance-states.d.ts +0 -42
- package/dist/sdk-types/commerce/governance/commerce-governance-states.js +0 -198
- package/dist/sdk-types/commerce/payments/commerce-entitlement.d.ts +0 -244
- package/dist/sdk-types/commerce/payments/commerce-entitlement.js +0 -0
- package/dist/sdk-types/commerce/payments/commerce-subscription-statuses.d.ts +0 -77
- package/dist/sdk-types/commerce/payments/commerce-subscription-statuses.js +0 -166
- package/dist/sdk-types/commerce/services/commerce-service-contract.d.ts +0 -247
- package/dist/sdk-types/commerce/services/commerce-service-contract.js +0 -0
- package/dist/sdk-types/commerce/vendors/commerce-stripe-onboarding-request-input.d.ts +0 -233
- package/dist/sdk-types/commerce/vendors/commerce-stripe-onboarding-request-input.js +0 -0
- package/dist/secrets-capability/service-vault-crypto.d.ts +0 -20
- package/dist/secrets-capability/service-vault-crypto.js +0 -278
- package/dist/seeds/errors.d.ts +0 -5
- package/dist/seeds/errors.js +0 -22
- package/dist/seeds/index.d.ts +0 -63
- package/dist/seeds/index.js +0 -116
- package/dist/seeds/licensing/portfolio-license.d.ts +0 -60
- package/dist/seeds/licensing/portfolio-license.js +0 -130
- package/dist/seeds/loader.d.ts +0 -8
- package/dist/seeds/loader.js +0 -32
- package/dist/seeds/normalize.d.ts +0 -13
- package/dist/seeds/normalize.js +0 -156
- package/dist/seeds/planner.d.ts +0 -10
- package/dist/seeds/planner.js +0 -144
- package/dist/seeds/reconciliation/repository-units.d.ts +0 -3
- package/dist/seeds/reconciliation/repository-units.js +0 -175
- package/dist/seeds/repositories/content-cutover.d.ts +0 -43
- package/dist/seeds/repositories/content-cutover.js +0 -141
- package/dist/seeds/repositories/organization-reference-migration.d.ts +0 -45
- package/dist/seeds/repositories/organization-reference-migration.js +0 -136
- package/dist/seeds/repositories/repository-history.d.ts +0 -135
- package/dist/seeds/repositories/repository-history.js +0 -343
- package/dist/seeds/repositories/source-repository-history.d.ts +0 -85
- package/dist/seeds/repositories/source-repository-history.js +0 -123
- package/dist/seeds/repositories/support-repository-workflow.d.ts +0 -73
- package/dist/seeds/repositories/support-repository-workflow.js +0 -127
- package/dist/seeds/runtime/local-capacity.d.ts +0 -65
- package/dist/seeds/runtime/local-capacity.js +0 -400
- package/dist/seeds/schema/array-bucket.d.ts +0 -7
- package/dist/seeds/schema/array-bucket.js +0 -261
- package/dist/seeds/schema/parse-project.d.ts +0 -15
- package/dist/seeds/schema/parse-project.js +0 -253
- package/dist/seeds/schema/resource-buckets.d.ts +0 -35
- package/dist/seeds/schema/resource-buckets.js +0 -312
- package/dist/seeds/schema.d.ts +0 -3
- package/dist/seeds/schema.js +0 -3
- package/dist/seeds/types.d.ts +0 -240
- package/dist/seeds/types.js +0 -12
- package/dist/seeds/workspaces/admin-descriptor-migration.d.ts +0 -37
- package/dist/seeds/workspaces/admin-descriptor-migration.js +0 -99
- package/dist/seeds/workspaces/gateway-contract-migration.d.ts +0 -31
- package/dist/seeds/workspaces/gateway-contract-migration.js +0 -176
- package/dist/seeds/workspaces/managed-workspace-overlay.d.ts +0 -10
- package/dist/seeds/workspaces/managed-workspace-overlay.js +0 -28
- package/dist/seeds/workspaces/market-api-package-lock.d.ts +0 -2
- package/dist/seeds/workspaces/market-api-package-lock.js +0 -38
- package/dist/seeds/workspaces/market-api-workspace.d.ts +0 -60
- package/dist/seeds/workspaces/market-api-workspace.js +0 -528
- package/dist/seeds/workspaces/platform-workspace-history.d.ts +0 -124
- package/dist/seeds/workspaces/platform-workspace-history.js +0 -312
- package/dist/stores/cursor-store.d.ts +0 -10
- package/dist/stores/cursor-store.js +0 -164
- package/dist/stores/envelopes.d.ts +0 -116
- package/dist/stores/envelopes.js +0 -219
- package/dist/stores/helpers.d.ts +0 -12
- package/dist/stores/helpers.js +0 -42
- package/dist/stores/lease-store.d.ts +0 -18
- package/dist/stores/lease-store.js +0 -189
- package/dist/stores/message-store.d.ts +0 -12
- package/dist/stores/message-store.js +0 -273
- package/dist/stores/operational-store.d.ts +0 -11
- package/dist/stores/operational-store.js +0 -214
- package/dist/stores/project-workflow-store/json-record.d.ts +0 -29
- package/dist/stores/project-workflow-store/json-record.js +0 -223
- package/dist/stores/project-workflow-store/sqlite-project-workflow-store.d.ts +0 -37
- package/dist/stores/project-workflow-store/sqlite-project-workflow-store.js +0 -271
- package/dist/stores/project-workflow-store.d.ts +0 -2
- package/dist/stores/project-workflow-store.js +0 -2
- package/dist/stores/run-store.d.ts +0 -9
- package/dist/stores/run-store.js +0 -75
- package/dist/stores/subscription-store.d.ts +0 -8
- package/dist/stores/subscription-store.js +0 -73
- package/dist/testing/fixture-support.d.ts +0 -24
- package/dist/testing/fixture-support.js +0 -385
- package/dist/treedx/accounts/auth.d.ts +0 -17
- package/dist/treedx/accounts/auth.js +0 -48
- package/dist/treedx/accounts/repository-name.d.ts +0 -2
- package/dist/treedx/accounts/repository-name.js +0 -10
- package/dist/treedx/changesets/unified-diff.d.ts +0 -7
- package/dist/treedx/changesets/unified-diff.js +0 -56
- package/dist/treedx/client/accounts/contracts/auth-mode.d.ts +0 -3
- package/dist/treedx/client/accounts/contracts/auth-mode.js +0 -6
- package/dist/treedx/client/build/creation/build-context.d.ts +0 -3
- package/dist/treedx/client/build/creation/build-context.js +0 -7
- package/dist/treedx/client/build/creation/build-snapshot.d.ts +0 -3
- package/dist/treedx/client/build/creation/build-snapshot.js +0 -8
- package/dist/treedx/client/capacity/allocations/contracts/put-capability-grant.d.ts +0 -3
- package/dist/treedx/client/capacity/allocations/contracts/put-capability-grant.js +0 -7
- package/dist/treedx/client/capacity/allocations/queries/list-capability-grants.d.ts +0 -6
- package/dist/treedx/client/capacity/allocations/queries/list-capability-grants.js +0 -10
- package/dist/treedx/client/methods.d.ts +0 -102
- package/dist/treedx/client/methods.js +0 -209
- package/dist/treedx/client/persistence/contracts/restore-storage.d.ts +0 -3
- package/dist/treedx/client/persistence/contracts/restore-storage.js +0 -6
- package/dist/treedx/client/persistence/lifecycle/verify-storage-restore.d.ts +0 -3
- package/dist/treedx/client/persistence/lifecycle/verify-storage-restore.js +0 -6
- package/dist/treedx/client/repositories/creation/register-repository.d.ts +0 -3
- package/dist/treedx/client/repositories/creation/register-repository.js +0 -7
- package/dist/treedx/client/repositories/queries/get-repository.d.ts +0 -3
- package/dist/treedx/client/repositories/queries/get-repository.js +0 -7
- package/dist/treedx/client/repositories/queries/list-repository-paths.d.ts +0 -3
- package/dist/treedx/client/repositories/queries/list-repository-paths.js +0 -7
- package/dist/treedx/client/repositories/queries/list-repository-refs.d.ts +0 -3
- package/dist/treedx/client/repositories/queries/list-repository-refs.js +0 -12
- package/dist/treedx/client/repositories/queries/query-repository.d.ts +0 -3
- package/dist/treedx/client/repositories/queries/query-repository.js +0 -7
- package/dist/treedx/client/repositories/queries/read-repository-file.d.ts +0 -3
- package/dist/treedx/client/repositories/queries/read-repository-file.js +0 -6
- package/dist/treedx/client/repositories/queries/read-repository-files.d.ts +0 -3
- package/dist/treedx/client/repositories/queries/read-repository-files.js +0 -7
- package/dist/treedx/client/repositories/queries/search-repository-files.d.ts +0 -3
- package/dist/treedx/client/repositories/queries/search-repository-files.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/artifacts/contracts/download-artifact.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/artifacts/contracts/download-artifact.js +0 -9
- package/dist/treedx/client/support/contracts/treedx/authorization/contracts/whoami.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/authorization/contracts/whoami.js +0 -6
- package/dist/treedx/client/support/contracts/treedx/graph/contracts/parse-context-dsl.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/graph/contracts/parse-context-dsl.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/health/contracts/deep-health.d.ts +0 -5
- package/dist/treedx/client/support/contracts/treedx/health/contracts/deep-health.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/health/contracts/health.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/health/contracts/health.js +0 -6
- package/dist/treedx/client/support/contracts/treedx/health/contracts/metrics.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/health/contracts/metrics.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/health/contracts/prometheus-metrics.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/health/contracts/prometheus-metrics.js +0 -19
- package/dist/treedx/client/support/contracts/treedx/health/contracts/ready.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/health/contracts/ready.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/health/contracts/status.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/health/contracts/status.js +0 -6
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/commit.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/commit.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/diff.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/diff.js +0 -6
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/fetch-remote.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/fetch-remote.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/push.d.ts +0 -6
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/push.js +0 -23
- package/dist/treedx/client/support/contracts/treedx/search/contracts/compact-search-index.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/search/contracts/compact-search-index.js +0 -8
- package/dist/treedx/client/support/contracts/treedx/search/contracts/search.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/search/contracts/search.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/storage/contracts/backup-storage.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/storage/contracts/backup-storage.js +0 -8
- package/dist/treedx/client/support/contracts/treedx/storage/contracts/compact-storage.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/storage/contracts/compact-storage.js +0 -8
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/assert-binary-ok.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/assert-binary-ok.js +0 -15
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/fetch-with-timeout.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/fetch-with-timeout.js +0 -38
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/headers.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/headers.js +0 -15
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/parse-json-response.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/parse-json-response.js +0 -15
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/query.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/query.js +0 -14
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/repo-id.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/repo-id.js +0 -14
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/request.d.ts +0 -6
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/request.js +0 -41
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/throw-api-error.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/throw-api-error.js +0 -14
- package/dist/treedx/client/support/contracts/treedx/workspaces/contracts/exec.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/workspaces/contracts/exec.js +0 -7
- package/dist/treedx/client/support/creation/apply-changeset.d.ts +0 -3
- package/dist/treedx/client/support/creation/apply-changeset.js +0 -10
- package/dist/treedx/client/support/creation/apply-storage-migration.d.ts +0 -3
- package/dist/treedx/client/support/creation/apply-storage-migration.js +0 -7
- package/dist/treedx/client/support/creation/create-migration.d.ts +0 -6
- package/dist/treedx/client/support/creation/create-migration.js +0 -7
- package/dist/treedx/client/support/creation/export-artifact.d.ts +0 -3
- package/dist/treedx/client/support/creation/export-artifact.js +0 -8
- package/dist/treedx/client/support/creation/plan-storage-migration.d.ts +0 -3
- package/dist/treedx/client/support/creation/plan-storage-migration.js +0 -7
- package/dist/treedx/client/support/creation/request-binary.d.ts +0 -6
- package/dist/treedx/client/support/creation/request-binary.js +0 -42
- package/dist/treedx/client/support/creation/write-file.d.ts +0 -3
- package/dist/treedx/client/support/creation/write-file.js +0 -10
- package/dist/treedx/client/support/creation/write-files.d.ts +0 -3
- package/dist/treedx/client/support/creation/write-files.js +0 -12
- package/dist/treedx/client/support/queries/treedx/artifacts/queries/get-artifact.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/artifacts/queries/get-artifact.js +0 -7
- package/dist/treedx/client/support/queries/treedx/artifacts/queries/list-artifacts.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/artifacts/queries/list-artifacts.js +0 -7
- package/dist/treedx/client/support/queries/treedx/authorization/queries/effective-scope.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/authorization/queries/effective-scope.js +0 -9
- package/dist/treedx/client/support/queries/treedx/authorization/queries/list-capabilities.d.ts +0 -4
- package/dist/treedx/client/support/queries/treedx/authorization/queries/list-capabilities.js +0 -6
- package/dist/treedx/client/support/queries/treedx/federation/queries/get-placement.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/federation/queries/get-placement.js +0 -7
- package/dist/treedx/client/support/queries/treedx/graph/queries/get-node.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/graph/queries/get-node.js +0 -7
- package/dist/treedx/client/support/queries/treedx/graph/queries/get-related.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/graph/queries/get-related.js +0 -7
- package/dist/treedx/client/support/queries/treedx/graph/queries/list-nodes.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/graph/queries/list-nodes.js +0 -7
- package/dist/treedx/client/support/queries/treedx/repositories/queries/list-tree.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/repositories/queries/list-tree.js +0 -10
- package/dist/treedx/client/support/queries/treedx/repositories/queries/read-file.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/repositories/queries/read-file.js +0 -9
- package/dist/treedx/client/support/queries/treedx/search/queries/get-search-index-status.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/search/queries/get-search-index-status.js +0 -7
- package/dist/treedx/client/support/queries/treedx/storage/queries/get-migration.d.ts +0 -6
- package/dist/treedx/client/support/queries/treedx/storage/queries/get-migration.js +0 -7
- package/dist/treedx/client/support/queries/treedx/storage/queries/get-snapshot.d.ts +0 -6
- package/dist/treedx/client/support/queries/treedx/storage/queries/get-snapshot.js +0 -7
- package/dist/treedx/client/support/queries/treedx/storage/queries/list-storage-migrations.d.ts +0 -6
- package/dist/treedx/client/support/queries/treedx/storage/queries/list-storage-migrations.js +0 -6
- package/dist/treedx/client/support/queries/treedx/transport/queries/list-audit-events.d.ts +0 -15
- package/dist/treedx/client/support/queries/treedx/transport/queries/list-audit-events.js +0 -6
- package/dist/treedx/client/support/queries/treedx/transport/queries/list-repositories.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/transport/queries/list-repositories.js +0 -7
- package/dist/treedx/client/support/retirement/cleanup-artifacts.d.ts +0 -3
- package/dist/treedx/client/support/retirement/cleanup-artifacts.js +0 -7
- package/dist/treedx/client/support/retirement/delete-artifact.d.ts +0 -3
- package/dist/treedx/client/support/retirement/delete-artifact.js +0 -7
- package/dist/treedx/client/support/retirement/delete-file.d.ts +0 -3
- package/dist/treedx/client/support/retirement/delete-file.js +0 -10
- package/dist/treedx/client/support/retirement/rollback-storage-migration.d.ts +0 -3
- package/dist/treedx/client/support/retirement/rollback-storage-migration.js +0 -7
- package/dist/treedx/client/support/updates/patch-file.d.ts +0 -3
- package/dist/treedx/client/support/updates/patch-file.js +0 -10
- package/dist/treedx/client/support/updates/refresh-search-index.d.ts +0 -3
- package/dist/treedx/client/support/updates/refresh-search-index.js +0 -8
- package/dist/treedx/client/treedx/blobs/contracts/download-blob.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/contracts/download-blob.js +0 -6
- package/dist/treedx/client/treedx/blobs/creation/create-blob-upload.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/creation/create-blob-upload.js +0 -8
- package/dist/treedx/client/treedx/blobs/creation/request-blob-download.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/creation/request-blob-download.js +0 -27
- package/dist/treedx/client/treedx/blobs/creation/request-blob-upload.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/creation/request-blob-upload.js +0 -41
- package/dist/treedx/client/treedx/blobs/creation/upload-blob-part.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/creation/upload-blob-part.js +0 -27
- package/dist/treedx/client/treedx/blobs/creation/upload-blob.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/creation/upload-blob.js +0 -6
- package/dist/treedx/client/treedx/blobs/creation/write-blob.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/creation/write-blob.js +0 -8
- package/dist/treedx/client/treedx/blobs/lifecycle/complete-blob-upload.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/lifecycle/complete-blob-upload.js +0 -8
- package/dist/treedx/client/treedx/blobs/queries/read-blob.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/queries/read-blob.js +0 -10
- package/dist/treedx/client/treedx/blobs/retirement/abort-blob-upload.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/retirement/abort-blob-upload.js +0 -7
- package/dist/treedx/client/treedx/blobs/retirement/delete-blob.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/retirement/delete-blob.js +0 -8
- package/dist/treedx/client/treedx/federation/contracts/federated-query.d.ts +0 -3
- package/dist/treedx/client/treedx/federation/contracts/federated-query.js +0 -7
- package/dist/treedx/client/treedx/federation/creation/plan-federated-query.d.ts +0 -3
- package/dist/treedx/client/treedx/federation/creation/plan-federated-query.js +0 -6
- package/dist/treedx/client/treedx/federation/queries/check-mirror-health.d.ts +0 -3
- package/dist/treedx/client/treedx/federation/queries/check-mirror-health.js +0 -7
- package/dist/treedx/client/treedx/federation/updates/promote-mirror.d.ts +0 -3
- package/dist/treedx/client/treedx/federation/updates/promote-mirror.js +0 -7
- package/dist/treedx/client/treedx/federation/updates/sync-mirror.d.ts +0 -3
- package/dist/treedx/client/treedx/federation/updates/sync-mirror.js +0 -7
- package/dist/treedx/client/treedx/graph/contracts/federated-context.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/contracts/federated-context.js +0 -7
- package/dist/treedx/client/treedx/graph/contracts/federated-graph.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/contracts/federated-graph.js +0 -7
- package/dist/treedx/client/treedx/graph/contracts/graph-search.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/contracts/graph-search.js +0 -8
- package/dist/treedx/client/treedx/graph/queries/get-graph-node.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/queries/get-graph-node.js +0 -10
- package/dist/treedx/client/treedx/graph/queries/get-graph-refresh-job.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/queries/get-graph-refresh-job.js +0 -7
- package/dist/treedx/client/treedx/graph/queries/get-subgraph.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/queries/get-subgraph.js +0 -7
- package/dist/treedx/client/treedx/graph/queries/query-graph.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/queries/query-graph.js +0 -7
- package/dist/treedx/client/treedx/graph/queries/search-graph-entities.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/queries/search-graph-entities.js +0 -6
- package/dist/treedx/client/treedx/graph/queries/search-graph-files.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/queries/search-graph-files.js +0 -6
- package/dist/treedx/client/treedx/graph/queries/search-graph-sections.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/queries/search-graph-sections.js +0 -6
- package/dist/treedx/client/treedx/graph/updates/refresh-graph.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/updates/refresh-graph.js +0 -7
- package/dist/treedx/client/treedx/search/contracts/federated-search.d.ts +0 -3
- package/dist/treedx/client/treedx/search/contracts/federated-search.js +0 -7
- package/dist/treedx/client/treedx/workspaces/creation/create-workspace.d.ts +0 -3
- package/dist/treedx/client/treedx/workspaces/creation/create-workspace.js +0 -7
- package/dist/treedx/client/treedx/workspaces/retirement/abandon-workspace.d.ts +0 -3
- package/dist/treedx/client/treedx/workspaces/retirement/abandon-workspace.js +0 -12
- package/dist/treedx/client/treedx/workspaces/retirement/close-workspace.d.ts +0 -2
- package/dist/treedx/client/treedx/workspaces/retirement/close-workspace.js +0 -6
- package/dist/treedx/federation/federated-client.d.ts +0 -27
- package/dist/treedx/federation/federated-client.js +0 -158
- package/dist/treedx/generated/openapi-types.d.ts +0 -3662
- package/dist/treedx/generated/openapi-types.js +0 -0
- package/dist/treedx/graph/graph-adapter.d.ts +0 -33
- package/dist/treedx/graph/graph-adapter.js +0 -156
- package/dist/treedx/graph/graph.d.ts +0 -52
- package/dist/treedx/graph/graph.js +0 -133
- package/dist/treedx/reconciliation/adapters.d.ts +0 -6
- package/dist/treedx/reconciliation/adapters.js +0 -36
- package/dist/treedx/reconciliation/query-adapter.d.ts +0 -19
- package/dist/treedx/reconciliation/query-adapter.js +0 -62
- package/dist/treedx/reconciliation/repository-adapter.d.ts +0 -54
- package/dist/treedx/reconciliation/repository-adapter.js +0 -374
- package/dist/treedx/repositories/treedx-backends.d.ts +0 -4
- package/dist/treedx/repositories/treedx-backends.js +0 -4
- package/dist/treedx/support/client.d.ts +0 -251
- package/dist/treedx/support/client.js +0 -252
- package/dist/treedx/support/errors.d.ts +0 -13
- package/dist/treedx/support/errors.js +0 -17
- package/dist/treedx/support/market-integration.d.ts +0 -27
- package/dist/treedx/support/market-integration.js +0 -162
- package/dist/treedx/support/ports.d.ts +0 -166
- package/dist/treedx/support/ports.js +0 -231
- package/dist/treedx/support/registry-client.d.ts +0 -11
- package/dist/treedx/support/registry-client.js +0 -19
- package/dist/treedx/support/sdk-integration.d.ts +0 -27
- package/dist/treedx/support/sdk-integration.js +0 -63
- package/dist/treedx/types/tree-dx-actor.d.ts +0 -209
- package/dist/treedx/types/tree-dx-actor.js +0 -8
- package/dist/treedx/types/tree-dx-artifact-list-response.d.ts +0 -13
- package/dist/treedx/types/tree-dx-artifact-list-response.js +0 -0
- package/dist/treedx/types/tree-dx-changeset.d.ts +0 -51
- package/dist/treedx/types/tree-dx-changeset.js +0 -6
- package/dist/treedx/types/tree-dx-context-request.d.ts +0 -245
- package/dist/treedx/types/tree-dx-context-request.js +0 -0
- package/dist/treedx/types/tree-dx-exec-result.d.ts +0 -249
- package/dist/treedx/types/tree-dx-exec-result.js +0 -0
- package/dist/treedx/types/tree-dx-list-tree-request.d.ts +0 -222
- package/dist/treedx/types/tree-dx-list-tree-request.js +0 -0
- package/dist/treedx/types/tree-dx-push-request.d.ts +0 -229
- package/dist/treedx/types/tree-dx-push-request.js +0 -0
- package/dist/treedx/workspaces/workspace-adapter.d.ts +0 -28
- package/dist/treedx/workspaces/workspace-adapter.js +0 -68
- package/dist/treedx-backends/normalize-path-rule.d.ts +0 -57
- package/dist/treedx-backends/normalize-path-rule.js +0 -148
- package/dist/treedx-backends/tree-dx-content-backend.d.ts +0 -86
- package/dist/treedx-backends/tree-dx-content-backend.js +0 -303
- package/dist/treedx-backends/tree-dx-graph-backend.d.ts +0 -43
- package/dist/treedx-backends/tree-dx-graph-backend.js +0 -99
- package/dist/treedx-backends/tree-dx-repository-hint.d.ts +0 -97
- package/dist/treedx-backends/tree-dx-repository-hint.js +0 -159
- package/dist/treeseed/services/compose.yml +0 -6
- package/dist/treeseed/template-catalog/catalog.fixture.json +0 -215
- package/dist/types/cloudflare.d.ts +0 -54
- package/dist/types/cloudflare.js +0 -0
- package/dist/verification/create-workspace-act-workflow.d.ts +0 -16
- package/dist/verification/create-workspace-act-workflow.js +0 -223
- package/dist/verification/run-verify-driver.d.ts +0 -7
- package/dist/verification/run-verify-driver.js +0 -71
- package/dist/verification/verify-driver.d.ts +0 -60
- package/dist/verification/verify-driver.js +0 -168
- package/dist/workflow/operations/commerce/catalog/back-merge-production-into-staging.d.ts +0 -90
- package/dist/workflow/operations/commerce/catalog/back-merge-production-into-staging.js +0 -241
- package/dist/workflow/operations/commerce/catalog/run-release-production-guarantees.d.ts +0 -79
- package/dist/workflow/operations/commerce/catalog/run-release-production-guarantees.js +0 -235
- package/dist/workflow/operations/configuration/workflow-config.d.ts +0 -192
- package/dist/workflow/operations/configuration/workflow-config.js +0 -345
- package/dist/workflow/operations/coordination/integration-change-set.d.ts +0 -95
- package/dist/workflow/operations/coordination/integration-change-set.js +0 -335
- package/dist/workflow/operations/coordination/staging-candidate-workflow-gates.d.ts +0 -46
- package/dist/workflow/operations/coordination/staging-candidate-workflow-gates.js +0 -287
- package/dist/workflow/operations/coordination/workflow-ci.d.ts +0 -23
- package/dist/workflow/operations/coordination/workflow-ci.js +0 -69
- package/dist/workflow/operations/coordination/workflow-destroy.d.ts +0 -180
- package/dist/workflow/operations/coordination/workflow-destroy.js +0 -162
- package/dist/workflow/operations/guarantees/workflow-proof.d.ts +0 -87
- package/dist/workflow/operations/guarantees/workflow-proof.js +0 -285
- package/dist/workflow/operations/packages/collect-published-release-artifact-checks.d.ts +0 -71
- package/dist/workflow/operations/packages/collect-published-release-artifact-checks.js +0 -238
- package/dist/workflow/operations/packages/collect-release-plan-blockers.d.ts +0 -39
- package/dist/workflow/operations/packages/collect-release-plan-blockers.js +0 -280
- package/dist/workflow/operations/packages/normalize-release-candidate-mode.d.ts +0 -43
- package/dist/workflow/operations/packages/normalize-release-candidate-mode.js +0 -222
- package/dist/workflow/operations/packages/plan-root-package-version.d.ts +0 -57
- package/dist/workflow/operations/packages/plan-root-package-version.js +0 -245
- package/dist/workflow/operations/packages/prepare-fresh-release-run.d.ts +0 -31
- package/dist/workflow/operations/packages/prepare-fresh-release-run.js +0 -264
- package/dist/workflow/operations/packages/release-admin-message.d.ts +0 -62
- package/dist/workflow/operations/packages/release-admin-message.js +0 -215
- package/dist/workflow/operations/reconciliation/reconcile-save-hosted-environment.d.ts +0 -72
- package/dist/workflow/operations/reconciliation/reconcile-save-hosted-environment.js +0 -260
- package/dist/workflow/operations/reconciliation/run-release-gate-reconcile-facade.d.ts +0 -43
- package/dist/workflow/operations/reconciliation/run-release-gate-reconcile-facade.js +0 -127
- package/dist/workflow/operations/recovery/fail-workflow-run.d.ts +0 -62
- package/dist/workflow/operations/recovery/fail-workflow-run.js +0 -266
- package/dist/workflow/operations/recovery/recover-save-integration.d.ts +0 -16
- package/dist/workflow/operations/recovery/recover-save-integration.js +0 -51
- package/dist/workflow/operations/recovery/workflow-resume.d.ts +0 -119
- package/dist/workflow/operations/recovery/workflow-resume.js +0 -240
- package/dist/workflow/operations/recovery/workflow-write.d.ts +0 -57
- package/dist/workflow/operations/recovery/workflow-write.js +0 -227
- package/dist/workflow/operations/recovery/workspace-artifact-state.d.ts +0 -18
- package/dist/workflow/operations/recovery/workspace-artifact-state.js +0 -59
- package/dist/workflow/operations/release/workflow-release.d.ts +0 -372
- package/dist/workflow/operations/release/workflow-release.js +0 -497
- package/dist/workflow/operations/repositories/gates-for-saved-repository-reports.d.ts +0 -49
- package/dist/workflow/operations/repositories/gates-for-saved-repository-reports.js +0 -226
- package/dist/workflow/operations/support/cleanup-stage-source-branches.d.ts +0 -20
- package/dist/workflow/operations/support/cleanup-stage-source-branches.js +0 -52
- package/dist/workflow/operations/support/create-repo-report.d.ts +0 -64
- package/dist/workflow/operations/support/create-repo-report.js +0 -224
- package/dist/workflow/operations/support/resolve-generated-dependency-conflict.d.ts +0 -7
- package/dist/workflow/operations/support/resolve-generated-dependency-conflict.js +0 -89
- package/dist/workflow/operations/support/sync-current-branch-to-origin.d.ts +0 -222
- package/dist/workflow/operations/support/sync-current-branch-to-origin.js +0 -258
- package/dist/workflow/operations/support/update-ahead-behind.d.ts +0 -69
- package/dist/workflow/operations/support/update-ahead-behind.js +0 -220
- package/dist/workflow/operations/support/workflow-helpers.d.ts +0 -22
- package/dist/workflow/operations/support/workflow-helpers.js +0 -114
- package/dist/workflow/operations/workspace-lifecycle/workflow-close.d.ts +0 -275
- package/dist/workflow/operations/workspace-lifecycle/workflow-close.js +0 -230
- package/dist/workflow/operations/workspace-lifecycle/workflow-save.d.ts +0 -135
- package/dist/workflow/operations/workspace-lifecycle/workflow-save.js +0 -522
- package/dist/workflow/operations/workspace-lifecycle/workflow-stage.d.ts +0 -45
- package/dist/workflow/operations/workspace-lifecycle/workflow-stage.js +0 -330
- package/dist/workflow/operations/workspace-lifecycle/workflow-switch.d.ts +0 -35
- package/dist/workflow/operations/workspace-lifecycle/workflow-switch.js +0 -295
- package/dist/workflow/operations/workspace-lifecycle/workflow-update.d.ts +0 -152
- package/dist/workflow/operations/workspace-lifecycle/workflow-update.js +0 -286
- package/dist/workflow/operations.d.ts +0 -31
- package/dist/workflow/operations.js +0 -31
- package/dist/workflow/policy.d.ts +0 -15
- package/dist/workflow/policy.js +0 -73
- package/dist/workflow/runs/ensure-workflow-exclude-rule.d.ts +0 -85
- package/dist/workflow/runs/ensure-workflow-exclude-rule.js +0 -292
- package/dist/workflow/runs/get-cached-successful-workflow-gate.d.ts +0 -24
- package/dist/workflow/runs/get-cached-successful-workflow-gate.js +0 -158
- package/dist/workflow/runs/update-workflow-run-journal.d.ts +0 -28
- package/dist/workflow/runs/update-workflow-run-journal.js +0 -230
- package/dist/workflow/runs/workflow-run-command.d.ts +0 -113
- package/dist/workflow/runs/workflow-run-command.js +0 -140
- package/dist/workflow/runs.d.ts +0 -4
- package/dist/workflow/runs.js +0 -4
- package/dist/workflow/session.d.ts +0 -37
- package/dist/workflow/session.js +0 -189
- package/dist/workflow/worktrees.d.ts +0 -77
- package/dist/workflow/worktrees.js +0 -338
- package/dist/workflow-state/branch-role.d.ts +0 -239
- package/dist/workflow-state/branch-role.js +0 -45
- package/dist/workflow-state/readiness-for-environment.d.ts +0 -61
- package/dist/workflow-state/readiness-for-environment.js +0 -217
- package/dist/workflow-state/recommend-next-steps.d.ts +0 -2
- package/dist/workflow-state/recommend-next-steps.js +0 -99
- package/dist/workflow-state/resolve-workflow-state.d.ts +0 -2
- package/dist/workflow-state/resolve-workflow-state.js +0 -426
- package/dist/workflow-state/safe-release-history.d.ts +0 -23
- package/dist/workflow-state/safe-release-history.js +0 -78
- package/drizzle/d1/0000_treeseed_d1.sql +0 -19
- package/drizzle/market/0000_market_control_plane.sql +0 -4064
- package/drizzle/market/0001_feedback_management.sql +0 -110
- package/drizzle/market/0001_knowledge_collaboration.sql +0 -37
- package/drizzle/market/0002_knowledge_pack_workflow.sql +0 -79
- package/drizzle/market/0003_knowledge_review_snapshot.sql +0 -2
- package/drizzle/market/0004_remote_provider_publication.sql +0 -193
- package/drizzle/market/0005_remote_delivery_operation_scope.sql +0 -9
- package/drizzle/market/0006_workflow_run_provenance.sql +0 -17
- package/drizzle/market/0007_transient_workflow_configuration.sql +0 -6
- package/drizzle/market/0008_guide_editorial_review.sql +0 -27
- package/drizzle/market/0009_capacity_workday_schedules.sql +0 -30
- package/drizzle/market/0010_agent_lab_realtime_preferences.sql +0 -2
- package/drizzle/market/0011_seed_team_membership_claims.sql +0 -20
- package/drizzle/market/0012_signal_time_planning.sql +0 -82
- package/drizzle/market/0013_planning_participant_nodes.sql +0 -8
- package/drizzle/market/0014_legacy_capacity_accounting_nullable.sql +0 -8
- package/drizzle/market/0015_remove_platform_repository_claims.sql +0 -1
- package/drizzle/market/0016_session_events.sql +0 -13
- package/drizzle/market/0017_agent_lab_view_state.sql +0 -18
- package/drizzle/market/0018_agent_context_query_checks.sql +0 -27
- package/drizzle/market/0019_context_query_check_evidence_only.sql +0 -1
- package/drizzle/market/0020_capacity_integrated_communication.sql +0 -181
- package/drizzle/market/0021_project_contribution_authorizations.sql +0 -48
- package/drizzle/market/0022_remove_project_contribution_authorizations.sql +0 -2
- package/scripts/verification/verify-driver.ts +0 -42
- /package/dist/{hosting → content}/contracts.js +0 -0
- /package/dist/{api/types.js → operator-contracts/oauth.js} +0 -0
- /package/dist/{market-client/agent-lab-interface.js → sdk-types/control-plane/resource-requests.js} +0 -0
- /package/dist/{operations/services/package-bootstrap → standards/mcp}/contracts.js +0 -0
|
@@ -133,8 +133,8 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
133
133
|
}, "strict", import("zod").ZodTypeAny, {
|
|
134
134
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
135
135
|
base: "staging" | "main";
|
|
136
|
-
target?: "staging" | "main" | undefined;
|
|
137
136
|
prefix?: string | undefined;
|
|
137
|
+
target?: "staging" | "main" | undefined;
|
|
138
138
|
branchNameTemplate?: string | undefined;
|
|
139
139
|
worktree?: string | undefined;
|
|
140
140
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -142,8 +142,8 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
142
142
|
}, {
|
|
143
143
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
144
144
|
base: "staging" | "main";
|
|
145
|
-
target?: "staging" | "main" | undefined;
|
|
146
145
|
prefix?: string | undefined;
|
|
146
|
+
target?: "staging" | "main" | undefined;
|
|
147
147
|
branchNameTemplate?: string | undefined;
|
|
148
148
|
worktree?: string | undefined;
|
|
149
149
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -256,14 +256,14 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
256
256
|
operations: string[];
|
|
257
257
|
filters?: Record<string, unknown> | undefined;
|
|
258
258
|
}> | undefined;
|
|
259
|
-
commit?: {
|
|
260
|
-
allowed: boolean;
|
|
261
|
-
} | undefined;
|
|
262
259
|
repository?: {
|
|
263
260
|
allowCodeMutation?: boolean | undefined;
|
|
264
261
|
readPaths?: string[] | undefined;
|
|
265
262
|
writePaths?: string[] | undefined;
|
|
266
263
|
} | undefined;
|
|
264
|
+
commit?: {
|
|
265
|
+
allowed: boolean;
|
|
266
|
+
} | undefined;
|
|
267
267
|
network?: {
|
|
268
268
|
allowWeb?: boolean | undefined;
|
|
269
269
|
allowedDomains?: string[] | undefined;
|
|
@@ -278,14 +278,14 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
278
278
|
operations: string[];
|
|
279
279
|
filters?: Record<string, unknown> | undefined;
|
|
280
280
|
}> | undefined;
|
|
281
|
-
commit?: {
|
|
282
|
-
allowed: boolean;
|
|
283
|
-
} | undefined;
|
|
284
281
|
repository?: {
|
|
285
282
|
allowCodeMutation?: boolean | undefined;
|
|
286
283
|
readPaths?: string[] | undefined;
|
|
287
284
|
writePaths?: string[] | undefined;
|
|
288
285
|
} | undefined;
|
|
286
|
+
commit?: {
|
|
287
|
+
allowed: boolean;
|
|
288
|
+
} | undefined;
|
|
289
289
|
network?: {
|
|
290
290
|
allowWeb?: boolean | undefined;
|
|
291
291
|
allowedDomains?: string[] | undefined;
|
|
@@ -304,13 +304,13 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
304
304
|
}, "strict", import("zod").ZodTypeAny, {
|
|
305
305
|
artifactKind: string;
|
|
306
306
|
event: string;
|
|
307
|
-
model?: string | undefined;
|
|
308
307
|
required?: boolean | undefined;
|
|
308
|
+
model?: string | undefined;
|
|
309
309
|
}, {
|
|
310
310
|
artifactKind: string;
|
|
311
311
|
event: string;
|
|
312
|
-
model?: string | undefined;
|
|
313
312
|
required?: boolean | undefined;
|
|
313
|
+
model?: string | undefined;
|
|
314
314
|
}>, "many">>;
|
|
315
315
|
closeoutPolicy: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
316
316
|
warningSeconds: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -421,6 +421,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
421
421
|
quorum: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
422
422
|
}, "strict", import("zod").ZodTypeAny, {
|
|
423
423
|
contract: string;
|
|
424
|
+
quorum?: number | undefined;
|
|
424
425
|
filters?: Record<string, unknown> | undefined;
|
|
425
426
|
groupScope?: {
|
|
426
427
|
mode: string;
|
|
@@ -431,10 +432,10 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
431
432
|
}[] | undefined;
|
|
432
433
|
} | undefined;
|
|
433
434
|
cardinality?: "single" | "each" | undefined;
|
|
434
|
-
producerPolicy?: "all" | "
|
|
435
|
-
quorum?: number | undefined;
|
|
435
|
+
producerPolicy?: "all" | "any" | "quorum" | undefined;
|
|
436
436
|
}, {
|
|
437
437
|
contract: string;
|
|
438
|
+
quorum?: number | undefined;
|
|
438
439
|
filters?: Record<string, unknown> | undefined;
|
|
439
440
|
groupScope?: {
|
|
440
441
|
mode: string;
|
|
@@ -445,13 +446,13 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
445
446
|
}[] | undefined;
|
|
446
447
|
} | undefined;
|
|
447
448
|
cardinality?: "single" | "each" | undefined;
|
|
448
|
-
producerPolicy?: "all" | "
|
|
449
|
-
quorum?: number | undefined;
|
|
449
|
+
producerPolicy?: "all" | "any" | "quorum" | undefined;
|
|
450
450
|
}>, "many">>;
|
|
451
451
|
publishes: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodArray<import("zod").ZodString, "many">, string[], string[]>>;
|
|
452
452
|
}, "strict", import("zod").ZodTypeAny, {
|
|
453
453
|
subscribesTo?: {
|
|
454
454
|
contract: string;
|
|
455
|
+
quorum?: number | undefined;
|
|
455
456
|
filters?: Record<string, unknown> | undefined;
|
|
456
457
|
groupScope?: {
|
|
457
458
|
mode: string;
|
|
@@ -462,13 +463,13 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
462
463
|
}[] | undefined;
|
|
463
464
|
} | undefined;
|
|
464
465
|
cardinality?: "single" | "each" | undefined;
|
|
465
|
-
producerPolicy?: "all" | "
|
|
466
|
-
quorum?: number | undefined;
|
|
466
|
+
producerPolicy?: "all" | "any" | "quorum" | undefined;
|
|
467
467
|
}[] | undefined;
|
|
468
468
|
publishes?: string[] | undefined;
|
|
469
469
|
}, {
|
|
470
470
|
subscribesTo?: {
|
|
471
471
|
contract: string;
|
|
472
|
+
quorum?: number | undefined;
|
|
472
473
|
filters?: Record<string, unknown> | undefined;
|
|
473
474
|
groupScope?: {
|
|
474
475
|
mode: string;
|
|
@@ -479,8 +480,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
479
480
|
}[] | undefined;
|
|
480
481
|
} | undefined;
|
|
481
482
|
cardinality?: "single" | "each" | undefined;
|
|
482
|
-
producerPolicy?: "all" | "
|
|
483
|
-
quorum?: number | undefined;
|
|
483
|
+
producerPolicy?: "all" | "any" | "quorum" | undefined;
|
|
484
484
|
}[] | undefined;
|
|
485
485
|
publishes?: string[] | undefined;
|
|
486
486
|
}>>;
|
|
@@ -542,6 +542,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
542
542
|
quorum: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
543
543
|
}, "strict", import("zod").ZodTypeAny, {
|
|
544
544
|
contract: string;
|
|
545
|
+
quorum?: number | undefined;
|
|
545
546
|
filters?: Record<string, unknown> | undefined;
|
|
546
547
|
groupScope?: {
|
|
547
548
|
mode: string;
|
|
@@ -552,10 +553,10 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
552
553
|
}[] | undefined;
|
|
553
554
|
} | undefined;
|
|
554
555
|
cardinality?: "single" | "each" | undefined;
|
|
555
|
-
producerPolicy?: "all" | "
|
|
556
|
-
quorum?: number | undefined;
|
|
556
|
+
producerPolicy?: "all" | "any" | "quorum" | undefined;
|
|
557
557
|
}, {
|
|
558
558
|
contract: string;
|
|
559
|
+
quorum?: number | undefined;
|
|
559
560
|
filters?: Record<string, unknown> | undefined;
|
|
560
561
|
groupScope?: {
|
|
561
562
|
mode: string;
|
|
@@ -566,13 +567,13 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
566
567
|
}[] | undefined;
|
|
567
568
|
} | undefined;
|
|
568
569
|
cardinality?: "single" | "each" | undefined;
|
|
569
|
-
producerPolicy?: "all" | "
|
|
570
|
-
quorum?: number | undefined;
|
|
570
|
+
producerPolicy?: "all" | "any" | "quorum" | undefined;
|
|
571
571
|
}>, "many">>;
|
|
572
572
|
publishes: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodArray<import("zod").ZodString, "many">, string[], string[]>>;
|
|
573
573
|
}, "strict", import("zod").ZodTypeAny, {
|
|
574
574
|
subscribesTo?: {
|
|
575
575
|
contract: string;
|
|
576
|
+
quorum?: number | undefined;
|
|
576
577
|
filters?: Record<string, unknown> | undefined;
|
|
577
578
|
groupScope?: {
|
|
578
579
|
mode: string;
|
|
@@ -583,13 +584,13 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
583
584
|
}[] | undefined;
|
|
584
585
|
} | undefined;
|
|
585
586
|
cardinality?: "single" | "each" | undefined;
|
|
586
|
-
producerPolicy?: "all" | "
|
|
587
|
-
quorum?: number | undefined;
|
|
587
|
+
producerPolicy?: "all" | "any" | "quorum" | undefined;
|
|
588
588
|
}[] | undefined;
|
|
589
589
|
publishes?: string[] | undefined;
|
|
590
590
|
}, {
|
|
591
591
|
subscribesTo?: {
|
|
592
592
|
contract: string;
|
|
593
|
+
quorum?: number | undefined;
|
|
593
594
|
filters?: Record<string, unknown> | undefined;
|
|
594
595
|
groupScope?: {
|
|
595
596
|
mode: string;
|
|
@@ -600,16 +601,16 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
600
601
|
}[] | undefined;
|
|
601
602
|
} | undefined;
|
|
602
603
|
cardinality?: "single" | "each" | undefined;
|
|
603
|
-
producerPolicy?: "all" | "
|
|
604
|
-
quorum?: number | undefined;
|
|
604
|
+
producerPolicy?: "all" | "any" | "quorum" | undefined;
|
|
605
605
|
}[] | undefined;
|
|
606
606
|
publishes?: string[] | undefined;
|
|
607
607
|
}>>;
|
|
608
608
|
}, "strict", import("zod").ZodTypeAny, {
|
|
609
|
-
stage: "
|
|
609
|
+
stage: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
610
610
|
signals?: {
|
|
611
611
|
subscribesTo?: {
|
|
612
612
|
contract: string;
|
|
613
|
+
quorum?: number | undefined;
|
|
613
614
|
filters?: Record<string, unknown> | undefined;
|
|
614
615
|
groupScope?: {
|
|
615
616
|
mode: string;
|
|
@@ -620,17 +621,17 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
620
621
|
}[] | undefined;
|
|
621
622
|
} | undefined;
|
|
622
623
|
cardinality?: "single" | "each" | undefined;
|
|
623
|
-
producerPolicy?: "all" | "
|
|
624
|
-
quorum?: number | undefined;
|
|
624
|
+
producerPolicy?: "all" | "any" | "quorum" | undefined;
|
|
625
625
|
}[] | undefined;
|
|
626
626
|
publishes?: string[] | undefined;
|
|
627
627
|
} | undefined;
|
|
628
628
|
promptTask?: string | undefined;
|
|
629
629
|
}, {
|
|
630
|
-
stage: "
|
|
630
|
+
stage: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
631
631
|
signals?: {
|
|
632
632
|
subscribesTo?: {
|
|
633
633
|
contract: string;
|
|
634
|
+
quorum?: number | undefined;
|
|
634
635
|
filters?: Record<string, unknown> | undefined;
|
|
635
636
|
groupScope?: {
|
|
636
637
|
mode: string;
|
|
@@ -641,8 +642,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
641
642
|
}[] | undefined;
|
|
642
643
|
} | undefined;
|
|
643
644
|
cardinality?: "single" | "each" | undefined;
|
|
644
|
-
producerPolicy?: "all" | "
|
|
645
|
-
quorum?: number | undefined;
|
|
645
|
+
producerPolicy?: "all" | "any" | "quorum" | undefined;
|
|
646
646
|
}[] | undefined;
|
|
647
647
|
publishes?: string[] | undefined;
|
|
648
648
|
} | undefined;
|
|
@@ -651,17 +651,18 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
651
651
|
requiresArtifactKinds: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodArray<import("zod").ZodString, "many">, string[], string[]>>;
|
|
652
652
|
}, "strict", import("zod").ZodTypeAny, {
|
|
653
653
|
objective?: string | undefined;
|
|
654
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
654
655
|
proposalTypes?: string[] | undefined;
|
|
655
656
|
artifactKind?: string | undefined;
|
|
656
657
|
subjectModel?: string | undefined;
|
|
657
658
|
subjectId?: string | null | undefined;
|
|
658
659
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
659
|
-
stage?: "discovery" | "closeout" | "revision" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
660
660
|
stages?: {
|
|
661
|
-
stage: "
|
|
661
|
+
stage: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
662
662
|
signals?: {
|
|
663
663
|
subscribesTo?: {
|
|
664
664
|
contract: string;
|
|
665
|
+
quorum?: number | undefined;
|
|
665
666
|
filters?: Record<string, unknown> | undefined;
|
|
666
667
|
groupScope?: {
|
|
667
668
|
mode: string;
|
|
@@ -672,8 +673,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
672
673
|
}[] | undefined;
|
|
673
674
|
} | undefined;
|
|
674
675
|
cardinality?: "single" | "each" | undefined;
|
|
675
|
-
producerPolicy?: "all" | "
|
|
676
|
-
quorum?: number | undefined;
|
|
676
|
+
producerPolicy?: "all" | "any" | "quorum" | undefined;
|
|
677
677
|
}[] | undefined;
|
|
678
678
|
publishes?: string[] | undefined;
|
|
679
679
|
} | undefined;
|
|
@@ -682,17 +682,18 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
682
682
|
requiresArtifactKinds?: string[] | undefined;
|
|
683
683
|
}, {
|
|
684
684
|
objective?: string | undefined;
|
|
685
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
685
686
|
proposalTypes?: string[] | undefined;
|
|
686
687
|
artifactKind?: string | undefined;
|
|
687
688
|
subjectModel?: string | undefined;
|
|
688
689
|
subjectId?: string | null | undefined;
|
|
689
690
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
690
|
-
stage?: "discovery" | "closeout" | "revision" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
691
691
|
stages?: {
|
|
692
|
-
stage: "
|
|
692
|
+
stage: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
693
693
|
signals?: {
|
|
694
694
|
subscribesTo?: {
|
|
695
695
|
contract: string;
|
|
696
|
+
quorum?: number | undefined;
|
|
696
697
|
filters?: Record<string, unknown> | undefined;
|
|
697
698
|
groupScope?: {
|
|
698
699
|
mode: string;
|
|
@@ -703,8 +704,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
703
704
|
}[] | undefined;
|
|
704
705
|
} | undefined;
|
|
705
706
|
cardinality?: "single" | "each" | undefined;
|
|
706
|
-
producerPolicy?: "all" | "
|
|
707
|
-
quorum?: number | undefined;
|
|
707
|
+
producerPolicy?: "all" | "any" | "quorum" | undefined;
|
|
708
708
|
}[] | undefined;
|
|
709
709
|
publishes?: string[] | undefined;
|
|
710
710
|
} | undefined;
|
|
@@ -727,9 +727,9 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
727
727
|
agentSlug: import("zod").ZodOptional<import("zod").ZodString>;
|
|
728
728
|
}, "strict", import("zod").ZodTypeAny, {
|
|
729
729
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
730
|
-
teamId?: string | undefined;
|
|
731
730
|
projectId?: string | undefined;
|
|
732
731
|
agentSlug?: string | undefined;
|
|
732
|
+
teamId?: string | undefined;
|
|
733
733
|
requiredRoles?: string[] | undefined;
|
|
734
734
|
allowedRoles?: string[] | undefined;
|
|
735
735
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -738,9 +738,9 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
738
738
|
teamMemberId?: string | undefined;
|
|
739
739
|
}, {
|
|
740
740
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
741
|
-
teamId?: string | undefined;
|
|
742
741
|
projectId?: string | undefined;
|
|
743
742
|
agentSlug?: string | undefined;
|
|
743
|
+
teamId?: string | undefined;
|
|
744
744
|
requiredRoles?: string[] | undefined;
|
|
745
745
|
allowedRoles?: string[] | undefined;
|
|
746
746
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -751,9 +751,9 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
751
751
|
}, "strict", import("zod").ZodTypeAny, {
|
|
752
752
|
defaultAnswerPolicy?: {
|
|
753
753
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
754
|
-
teamId?: string | undefined;
|
|
755
754
|
projectId?: string | undefined;
|
|
756
755
|
agentSlug?: string | undefined;
|
|
756
|
+
teamId?: string | undefined;
|
|
757
757
|
requiredRoles?: string[] | undefined;
|
|
758
758
|
allowedRoles?: string[] | undefined;
|
|
759
759
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -765,9 +765,9 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
765
765
|
}, {
|
|
766
766
|
defaultAnswerPolicy?: {
|
|
767
767
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
768
|
-
teamId?: string | undefined;
|
|
769
768
|
projectId?: string | undefined;
|
|
770
769
|
agentSlug?: string | undefined;
|
|
770
|
+
teamId?: string | undefined;
|
|
771
771
|
requiredRoles?: string[] | undefined;
|
|
772
772
|
allowedRoles?: string[] | undefined;
|
|
773
773
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -810,7 +810,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
810
810
|
preparationSeconds?: number | undefined;
|
|
811
811
|
closeoutSeconds?: number | undefined;
|
|
812
812
|
closeoutWarningSeconds?: number | undefined;
|
|
813
|
-
enforcementConfidence?: "exact" | "
|
|
813
|
+
enforcementConfidence?: "exact" | "bounded" | "estimated" | "opaque" | undefined;
|
|
814
814
|
requiredCapabilities?: string[] | undefined;
|
|
815
815
|
maxRuntimeSeconds?: number | undefined;
|
|
816
816
|
maxRetries?: number | undefined;
|
|
@@ -831,7 +831,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
831
831
|
preparationSeconds?: number | undefined;
|
|
832
832
|
closeoutSeconds?: number | undefined;
|
|
833
833
|
closeoutWarningSeconds?: number | undefined;
|
|
834
|
-
enforcementConfidence?: "exact" | "
|
|
834
|
+
enforcementConfidence?: "exact" | "bounded" | "estimated" | "opaque" | undefined;
|
|
835
835
|
requiredCapabilities?: string[] | undefined;
|
|
836
836
|
maxRuntimeSeconds?: number | undefined;
|
|
837
837
|
maxRetries?: number | undefined;
|
|
@@ -851,22 +851,22 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
851
851
|
}>>;
|
|
852
852
|
}, "strict", import("zod").ZodTypeAny, {
|
|
853
853
|
enabled: boolean;
|
|
854
|
+
prompt: {
|
|
855
|
+
system: string;
|
|
856
|
+
task?: string | undefined;
|
|
857
|
+
templates?: Record<string, string> | undefined;
|
|
858
|
+
};
|
|
854
859
|
branchPolicy: {
|
|
855
860
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
856
861
|
base: "staging" | "main";
|
|
857
|
-
target?: "staging" | "main" | undefined;
|
|
858
862
|
prefix?: string | undefined;
|
|
863
|
+
target?: "staging" | "main" | undefined;
|
|
859
864
|
branchNameTemplate?: string | undefined;
|
|
860
865
|
worktree?: string | undefined;
|
|
861
866
|
updateBaseBeforeRun?: boolean | undefined;
|
|
862
867
|
mergeTargetBeforeSave?: boolean | undefined;
|
|
863
868
|
};
|
|
864
869
|
handler: "writer" | "actor" | "estimate" | "releaser" | "reporter";
|
|
865
|
-
prompt: {
|
|
866
|
-
system: string;
|
|
867
|
-
task?: string | undefined;
|
|
868
|
-
templates?: Record<string, string> | undefined;
|
|
869
|
-
};
|
|
870
870
|
tools: {
|
|
871
871
|
allowed: string[];
|
|
872
872
|
denied?: string[] | undefined;
|
|
@@ -879,7 +879,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
879
879
|
preparationSeconds?: number | undefined;
|
|
880
880
|
closeoutSeconds?: number | undefined;
|
|
881
881
|
closeoutWarningSeconds?: number | undefined;
|
|
882
|
-
enforcementConfidence?: "exact" | "
|
|
882
|
+
enforcementConfidence?: "exact" | "bounded" | "estimated" | "opaque" | undefined;
|
|
883
883
|
requiredCapabilities?: string[] | undefined;
|
|
884
884
|
maxRuntimeSeconds?: number | undefined;
|
|
885
885
|
maxRetries?: number | undefined;
|
|
@@ -897,6 +897,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
897
897
|
allowedPaths?: string[] | undefined;
|
|
898
898
|
forbiddenPaths?: string[] | undefined;
|
|
899
899
|
} | undefined;
|
|
900
|
+
activityType?: "planning" | "acting" | "estimating" | "reviewing" | "reporting" | "chat" | undefined;
|
|
900
901
|
contextQueryRefs?: {
|
|
901
902
|
id: string;
|
|
902
903
|
revision: number;
|
|
@@ -909,20 +910,19 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
909
910
|
id: string;
|
|
910
911
|
revision: number;
|
|
911
912
|
}[] | undefined;
|
|
912
|
-
activityType?: "reviewing" | "planning" | "acting" | "reporting" | "estimating" | "chat" | undefined;
|
|
913
913
|
permissions?: {
|
|
914
914
|
content?: Record<string, {
|
|
915
915
|
operations: string[];
|
|
916
916
|
filters?: Record<string, unknown> | undefined;
|
|
917
917
|
}> | undefined;
|
|
918
|
-
commit?: {
|
|
919
|
-
allowed: boolean;
|
|
920
|
-
} | undefined;
|
|
921
918
|
repository?: {
|
|
922
919
|
allowCodeMutation?: boolean | undefined;
|
|
923
920
|
readPaths?: string[] | undefined;
|
|
924
921
|
writePaths?: string[] | undefined;
|
|
925
922
|
} | undefined;
|
|
923
|
+
commit?: {
|
|
924
|
+
allowed: boolean;
|
|
925
|
+
} | undefined;
|
|
926
926
|
network?: {
|
|
927
927
|
allowWeb?: boolean | undefined;
|
|
928
928
|
allowedDomains?: string[] | undefined;
|
|
@@ -936,8 +936,8 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
936
936
|
artifactTriggers?: {
|
|
937
937
|
artifactKind: string;
|
|
938
938
|
event: string;
|
|
939
|
-
model?: string | undefined;
|
|
940
939
|
required?: boolean | undefined;
|
|
940
|
+
model?: string | undefined;
|
|
941
941
|
}[] | undefined;
|
|
942
942
|
closeoutPolicy?: {
|
|
943
943
|
warningSeconds?: number | undefined;
|
|
@@ -960,6 +960,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
960
960
|
signals?: {
|
|
961
961
|
subscribesTo?: {
|
|
962
962
|
contract: string;
|
|
963
|
+
quorum?: number | undefined;
|
|
963
964
|
filters?: Record<string, unknown> | undefined;
|
|
964
965
|
groupScope?: {
|
|
965
966
|
mode: string;
|
|
@@ -970,24 +971,24 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
970
971
|
}[] | undefined;
|
|
971
972
|
} | undefined;
|
|
972
973
|
cardinality?: "single" | "each" | undefined;
|
|
973
|
-
producerPolicy?: "all" | "
|
|
974
|
-
quorum?: number | undefined;
|
|
974
|
+
producerPolicy?: "all" | "any" | "quorum" | undefined;
|
|
975
975
|
}[] | undefined;
|
|
976
976
|
publishes?: string[] | undefined;
|
|
977
977
|
} | undefined;
|
|
978
978
|
planningIntent?: {
|
|
979
979
|
objective?: string | undefined;
|
|
980
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
980
981
|
proposalTypes?: string[] | undefined;
|
|
981
982
|
artifactKind?: string | undefined;
|
|
982
983
|
subjectModel?: string | undefined;
|
|
983
984
|
subjectId?: string | null | undefined;
|
|
984
985
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
985
|
-
stage?: "discovery" | "closeout" | "revision" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
986
986
|
stages?: {
|
|
987
|
-
stage: "
|
|
987
|
+
stage: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
988
988
|
signals?: {
|
|
989
989
|
subscribesTo?: {
|
|
990
990
|
contract: string;
|
|
991
|
+
quorum?: number | undefined;
|
|
991
992
|
filters?: Record<string, unknown> | undefined;
|
|
992
993
|
groupScope?: {
|
|
993
994
|
mode: string;
|
|
@@ -998,8 +999,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
998
999
|
}[] | undefined;
|
|
999
1000
|
} | undefined;
|
|
1000
1001
|
cardinality?: "single" | "each" | undefined;
|
|
1001
|
-
producerPolicy?: "all" | "
|
|
1002
|
-
quorum?: number | undefined;
|
|
1002
|
+
producerPolicy?: "all" | "any" | "quorum" | undefined;
|
|
1003
1003
|
}[] | undefined;
|
|
1004
1004
|
publishes?: string[] | undefined;
|
|
1005
1005
|
} | undefined;
|
|
@@ -1010,9 +1010,9 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1010
1010
|
questionPolicy?: {
|
|
1011
1011
|
defaultAnswerPolicy?: {
|
|
1012
1012
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
1013
|
-
teamId?: string | undefined;
|
|
1014
1013
|
projectId?: string | undefined;
|
|
1015
1014
|
agentSlug?: string | undefined;
|
|
1015
|
+
teamId?: string | undefined;
|
|
1016
1016
|
requiredRoles?: string[] | undefined;
|
|
1017
1017
|
allowedRoles?: string[] | undefined;
|
|
1018
1018
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -1024,22 +1024,22 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1024
1024
|
} | undefined;
|
|
1025
1025
|
}, {
|
|
1026
1026
|
enabled: boolean;
|
|
1027
|
+
prompt: {
|
|
1028
|
+
system: string;
|
|
1029
|
+
task?: string | undefined;
|
|
1030
|
+
templates?: Record<string, string> | undefined;
|
|
1031
|
+
};
|
|
1027
1032
|
branchPolicy: {
|
|
1028
1033
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
1029
1034
|
base: "staging" | "main";
|
|
1030
|
-
target?: "staging" | "main" | undefined;
|
|
1031
1035
|
prefix?: string | undefined;
|
|
1036
|
+
target?: "staging" | "main" | undefined;
|
|
1032
1037
|
branchNameTemplate?: string | undefined;
|
|
1033
1038
|
worktree?: string | undefined;
|
|
1034
1039
|
updateBaseBeforeRun?: boolean | undefined;
|
|
1035
1040
|
mergeTargetBeforeSave?: boolean | undefined;
|
|
1036
1041
|
};
|
|
1037
1042
|
handler: "writer" | "actor" | "estimate" | "releaser" | "reporter";
|
|
1038
|
-
prompt: {
|
|
1039
|
-
system: string;
|
|
1040
|
-
task?: string | undefined;
|
|
1041
|
-
templates?: Record<string, string> | undefined;
|
|
1042
|
-
};
|
|
1043
1043
|
tools: {
|
|
1044
1044
|
allowed: string[];
|
|
1045
1045
|
denied?: string[] | undefined;
|
|
@@ -1052,7 +1052,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1052
1052
|
preparationSeconds?: number | undefined;
|
|
1053
1053
|
closeoutSeconds?: number | undefined;
|
|
1054
1054
|
closeoutWarningSeconds?: number | undefined;
|
|
1055
|
-
enforcementConfidence?: "exact" | "
|
|
1055
|
+
enforcementConfidence?: "exact" | "bounded" | "estimated" | "opaque" | undefined;
|
|
1056
1056
|
requiredCapabilities?: string[] | undefined;
|
|
1057
1057
|
maxRuntimeSeconds?: number | undefined;
|
|
1058
1058
|
maxRetries?: number | undefined;
|
|
@@ -1070,6 +1070,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1070
1070
|
allowedPaths?: string[] | undefined;
|
|
1071
1071
|
forbiddenPaths?: string[] | undefined;
|
|
1072
1072
|
} | undefined;
|
|
1073
|
+
activityType?: "planning" | "acting" | "estimating" | "reviewing" | "reporting" | "chat" | undefined;
|
|
1073
1074
|
contextQueryRefs?: {
|
|
1074
1075
|
id: string;
|
|
1075
1076
|
revision: number;
|
|
@@ -1082,20 +1083,19 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1082
1083
|
id: string;
|
|
1083
1084
|
revision: number;
|
|
1084
1085
|
}[] | undefined;
|
|
1085
|
-
activityType?: "reviewing" | "planning" | "acting" | "reporting" | "estimating" | "chat" | undefined;
|
|
1086
1086
|
permissions?: {
|
|
1087
1087
|
content?: Record<string, {
|
|
1088
1088
|
operations: string[];
|
|
1089
1089
|
filters?: Record<string, unknown> | undefined;
|
|
1090
1090
|
}> | undefined;
|
|
1091
|
-
commit?: {
|
|
1092
|
-
allowed: boolean;
|
|
1093
|
-
} | undefined;
|
|
1094
1091
|
repository?: {
|
|
1095
1092
|
allowCodeMutation?: boolean | undefined;
|
|
1096
1093
|
readPaths?: string[] | undefined;
|
|
1097
1094
|
writePaths?: string[] | undefined;
|
|
1098
1095
|
} | undefined;
|
|
1096
|
+
commit?: {
|
|
1097
|
+
allowed: boolean;
|
|
1098
|
+
} | undefined;
|
|
1099
1099
|
network?: {
|
|
1100
1100
|
allowWeb?: boolean | undefined;
|
|
1101
1101
|
allowedDomains?: string[] | undefined;
|
|
@@ -1109,8 +1109,8 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1109
1109
|
artifactTriggers?: {
|
|
1110
1110
|
artifactKind: string;
|
|
1111
1111
|
event: string;
|
|
1112
|
-
model?: string | undefined;
|
|
1113
1112
|
required?: boolean | undefined;
|
|
1113
|
+
model?: string | undefined;
|
|
1114
1114
|
}[] | undefined;
|
|
1115
1115
|
closeoutPolicy?: {
|
|
1116
1116
|
warningSeconds?: number | undefined;
|
|
@@ -1133,6 +1133,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1133
1133
|
signals?: {
|
|
1134
1134
|
subscribesTo?: {
|
|
1135
1135
|
contract: string;
|
|
1136
|
+
quorum?: number | undefined;
|
|
1136
1137
|
filters?: Record<string, unknown> | undefined;
|
|
1137
1138
|
groupScope?: {
|
|
1138
1139
|
mode: string;
|
|
@@ -1143,24 +1144,24 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1143
1144
|
}[] | undefined;
|
|
1144
1145
|
} | undefined;
|
|
1145
1146
|
cardinality?: "single" | "each" | undefined;
|
|
1146
|
-
producerPolicy?: "all" | "
|
|
1147
|
-
quorum?: number | undefined;
|
|
1147
|
+
producerPolicy?: "all" | "any" | "quorum" | undefined;
|
|
1148
1148
|
}[] | undefined;
|
|
1149
1149
|
publishes?: string[] | undefined;
|
|
1150
1150
|
} | undefined;
|
|
1151
1151
|
planningIntent?: {
|
|
1152
1152
|
objective?: string | undefined;
|
|
1153
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
1153
1154
|
proposalTypes?: string[] | undefined;
|
|
1154
1155
|
artifactKind?: string | undefined;
|
|
1155
1156
|
subjectModel?: string | undefined;
|
|
1156
1157
|
subjectId?: string | null | undefined;
|
|
1157
1158
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
1158
|
-
stage?: "discovery" | "closeout" | "revision" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
1159
1159
|
stages?: {
|
|
1160
|
-
stage: "
|
|
1160
|
+
stage: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
1161
1161
|
signals?: {
|
|
1162
1162
|
subscribesTo?: {
|
|
1163
1163
|
contract: string;
|
|
1164
|
+
quorum?: number | undefined;
|
|
1164
1165
|
filters?: Record<string, unknown> | undefined;
|
|
1165
1166
|
groupScope?: {
|
|
1166
1167
|
mode: string;
|
|
@@ -1171,8 +1172,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1171
1172
|
}[] | undefined;
|
|
1172
1173
|
} | undefined;
|
|
1173
1174
|
cardinality?: "single" | "each" | undefined;
|
|
1174
|
-
producerPolicy?: "all" | "
|
|
1175
|
-
quorum?: number | undefined;
|
|
1175
|
+
producerPolicy?: "all" | "any" | "quorum" | undefined;
|
|
1176
1176
|
}[] | undefined;
|
|
1177
1177
|
publishes?: string[] | undefined;
|
|
1178
1178
|
} | undefined;
|
|
@@ -1183,9 +1183,9 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1183
1183
|
questionPolicy?: {
|
|
1184
1184
|
defaultAnswerPolicy?: {
|
|
1185
1185
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
1186
|
-
teamId?: string | undefined;
|
|
1187
1186
|
projectId?: string | undefined;
|
|
1188
1187
|
agentSlug?: string | undefined;
|
|
1188
|
+
teamId?: string | undefined;
|
|
1189
1189
|
requiredRoles?: string[] | undefined;
|
|
1190
1190
|
allowedRoles?: string[] | undefined;
|
|
1191
1191
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -1197,22 +1197,22 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1197
1197
|
} | undefined;
|
|
1198
1198
|
}>, {
|
|
1199
1199
|
enabled: boolean;
|
|
1200
|
+
prompt: {
|
|
1201
|
+
system: string;
|
|
1202
|
+
task?: string | undefined;
|
|
1203
|
+
templates?: Record<string, string> | undefined;
|
|
1204
|
+
};
|
|
1200
1205
|
branchPolicy: {
|
|
1201
1206
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
1202
1207
|
base: "staging" | "main";
|
|
1203
|
-
target?: "staging" | "main" | undefined;
|
|
1204
1208
|
prefix?: string | undefined;
|
|
1209
|
+
target?: "staging" | "main" | undefined;
|
|
1205
1210
|
branchNameTemplate?: string | undefined;
|
|
1206
1211
|
worktree?: string | undefined;
|
|
1207
1212
|
updateBaseBeforeRun?: boolean | undefined;
|
|
1208
1213
|
mergeTargetBeforeSave?: boolean | undefined;
|
|
1209
1214
|
};
|
|
1210
1215
|
handler: "writer" | "actor" | "estimate" | "releaser" | "reporter";
|
|
1211
|
-
prompt: {
|
|
1212
|
-
system: string;
|
|
1213
|
-
task?: string | undefined;
|
|
1214
|
-
templates?: Record<string, string> | undefined;
|
|
1215
|
-
};
|
|
1216
1216
|
tools: {
|
|
1217
1217
|
allowed: string[];
|
|
1218
1218
|
denied?: string[] | undefined;
|
|
@@ -1225,7 +1225,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1225
1225
|
preparationSeconds?: number | undefined;
|
|
1226
1226
|
closeoutSeconds?: number | undefined;
|
|
1227
1227
|
closeoutWarningSeconds?: number | undefined;
|
|
1228
|
-
enforcementConfidence?: "exact" | "
|
|
1228
|
+
enforcementConfidence?: "exact" | "bounded" | "estimated" | "opaque" | undefined;
|
|
1229
1229
|
requiredCapabilities?: string[] | undefined;
|
|
1230
1230
|
maxRuntimeSeconds?: number | undefined;
|
|
1231
1231
|
maxRetries?: number | undefined;
|
|
@@ -1243,6 +1243,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1243
1243
|
allowedPaths?: string[] | undefined;
|
|
1244
1244
|
forbiddenPaths?: string[] | undefined;
|
|
1245
1245
|
} | undefined;
|
|
1246
|
+
activityType?: "planning" | "acting" | "estimating" | "reviewing" | "reporting" | "chat" | undefined;
|
|
1246
1247
|
contextQueryRefs?: {
|
|
1247
1248
|
id: string;
|
|
1248
1249
|
revision: number;
|
|
@@ -1255,20 +1256,19 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1255
1256
|
id: string;
|
|
1256
1257
|
revision: number;
|
|
1257
1258
|
}[] | undefined;
|
|
1258
|
-
activityType?: "reviewing" | "planning" | "acting" | "reporting" | "estimating" | "chat" | undefined;
|
|
1259
1259
|
permissions?: {
|
|
1260
1260
|
content?: Record<string, {
|
|
1261
1261
|
operations: string[];
|
|
1262
1262
|
filters?: Record<string, unknown> | undefined;
|
|
1263
1263
|
}> | undefined;
|
|
1264
|
-
commit?: {
|
|
1265
|
-
allowed: boolean;
|
|
1266
|
-
} | undefined;
|
|
1267
1264
|
repository?: {
|
|
1268
1265
|
allowCodeMutation?: boolean | undefined;
|
|
1269
1266
|
readPaths?: string[] | undefined;
|
|
1270
1267
|
writePaths?: string[] | undefined;
|
|
1271
1268
|
} | undefined;
|
|
1269
|
+
commit?: {
|
|
1270
|
+
allowed: boolean;
|
|
1271
|
+
} | undefined;
|
|
1272
1272
|
network?: {
|
|
1273
1273
|
allowWeb?: boolean | undefined;
|
|
1274
1274
|
allowedDomains?: string[] | undefined;
|
|
@@ -1282,8 +1282,8 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1282
1282
|
artifactTriggers?: {
|
|
1283
1283
|
artifactKind: string;
|
|
1284
1284
|
event: string;
|
|
1285
|
-
model?: string | undefined;
|
|
1286
1285
|
required?: boolean | undefined;
|
|
1286
|
+
model?: string | undefined;
|
|
1287
1287
|
}[] | undefined;
|
|
1288
1288
|
closeoutPolicy?: {
|
|
1289
1289
|
warningSeconds?: number | undefined;
|
|
@@ -1306,6 +1306,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1306
1306
|
signals?: {
|
|
1307
1307
|
subscribesTo?: {
|
|
1308
1308
|
contract: string;
|
|
1309
|
+
quorum?: number | undefined;
|
|
1309
1310
|
filters?: Record<string, unknown> | undefined;
|
|
1310
1311
|
groupScope?: {
|
|
1311
1312
|
mode: string;
|
|
@@ -1316,24 +1317,24 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1316
1317
|
}[] | undefined;
|
|
1317
1318
|
} | undefined;
|
|
1318
1319
|
cardinality?: "single" | "each" | undefined;
|
|
1319
|
-
producerPolicy?: "all" | "
|
|
1320
|
-
quorum?: number | undefined;
|
|
1320
|
+
producerPolicy?: "all" | "any" | "quorum" | undefined;
|
|
1321
1321
|
}[] | undefined;
|
|
1322
1322
|
publishes?: string[] | undefined;
|
|
1323
1323
|
} | undefined;
|
|
1324
1324
|
planningIntent?: {
|
|
1325
1325
|
objective?: string | undefined;
|
|
1326
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
1326
1327
|
proposalTypes?: string[] | undefined;
|
|
1327
1328
|
artifactKind?: string | undefined;
|
|
1328
1329
|
subjectModel?: string | undefined;
|
|
1329
1330
|
subjectId?: string | null | undefined;
|
|
1330
1331
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
1331
|
-
stage?: "discovery" | "closeout" | "revision" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
1332
1332
|
stages?: {
|
|
1333
|
-
stage: "
|
|
1333
|
+
stage: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
1334
1334
|
signals?: {
|
|
1335
1335
|
subscribesTo?: {
|
|
1336
1336
|
contract: string;
|
|
1337
|
+
quorum?: number | undefined;
|
|
1337
1338
|
filters?: Record<string, unknown> | undefined;
|
|
1338
1339
|
groupScope?: {
|
|
1339
1340
|
mode: string;
|
|
@@ -1344,8 +1345,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1344
1345
|
}[] | undefined;
|
|
1345
1346
|
} | undefined;
|
|
1346
1347
|
cardinality?: "single" | "each" | undefined;
|
|
1347
|
-
producerPolicy?: "all" | "
|
|
1348
|
-
quorum?: number | undefined;
|
|
1348
|
+
producerPolicy?: "all" | "any" | "quorum" | undefined;
|
|
1349
1349
|
}[] | undefined;
|
|
1350
1350
|
publishes?: string[] | undefined;
|
|
1351
1351
|
} | undefined;
|
|
@@ -1356,9 +1356,9 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1356
1356
|
questionPolicy?: {
|
|
1357
1357
|
defaultAnswerPolicy?: {
|
|
1358
1358
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
1359
|
-
teamId?: string | undefined;
|
|
1360
1359
|
projectId?: string | undefined;
|
|
1361
1360
|
agentSlug?: string | undefined;
|
|
1361
|
+
teamId?: string | undefined;
|
|
1362
1362
|
requiredRoles?: string[] | undefined;
|
|
1363
1363
|
allowedRoles?: string[] | undefined;
|
|
1364
1364
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -1370,22 +1370,22 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1370
1370
|
} | undefined;
|
|
1371
1371
|
}, {
|
|
1372
1372
|
enabled: boolean;
|
|
1373
|
+
prompt: {
|
|
1374
|
+
system: string;
|
|
1375
|
+
task?: string | undefined;
|
|
1376
|
+
templates?: Record<string, string> | undefined;
|
|
1377
|
+
};
|
|
1373
1378
|
branchPolicy: {
|
|
1374
1379
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
1375
1380
|
base: "staging" | "main";
|
|
1376
|
-
target?: "staging" | "main" | undefined;
|
|
1377
1381
|
prefix?: string | undefined;
|
|
1382
|
+
target?: "staging" | "main" | undefined;
|
|
1378
1383
|
branchNameTemplate?: string | undefined;
|
|
1379
1384
|
worktree?: string | undefined;
|
|
1380
1385
|
updateBaseBeforeRun?: boolean | undefined;
|
|
1381
1386
|
mergeTargetBeforeSave?: boolean | undefined;
|
|
1382
1387
|
};
|
|
1383
1388
|
handler: "writer" | "actor" | "estimate" | "releaser" | "reporter";
|
|
1384
|
-
prompt: {
|
|
1385
|
-
system: string;
|
|
1386
|
-
task?: string | undefined;
|
|
1387
|
-
templates?: Record<string, string> | undefined;
|
|
1388
|
-
};
|
|
1389
1389
|
tools: {
|
|
1390
1390
|
allowed: string[];
|
|
1391
1391
|
denied?: string[] | undefined;
|
|
@@ -1398,7 +1398,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1398
1398
|
preparationSeconds?: number | undefined;
|
|
1399
1399
|
closeoutSeconds?: number | undefined;
|
|
1400
1400
|
closeoutWarningSeconds?: number | undefined;
|
|
1401
|
-
enforcementConfidence?: "exact" | "
|
|
1401
|
+
enforcementConfidence?: "exact" | "bounded" | "estimated" | "opaque" | undefined;
|
|
1402
1402
|
requiredCapabilities?: string[] | undefined;
|
|
1403
1403
|
maxRuntimeSeconds?: number | undefined;
|
|
1404
1404
|
maxRetries?: number | undefined;
|
|
@@ -1416,6 +1416,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1416
1416
|
allowedPaths?: string[] | undefined;
|
|
1417
1417
|
forbiddenPaths?: string[] | undefined;
|
|
1418
1418
|
} | undefined;
|
|
1419
|
+
activityType?: "planning" | "acting" | "estimating" | "reviewing" | "reporting" | "chat" | undefined;
|
|
1419
1420
|
contextQueryRefs?: {
|
|
1420
1421
|
id: string;
|
|
1421
1422
|
revision: number;
|
|
@@ -1428,20 +1429,19 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1428
1429
|
id: string;
|
|
1429
1430
|
revision: number;
|
|
1430
1431
|
}[] | undefined;
|
|
1431
|
-
activityType?: "reviewing" | "planning" | "acting" | "reporting" | "estimating" | "chat" | undefined;
|
|
1432
1432
|
permissions?: {
|
|
1433
1433
|
content?: Record<string, {
|
|
1434
1434
|
operations: string[];
|
|
1435
1435
|
filters?: Record<string, unknown> | undefined;
|
|
1436
1436
|
}> | undefined;
|
|
1437
|
-
commit?: {
|
|
1438
|
-
allowed: boolean;
|
|
1439
|
-
} | undefined;
|
|
1440
1437
|
repository?: {
|
|
1441
1438
|
allowCodeMutation?: boolean | undefined;
|
|
1442
1439
|
readPaths?: string[] | undefined;
|
|
1443
1440
|
writePaths?: string[] | undefined;
|
|
1444
1441
|
} | undefined;
|
|
1442
|
+
commit?: {
|
|
1443
|
+
allowed: boolean;
|
|
1444
|
+
} | undefined;
|
|
1445
1445
|
network?: {
|
|
1446
1446
|
allowWeb?: boolean | undefined;
|
|
1447
1447
|
allowedDomains?: string[] | undefined;
|
|
@@ -1455,8 +1455,8 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1455
1455
|
artifactTriggers?: {
|
|
1456
1456
|
artifactKind: string;
|
|
1457
1457
|
event: string;
|
|
1458
|
-
model?: string | undefined;
|
|
1459
1458
|
required?: boolean | undefined;
|
|
1459
|
+
model?: string | undefined;
|
|
1460
1460
|
}[] | undefined;
|
|
1461
1461
|
closeoutPolicy?: {
|
|
1462
1462
|
warningSeconds?: number | undefined;
|
|
@@ -1479,6 +1479,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1479
1479
|
signals?: {
|
|
1480
1480
|
subscribesTo?: {
|
|
1481
1481
|
contract: string;
|
|
1482
|
+
quorum?: number | undefined;
|
|
1482
1483
|
filters?: Record<string, unknown> | undefined;
|
|
1483
1484
|
groupScope?: {
|
|
1484
1485
|
mode: string;
|
|
@@ -1489,24 +1490,24 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1489
1490
|
}[] | undefined;
|
|
1490
1491
|
} | undefined;
|
|
1491
1492
|
cardinality?: "single" | "each" | undefined;
|
|
1492
|
-
producerPolicy?: "all" | "
|
|
1493
|
-
quorum?: number | undefined;
|
|
1493
|
+
producerPolicy?: "all" | "any" | "quorum" | undefined;
|
|
1494
1494
|
}[] | undefined;
|
|
1495
1495
|
publishes?: string[] | undefined;
|
|
1496
1496
|
} | undefined;
|
|
1497
1497
|
planningIntent?: {
|
|
1498
1498
|
objective?: string | undefined;
|
|
1499
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
1499
1500
|
proposalTypes?: string[] | undefined;
|
|
1500
1501
|
artifactKind?: string | undefined;
|
|
1501
1502
|
subjectModel?: string | undefined;
|
|
1502
1503
|
subjectId?: string | null | undefined;
|
|
1503
1504
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
1504
|
-
stage?: "discovery" | "closeout" | "revision" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
1505
1505
|
stages?: {
|
|
1506
|
-
stage: "
|
|
1506
|
+
stage: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
1507
1507
|
signals?: {
|
|
1508
1508
|
subscribesTo?: {
|
|
1509
1509
|
contract: string;
|
|
1510
|
+
quorum?: number | undefined;
|
|
1510
1511
|
filters?: Record<string, unknown> | undefined;
|
|
1511
1512
|
groupScope?: {
|
|
1512
1513
|
mode: string;
|
|
@@ -1517,8 +1518,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1517
1518
|
}[] | undefined;
|
|
1518
1519
|
} | undefined;
|
|
1519
1520
|
cardinality?: "single" | "each" | undefined;
|
|
1520
|
-
producerPolicy?: "all" | "
|
|
1521
|
-
quorum?: number | undefined;
|
|
1521
|
+
producerPolicy?: "all" | "any" | "quorum" | undefined;
|
|
1522
1522
|
}[] | undefined;
|
|
1523
1523
|
publishes?: string[] | undefined;
|
|
1524
1524
|
} | undefined;
|
|
@@ -1529,9 +1529,9 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1529
1529
|
questionPolicy?: {
|
|
1530
1530
|
defaultAnswerPolicy?: {
|
|
1531
1531
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
1532
|
-
teamId?: string | undefined;
|
|
1533
1532
|
projectId?: string | undefined;
|
|
1534
1533
|
agentSlug?: string | undefined;
|
|
1534
|
+
teamId?: string | undefined;
|
|
1535
1535
|
requiredRoles?: string[] | undefined;
|
|
1536
1536
|
allowedRoles?: string[] | undefined;
|
|
1537
1537
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -1543,17 +1543,17 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1543
1543
|
} | undefined;
|
|
1544
1544
|
}>>;
|
|
1545
1545
|
}, import("zod").ZodTypeAny, "passthrough"> | {
|
|
1546
|
-
metadata: Record<string, unknown>;
|
|
1547
|
-
projectId: string;
|
|
1548
|
-
environment: string;
|
|
1549
|
-
status: string;
|
|
1550
|
-
visibility: "team" | "private" | "public" | "authenticated";
|
|
1551
1546
|
summary: string;
|
|
1547
|
+
status: string;
|
|
1548
|
+
projectId: string;
|
|
1549
|
+
title: string;
|
|
1552
1550
|
startedAt: Date;
|
|
1553
1551
|
slug: string;
|
|
1554
|
-
|
|
1555
|
-
|
|
1552
|
+
metadata: Record<string, unknown>;
|
|
1553
|
+
environment: string;
|
|
1554
|
+
visibility: "team" | "public" | "private" | "authenticated";
|
|
1556
1555
|
changedFiles: string[];
|
|
1556
|
+
workDayId: string;
|
|
1557
1557
|
reportVersion: string;
|
|
1558
1558
|
reportKind: string;
|
|
1559
1559
|
workdayState: string;
|
|
@@ -1565,12 +1565,12 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1565
1565
|
priorityItemCount: number;
|
|
1566
1566
|
priorityItems: {
|
|
1567
1567
|
id: string;
|
|
1568
|
-
priority: number;
|
|
1569
1568
|
model: string;
|
|
1569
|
+
priority: number;
|
|
1570
1570
|
status?: string | undefined;
|
|
1571
|
-
slug?: string | undefined;
|
|
1572
|
-
title?: string | undefined;
|
|
1573
1571
|
reason?: string | undefined;
|
|
1572
|
+
title?: string | undefined;
|
|
1573
|
+
slug?: string | undefined;
|
|
1574
1574
|
estimatedCredits?: number | undefined;
|
|
1575
1575
|
}[];
|
|
1576
1576
|
totalTasks: number;
|
|
@@ -1582,13 +1582,13 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1582
1582
|
id: string;
|
|
1583
1583
|
changedFiles: string[];
|
|
1584
1584
|
type?: string | undefined;
|
|
1585
|
+
completedAt?: Date | undefined;
|
|
1585
1586
|
priority?: number | undefined;
|
|
1586
1587
|
createdAt?: Date | undefined;
|
|
1587
1588
|
startedAt?: Date | undefined;
|
|
1588
1589
|
agentId?: string | undefined;
|
|
1589
1590
|
state?: string | undefined;
|
|
1590
1591
|
idempotencyKey?: string | undefined;
|
|
1591
|
-
completedAt?: Date | undefined;
|
|
1592
1592
|
lastErrorCode?: string | null | undefined;
|
|
1593
1593
|
lastErrorMessage?: string | null | undefined;
|
|
1594
1594
|
lastEventKind?: string | null | undefined;
|
|
@@ -1612,15 +1612,13 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1612
1612
|
endedAt?: Date | null | undefined;
|
|
1613
1613
|
prioritySnapshotId?: string | null | undefined;
|
|
1614
1614
|
} | {
|
|
1615
|
-
|
|
1615
|
+
description: string;
|
|
1616
1616
|
summary: string;
|
|
1617
|
-
|
|
1617
|
+
status: "archived" | "draft" | "live";
|
|
1618
1618
|
title: string;
|
|
1619
1619
|
audience: string[];
|
|
1620
|
+
slug: string;
|
|
1620
1621
|
groupIds: string[];
|
|
1621
|
-
description: string;
|
|
1622
|
-
relatedObjectives: string[];
|
|
1623
|
-
relatedBooks: string[];
|
|
1624
1622
|
featured: boolean;
|
|
1625
1623
|
listingEnabled: boolean;
|
|
1626
1624
|
category: string;
|
|
@@ -1649,31 +1647,33 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1649
1647
|
bucket?: string | undefined;
|
|
1650
1648
|
publicUrl?: string | undefined;
|
|
1651
1649
|
};
|
|
1652
|
-
mode: "
|
|
1650
|
+
mode: "packaged" | "git" | "r2";
|
|
1653
1651
|
hooksPolicy: "disabled" | "builtin_only" | "trusted_only";
|
|
1654
1652
|
supportsReconcile: boolean;
|
|
1655
1653
|
};
|
|
1656
1654
|
offer: {
|
|
1657
|
-
priceModel: "
|
|
1655
|
+
priceModel: "private" | "subscription" | "free" | "contact" | "one_time" | "one_time_current_version" | "subscription_updates" | "professional_hosting" | "scoped_contract" | "external";
|
|
1658
1656
|
support?: string | undefined;
|
|
1659
1657
|
license?: string | undefined;
|
|
1660
1658
|
};
|
|
1659
|
+
relatedBooks: string[];
|
|
1661
1660
|
relatedKnowledge: string[];
|
|
1661
|
+
relatedObjectives: string[];
|
|
1662
1662
|
teamId?: string | undefined;
|
|
1663
1663
|
sourceRef?: string | undefined;
|
|
1664
1664
|
} | {
|
|
1665
|
-
agent: string;
|
|
1666
1665
|
id: string;
|
|
1667
|
-
groupIds: string[];
|
|
1668
1666
|
kind: "workday" | "handler" | "spec" | "message_chain" | "manager_worker" | "api" | "ui" | "context-query" | "context-query-set";
|
|
1667
|
+
agent: string;
|
|
1669
1668
|
contextQueryRefs: string[];
|
|
1669
|
+
groupIds: string[];
|
|
1670
1670
|
trigger: Record<string, unknown>;
|
|
1671
1671
|
expect: {
|
|
1672
1672
|
semanticArtifacts?: {
|
|
1673
1673
|
id: string;
|
|
1674
1674
|
model: string;
|
|
1675
|
-
agentId: string;
|
|
1676
1675
|
activityType: string;
|
|
1676
|
+
agentId: string;
|
|
1677
1677
|
pathPrefix: string;
|
|
1678
1678
|
subjectRefs: string[];
|
|
1679
1679
|
relationFields: string[];
|
|
@@ -1682,11 +1682,11 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1682
1682
|
} & {
|
|
1683
1683
|
[k: string]: unknown;
|
|
1684
1684
|
};
|
|
1685
|
+
fixture?: string | undefined;
|
|
1685
1686
|
budget?: {
|
|
1686
|
-
maxContextItems: number;
|
|
1687
1687
|
maxTokens: number;
|
|
1688
|
+
maxContextItems: number;
|
|
1688
1689
|
} | undefined;
|
|
1689
|
-
fixture?: string | undefined;
|
|
1690
1690
|
queryRef?: {
|
|
1691
1691
|
id: string;
|
|
1692
1692
|
revision: number;
|
|
@@ -1707,35 +1707,35 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1707
1707
|
maxLatencyMs?: number | undefined;
|
|
1708
1708
|
} | {
|
|
1709
1709
|
id: string;
|
|
1710
|
+
required: boolean;
|
|
1711
|
+
description: string;
|
|
1712
|
+
query: string;
|
|
1713
|
+
title: string;
|
|
1714
|
+
revision: number;
|
|
1715
|
+
filters: Record<string, unknown>;
|
|
1710
1716
|
target: {
|
|
1711
|
-
kind: "
|
|
1712
|
-
models?: string[] | undefined;
|
|
1717
|
+
kind: "code" | "content" | "mixed" | "graph";
|
|
1713
1718
|
paths?: string[] | undefined;
|
|
1719
|
+
models?: string[] | undefined;
|
|
1714
1720
|
};
|
|
1715
|
-
revision: number;
|
|
1716
|
-
title: string;
|
|
1717
|
-
query: string;
|
|
1718
|
-
description: string;
|
|
1719
|
-
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
1720
|
-
purpose: string;
|
|
1721
|
-
relations: import("../../index.js").SdkGraphDslRelation[];
|
|
1722
1721
|
depth: number;
|
|
1722
|
+
purpose: string;
|
|
1723
|
+
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
1724
|
+
relations: import("../../sdk-types/support/sdk-search-request.js").SdkGraphDslRelation[];
|
|
1723
1725
|
resultLimit: number;
|
|
1724
1726
|
contextBudget: {
|
|
1725
1727
|
maxItems: number;
|
|
1726
1728
|
maxCharacters?: number | undefined;
|
|
1727
1729
|
};
|
|
1728
1730
|
tokenBudget: number;
|
|
1729
|
-
format: "
|
|
1730
|
-
filters: Record<string, unknown>;
|
|
1731
|
-
required: boolean;
|
|
1731
|
+
format: "map" | "summary" | "list" | "brief" | "full" | "sources";
|
|
1732
1732
|
scope?: string | undefined;
|
|
1733
1733
|
codeScopes?: string[] | undefined;
|
|
1734
1734
|
} | {
|
|
1735
1735
|
id: string;
|
|
1736
|
-
revision: number;
|
|
1737
|
-
title: string;
|
|
1738
1736
|
description: string;
|
|
1737
|
+
title: string;
|
|
1738
|
+
revision: number;
|
|
1739
1739
|
queryRefs: {
|
|
1740
1740
|
id: string;
|
|
1741
1741
|
revision: number;
|
|
@@ -1743,114 +1743,108 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1743
1743
|
mergePolicy: "replace" | "append";
|
|
1744
1744
|
} | {
|
|
1745
1745
|
id: string;
|
|
1746
|
-
|
|
1747
|
-
title: string;
|
|
1746
|
+
kind: "message" | "summary" | "status" | "plan";
|
|
1748
1747
|
description: string;
|
|
1749
|
-
|
|
1748
|
+
title: string;
|
|
1749
|
+
revision: number;
|
|
1750
1750
|
instructions: string;
|
|
1751
1751
|
variables: string[];
|
|
1752
1752
|
appliesToProfiles: string[];
|
|
1753
1753
|
outputSkeleton?: string | undefined;
|
|
1754
1754
|
} | {
|
|
1755
1755
|
id: string;
|
|
1756
|
+
description: string;
|
|
1756
1757
|
status: "active" | "archived";
|
|
1757
|
-
slug: string;
|
|
1758
1758
|
title: string;
|
|
1759
|
+
slug: string;
|
|
1759
1760
|
groupIds: string[];
|
|
1760
|
-
description: string;
|
|
1761
1761
|
parentTopicId?: string | undefined;
|
|
1762
1762
|
} | {
|
|
1763
|
+
id: string;
|
|
1764
|
+
status: "active" | "completed" | "ready" | "superseded" | "draft";
|
|
1765
|
+
projectId: string;
|
|
1766
|
+
teamId: string;
|
|
1763
1767
|
objective: string;
|
|
1764
1768
|
completed: {
|
|
1765
1769
|
id: string;
|
|
1766
|
-
title: string;
|
|
1767
1770
|
description: string;
|
|
1771
|
+
title: string;
|
|
1768
1772
|
}[];
|
|
1769
|
-
|
|
1770
|
-
teamId: string;
|
|
1771
|
-
projectId: string;
|
|
1772
|
-
status: "completed" | "active" | "ready" | "draft" | "superseded";
|
|
1773
|
+
title: string;
|
|
1773
1774
|
revision: number;
|
|
1774
1775
|
createdAt: Date;
|
|
1775
|
-
title: string;
|
|
1776
1776
|
remaining: {
|
|
1777
1777
|
id: string;
|
|
1778
|
-
title: string;
|
|
1779
1778
|
description: string;
|
|
1779
|
+
title: string;
|
|
1780
1780
|
}[];
|
|
1781
1781
|
risks: {
|
|
1782
1782
|
id: string;
|
|
1783
|
-
title: string;
|
|
1784
1783
|
description: string;
|
|
1784
|
+
title: string;
|
|
1785
1785
|
}[];
|
|
1786
|
-
updatedAt?: Date | undefined;
|
|
1787
|
-
assignmentId?: string | undefined;
|
|
1788
1786
|
description?: string | undefined;
|
|
1787
|
+
decisionId?: string | undefined;
|
|
1788
|
+
capacityPlanId?: string | undefined;
|
|
1789
|
+
assignmentId?: string | undefined;
|
|
1790
|
+
updatedAt?: Date | undefined;
|
|
1789
1791
|
workdayId?: string | undefined;
|
|
1790
1792
|
resumeState?: {
|
|
1791
|
-
contextRefs: string[];
|
|
1792
1793
|
checkpoint: string;
|
|
1793
1794
|
nextAction: string;
|
|
1795
|
+
contextRefs: string[];
|
|
1794
1796
|
} | undefined;
|
|
1795
|
-
decisionId?: string | undefined;
|
|
1796
|
-
capacityPlanId?: string | undefined;
|
|
1797
1797
|
} | {
|
|
1798
1798
|
id: string;
|
|
1799
|
-
|
|
1799
|
+
status: "completed" | "cancelled" | "failed" | "admitted" | "running" | "suspended" | "pending" | "waiting" | "leased";
|
|
1800
1800
|
projectId: string;
|
|
1801
|
-
|
|
1802
|
-
createdAt: Date;
|
|
1801
|
+
teamId: string;
|
|
1803
1802
|
title: string;
|
|
1804
|
-
|
|
1803
|
+
createdAt: Date;
|
|
1805
1804
|
sequence: number;
|
|
1806
|
-
|
|
1807
|
-
assignmentId?: string | undefined;
|
|
1805
|
+
phase: string;
|
|
1808
1806
|
description?: string | undefined;
|
|
1807
|
+
reason?: string | undefined;
|
|
1808
|
+
assignmentId?: string | undefined;
|
|
1809
|
+
updatedAt?: Date | undefined;
|
|
1809
1810
|
workdayId?: string | undefined;
|
|
1810
1811
|
previousStatusRef?: {
|
|
1811
1812
|
id: string;
|
|
1812
1813
|
revision: number;
|
|
1813
1814
|
} | undefined;
|
|
1814
|
-
reason?: string | undefined;
|
|
1815
1815
|
progress?: number | undefined;
|
|
1816
1816
|
} | {
|
|
1817
1817
|
id: string;
|
|
1818
|
-
teamId: string;
|
|
1819
|
-
projectId: string;
|
|
1820
|
-
status: "completed" | "failed" | "cancelled" | "suspended";
|
|
1821
|
-
createdAt: Date;
|
|
1822
1818
|
summary: string;
|
|
1819
|
+
status: "completed" | "cancelled" | "failed" | "suspended";
|
|
1820
|
+
blockers: string[];
|
|
1821
|
+
projectId: string;
|
|
1822
|
+
teamId: string;
|
|
1823
1823
|
title: string;
|
|
1824
|
+
createdAt: Date;
|
|
1825
|
+
artifactRefs: string[];
|
|
1824
1826
|
lessons: string[];
|
|
1825
1827
|
performance: {
|
|
1826
|
-
metrics: Record<string, number>;
|
|
1827
1828
|
outcome: string;
|
|
1829
|
+
metrics: Record<string, number>;
|
|
1828
1830
|
};
|
|
1829
|
-
blockers: string[];
|
|
1830
|
-
artifactRefs: string[];
|
|
1831
1831
|
verificationRefs: string[];
|
|
1832
|
-
updatedAt?: Date | undefined;
|
|
1833
|
-
assignmentId?: string | undefined;
|
|
1834
1832
|
description?: string | undefined;
|
|
1833
|
+
assignmentId?: string | undefined;
|
|
1834
|
+
updatedAt?: Date | undefined;
|
|
1835
1835
|
workdayId?: string | undefined;
|
|
1836
1836
|
resumeState?: {
|
|
1837
|
-
contextRefs: string[];
|
|
1838
1837
|
checkpoint: string;
|
|
1839
1838
|
nextAction: string;
|
|
1839
|
+
contextRefs: string[];
|
|
1840
1840
|
} | undefined;
|
|
1841
1841
|
} | {
|
|
1842
1842
|
id: string;
|
|
1843
|
-
teamId: string;
|
|
1844
|
-
projectId: string;
|
|
1845
1843
|
status: string;
|
|
1846
|
-
|
|
1844
|
+
projectId: string;
|
|
1845
|
+
teamId: string;
|
|
1847
1846
|
title: string;
|
|
1848
|
-
|
|
1849
|
-
agentDefinitionRef: {
|
|
1850
|
-
id: string;
|
|
1851
|
-
revision: number;
|
|
1852
|
-
};
|
|
1853
|
-
activityProfile: string;
|
|
1847
|
+
createdAt: Date;
|
|
1854
1848
|
contextQueryRefs: {
|
|
1855
1849
|
id: string;
|
|
1856
1850
|
revision: number;
|
|
@@ -1863,100 +1857,106 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1863
1857
|
id: string;
|
|
1864
1858
|
revision: number;
|
|
1865
1859
|
}[];
|
|
1866
|
-
|
|
1860
|
+
agentId: string;
|
|
1867
1861
|
outcome: "failed" | "passed" | "needs-revision";
|
|
1862
|
+
agentDefinitionRef: {
|
|
1863
|
+
id: string;
|
|
1864
|
+
revision: number;
|
|
1865
|
+
};
|
|
1866
|
+
activityProfile: string;
|
|
1867
|
+
evaluatorId: string;
|
|
1868
1868
|
criteria: {
|
|
1869
1869
|
id: string;
|
|
1870
1870
|
outcome: "failed" | "passed" | "not-applicable";
|
|
1871
1871
|
evidenceRefs: string[];
|
|
1872
1872
|
notes?: string | undefined;
|
|
1873
1873
|
}[];
|
|
1874
|
-
updatedAt?: Date | undefined;
|
|
1875
|
-
assignmentId?: string | undefined;
|
|
1876
1874
|
description?: string | undefined;
|
|
1875
|
+
assignmentId?: string | undefined;
|
|
1876
|
+
updatedAt?: Date | undefined;
|
|
1877
1877
|
workdayId?: string | undefined;
|
|
1878
1878
|
score?: number | undefined;
|
|
1879
1879
|
} | {
|
|
1880
1880
|
title: string;
|
|
1881
|
-
|
|
1881
|
+
description?: string | undefined;
|
|
1882
1882
|
summary?: string | undefined;
|
|
1883
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1884
|
+
stage?: string | undefined;
|
|
1885
|
+
audience?: string[] | undefined;
|
|
1883
1886
|
updated_at?: Date | undefined;
|
|
1884
1887
|
slug?: string | undefined;
|
|
1885
|
-
audience?: string[] | undefined;
|
|
1886
|
-
description?: string | undefined;
|
|
1887
|
-
stage?: string | undefined;
|
|
1888
1888
|
page_layout?: "article" | "bridge" | undefined;
|
|
1889
1889
|
} | {
|
|
1890
1890
|
title: string;
|
|
1891
|
+
description?: string | undefined;
|
|
1892
|
+
summary?: string | undefined;
|
|
1893
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1891
1894
|
date?: Date | undefined;
|
|
1892
1895
|
draft?: boolean | undefined;
|
|
1893
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1894
|
-
summary?: string | undefined;
|
|
1895
|
-
group_ids?: string[] | undefined;
|
|
1896
|
-
related_books?: string[] | undefined;
|
|
1897
|
-
description?: string | undefined;
|
|
1898
|
-
related_questions?: string[] | undefined;
|
|
1899
|
-
related_objectives?: string[] | undefined;
|
|
1900
|
-
related_proposals?: string[] | undefined;
|
|
1901
|
-
related_decisions?: string[] | undefined;
|
|
1902
|
-
about?: string[] | undefined;
|
|
1903
1896
|
author?: string | undefined;
|
|
1904
|
-
feedback_kind?: "
|
|
1897
|
+
feedback_kind?: "support" | "question" | "concern" | "response" | undefined;
|
|
1905
1898
|
entity_refs?: {
|
|
1906
1899
|
id: string;
|
|
1907
1900
|
model: string;
|
|
1908
1901
|
commitSha?: string | undefined;
|
|
1909
1902
|
}[] | undefined;
|
|
1910
|
-
|
|
1911
|
-
title: string;
|
|
1912
|
-
date?: Date | undefined;
|
|
1913
|
-
draft?: boolean | undefined;
|
|
1914
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1915
|
-
summary?: string | undefined;
|
|
1903
|
+
about?: string[] | undefined;
|
|
1916
1904
|
group_ids?: string[] | undefined;
|
|
1917
|
-
related_books?: string[] | undefined;
|
|
1918
|
-
description?: string | undefined;
|
|
1919
|
-
related_questions?: string[] | undefined;
|
|
1920
1905
|
related_objectives?: string[] | undefined;
|
|
1906
|
+
related_questions?: string[] | undefined;
|
|
1921
1907
|
related_proposals?: string[] | undefined;
|
|
1922
1908
|
related_decisions?: string[] | undefined;
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1909
|
+
related_books?: string[] | undefined;
|
|
1910
|
+
} | {
|
|
1911
|
+
title: string;
|
|
1912
|
+
description?: string | undefined;
|
|
1913
|
+
summary?: string | undefined;
|
|
1914
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1915
|
+
date?: Date | undefined;
|
|
1916
|
+
draft?: boolean | undefined;
|
|
1927
1917
|
entity_refs?: {
|
|
1928
1918
|
id: string;
|
|
1929
1919
|
model: string;
|
|
1930
1920
|
commitSha?: string | undefined;
|
|
1931
1921
|
}[] | undefined;
|
|
1922
|
+
about?: string[] | undefined;
|
|
1923
|
+
group_ids?: string[] | undefined;
|
|
1924
|
+
related_objectives?: string[] | undefined;
|
|
1925
|
+
related_questions?: string[] | undefined;
|
|
1926
|
+
related_proposals?: string[] | undefined;
|
|
1927
|
+
related_decisions?: string[] | undefined;
|
|
1928
|
+
related_books?: string[] | undefined;
|
|
1929
|
+
question_type?: "research" | "evaluation" | "implementation" | "knowledge-gap" | "strategy" | undefined;
|
|
1930
|
+
motivation?: string | undefined;
|
|
1931
|
+
primary_contributor?: string | undefined;
|
|
1932
1932
|
} | {
|
|
1933
1933
|
title: string;
|
|
1934
|
+
description?: string | undefined;
|
|
1935
|
+
summary?: string | undefined;
|
|
1936
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1934
1937
|
date?: Date | undefined;
|
|
1935
1938
|
draft?: boolean | undefined;
|
|
1936
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1937
|
-
summary?: string | undefined;
|
|
1938
1939
|
group_ids?: string[] | undefined;
|
|
1939
|
-
related_books?: string[] | undefined;
|
|
1940
|
-
description?: string | undefined;
|
|
1941
|
-
related_questions?: string[] | undefined;
|
|
1942
1940
|
related_objectives?: string[] | undefined;
|
|
1941
|
+
related_questions?: string[] | undefined;
|
|
1943
1942
|
related_proposals?: string[] | undefined;
|
|
1944
1943
|
related_decisions?: string[] | undefined;
|
|
1945
|
-
|
|
1944
|
+
related_books?: string[] | undefined;
|
|
1946
1945
|
motivation?: string | undefined;
|
|
1946
|
+
primary_contributor?: string | undefined;
|
|
1947
1947
|
time_horizon?: "near-term" | "mid-term" | "long-term" | undefined;
|
|
1948
1948
|
} | {
|
|
1949
|
-
|
|
1950
|
-
status: "live" | "planned" | "in progress" | "exploratory" | "speculative";
|
|
1949
|
+
description: string;
|
|
1951
1950
|
summary: string;
|
|
1951
|
+
status: "planned" | "live" | "in progress" | "exploratory" | "speculative";
|
|
1952
|
+
date: Date;
|
|
1952
1953
|
title: string;
|
|
1953
|
-
description: string;
|
|
1954
|
-
primary_contributor: string;
|
|
1955
1954
|
motivation: string;
|
|
1955
|
+
primary_contributor: string;
|
|
1956
1956
|
proposal_type: string;
|
|
1957
|
-
draft?: boolean | undefined;
|
|
1958
1957
|
plan?: {
|
|
1959
1958
|
scope: string[];
|
|
1959
|
+
verification: string[];
|
|
1960
1960
|
risks: string[];
|
|
1961
1961
|
desiredOutcome: string;
|
|
1962
1962
|
currentProblem: string;
|
|
@@ -1966,16 +1966,16 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1966
1966
|
acceptanceCriteria: string[];
|
|
1967
1967
|
dependencies: string[];
|
|
1968
1968
|
alternatives: string[];
|
|
1969
|
-
verification: string[];
|
|
1970
1969
|
openQuestions?: string[] | undefined;
|
|
1971
1970
|
} | undefined;
|
|
1971
|
+
draft?: boolean | undefined;
|
|
1972
1972
|
group_ids?: string[] | undefined;
|
|
1973
|
-
related_books?: string[] | undefined;
|
|
1974
|
-
related_notes?: string[] | undefined;
|
|
1975
|
-
related_questions?: string[] | undefined;
|
|
1976
1973
|
related_objectives?: string[] | undefined;
|
|
1974
|
+
related_questions?: string[] | undefined;
|
|
1977
1975
|
related_proposals?: string[] | undefined;
|
|
1978
1976
|
related_decisions?: string[] | undefined;
|
|
1977
|
+
related_books?: string[] | undefined;
|
|
1978
|
+
related_notes?: string[] | undefined;
|
|
1979
1979
|
evidence_refs?: string[] | undefined;
|
|
1980
1980
|
decision_dependencies?: {
|
|
1981
1981
|
projectId: string;
|
|
@@ -1983,74 +1983,74 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1983
1983
|
}[] | undefined;
|
|
1984
1984
|
} | {
|
|
1985
1985
|
title: string;
|
|
1986
|
+
description?: string | undefined;
|
|
1987
|
+
summary?: string | undefined;
|
|
1988
|
+
authority?: string | undefined;
|
|
1989
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1986
1990
|
date?: Date | undefined;
|
|
1987
1991
|
draft?: boolean | undefined;
|
|
1988
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1989
|
-
summary?: string | undefined;
|
|
1990
1992
|
group_ids?: string[] | undefined;
|
|
1991
|
-
related_books?: string[] | undefined;
|
|
1992
|
-
description?: string | undefined;
|
|
1993
|
-
related_notes?: string[] | undefined;
|
|
1994
|
-
related_questions?: string[] | undefined;
|
|
1995
1993
|
related_objectives?: string[] | undefined;
|
|
1994
|
+
related_questions?: string[] | undefined;
|
|
1996
1995
|
related_proposals?: string[] | undefined;
|
|
1997
1996
|
related_decisions?: string[] | undefined;
|
|
1997
|
+
related_books?: string[] | undefined;
|
|
1998
1998
|
primary_contributor?: string | undefined;
|
|
1999
|
-
|
|
2000
|
-
|
|
1999
|
+
related_notes?: string[] | undefined;
|
|
2000
|
+
decision_type?: "approved" | "rejected" | "deferred" | "superseded" | "request_changes" | undefined;
|
|
2001
2001
|
rationale?: string | undefined;
|
|
2002
2002
|
} | {
|
|
2003
|
-
id: string;
|
|
2004
2003
|
schemaVersion: "treeseed.book/v2";
|
|
2005
|
-
|
|
2006
|
-
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
2004
|
+
id: string;
|
|
2007
2005
|
summary: string;
|
|
2008
|
-
|
|
2006
|
+
status: "archived" | "review" | "draft" | "published";
|
|
2009
2007
|
title: string;
|
|
2008
|
+
slug: string;
|
|
2009
|
+
visibility: "team" | "project" | "public" | "authenticated" | "admin";
|
|
2010
2010
|
order: number;
|
|
2011
|
+
description?: string | undefined;
|
|
2011
2012
|
audience?: string[] | undefined;
|
|
2012
2013
|
groupIds?: string[] | undefined;
|
|
2013
|
-
description?: string | undefined;
|
|
2014
2014
|
relatedBookIds?: string[] | undefined;
|
|
2015
2015
|
} | {
|
|
2016
|
-
id: string;
|
|
2017
2016
|
schemaVersion: "treeseed.knowledge-page/v1";
|
|
2018
|
-
|
|
2019
|
-
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
2017
|
+
id: string;
|
|
2020
2018
|
summary: string;
|
|
2021
|
-
|
|
2019
|
+
status: "archived" | "review" | "draft" | "published";
|
|
2022
2020
|
title: string;
|
|
2021
|
+
slug: string;
|
|
2022
|
+
visibility: "team" | "project" | "public" | "authenticated" | "admin";
|
|
2023
2023
|
bookId: string;
|
|
2024
|
-
groupIds?: string[] | undefined;
|
|
2025
2024
|
description?: string | undefined;
|
|
2025
|
+
groupIds?: string[] | undefined;
|
|
2026
2026
|
order?: number | undefined;
|
|
2027
2027
|
} | {
|
|
2028
2028
|
name: string;
|
|
2029
|
-
|
|
2029
|
+
description?: string | undefined;
|
|
2030
2030
|
summary?: string | undefined;
|
|
2031
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
2032
|
+
role?: string | undefined;
|
|
2031
2033
|
group_ids?: string[] | undefined;
|
|
2032
|
-
description?: string | undefined;
|
|
2033
|
-
related_questions?: string[] | undefined;
|
|
2034
2034
|
related_objectives?: string[] | undefined;
|
|
2035
|
-
|
|
2035
|
+
related_questions?: string[] | undefined;
|
|
2036
2036
|
affiliation?: string | undefined;
|
|
2037
2037
|
} | {
|
|
2038
2038
|
title: string;
|
|
2039
2039
|
status?: "active" | "archived" | undefined;
|
|
2040
2040
|
created_at?: Date | undefined;
|
|
2041
2041
|
updated_at?: Date | undefined;
|
|
2042
|
+
group_ids?: string[] | undefined;
|
|
2042
2043
|
topic?: string | undefined;
|
|
2043
2044
|
team_id?: string | undefined;
|
|
2044
2045
|
project_id?: string | undefined;
|
|
2045
2046
|
participant_ids?: string[] | undefined;
|
|
2046
2047
|
agent_ids?: string[] | undefined;
|
|
2047
|
-
group_ids?: string[] | undefined;
|
|
2048
2048
|
parent_workday_id?: string | undefined;
|
|
2049
2049
|
legacy_status?: "open" | "resolved" | undefined;
|
|
2050
2050
|
} | {
|
|
2051
2051
|
title: string;
|
|
2052
|
-
intent?: "discuss" | "propose" | undefined;
|
|
2053
2052
|
created_at?: Date | undefined;
|
|
2053
|
+
intent?: "discuss" | "propose" | undefined;
|
|
2054
2054
|
group_ids?: string[] | undefined;
|
|
2055
2055
|
parent_workday_id?: string | undefined;
|
|
2056
2056
|
discussion_id?: string | undefined;
|
|
@@ -2065,27 +2065,27 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
2065
2065
|
resulting_operation_id?: string | undefined;
|
|
2066
2066
|
} | {
|
|
2067
2067
|
title: string;
|
|
2068
|
+
sequence?: number | undefined;
|
|
2069
|
+
phase?: string | undefined;
|
|
2068
2070
|
group_ids?: string[] | undefined;
|
|
2069
2071
|
discussion_id?: string | undefined;
|
|
2070
|
-
phase?: string | undefined;
|
|
2071
|
-
sequence?: number | undefined;
|
|
2072
2072
|
occurred_at?: Date | undefined;
|
|
2073
2073
|
refs?: string[] | undefined;
|
|
2074
2074
|
} | {
|
|
2075
2075
|
id: string;
|
|
2076
|
-
name: string;
|
|
2077
|
-
slug: string;
|
|
2078
2076
|
classification: string;
|
|
2077
|
+
name: string;
|
|
2079
2078
|
description: string;
|
|
2079
|
+
slug: string;
|
|
2080
2080
|
contract: "treeseed.group/v1";
|
|
2081
2081
|
status?: "active" | "archived" | undefined;
|
|
2082
2082
|
aliases?: string[] | undefined;
|
|
2083
2083
|
} | {
|
|
2084
2084
|
id: string;
|
|
2085
|
+
contract: "treeseed.group-edge/v1";
|
|
2085
2086
|
from_group_id: string;
|
|
2086
2087
|
to_group_id: string;
|
|
2087
2088
|
predicate: string;
|
|
2088
|
-
contract: "treeseed.group-edge/v1";
|
|
2089
2089
|
propagates_membership?: boolean | undefined;
|
|
2090
2090
|
} | null;
|
|
2091
2091
|
diagnostics: {
|