@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
|
@@ -12,17 +12,17 @@ export declare const agentContextQueryContentSchema: z.ZodObject<{
|
|
|
12
12
|
models: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
13
13
|
paths: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
14
14
|
}, "strict", z.ZodTypeAny, {
|
|
15
|
-
kind: "
|
|
16
|
-
models?: string[] | undefined;
|
|
15
|
+
kind: "code" | "content" | "mixed" | "graph";
|
|
17
16
|
paths?: string[] | undefined;
|
|
18
|
-
}, {
|
|
19
|
-
kind: "content" | "mixed" | "graph" | "code";
|
|
20
17
|
models?: string[] | undefined;
|
|
18
|
+
}, {
|
|
19
|
+
kind: "code" | "content" | "mixed" | "graph";
|
|
21
20
|
paths?: string[] | undefined;
|
|
21
|
+
models?: string[] | undefined;
|
|
22
22
|
}>;
|
|
23
23
|
scope: z.ZodOptional<z.ZodString>;
|
|
24
24
|
codeScopes: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
25
|
-
relations: z.ZodDefault<z.ZodArray<z.ZodEnum<[import("../../
|
|
25
|
+
relations: z.ZodDefault<z.ZodArray<z.ZodEnum<[import("../../sdk-types/support/sdk-search-request.js").SdkGraphDslRelation, ...import("../../sdk-types/support/sdk-search-request.js").SdkGraphDslRelation[]]>, "many">>;
|
|
26
26
|
depth: z.ZodDefault<z.ZodNumber>;
|
|
27
27
|
resultLimit: z.ZodNumber;
|
|
28
28
|
contextBudget: z.ZodObject<{
|
|
@@ -41,56 +41,56 @@ export declare const agentContextQueryContentSchema: z.ZodObject<{
|
|
|
41
41
|
required: z.ZodDefault<z.ZodBoolean>;
|
|
42
42
|
}, "strict", z.ZodTypeAny, {
|
|
43
43
|
id: string;
|
|
44
|
+
required: boolean;
|
|
45
|
+
description: string;
|
|
46
|
+
query: string;
|
|
47
|
+
title: string;
|
|
48
|
+
revision: number;
|
|
49
|
+
filters: Record<string, unknown>;
|
|
44
50
|
target: {
|
|
45
|
-
kind: "
|
|
46
|
-
models?: string[] | undefined;
|
|
51
|
+
kind: "code" | "content" | "mixed" | "graph";
|
|
47
52
|
paths?: string[] | undefined;
|
|
53
|
+
models?: string[] | undefined;
|
|
48
54
|
};
|
|
49
|
-
revision: number;
|
|
50
|
-
title: string;
|
|
51
|
-
query: string;
|
|
52
|
-
description: string;
|
|
53
|
-
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
54
|
-
purpose: string;
|
|
55
|
-
relations: import("../../index.js").SdkGraphDslRelation[];
|
|
56
55
|
depth: number;
|
|
56
|
+
purpose: string;
|
|
57
|
+
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
58
|
+
relations: import("../../sdk-types/support/sdk-search-request.js").SdkGraphDslRelation[];
|
|
57
59
|
resultLimit: number;
|
|
58
60
|
contextBudget: {
|
|
59
61
|
maxItems: number;
|
|
60
62
|
maxCharacters?: number | undefined;
|
|
61
63
|
};
|
|
62
64
|
tokenBudget: number;
|
|
63
|
-
format: "
|
|
64
|
-
filters: Record<string, unknown>;
|
|
65
|
-
required: boolean;
|
|
65
|
+
format: "map" | "summary" | "list" | "brief" | "full" | "sources";
|
|
66
66
|
scope?: string | undefined;
|
|
67
67
|
codeScopes?: string[] | undefined;
|
|
68
68
|
}, {
|
|
69
69
|
id: string;
|
|
70
|
+
description: string;
|
|
71
|
+
query: string;
|
|
72
|
+
title: string;
|
|
73
|
+
revision: number;
|
|
70
74
|
target: {
|
|
71
|
-
kind: "
|
|
72
|
-
models?: string[] | undefined;
|
|
75
|
+
kind: "code" | "content" | "mixed" | "graph";
|
|
73
76
|
paths?: string[] | undefined;
|
|
77
|
+
models?: string[] | undefined;
|
|
74
78
|
};
|
|
75
|
-
revision: number;
|
|
76
|
-
title: string;
|
|
77
|
-
query: string;
|
|
78
|
-
description: string;
|
|
79
|
-
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
80
79
|
purpose: string;
|
|
80
|
+
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
81
81
|
resultLimit: number;
|
|
82
82
|
contextBudget: {
|
|
83
83
|
maxItems: number;
|
|
84
84
|
maxCharacters?: number | undefined;
|
|
85
85
|
};
|
|
86
86
|
tokenBudget: number;
|
|
87
|
+
required?: boolean | undefined;
|
|
87
88
|
scope?: string | undefined;
|
|
88
|
-
codeScopes?: string[] | undefined;
|
|
89
|
-
relations?: import("../../index.js").SdkGraphDslRelation[] | undefined;
|
|
90
|
-
depth?: number | undefined;
|
|
91
|
-
format?: "full" | "map" | "summary" | "list" | "brief" | "sources" | undefined;
|
|
92
89
|
filters?: Record<string, unknown> | undefined;
|
|
93
|
-
|
|
90
|
+
depth?: number | undefined;
|
|
91
|
+
codeScopes?: string[] | undefined;
|
|
92
|
+
relations?: import("../../sdk-types/support/sdk-search-request.js").SdkGraphDslRelation[] | undefined;
|
|
93
|
+
format?: "map" | "summary" | "list" | "brief" | "full" | "sources" | undefined;
|
|
94
94
|
}>;
|
|
95
95
|
export declare const agentContextQuerySetContentSchema: z.ZodObject<{
|
|
96
96
|
id: z.ZodString;
|
|
@@ -110,9 +110,9 @@ export declare const agentContextQuerySetContentSchema: z.ZodObject<{
|
|
|
110
110
|
mergePolicy: z.ZodDefault<z.ZodEnum<["append", "replace"]>>;
|
|
111
111
|
}, "strict", z.ZodTypeAny, {
|
|
112
112
|
id: string;
|
|
113
|
-
revision: number;
|
|
114
|
-
title: string;
|
|
115
113
|
description: string;
|
|
114
|
+
title: string;
|
|
115
|
+
revision: number;
|
|
116
116
|
queryRefs: {
|
|
117
117
|
id: string;
|
|
118
118
|
revision: number;
|
|
@@ -120,9 +120,9 @@ export declare const agentContextQuerySetContentSchema: z.ZodObject<{
|
|
|
120
120
|
mergePolicy: "replace" | "append";
|
|
121
121
|
}, {
|
|
122
122
|
id: string;
|
|
123
|
-
revision: number;
|
|
124
|
-
title: string;
|
|
125
123
|
description: string;
|
|
124
|
+
title: string;
|
|
125
|
+
revision: number;
|
|
126
126
|
queryRefs: {
|
|
127
127
|
id: string;
|
|
128
128
|
revision: number;
|
|
@@ -141,20 +141,20 @@ export declare const agentInstructionTemplateContentSchema: z.ZodObject<{
|
|
|
141
141
|
appliesToProfiles: z.ZodDefault<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
142
142
|
}, "strict", z.ZodTypeAny, {
|
|
143
143
|
id: string;
|
|
144
|
-
|
|
145
|
-
title: string;
|
|
144
|
+
kind: "message" | "summary" | "status" | "plan";
|
|
146
145
|
description: string;
|
|
147
|
-
|
|
146
|
+
title: string;
|
|
147
|
+
revision: number;
|
|
148
148
|
instructions: string;
|
|
149
149
|
variables: string[];
|
|
150
150
|
appliesToProfiles: string[];
|
|
151
151
|
outputSkeleton?: string | undefined;
|
|
152
152
|
}, {
|
|
153
153
|
id: string;
|
|
154
|
-
|
|
155
|
-
title: string;
|
|
154
|
+
kind: "message" | "summary" | "status" | "plan";
|
|
156
155
|
description: string;
|
|
157
|
-
|
|
156
|
+
title: string;
|
|
157
|
+
revision: number;
|
|
158
158
|
instructions: string;
|
|
159
159
|
outputSkeleton?: string | undefined;
|
|
160
160
|
variables?: string[] | undefined;
|
|
@@ -170,18 +170,18 @@ export declare const discussionTopicContentSchema: z.ZodObject<{
|
|
|
170
170
|
status: z.ZodDefault<z.ZodEnum<["active", "archived"]>>;
|
|
171
171
|
}, "strict", z.ZodTypeAny, {
|
|
172
172
|
id: string;
|
|
173
|
+
description: string;
|
|
173
174
|
status: "active" | "archived";
|
|
174
|
-
slug: string;
|
|
175
175
|
title: string;
|
|
176
|
+
slug: string;
|
|
176
177
|
groupIds: string[];
|
|
177
|
-
description: string;
|
|
178
178
|
parentTopicId?: string | undefined;
|
|
179
179
|
}, {
|
|
180
180
|
id: string;
|
|
181
|
-
|
|
181
|
+
description: string;
|
|
182
182
|
title: string;
|
|
183
|
+
slug: string;
|
|
183
184
|
groupIds: string[];
|
|
184
|
-
description: string;
|
|
185
185
|
status?: "active" | "archived" | undefined;
|
|
186
186
|
parentTopicId?: string | undefined;
|
|
187
187
|
}>;
|
|
@@ -205,12 +205,12 @@ export declare const assignmentPlanContentSchema: z.ZodObject<{
|
|
|
205
205
|
description: z.ZodString;
|
|
206
206
|
}, "strict", z.ZodTypeAny, {
|
|
207
207
|
id: string;
|
|
208
|
-
title: string;
|
|
209
208
|
description: string;
|
|
209
|
+
title: string;
|
|
210
210
|
}, {
|
|
211
211
|
id: string;
|
|
212
|
-
title: string;
|
|
213
212
|
description: string;
|
|
213
|
+
title: string;
|
|
214
214
|
}>, "many">>;
|
|
215
215
|
remaining: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
216
216
|
id: z.ZodString;
|
|
@@ -218,12 +218,12 @@ export declare const assignmentPlanContentSchema: z.ZodObject<{
|
|
|
218
218
|
description: z.ZodString;
|
|
219
219
|
}, "strict", z.ZodTypeAny, {
|
|
220
220
|
id: string;
|
|
221
|
-
title: string;
|
|
222
221
|
description: string;
|
|
222
|
+
title: string;
|
|
223
223
|
}, {
|
|
224
224
|
id: string;
|
|
225
|
-
title: string;
|
|
226
225
|
description: string;
|
|
226
|
+
title: string;
|
|
227
227
|
}>, "many">>;
|
|
228
228
|
risks: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
229
229
|
id: z.ZodString;
|
|
@@ -231,21 +231,21 @@ export declare const assignmentPlanContentSchema: z.ZodObject<{
|
|
|
231
231
|
description: z.ZodString;
|
|
232
232
|
}, "strict", z.ZodTypeAny, {
|
|
233
233
|
id: string;
|
|
234
|
-
title: string;
|
|
235
234
|
description: string;
|
|
235
|
+
title: string;
|
|
236
236
|
}, {
|
|
237
237
|
id: string;
|
|
238
|
-
title: string;
|
|
239
238
|
description: string;
|
|
239
|
+
title: string;
|
|
240
240
|
}>, "many">>;
|
|
241
241
|
resumeState: z.ZodOptional<z.ZodObject<{
|
|
242
242
|
checkpoint: z.ZodString;
|
|
243
243
|
nextAction: z.ZodString;
|
|
244
244
|
contextRefs: z.ZodDefault<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
245
245
|
}, "strict", z.ZodTypeAny, {
|
|
246
|
-
contextRefs: string[];
|
|
247
246
|
checkpoint: string;
|
|
248
247
|
nextAction: string;
|
|
248
|
+
contextRefs: string[];
|
|
249
249
|
}, {
|
|
250
250
|
checkpoint: string;
|
|
251
251
|
nextAction: string;
|
|
@@ -254,75 +254,75 @@ export declare const assignmentPlanContentSchema: z.ZodObject<{
|
|
|
254
254
|
decisionId: z.ZodOptional<z.ZodString>;
|
|
255
255
|
capacityPlanId: z.ZodOptional<z.ZodString>;
|
|
256
256
|
}, "strict", z.ZodTypeAny, {
|
|
257
|
+
id: string;
|
|
258
|
+
status: "active" | "completed" | "ready" | "superseded" | "draft";
|
|
259
|
+
projectId: string;
|
|
260
|
+
teamId: string;
|
|
257
261
|
objective: string;
|
|
258
262
|
completed: {
|
|
259
263
|
id: string;
|
|
260
|
-
title: string;
|
|
261
264
|
description: string;
|
|
265
|
+
title: string;
|
|
262
266
|
}[];
|
|
263
|
-
|
|
264
|
-
teamId: string;
|
|
265
|
-
projectId: string;
|
|
266
|
-
status: "completed" | "active" | "ready" | "draft" | "superseded";
|
|
267
|
+
title: string;
|
|
267
268
|
revision: number;
|
|
268
269
|
createdAt: Date;
|
|
269
|
-
title: string;
|
|
270
270
|
remaining: {
|
|
271
271
|
id: string;
|
|
272
|
-
title: string;
|
|
273
272
|
description: string;
|
|
273
|
+
title: string;
|
|
274
274
|
}[];
|
|
275
275
|
risks: {
|
|
276
276
|
id: string;
|
|
277
|
-
title: string;
|
|
278
277
|
description: string;
|
|
278
|
+
title: string;
|
|
279
279
|
}[];
|
|
280
|
-
updatedAt?: Date | undefined;
|
|
281
|
-
assignmentId?: string | undefined;
|
|
282
280
|
description?: string | undefined;
|
|
281
|
+
decisionId?: string | undefined;
|
|
282
|
+
capacityPlanId?: string | undefined;
|
|
283
|
+
assignmentId?: string | undefined;
|
|
284
|
+
updatedAt?: Date | undefined;
|
|
283
285
|
workdayId?: string | undefined;
|
|
284
286
|
resumeState?: {
|
|
285
|
-
contextRefs: string[];
|
|
286
287
|
checkpoint: string;
|
|
287
288
|
nextAction: string;
|
|
289
|
+
contextRefs: string[];
|
|
288
290
|
} | undefined;
|
|
289
|
-
decisionId?: string | undefined;
|
|
290
|
-
capacityPlanId?: string | undefined;
|
|
291
291
|
}, {
|
|
292
|
-
objective: string;
|
|
293
292
|
id: string;
|
|
294
|
-
|
|
293
|
+
status: "active" | "completed" | "ready" | "superseded" | "draft";
|
|
295
294
|
projectId: string;
|
|
296
|
-
|
|
295
|
+
teamId: string;
|
|
296
|
+
objective: string;
|
|
297
|
+
title: string;
|
|
297
298
|
revision: number;
|
|
298
299
|
createdAt: Date;
|
|
299
|
-
|
|
300
|
+
description?: string | undefined;
|
|
301
|
+
decisionId?: string | undefined;
|
|
302
|
+
capacityPlanId?: string | undefined;
|
|
303
|
+
assignmentId?: string | undefined;
|
|
300
304
|
completed?: {
|
|
301
305
|
id: string;
|
|
302
|
-
title: string;
|
|
303
306
|
description: string;
|
|
307
|
+
title: string;
|
|
304
308
|
}[] | undefined;
|
|
305
309
|
updatedAt?: Date | undefined;
|
|
306
|
-
assignmentId?: string | undefined;
|
|
307
|
-
description?: string | undefined;
|
|
308
310
|
workdayId?: string | undefined;
|
|
309
311
|
remaining?: {
|
|
310
312
|
id: string;
|
|
311
|
-
title: string;
|
|
312
313
|
description: string;
|
|
314
|
+
title: string;
|
|
313
315
|
}[] | undefined;
|
|
314
316
|
risks?: {
|
|
315
317
|
id: string;
|
|
316
|
-
title: string;
|
|
317
318
|
description: string;
|
|
319
|
+
title: string;
|
|
318
320
|
}[] | undefined;
|
|
319
321
|
resumeState?: {
|
|
320
322
|
checkpoint: string;
|
|
321
323
|
nextAction: string;
|
|
322
324
|
contextRefs?: string[] | undefined;
|
|
323
325
|
} | undefined;
|
|
324
|
-
decisionId?: string | undefined;
|
|
325
|
-
capacityPlanId?: string | undefined;
|
|
326
326
|
}>;
|
|
327
327
|
export declare const assignmentStatusContentSchema: z.ZodEffects<z.ZodObject<{
|
|
328
328
|
id: z.ZodString;
|
|
@@ -352,79 +352,79 @@ export declare const assignmentStatusContentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
352
352
|
progress: z.ZodOptional<z.ZodNumber>;
|
|
353
353
|
}, "strict", z.ZodTypeAny, {
|
|
354
354
|
id: string;
|
|
355
|
-
|
|
355
|
+
status: "completed" | "cancelled" | "failed" | "admitted" | "running" | "suspended" | "pending" | "waiting" | "leased";
|
|
356
356
|
projectId: string;
|
|
357
|
-
|
|
358
|
-
createdAt: Date;
|
|
357
|
+
teamId: string;
|
|
359
358
|
title: string;
|
|
360
|
-
|
|
359
|
+
createdAt: Date;
|
|
361
360
|
sequence: number;
|
|
362
|
-
|
|
363
|
-
assignmentId?: string | undefined;
|
|
361
|
+
phase: string;
|
|
364
362
|
description?: string | undefined;
|
|
363
|
+
reason?: string | undefined;
|
|
364
|
+
assignmentId?: string | undefined;
|
|
365
|
+
updatedAt?: Date | undefined;
|
|
365
366
|
workdayId?: string | undefined;
|
|
366
367
|
previousStatusRef?: {
|
|
367
368
|
id: string;
|
|
368
369
|
revision: number;
|
|
369
370
|
} | undefined;
|
|
370
|
-
reason?: string | undefined;
|
|
371
371
|
progress?: number | undefined;
|
|
372
372
|
}, {
|
|
373
373
|
id: string;
|
|
374
|
-
|
|
374
|
+
status: "completed" | "cancelled" | "failed" | "admitted" | "running" | "suspended" | "pending" | "waiting" | "leased";
|
|
375
375
|
projectId: string;
|
|
376
|
-
|
|
377
|
-
createdAt: Date;
|
|
376
|
+
teamId: string;
|
|
378
377
|
title: string;
|
|
379
|
-
|
|
378
|
+
createdAt: Date;
|
|
380
379
|
sequence: number;
|
|
381
|
-
|
|
382
|
-
assignmentId?: string | undefined;
|
|
380
|
+
phase: string;
|
|
383
381
|
description?: string | undefined;
|
|
382
|
+
reason?: string | undefined;
|
|
383
|
+
assignmentId?: string | undefined;
|
|
384
|
+
updatedAt?: Date | undefined;
|
|
384
385
|
workdayId?: string | undefined;
|
|
385
386
|
previousStatusRef?: {
|
|
386
387
|
id: string;
|
|
387
388
|
revision: number;
|
|
388
389
|
} | undefined;
|
|
389
|
-
reason?: string | undefined;
|
|
390
390
|
progress?: number | undefined;
|
|
391
391
|
}>, {
|
|
392
392
|
id: string;
|
|
393
|
-
|
|
393
|
+
status: "completed" | "cancelled" | "failed" | "admitted" | "running" | "suspended" | "pending" | "waiting" | "leased";
|
|
394
394
|
projectId: string;
|
|
395
|
-
|
|
396
|
-
createdAt: Date;
|
|
395
|
+
teamId: string;
|
|
397
396
|
title: string;
|
|
398
|
-
|
|
397
|
+
createdAt: Date;
|
|
399
398
|
sequence: number;
|
|
400
|
-
|
|
401
|
-
assignmentId?: string | undefined;
|
|
399
|
+
phase: string;
|
|
402
400
|
description?: string | undefined;
|
|
401
|
+
reason?: string | undefined;
|
|
402
|
+
assignmentId?: string | undefined;
|
|
403
|
+
updatedAt?: Date | undefined;
|
|
403
404
|
workdayId?: string | undefined;
|
|
404
405
|
previousStatusRef?: {
|
|
405
406
|
id: string;
|
|
406
407
|
revision: number;
|
|
407
408
|
} | undefined;
|
|
408
|
-
reason?: string | undefined;
|
|
409
409
|
progress?: number | undefined;
|
|
410
410
|
}, {
|
|
411
411
|
id: string;
|
|
412
|
-
|
|
412
|
+
status: "completed" | "cancelled" | "failed" | "admitted" | "running" | "suspended" | "pending" | "waiting" | "leased";
|
|
413
413
|
projectId: string;
|
|
414
|
-
|
|
415
|
-
createdAt: Date;
|
|
414
|
+
teamId: string;
|
|
416
415
|
title: string;
|
|
417
|
-
|
|
416
|
+
createdAt: Date;
|
|
418
417
|
sequence: number;
|
|
419
|
-
|
|
420
|
-
assignmentId?: string | undefined;
|
|
418
|
+
phase: string;
|
|
421
419
|
description?: string | undefined;
|
|
420
|
+
reason?: string | undefined;
|
|
421
|
+
assignmentId?: string | undefined;
|
|
422
|
+
updatedAt?: Date | undefined;
|
|
422
423
|
workdayId?: string | undefined;
|
|
423
424
|
previousStatusRef?: {
|
|
424
425
|
id: string;
|
|
425
426
|
revision: number;
|
|
426
427
|
} | undefined;
|
|
427
|
-
reason?: string | undefined;
|
|
428
428
|
progress?: number | undefined;
|
|
429
429
|
}>;
|
|
430
430
|
export declare const assignmentSummaryContentSchema: z.ZodObject<{
|
|
@@ -445,8 +445,8 @@ export declare const assignmentSummaryContentSchema: z.ZodObject<{
|
|
|
445
445
|
outcome: z.ZodString;
|
|
446
446
|
metrics: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
447
447
|
}, "strict", z.ZodTypeAny, {
|
|
448
|
-
metrics: Record<string, number>;
|
|
449
448
|
outcome: string;
|
|
449
|
+
metrics: Record<string, number>;
|
|
450
450
|
}, {
|
|
451
451
|
outcome: string;
|
|
452
452
|
metrics?: Record<string, number> | undefined;
|
|
@@ -457,9 +457,9 @@ export declare const assignmentSummaryContentSchema: z.ZodObject<{
|
|
|
457
457
|
nextAction: z.ZodString;
|
|
458
458
|
contextRefs: z.ZodDefault<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
459
459
|
}, "strict", z.ZodTypeAny, {
|
|
460
|
-
contextRefs: string[];
|
|
461
460
|
checkpoint: string;
|
|
462
461
|
nextAction: string;
|
|
462
|
+
contextRefs: string[];
|
|
463
463
|
}, {
|
|
464
464
|
checkpoint: string;
|
|
465
465
|
nextAction: string;
|
|
@@ -469,53 +469,53 @@ export declare const assignmentSummaryContentSchema: z.ZodObject<{
|
|
|
469
469
|
verificationRefs: z.ZodDefault<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
470
470
|
}, "strict", z.ZodTypeAny, {
|
|
471
471
|
id: string;
|
|
472
|
-
teamId: string;
|
|
473
|
-
projectId: string;
|
|
474
|
-
status: "completed" | "failed" | "cancelled" | "suspended";
|
|
475
|
-
createdAt: Date;
|
|
476
472
|
summary: string;
|
|
473
|
+
status: "completed" | "cancelled" | "failed" | "suspended";
|
|
474
|
+
blockers: string[];
|
|
475
|
+
projectId: string;
|
|
476
|
+
teamId: string;
|
|
477
477
|
title: string;
|
|
478
|
+
createdAt: Date;
|
|
479
|
+
artifactRefs: string[];
|
|
478
480
|
lessons: string[];
|
|
479
481
|
performance: {
|
|
480
|
-
metrics: Record<string, number>;
|
|
481
482
|
outcome: string;
|
|
483
|
+
metrics: Record<string, number>;
|
|
482
484
|
};
|
|
483
|
-
blockers: string[];
|
|
484
|
-
artifactRefs: string[];
|
|
485
485
|
verificationRefs: string[];
|
|
486
|
-
updatedAt?: Date | undefined;
|
|
487
|
-
assignmentId?: string | undefined;
|
|
488
486
|
description?: string | undefined;
|
|
487
|
+
assignmentId?: string | undefined;
|
|
488
|
+
updatedAt?: Date | undefined;
|
|
489
489
|
workdayId?: string | undefined;
|
|
490
490
|
resumeState?: {
|
|
491
|
-
contextRefs: string[];
|
|
492
491
|
checkpoint: string;
|
|
493
492
|
nextAction: string;
|
|
493
|
+
contextRefs: string[];
|
|
494
494
|
} | undefined;
|
|
495
495
|
}, {
|
|
496
496
|
id: string;
|
|
497
|
-
teamId: string;
|
|
498
|
-
projectId: string;
|
|
499
|
-
status: "completed" | "failed" | "cancelled" | "suspended";
|
|
500
|
-
createdAt: Date;
|
|
501
497
|
summary: string;
|
|
498
|
+
status: "completed" | "cancelled" | "failed" | "suspended";
|
|
499
|
+
projectId: string;
|
|
500
|
+
teamId: string;
|
|
502
501
|
title: string;
|
|
502
|
+
createdAt: Date;
|
|
503
503
|
performance: {
|
|
504
504
|
outcome: string;
|
|
505
505
|
metrics?: Record<string, number> | undefined;
|
|
506
506
|
};
|
|
507
|
-
updatedAt?: Date | undefined;
|
|
508
|
-
assignmentId?: string | undefined;
|
|
509
507
|
description?: string | undefined;
|
|
508
|
+
blockers?: string[] | undefined;
|
|
509
|
+
assignmentId?: string | undefined;
|
|
510
|
+
updatedAt?: Date | undefined;
|
|
510
511
|
workdayId?: string | undefined;
|
|
512
|
+
artifactRefs?: string[] | undefined;
|
|
511
513
|
resumeState?: {
|
|
512
514
|
checkpoint: string;
|
|
513
515
|
nextAction: string;
|
|
514
516
|
contextRefs?: string[] | undefined;
|
|
515
517
|
} | undefined;
|
|
516
518
|
lessons?: string[] | undefined;
|
|
517
|
-
blockers?: string[] | undefined;
|
|
518
|
-
artifactRefs?: string[] | undefined;
|
|
519
519
|
verificationRefs?: string[] | undefined;
|
|
520
520
|
}>;
|
|
521
521
|
export declare const agentEvaluationContentSchema: z.ZodObject<{
|
|
@@ -593,17 +593,11 @@ export declare const agentEvaluationContentSchema: z.ZodObject<{
|
|
|
593
593
|
}>, "many">;
|
|
594
594
|
}, "strict", z.ZodTypeAny, {
|
|
595
595
|
id: string;
|
|
596
|
-
teamId: string;
|
|
597
|
-
projectId: string;
|
|
598
596
|
status: string;
|
|
599
|
-
|
|
597
|
+
projectId: string;
|
|
598
|
+
teamId: string;
|
|
600
599
|
title: string;
|
|
601
|
-
|
|
602
|
-
agentDefinitionRef: {
|
|
603
|
-
id: string;
|
|
604
|
-
revision: number;
|
|
605
|
-
};
|
|
606
|
-
activityProfile: string;
|
|
600
|
+
createdAt: Date;
|
|
607
601
|
contextQueryRefs: {
|
|
608
602
|
id: string;
|
|
609
603
|
revision: number;
|
|
@@ -616,44 +610,49 @@ export declare const agentEvaluationContentSchema: z.ZodObject<{
|
|
|
616
610
|
id: string;
|
|
617
611
|
revision: number;
|
|
618
612
|
}[];
|
|
619
|
-
|
|
613
|
+
agentId: string;
|
|
620
614
|
outcome: "failed" | "passed" | "needs-revision";
|
|
615
|
+
agentDefinitionRef: {
|
|
616
|
+
id: string;
|
|
617
|
+
revision: number;
|
|
618
|
+
};
|
|
619
|
+
activityProfile: string;
|
|
620
|
+
evaluatorId: string;
|
|
621
621
|
criteria: {
|
|
622
622
|
id: string;
|
|
623
623
|
outcome: "failed" | "passed" | "not-applicable";
|
|
624
624
|
evidenceRefs: string[];
|
|
625
625
|
notes?: string | undefined;
|
|
626
626
|
}[];
|
|
627
|
-
updatedAt?: Date | undefined;
|
|
628
|
-
assignmentId?: string | undefined;
|
|
629
627
|
description?: string | undefined;
|
|
628
|
+
assignmentId?: string | undefined;
|
|
629
|
+
updatedAt?: Date | undefined;
|
|
630
630
|
workdayId?: string | undefined;
|
|
631
631
|
score?: number | undefined;
|
|
632
632
|
}, {
|
|
633
633
|
id: string;
|
|
634
|
-
teamId: string;
|
|
635
|
-
projectId: string;
|
|
636
634
|
status: string;
|
|
637
|
-
|
|
635
|
+
projectId: string;
|
|
636
|
+
teamId: string;
|
|
638
637
|
title: string;
|
|
638
|
+
createdAt: Date;
|
|
639
639
|
agentId: string;
|
|
640
|
+
outcome: "failed" | "passed" | "needs-revision";
|
|
640
641
|
agentDefinitionRef: {
|
|
641
642
|
id: string;
|
|
642
643
|
revision: number;
|
|
643
644
|
};
|
|
644
645
|
activityProfile: string;
|
|
645
646
|
evaluatorId: string;
|
|
646
|
-
outcome: "failed" | "passed" | "needs-revision";
|
|
647
647
|
criteria: {
|
|
648
648
|
id: string;
|
|
649
649
|
outcome: "failed" | "passed" | "not-applicable";
|
|
650
650
|
notes?: string | undefined;
|
|
651
651
|
evidenceRefs?: string[] | undefined;
|
|
652
652
|
}[];
|
|
653
|
-
updatedAt?: Date | undefined;
|
|
654
|
-
assignmentId?: string | undefined;
|
|
655
653
|
description?: string | undefined;
|
|
656
|
-
|
|
654
|
+
assignmentId?: string | undefined;
|
|
655
|
+
updatedAt?: Date | undefined;
|
|
657
656
|
contextQueryRefs?: {
|
|
658
657
|
id: string;
|
|
659
658
|
revision: number;
|
|
@@ -666,6 +665,7 @@ export declare const agentEvaluationContentSchema: z.ZodObject<{
|
|
|
666
665
|
id: string;
|
|
667
666
|
revision: number;
|
|
668
667
|
}[] | undefined;
|
|
668
|
+
workdayId?: string | undefined;
|
|
669
669
|
score?: number | undefined;
|
|
670
670
|
}>;
|
|
671
671
|
export declare const agentOperationalContentSchemas: {
|
|
@@ -682,17 +682,17 @@ export declare const agentOperationalContentSchemas: {
|
|
|
682
682
|
models: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
683
683
|
paths: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
684
684
|
}, "strict", z.ZodTypeAny, {
|
|
685
|
-
kind: "
|
|
686
|
-
models?: string[] | undefined;
|
|
685
|
+
kind: "code" | "content" | "mixed" | "graph";
|
|
687
686
|
paths?: string[] | undefined;
|
|
688
|
-
}, {
|
|
689
|
-
kind: "content" | "mixed" | "graph" | "code";
|
|
690
687
|
models?: string[] | undefined;
|
|
688
|
+
}, {
|
|
689
|
+
kind: "code" | "content" | "mixed" | "graph";
|
|
691
690
|
paths?: string[] | undefined;
|
|
691
|
+
models?: string[] | undefined;
|
|
692
692
|
}>;
|
|
693
693
|
scope: z.ZodOptional<z.ZodString>;
|
|
694
694
|
codeScopes: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
695
|
-
relations: z.ZodDefault<z.ZodArray<z.ZodEnum<[import("../../
|
|
695
|
+
relations: z.ZodDefault<z.ZodArray<z.ZodEnum<[import("../../sdk-types/support/sdk-search-request.js").SdkGraphDslRelation, ...import("../../sdk-types/support/sdk-search-request.js").SdkGraphDslRelation[]]>, "many">>;
|
|
696
696
|
depth: z.ZodDefault<z.ZodNumber>;
|
|
697
697
|
resultLimit: z.ZodNumber;
|
|
698
698
|
contextBudget: z.ZodObject<{
|
|
@@ -711,56 +711,56 @@ export declare const agentOperationalContentSchemas: {
|
|
|
711
711
|
required: z.ZodDefault<z.ZodBoolean>;
|
|
712
712
|
}, "strict", z.ZodTypeAny, {
|
|
713
713
|
id: string;
|
|
714
|
+
required: boolean;
|
|
715
|
+
description: string;
|
|
716
|
+
query: string;
|
|
717
|
+
title: string;
|
|
718
|
+
revision: number;
|
|
719
|
+
filters: Record<string, unknown>;
|
|
714
720
|
target: {
|
|
715
|
-
kind: "
|
|
716
|
-
models?: string[] | undefined;
|
|
721
|
+
kind: "code" | "content" | "mixed" | "graph";
|
|
717
722
|
paths?: string[] | undefined;
|
|
723
|
+
models?: string[] | undefined;
|
|
718
724
|
};
|
|
719
|
-
revision: number;
|
|
720
|
-
title: string;
|
|
721
|
-
query: string;
|
|
722
|
-
description: string;
|
|
723
|
-
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
724
|
-
purpose: string;
|
|
725
|
-
relations: import("../../index.js").SdkGraphDslRelation[];
|
|
726
725
|
depth: number;
|
|
726
|
+
purpose: string;
|
|
727
|
+
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
728
|
+
relations: import("../../sdk-types/support/sdk-search-request.js").SdkGraphDslRelation[];
|
|
727
729
|
resultLimit: number;
|
|
728
730
|
contextBudget: {
|
|
729
731
|
maxItems: number;
|
|
730
732
|
maxCharacters?: number | undefined;
|
|
731
733
|
};
|
|
732
734
|
tokenBudget: number;
|
|
733
|
-
format: "
|
|
734
|
-
filters: Record<string, unknown>;
|
|
735
|
-
required: boolean;
|
|
735
|
+
format: "map" | "summary" | "list" | "brief" | "full" | "sources";
|
|
736
736
|
scope?: string | undefined;
|
|
737
737
|
codeScopes?: string[] | undefined;
|
|
738
738
|
}, {
|
|
739
739
|
id: string;
|
|
740
|
+
description: string;
|
|
741
|
+
query: string;
|
|
742
|
+
title: string;
|
|
743
|
+
revision: number;
|
|
740
744
|
target: {
|
|
741
|
-
kind: "
|
|
742
|
-
models?: string[] | undefined;
|
|
745
|
+
kind: "code" | "content" | "mixed" | "graph";
|
|
743
746
|
paths?: string[] | undefined;
|
|
747
|
+
models?: string[] | undefined;
|
|
744
748
|
};
|
|
745
|
-
revision: number;
|
|
746
|
-
title: string;
|
|
747
|
-
query: string;
|
|
748
|
-
description: string;
|
|
749
|
-
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
750
749
|
purpose: string;
|
|
750
|
+
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
751
751
|
resultLimit: number;
|
|
752
752
|
contextBudget: {
|
|
753
753
|
maxItems: number;
|
|
754
754
|
maxCharacters?: number | undefined;
|
|
755
755
|
};
|
|
756
756
|
tokenBudget: number;
|
|
757
|
+
required?: boolean | undefined;
|
|
757
758
|
scope?: string | undefined;
|
|
758
|
-
codeScopes?: string[] | undefined;
|
|
759
|
-
relations?: import("../../index.js").SdkGraphDslRelation[] | undefined;
|
|
760
|
-
depth?: number | undefined;
|
|
761
|
-
format?: "full" | "map" | "summary" | "list" | "brief" | "sources" | undefined;
|
|
762
759
|
filters?: Record<string, unknown> | undefined;
|
|
763
|
-
|
|
760
|
+
depth?: number | undefined;
|
|
761
|
+
codeScopes?: string[] | undefined;
|
|
762
|
+
relations?: import("../../sdk-types/support/sdk-search-request.js").SdkGraphDslRelation[] | undefined;
|
|
763
|
+
format?: "map" | "summary" | "list" | "brief" | "full" | "sources" | undefined;
|
|
764
764
|
}>;
|
|
765
765
|
agent_context_query_set: z.ZodObject<{
|
|
766
766
|
id: z.ZodString;
|
|
@@ -780,9 +780,9 @@ export declare const agentOperationalContentSchemas: {
|
|
|
780
780
|
mergePolicy: z.ZodDefault<z.ZodEnum<["append", "replace"]>>;
|
|
781
781
|
}, "strict", z.ZodTypeAny, {
|
|
782
782
|
id: string;
|
|
783
|
-
revision: number;
|
|
784
|
-
title: string;
|
|
785
783
|
description: string;
|
|
784
|
+
title: string;
|
|
785
|
+
revision: number;
|
|
786
786
|
queryRefs: {
|
|
787
787
|
id: string;
|
|
788
788
|
revision: number;
|
|
@@ -790,9 +790,9 @@ export declare const agentOperationalContentSchemas: {
|
|
|
790
790
|
mergePolicy: "replace" | "append";
|
|
791
791
|
}, {
|
|
792
792
|
id: string;
|
|
793
|
-
revision: number;
|
|
794
|
-
title: string;
|
|
795
793
|
description: string;
|
|
794
|
+
title: string;
|
|
795
|
+
revision: number;
|
|
796
796
|
queryRefs: {
|
|
797
797
|
id: string;
|
|
798
798
|
revision: number;
|
|
@@ -811,20 +811,20 @@ export declare const agentOperationalContentSchemas: {
|
|
|
811
811
|
appliesToProfiles: z.ZodDefault<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
812
812
|
}, "strict", z.ZodTypeAny, {
|
|
813
813
|
id: string;
|
|
814
|
-
|
|
815
|
-
title: string;
|
|
814
|
+
kind: "message" | "summary" | "status" | "plan";
|
|
816
815
|
description: string;
|
|
817
|
-
|
|
816
|
+
title: string;
|
|
817
|
+
revision: number;
|
|
818
818
|
instructions: string;
|
|
819
819
|
variables: string[];
|
|
820
820
|
appliesToProfiles: string[];
|
|
821
821
|
outputSkeleton?: string | undefined;
|
|
822
822
|
}, {
|
|
823
823
|
id: string;
|
|
824
|
-
|
|
825
|
-
title: string;
|
|
824
|
+
kind: "message" | "summary" | "status" | "plan";
|
|
826
825
|
description: string;
|
|
827
|
-
|
|
826
|
+
title: string;
|
|
827
|
+
revision: number;
|
|
828
828
|
instructions: string;
|
|
829
829
|
outputSkeleton?: string | undefined;
|
|
830
830
|
variables?: string[] | undefined;
|
|
@@ -840,18 +840,18 @@ export declare const agentOperationalContentSchemas: {
|
|
|
840
840
|
status: z.ZodDefault<z.ZodEnum<["active", "archived"]>>;
|
|
841
841
|
}, "strict", z.ZodTypeAny, {
|
|
842
842
|
id: string;
|
|
843
|
+
description: string;
|
|
843
844
|
status: "active" | "archived";
|
|
844
|
-
slug: string;
|
|
845
845
|
title: string;
|
|
846
|
+
slug: string;
|
|
846
847
|
groupIds: string[];
|
|
847
|
-
description: string;
|
|
848
848
|
parentTopicId?: string | undefined;
|
|
849
849
|
}, {
|
|
850
850
|
id: string;
|
|
851
|
-
|
|
851
|
+
description: string;
|
|
852
852
|
title: string;
|
|
853
|
+
slug: string;
|
|
853
854
|
groupIds: string[];
|
|
854
|
-
description: string;
|
|
855
855
|
status?: "active" | "archived" | undefined;
|
|
856
856
|
parentTopicId?: string | undefined;
|
|
857
857
|
}>;
|
|
@@ -875,12 +875,12 @@ export declare const agentOperationalContentSchemas: {
|
|
|
875
875
|
description: z.ZodString;
|
|
876
876
|
}, "strict", z.ZodTypeAny, {
|
|
877
877
|
id: string;
|
|
878
|
-
title: string;
|
|
879
878
|
description: string;
|
|
879
|
+
title: string;
|
|
880
880
|
}, {
|
|
881
881
|
id: string;
|
|
882
|
-
title: string;
|
|
883
882
|
description: string;
|
|
883
|
+
title: string;
|
|
884
884
|
}>, "many">>;
|
|
885
885
|
remaining: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
886
886
|
id: z.ZodString;
|
|
@@ -888,12 +888,12 @@ export declare const agentOperationalContentSchemas: {
|
|
|
888
888
|
description: z.ZodString;
|
|
889
889
|
}, "strict", z.ZodTypeAny, {
|
|
890
890
|
id: string;
|
|
891
|
-
title: string;
|
|
892
891
|
description: string;
|
|
892
|
+
title: string;
|
|
893
893
|
}, {
|
|
894
894
|
id: string;
|
|
895
|
-
title: string;
|
|
896
895
|
description: string;
|
|
896
|
+
title: string;
|
|
897
897
|
}>, "many">>;
|
|
898
898
|
risks: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
899
899
|
id: z.ZodString;
|
|
@@ -901,21 +901,21 @@ export declare const agentOperationalContentSchemas: {
|
|
|
901
901
|
description: z.ZodString;
|
|
902
902
|
}, "strict", z.ZodTypeAny, {
|
|
903
903
|
id: string;
|
|
904
|
-
title: string;
|
|
905
904
|
description: string;
|
|
905
|
+
title: string;
|
|
906
906
|
}, {
|
|
907
907
|
id: string;
|
|
908
|
-
title: string;
|
|
909
908
|
description: string;
|
|
909
|
+
title: string;
|
|
910
910
|
}>, "many">>;
|
|
911
911
|
resumeState: z.ZodOptional<z.ZodObject<{
|
|
912
912
|
checkpoint: z.ZodString;
|
|
913
913
|
nextAction: z.ZodString;
|
|
914
914
|
contextRefs: z.ZodDefault<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
915
915
|
}, "strict", z.ZodTypeAny, {
|
|
916
|
-
contextRefs: string[];
|
|
917
916
|
checkpoint: string;
|
|
918
917
|
nextAction: string;
|
|
918
|
+
contextRefs: string[];
|
|
919
919
|
}, {
|
|
920
920
|
checkpoint: string;
|
|
921
921
|
nextAction: string;
|
|
@@ -924,75 +924,75 @@ export declare const agentOperationalContentSchemas: {
|
|
|
924
924
|
decisionId: z.ZodOptional<z.ZodString>;
|
|
925
925
|
capacityPlanId: z.ZodOptional<z.ZodString>;
|
|
926
926
|
}, "strict", z.ZodTypeAny, {
|
|
927
|
+
id: string;
|
|
928
|
+
status: "active" | "completed" | "ready" | "superseded" | "draft";
|
|
929
|
+
projectId: string;
|
|
930
|
+
teamId: string;
|
|
927
931
|
objective: string;
|
|
928
932
|
completed: {
|
|
929
933
|
id: string;
|
|
930
|
-
title: string;
|
|
931
934
|
description: string;
|
|
935
|
+
title: string;
|
|
932
936
|
}[];
|
|
933
|
-
|
|
934
|
-
teamId: string;
|
|
935
|
-
projectId: string;
|
|
936
|
-
status: "completed" | "active" | "ready" | "draft" | "superseded";
|
|
937
|
+
title: string;
|
|
937
938
|
revision: number;
|
|
938
939
|
createdAt: Date;
|
|
939
|
-
title: string;
|
|
940
940
|
remaining: {
|
|
941
941
|
id: string;
|
|
942
|
-
title: string;
|
|
943
942
|
description: string;
|
|
943
|
+
title: string;
|
|
944
944
|
}[];
|
|
945
945
|
risks: {
|
|
946
946
|
id: string;
|
|
947
|
-
title: string;
|
|
948
947
|
description: string;
|
|
948
|
+
title: string;
|
|
949
949
|
}[];
|
|
950
|
-
updatedAt?: Date | undefined;
|
|
951
|
-
assignmentId?: string | undefined;
|
|
952
950
|
description?: string | undefined;
|
|
951
|
+
decisionId?: string | undefined;
|
|
952
|
+
capacityPlanId?: string | undefined;
|
|
953
|
+
assignmentId?: string | undefined;
|
|
954
|
+
updatedAt?: Date | undefined;
|
|
953
955
|
workdayId?: string | undefined;
|
|
954
956
|
resumeState?: {
|
|
955
|
-
contextRefs: string[];
|
|
956
957
|
checkpoint: string;
|
|
957
958
|
nextAction: string;
|
|
959
|
+
contextRefs: string[];
|
|
958
960
|
} | undefined;
|
|
959
|
-
decisionId?: string | undefined;
|
|
960
|
-
capacityPlanId?: string | undefined;
|
|
961
961
|
}, {
|
|
962
|
-
objective: string;
|
|
963
962
|
id: string;
|
|
964
|
-
|
|
963
|
+
status: "active" | "completed" | "ready" | "superseded" | "draft";
|
|
965
964
|
projectId: string;
|
|
966
|
-
|
|
965
|
+
teamId: string;
|
|
966
|
+
objective: string;
|
|
967
|
+
title: string;
|
|
967
968
|
revision: number;
|
|
968
969
|
createdAt: Date;
|
|
969
|
-
|
|
970
|
+
description?: string | undefined;
|
|
971
|
+
decisionId?: string | undefined;
|
|
972
|
+
capacityPlanId?: string | undefined;
|
|
973
|
+
assignmentId?: string | undefined;
|
|
970
974
|
completed?: {
|
|
971
975
|
id: string;
|
|
972
|
-
title: string;
|
|
973
976
|
description: string;
|
|
977
|
+
title: string;
|
|
974
978
|
}[] | undefined;
|
|
975
979
|
updatedAt?: Date | undefined;
|
|
976
|
-
assignmentId?: string | undefined;
|
|
977
|
-
description?: string | undefined;
|
|
978
980
|
workdayId?: string | undefined;
|
|
979
981
|
remaining?: {
|
|
980
982
|
id: string;
|
|
981
|
-
title: string;
|
|
982
983
|
description: string;
|
|
984
|
+
title: string;
|
|
983
985
|
}[] | undefined;
|
|
984
986
|
risks?: {
|
|
985
987
|
id: string;
|
|
986
|
-
title: string;
|
|
987
988
|
description: string;
|
|
989
|
+
title: string;
|
|
988
990
|
}[] | undefined;
|
|
989
991
|
resumeState?: {
|
|
990
992
|
checkpoint: string;
|
|
991
993
|
nextAction: string;
|
|
992
994
|
contextRefs?: string[] | undefined;
|
|
993
995
|
} | undefined;
|
|
994
|
-
decisionId?: string | undefined;
|
|
995
|
-
capacityPlanId?: string | undefined;
|
|
996
996
|
}>;
|
|
997
997
|
assignment_status: z.ZodEffects<z.ZodObject<{
|
|
998
998
|
id: z.ZodString;
|
|
@@ -1022,79 +1022,79 @@ export declare const agentOperationalContentSchemas: {
|
|
|
1022
1022
|
progress: z.ZodOptional<z.ZodNumber>;
|
|
1023
1023
|
}, "strict", z.ZodTypeAny, {
|
|
1024
1024
|
id: string;
|
|
1025
|
-
|
|
1025
|
+
status: "completed" | "cancelled" | "failed" | "admitted" | "running" | "suspended" | "pending" | "waiting" | "leased";
|
|
1026
1026
|
projectId: string;
|
|
1027
|
-
|
|
1028
|
-
createdAt: Date;
|
|
1027
|
+
teamId: string;
|
|
1029
1028
|
title: string;
|
|
1030
|
-
|
|
1029
|
+
createdAt: Date;
|
|
1031
1030
|
sequence: number;
|
|
1032
|
-
|
|
1033
|
-
assignmentId?: string | undefined;
|
|
1031
|
+
phase: string;
|
|
1034
1032
|
description?: string | undefined;
|
|
1033
|
+
reason?: string | undefined;
|
|
1034
|
+
assignmentId?: string | undefined;
|
|
1035
|
+
updatedAt?: Date | undefined;
|
|
1035
1036
|
workdayId?: string | undefined;
|
|
1036
1037
|
previousStatusRef?: {
|
|
1037
1038
|
id: string;
|
|
1038
1039
|
revision: number;
|
|
1039
1040
|
} | undefined;
|
|
1040
|
-
reason?: string | undefined;
|
|
1041
1041
|
progress?: number | undefined;
|
|
1042
1042
|
}, {
|
|
1043
1043
|
id: string;
|
|
1044
|
-
|
|
1044
|
+
status: "completed" | "cancelled" | "failed" | "admitted" | "running" | "suspended" | "pending" | "waiting" | "leased";
|
|
1045
1045
|
projectId: string;
|
|
1046
|
-
|
|
1047
|
-
createdAt: Date;
|
|
1046
|
+
teamId: string;
|
|
1048
1047
|
title: string;
|
|
1049
|
-
|
|
1048
|
+
createdAt: Date;
|
|
1050
1049
|
sequence: number;
|
|
1051
|
-
|
|
1052
|
-
assignmentId?: string | undefined;
|
|
1050
|
+
phase: string;
|
|
1053
1051
|
description?: string | undefined;
|
|
1052
|
+
reason?: string | undefined;
|
|
1053
|
+
assignmentId?: string | undefined;
|
|
1054
|
+
updatedAt?: Date | undefined;
|
|
1054
1055
|
workdayId?: string | undefined;
|
|
1055
1056
|
previousStatusRef?: {
|
|
1056
1057
|
id: string;
|
|
1057
1058
|
revision: number;
|
|
1058
1059
|
} | undefined;
|
|
1059
|
-
reason?: string | undefined;
|
|
1060
1060
|
progress?: number | undefined;
|
|
1061
1061
|
}>, {
|
|
1062
1062
|
id: string;
|
|
1063
|
-
|
|
1063
|
+
status: "completed" | "cancelled" | "failed" | "admitted" | "running" | "suspended" | "pending" | "waiting" | "leased";
|
|
1064
1064
|
projectId: string;
|
|
1065
|
-
|
|
1066
|
-
createdAt: Date;
|
|
1065
|
+
teamId: string;
|
|
1067
1066
|
title: string;
|
|
1068
|
-
|
|
1067
|
+
createdAt: Date;
|
|
1069
1068
|
sequence: number;
|
|
1070
|
-
|
|
1071
|
-
assignmentId?: string | undefined;
|
|
1069
|
+
phase: string;
|
|
1072
1070
|
description?: string | undefined;
|
|
1071
|
+
reason?: string | undefined;
|
|
1072
|
+
assignmentId?: string | undefined;
|
|
1073
|
+
updatedAt?: Date | undefined;
|
|
1073
1074
|
workdayId?: string | undefined;
|
|
1074
1075
|
previousStatusRef?: {
|
|
1075
1076
|
id: string;
|
|
1076
1077
|
revision: number;
|
|
1077
1078
|
} | undefined;
|
|
1078
|
-
reason?: string | undefined;
|
|
1079
1079
|
progress?: number | undefined;
|
|
1080
1080
|
}, {
|
|
1081
1081
|
id: string;
|
|
1082
|
-
|
|
1082
|
+
status: "completed" | "cancelled" | "failed" | "admitted" | "running" | "suspended" | "pending" | "waiting" | "leased";
|
|
1083
1083
|
projectId: string;
|
|
1084
|
-
|
|
1085
|
-
createdAt: Date;
|
|
1084
|
+
teamId: string;
|
|
1086
1085
|
title: string;
|
|
1087
|
-
|
|
1086
|
+
createdAt: Date;
|
|
1088
1087
|
sequence: number;
|
|
1089
|
-
|
|
1090
|
-
assignmentId?: string | undefined;
|
|
1088
|
+
phase: string;
|
|
1091
1089
|
description?: string | undefined;
|
|
1090
|
+
reason?: string | undefined;
|
|
1091
|
+
assignmentId?: string | undefined;
|
|
1092
|
+
updatedAt?: Date | undefined;
|
|
1092
1093
|
workdayId?: string | undefined;
|
|
1093
1094
|
previousStatusRef?: {
|
|
1094
1095
|
id: string;
|
|
1095
1096
|
revision: number;
|
|
1096
1097
|
} | undefined;
|
|
1097
|
-
reason?: string | undefined;
|
|
1098
1098
|
progress?: number | undefined;
|
|
1099
1099
|
}>;
|
|
1100
1100
|
assignment_summary: z.ZodObject<{
|
|
@@ -1115,8 +1115,8 @@ export declare const agentOperationalContentSchemas: {
|
|
|
1115
1115
|
outcome: z.ZodString;
|
|
1116
1116
|
metrics: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
1117
1117
|
}, "strict", z.ZodTypeAny, {
|
|
1118
|
-
metrics: Record<string, number>;
|
|
1119
1118
|
outcome: string;
|
|
1119
|
+
metrics: Record<string, number>;
|
|
1120
1120
|
}, {
|
|
1121
1121
|
outcome: string;
|
|
1122
1122
|
metrics?: Record<string, number> | undefined;
|
|
@@ -1127,9 +1127,9 @@ export declare const agentOperationalContentSchemas: {
|
|
|
1127
1127
|
nextAction: z.ZodString;
|
|
1128
1128
|
contextRefs: z.ZodDefault<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
1129
1129
|
}, "strict", z.ZodTypeAny, {
|
|
1130
|
-
contextRefs: string[];
|
|
1131
1130
|
checkpoint: string;
|
|
1132
1131
|
nextAction: string;
|
|
1132
|
+
contextRefs: string[];
|
|
1133
1133
|
}, {
|
|
1134
1134
|
checkpoint: string;
|
|
1135
1135
|
nextAction: string;
|
|
@@ -1139,53 +1139,53 @@ export declare const agentOperationalContentSchemas: {
|
|
|
1139
1139
|
verificationRefs: z.ZodDefault<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
1140
1140
|
}, "strict", z.ZodTypeAny, {
|
|
1141
1141
|
id: string;
|
|
1142
|
-
teamId: string;
|
|
1143
|
-
projectId: string;
|
|
1144
|
-
status: "completed" | "failed" | "cancelled" | "suspended";
|
|
1145
|
-
createdAt: Date;
|
|
1146
1142
|
summary: string;
|
|
1143
|
+
status: "completed" | "cancelled" | "failed" | "suspended";
|
|
1144
|
+
blockers: string[];
|
|
1145
|
+
projectId: string;
|
|
1146
|
+
teamId: string;
|
|
1147
1147
|
title: string;
|
|
1148
|
+
createdAt: Date;
|
|
1149
|
+
artifactRefs: string[];
|
|
1148
1150
|
lessons: string[];
|
|
1149
1151
|
performance: {
|
|
1150
|
-
metrics: Record<string, number>;
|
|
1151
1152
|
outcome: string;
|
|
1153
|
+
metrics: Record<string, number>;
|
|
1152
1154
|
};
|
|
1153
|
-
blockers: string[];
|
|
1154
|
-
artifactRefs: string[];
|
|
1155
1155
|
verificationRefs: string[];
|
|
1156
|
-
updatedAt?: Date | undefined;
|
|
1157
|
-
assignmentId?: string | undefined;
|
|
1158
1156
|
description?: string | undefined;
|
|
1157
|
+
assignmentId?: string | undefined;
|
|
1158
|
+
updatedAt?: Date | undefined;
|
|
1159
1159
|
workdayId?: string | undefined;
|
|
1160
1160
|
resumeState?: {
|
|
1161
|
-
contextRefs: string[];
|
|
1162
1161
|
checkpoint: string;
|
|
1163
1162
|
nextAction: string;
|
|
1163
|
+
contextRefs: string[];
|
|
1164
1164
|
} | undefined;
|
|
1165
1165
|
}, {
|
|
1166
1166
|
id: string;
|
|
1167
|
-
teamId: string;
|
|
1168
|
-
projectId: string;
|
|
1169
|
-
status: "completed" | "failed" | "cancelled" | "suspended";
|
|
1170
|
-
createdAt: Date;
|
|
1171
1167
|
summary: string;
|
|
1168
|
+
status: "completed" | "cancelled" | "failed" | "suspended";
|
|
1169
|
+
projectId: string;
|
|
1170
|
+
teamId: string;
|
|
1172
1171
|
title: string;
|
|
1172
|
+
createdAt: Date;
|
|
1173
1173
|
performance: {
|
|
1174
1174
|
outcome: string;
|
|
1175
1175
|
metrics?: Record<string, number> | undefined;
|
|
1176
1176
|
};
|
|
1177
|
-
updatedAt?: Date | undefined;
|
|
1178
|
-
assignmentId?: string | undefined;
|
|
1179
1177
|
description?: string | undefined;
|
|
1178
|
+
blockers?: string[] | undefined;
|
|
1179
|
+
assignmentId?: string | undefined;
|
|
1180
|
+
updatedAt?: Date | undefined;
|
|
1180
1181
|
workdayId?: string | undefined;
|
|
1182
|
+
artifactRefs?: string[] | undefined;
|
|
1181
1183
|
resumeState?: {
|
|
1182
1184
|
checkpoint: string;
|
|
1183
1185
|
nextAction: string;
|
|
1184
1186
|
contextRefs?: string[] | undefined;
|
|
1185
1187
|
} | undefined;
|
|
1186
1188
|
lessons?: string[] | undefined;
|
|
1187
|
-
blockers?: string[] | undefined;
|
|
1188
|
-
artifactRefs?: string[] | undefined;
|
|
1189
1189
|
verificationRefs?: string[] | undefined;
|
|
1190
1190
|
}>;
|
|
1191
1191
|
agent_evaluation: z.ZodObject<{
|
|
@@ -1263,17 +1263,11 @@ export declare const agentOperationalContentSchemas: {
|
|
|
1263
1263
|
}>, "many">;
|
|
1264
1264
|
}, "strict", z.ZodTypeAny, {
|
|
1265
1265
|
id: string;
|
|
1266
|
-
teamId: string;
|
|
1267
|
-
projectId: string;
|
|
1268
1266
|
status: string;
|
|
1269
|
-
|
|
1267
|
+
projectId: string;
|
|
1268
|
+
teamId: string;
|
|
1270
1269
|
title: string;
|
|
1271
|
-
|
|
1272
|
-
agentDefinitionRef: {
|
|
1273
|
-
id: string;
|
|
1274
|
-
revision: number;
|
|
1275
|
-
};
|
|
1276
|
-
activityProfile: string;
|
|
1270
|
+
createdAt: Date;
|
|
1277
1271
|
contextQueryRefs: {
|
|
1278
1272
|
id: string;
|
|
1279
1273
|
revision: number;
|
|
@@ -1286,44 +1280,49 @@ export declare const agentOperationalContentSchemas: {
|
|
|
1286
1280
|
id: string;
|
|
1287
1281
|
revision: number;
|
|
1288
1282
|
}[];
|
|
1289
|
-
|
|
1283
|
+
agentId: string;
|
|
1290
1284
|
outcome: "failed" | "passed" | "needs-revision";
|
|
1285
|
+
agentDefinitionRef: {
|
|
1286
|
+
id: string;
|
|
1287
|
+
revision: number;
|
|
1288
|
+
};
|
|
1289
|
+
activityProfile: string;
|
|
1290
|
+
evaluatorId: string;
|
|
1291
1291
|
criteria: {
|
|
1292
1292
|
id: string;
|
|
1293
1293
|
outcome: "failed" | "passed" | "not-applicable";
|
|
1294
1294
|
evidenceRefs: string[];
|
|
1295
1295
|
notes?: string | undefined;
|
|
1296
1296
|
}[];
|
|
1297
|
-
updatedAt?: Date | undefined;
|
|
1298
|
-
assignmentId?: string | undefined;
|
|
1299
1297
|
description?: string | undefined;
|
|
1298
|
+
assignmentId?: string | undefined;
|
|
1299
|
+
updatedAt?: Date | undefined;
|
|
1300
1300
|
workdayId?: string | undefined;
|
|
1301
1301
|
score?: number | undefined;
|
|
1302
1302
|
}, {
|
|
1303
1303
|
id: string;
|
|
1304
|
-
teamId: string;
|
|
1305
|
-
projectId: string;
|
|
1306
1304
|
status: string;
|
|
1307
|
-
|
|
1305
|
+
projectId: string;
|
|
1306
|
+
teamId: string;
|
|
1308
1307
|
title: string;
|
|
1308
|
+
createdAt: Date;
|
|
1309
1309
|
agentId: string;
|
|
1310
|
+
outcome: "failed" | "passed" | "needs-revision";
|
|
1310
1311
|
agentDefinitionRef: {
|
|
1311
1312
|
id: string;
|
|
1312
1313
|
revision: number;
|
|
1313
1314
|
};
|
|
1314
1315
|
activityProfile: string;
|
|
1315
1316
|
evaluatorId: string;
|
|
1316
|
-
outcome: "failed" | "passed" | "needs-revision";
|
|
1317
1317
|
criteria: {
|
|
1318
1318
|
id: string;
|
|
1319
1319
|
outcome: "failed" | "passed" | "not-applicable";
|
|
1320
1320
|
notes?: string | undefined;
|
|
1321
1321
|
evidenceRefs?: string[] | undefined;
|
|
1322
1322
|
}[];
|
|
1323
|
-
updatedAt?: Date | undefined;
|
|
1324
|
-
assignmentId?: string | undefined;
|
|
1325
1323
|
description?: string | undefined;
|
|
1326
|
-
|
|
1324
|
+
assignmentId?: string | undefined;
|
|
1325
|
+
updatedAt?: Date | undefined;
|
|
1327
1326
|
contextQueryRefs?: {
|
|
1328
1327
|
id: string;
|
|
1329
1328
|
revision: number;
|
|
@@ -1336,6 +1335,7 @@ export declare const agentOperationalContentSchemas: {
|
|
|
1336
1335
|
id: string;
|
|
1337
1336
|
revision: number;
|
|
1338
1337
|
}[] | undefined;
|
|
1338
|
+
workdayId?: string | undefined;
|
|
1339
1339
|
score?: number | undefined;
|
|
1340
1340
|
}>;
|
|
1341
1341
|
};
|