@treeseed/sdk 0.13.0-rc.6 → 0.13.0-rc.8
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/dist/accounts/account-contracts.d.ts +1 -1
- package/dist/agent-capacity/authority/assignment-authority-probe.d.ts +2 -2
- package/dist/agent-capacity/validation/agent-definition-schema.d.ts +108 -108
- package/dist/agent-capacity/validation/agent-lab-forensics-schema.d.ts +1 -1
- 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-provider/client.d.ts +2 -2
- package/dist/capacity-provider/client.js +4 -4
- package/dist/capacity-provider/contracts/governance.d.ts +6 -6
- package/dist/capacity-provider/validation.js +2 -2
- package/dist/content/validation/agent-operational-content-schemas.d.ts +64 -64
- package/dist/content/validation/auxiliary-content-schemas.d.ts +46 -46
- package/dist/content/validation/auxiliary-content-schemas.js +2 -2
- package/dist/content/validation/content-model-schemas.d.ts +426 -426
- package/dist/content/validation/portable-content-data.d.ts +60 -60
- package/dist/db/index.d.ts +0 -1
- package/dist/db/index.js +0 -1
- package/dist/entrypoints/clients/control-plane-client.d.ts +60 -0
- package/dist/entrypoints/clients/control-plane-client.js +134 -4
- package/dist/entrypoints/models/sdk-types.d.ts +1 -7
- package/dist/entrypoints/models/sdk-types.js +1 -7
- package/dist/guarantees/contracts/parse-agent-guarantee-proof.js +1 -1
- package/dist/guarantees/index/run-verifier-command.d.ts +1 -1
- package/dist/index/operations-and-workflows.d.ts +0 -1
- package/dist/index/operations-and-workflows.js +0 -36
- package/dist/index/platform-and-hosting.d.ts +1 -2
- package/dist/index/platform-and-hosting.js +23 -45
- package/dist/index/public-contracts.d.ts +0 -3
- package/dist/index/public-contracts.js +0 -3
- package/dist/index/templates-and-catalog.d.ts +1 -1
- package/dist/index/templates-and-catalog.js +1 -1
- package/dist/local-dev/managed-dev-process-spec.js +0 -1
- package/dist/operations/providers/default/preflight-operation.d.ts +6 -6
- package/dist/operations/services/config-runtime/configuration/create-default-machine-config.d.ts +2 -0
- package/dist/operations/services/config-runtime/configuration/create-default-machine-config.js +2 -0
- package/dist/operations/services/config-runtime/configuration/list-relevant-config-entries.js +1 -1
- package/dist/operations/services/config-runtime/support/resolve-entry-value-from-buckets.js +1 -1
- package/dist/operations/services/config-runtime/support/rotate-machine-key-passphrase.d.ts +4 -0
- package/dist/operations/services/config-runtime/{commerce/catalog/resolve-template-catalog-endpoint.d.ts → templates/catalog/template-catalog-settings.d.ts} +1 -0
- package/dist/operations/services/configuration/config-runtime.d.ts +1 -1
- package/dist/operations/services/configuration/config-runtime.js +1 -1
- package/dist/operations/services/deploy/accounts/local-runtime-auth-env-keys.d.ts +2 -2
- package/dist/operations/services/deploy/accounts/local-runtime-auth-env-keys.js +3 -3
- package/dist/operations/services/deploy/hosting/assert-cloudflare-cache-purge-succeeded.d.ts +0 -1
- package/dist/operations/services/deploy/hosting/assert-cloudflare-cache-purge-succeeded.js +1 -6
- package/dist/operations/services/deploy/hosting/configured-surface-hosts.d.ts +0 -2
- package/dist/operations/services/deploy/hosting/configured-surface-hosts.js +1 -3
- package/dist/operations/services/deploy/hosting/load-deploy-state.js +2 -2
- package/dist/operations/services/deploy/support/default-compatibility-date.d.ts +0 -1
- package/dist/operations/services/deploy/support/default-compatibility-date.js +0 -2
- package/dist/operations/services/github-actions-verification/git-hub-actions-workflow-state.d.ts +1 -1
- package/dist/operations/services/hosting/audit/managed-host-security.js +0 -1
- package/dist/operations/services/hosting-audit/hosting-audit-environment.d.ts +2 -2
- package/dist/operations/services/key-agent/read-legacy-project-machine-key.d.ts +1 -1
- package/dist/operations/services/template-registry/sync-managed-package-json.d.ts +3 -3
- package/dist/operations/services/template-registry/template-categories.d.ts +1 -1
- package/dist/operations/services/template-registry/validate-template-placeholders.js +1 -1
- package/dist/platform/deploy-config/deploy-config-field-aliases.d.ts +2 -2
- package/dist/platform/deploy-config/deploy-config-field-aliases.js +3 -3
- package/dist/platform/deploy-config/normalize-planes-from-legacy-hosting.d.ts +2 -2
- package/dist/platform/deploy-config/normalize-planes-from-legacy-hosting.js +5 -5
- package/dist/platform/deploy-config/parse-deploy-config.js +2 -4
- package/dist/platform/deploy-config/parse-platform-connections.d.ts +2 -4
- package/dist/platform/deploy-config/parse-platform-connections.js +4 -25
- package/dist/platform/desired-state/desired-environment.d.ts +1 -1
- package/dist/platform/env.yaml +2 -199
- package/dist/platform/environment/environment-scopes.d.ts +1 -2
- package/dist/platform/environment/environment-scopes.js +0 -2
- package/dist/platform/environment/resolve-content-bucket-binding.d.ts +1 -4
- package/dist/platform/environment/resolve-content-bucket-binding.js +1 -16
- package/dist/platform/packages/published-content-pipeline.d.ts +1 -1
- package/dist/platform/packages/published-content-pipeline.js +1 -1
- package/dist/platform/published-content/published-content-manifest-schema-version.d.ts +2 -2
- package/dist/platform/published-content/runtime/build-runtime-publication.js +1 -1
- package/dist/platform/published-content-pipeline/default-artifact-builder.d.ts +1 -1
- package/dist/platform/published-content-pipeline/default-artifact-builder.js +2 -2
- package/dist/platform/published-content-pipeline/list-markdown-files.d.ts +1 -1
- package/dist/platform/published-content-pipeline/list-markdown-files.js +1 -1
- package/dist/platform/published-content-pipeline/{resolve-commerce-offer-mode.d.ts → resolve-publication-access-mode.d.ts} +3 -2
- package/dist/platform/published-content-pipeline/{resolve-commerce-offer-mode.js → resolve-publication-access-mode.js} +4 -4
- package/dist/platform/support/contracts.d.ts +4 -11
- package/dist/reconcile/builtin-adapters/capacity/providers/capacity-provider-variables-for-service.d.ts +1 -2
- package/dist/reconcile/builtin-adapters/capacity/providers/capacity-provider-variables-for-service.js +3 -18
- package/dist/reconcile/builtin-adapters/hosting/observe-railway-unit.js +1 -10
- package/dist/reconcile/index.d.ts +0 -2
- package/dist/reconcile/index.js +0 -2
- package/dist/reconcile/seeds/local-seed-bootstrap-adapter.js +2 -18
- package/dist/scenes/accounts/auth.js +5 -5
- package/dist/scenes/index.d.ts +0 -8
- package/dist/scenes/index.js +0 -50
- package/dist/scenes/runner/run-scene.js +1 -26
- package/dist/scenes/seeds/seed.js +7 -8
- package/dist/scenes/support/execution/base-url.js +1 -1
- package/dist/scenes/visual-audit/run-scene-visual-audit.js +3 -21
- package/dist/scenes/visual-audit/split-diagnostics.js +1 -1
- package/dist/scripts/verification/check-file-architecture.js +0 -3
- package/dist/sdk/support/messages/dispatch.js +3 -3
- 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/seeds/index.d.ts +0 -5
- package/dist/seeds/index.js +0 -8
- package/dist/seeds/schema/resource-buckets.d.ts +1 -1
- package/dist/{commerce/catalog → templates}/template-catalog.d.ts +1 -1
- package/dist/treeseed/template-catalog/catalog.fixture.json +1 -1
- package/dist/workflow/operations/configuration/workflow-config.d.ts +2 -2
- package/dist/workflow/operations/configuration/workflow-config.js +1 -1
- package/dist/workflow/operations/coordination/workflow-ci.js +1 -1
- package/dist/workflow/operations/coordination/workflow-destroy.js +1 -1
- package/dist/workflow/operations/guarantees/workflow-proof.d.ts +1 -1
- package/dist/workflow/operations/guarantees/workflow-proof.js +2 -2
- package/dist/workflow/operations/packages/collect-published-release-artifact-checks.js +1 -1
- package/dist/workflow/operations/packages/collect-release-plan-blockers.js +1 -1
- package/dist/workflow/operations/packages/normalize-release-candidate-mode.js +1 -1
- package/dist/workflow/operations/packages/prepare-fresh-release-run.d.ts +1 -1
- package/dist/workflow/operations/packages/prepare-fresh-release-run.js +1 -1
- package/dist/workflow/operations/packages/release-admin-message.d.ts +1 -1
- package/dist/workflow/operations/packages/release-admin-message.js +1 -1
- package/dist/workflow/operations/reconciliation/reconcile-save-hosted-environment.js +1 -1
- package/dist/workflow/operations/reconciliation/run-release-gate-reconcile-facade.js +1 -1
- package/dist/workflow/operations/recovery/fail-workflow-run.js +1 -1
- package/dist/workflow/operations/recovery/workflow-resume.js +1 -1
- package/dist/workflow/operations/release/workflow-release.js +2 -2
- package/dist/workflow/operations/{commerce/catalog → release-support/helpers}/back-merge-production-into-staging.d.ts +1 -0
- package/dist/workflow/operations/{commerce/catalog → release-support/helpers}/run-release-production-guarantees.d.ts +1 -0
- package/dist/workflow/operations/repositories/gates-for-saved-repository-reports.d.ts +1 -1
- package/dist/workflow/operations/repositories/gates-for-saved-repository-reports.js +1 -1
- package/dist/workflow/operations/support/create-repo-report.d.ts +1 -1
- package/dist/workflow/operations/support/create-repo-report.js +1 -1
- package/dist/workflow/operations/support/sync-current-branch-to-origin.d.ts +1 -1
- package/dist/workflow/operations/support/sync-current-branch-to-origin.js +1 -1
- package/dist/workflow/operations/support/update-ahead-behind.js +1 -1
- package/dist/workflow/operations/support/workflow-helpers.js +1 -1
- package/dist/workflow/operations/workspace-lifecycle/workflow-close.js +1 -1
- package/dist/workflow/operations/workspace-lifecycle/workflow-save.js +2 -2
- package/dist/workflow/operations/workspace-lifecycle/workflow-stage.js +1 -1
- package/dist/workflow/operations/workspace-lifecycle/workflow-switch.js +1 -1
- package/dist/workflow/operations/workspace-lifecycle/workflow-update.js +1 -1
- package/dist/workflow/operations.d.ts +2 -2
- package/dist/workflow/operations.js +2 -2
- package/dist/workflow-state/readiness-for-environment.d.ts +1 -0
- package/dist/workflow-state/resolve-workflow-state.js +1 -1
- package/package.json +3 -40
- 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/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/entrypoints/clients/market-client.d.ts +0 -184
- package/dist/entrypoints/clients/market-client.js +0 -369
- 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/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/agent-lab-interface.js +0 -0
- 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 -192
- package/dist/market-client/interface.js +0 -0
- package/dist/market-client/internal-capacity-allocation.d.ts +0 -4
- package/dist/market-client/internal-capacity-allocation.js +0 -17
- package/dist/market-client/methods.d.ts +0 -2
- package/dist/market-client/methods.js +0 -396
- 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/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/services/support/market-packaging.d.ts +0 -43
- package/dist/operations/services/support/market-packaging.js +0 -169
- 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/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 -179
- 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 -514
- 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/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/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 -439
- 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/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 -573
- 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/testing/visual-audit-fixtures.d.ts +0 -25
- package/dist/scenes/testing/visual-audit-fixtures.js +0 -299
- package/dist/scripts/maintenance/repair-extracted-class-interfaces.js +0 -36
- package/dist/scripts/testing/test-live-acceptance-cleanup-service.js +0 -57
- 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/seeds/runtime/local-capacity.d.ts +0 -65
- package/dist/seeds/runtime/local-capacity.js +0 -402
- 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/market-api-workspace.d.ts +0 -60
- package/dist/seeds/workspaces/market-api-workspace.js +0 -528
- /package/dist/operations/services/config-runtime/{commerce/catalog/resolve-template-catalog-endpoint.js → templates/catalog/template-catalog-settings.js} +0 -0
- /package/dist/{api/types.js → sdk-types/control-plane/resource-requests.js} +0 -0
- /package/dist/{commerce/catalog → templates}/template-catalog.js +0 -0
- /package/dist/workflow/operations/{commerce/catalog → release-support/helpers}/back-merge-production-into-staging.js +0 -0
- /package/dist/workflow/operations/{commerce/catalog → release-support/helpers}/run-release-production-guarantees.js +0 -0
|
@@ -18,9 +18,9 @@ export declare const agentActivityQuerySchema: z.ZodObject<{
|
|
|
18
18
|
}, {
|
|
19
19
|
agent?: string | string[] | undefined;
|
|
20
20
|
type?: string | string[] | undefined;
|
|
21
|
+
after?: number | undefined;
|
|
21
22
|
severity?: string | string[] | undefined;
|
|
22
23
|
agentClass?: string | string[] | undefined;
|
|
23
|
-
after?: number | undefined;
|
|
24
24
|
limit?: number | undefined;
|
|
25
25
|
}>;
|
|
26
26
|
export declare const agentActivityPageSchema: z.ZodObject<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const AI_APPLIANCE_SCHEMA_VERSION: "treeseed.ai-appliance/v1";
|
|
2
2
|
export declare const EXECUTION_PROVIDER_MODULE_SCHEMA_VERSION: "treeseed.execution-provider/v1";
|
|
3
|
-
export declare const
|
|
3
|
+
export declare const DEFAULT_AI_CONTROL_PLANE_URL: "https://api.treeseed.dev";
|
|
4
4
|
export declare const DEFAULT_AI_MANAGEMENT_URL: "http://127.0.0.1:4770";
|
|
5
5
|
export declare const DEFAULT_AI_GATEWAY_URL: "http://127.0.0.1:4771";
|
|
6
6
|
export declare const DEFAULT_AI_MODEL_ALIAS: "treeseed-qwen3.5-4b";
|
|
@@ -15,7 +15,7 @@ export interface AiApplianceManifest {
|
|
|
15
15
|
socket: string;
|
|
16
16
|
loopbackUrl?: string;
|
|
17
17
|
};
|
|
18
|
-
|
|
18
|
+
controlPlane: {
|
|
19
19
|
enabled: boolean;
|
|
20
20
|
url: string;
|
|
21
21
|
audience: string;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
const AI_APPLIANCE_SCHEMA_VERSION = "treeseed.ai-appliance/v1";
|
|
2
2
|
const EXECUTION_PROVIDER_MODULE_SCHEMA_VERSION = "treeseed.execution-provider/v1";
|
|
3
|
-
const
|
|
3
|
+
const DEFAULT_AI_CONTROL_PLANE_URL = "https://api.treeseed.dev";
|
|
4
4
|
const DEFAULT_AI_MANAGEMENT_URL = "http://127.0.0.1:4770";
|
|
5
5
|
const DEFAULT_AI_GATEWAY_URL = "http://127.0.0.1:4771";
|
|
6
6
|
const DEFAULT_AI_MODEL_ALIAS = "treeseed-qwen3.5-4b";
|
|
7
7
|
const DEFAULT_AI_MODEL_ID = "Qwen/Qwen3.5-4B";
|
|
8
8
|
export {
|
|
9
9
|
AI_APPLIANCE_SCHEMA_VERSION,
|
|
10
|
+
DEFAULT_AI_CONTROL_PLANE_URL,
|
|
10
11
|
DEFAULT_AI_GATEWAY_URL,
|
|
11
12
|
DEFAULT_AI_MANAGEMENT_URL,
|
|
12
|
-
DEFAULT_AI_MARKET_URL,
|
|
13
13
|
DEFAULT_AI_MODEL_ALIAS,
|
|
14
14
|
DEFAULT_AI_MODEL_ID,
|
|
15
15
|
EXECUTION_PROVIDER_MODULE_SCHEMA_VERSION
|
|
@@ -25,7 +25,7 @@ function validateAiApplianceManifest(manifest) {
|
|
|
25
25
|
if (!["joined", "standalone"].includes(manifest?.mode)) diagnostic(diagnostics, "ai_appliance_mode_invalid", "mode", "mode must be joined or standalone.");
|
|
26
26
|
if (!text(manifest?.management?.socket) || !manifest.management.socket.startsWith("/")) diagnostic(diagnostics, "ai_appliance_management_socket_invalid", "management.socket", "management.socket must be an absolute path.");
|
|
27
27
|
if (manifest?.management?.loopbackUrl && !httpUrl(manifest.management.loopbackUrl)) diagnostic(diagnostics, "ai_appliance_management_url_invalid", "management.loopbackUrl", "management.loopbackUrl must be an HTTP URL.");
|
|
28
|
-
if (!httpUrl(manifest?.
|
|
28
|
+
if (!httpUrl(manifest?.controlPlane?.url) || !httpUrl(manifest?.controlPlane?.audience)) diagnostic(diagnostics, "ai_appliance_control_plane_url_invalid", "controlPlane", "Control-plane URL and audience must be HTTP URLs.");
|
|
29
29
|
if (!text(manifest?.inference?.publicAlias) || !text(manifest?.inference?.model)) diagnostic(diagnostics, "ai_appliance_model_required", "inference", "Inference model and public alias are required.");
|
|
30
30
|
if (!httpUrl(manifest?.inference?.gatewayUrl) || !httpUrl(manifest?.inference?.rawVllmUrl)) diagnostic(diagnostics, "ai_appliance_inference_url_invalid", "inference", "Inference gateway and raw vLLM URLs must be HTTP URLs.");
|
|
31
31
|
if (!Number.isInteger(manifest?.inference?.maxModelLength) || manifest.inference.maxModelLength < 1024) diagnostic(diagnostics, "ai_appliance_context_invalid", "inference.maxModelLength", "maxModelLength must be an integer of at least 1024.");
|
|
@@ -2,7 +2,7 @@ import type { ProviderAssignmentLifecycleRequest, ProviderAssignmentLifecycleRes
|
|
|
2
2
|
import type { ProviderRuntimeEventInput } from '../agent-capacity/contracts/capacity/workdays/workday-records.js';
|
|
3
3
|
import type { CapacityProviderIdentity, CapacityProviderIdentityRotationRequest, CapacityProviderSignedProof, ProviderAccessTokenIssue, ProviderAvailabilitySession, ProviderCredentialIssuanceAuthorization, ProviderRegistrationRequest, ProviderRegistrationSubmission, ProviderTeamCredentialIssue } from './contracts/index.js';
|
|
4
4
|
export interface ProviderProtocolClientOptions {
|
|
5
|
-
|
|
5
|
+
controlPlaneUrl: string;
|
|
6
6
|
accessToken?: string;
|
|
7
7
|
accessTokenProvider?: () => Promise<string>;
|
|
8
8
|
fetchImpl?: typeof fetch;
|
|
@@ -25,7 +25,7 @@ export declare function assertAvailabilitySessionEnvelope(value: unknown): asser
|
|
|
25
25
|
payload: ProviderAvailabilitySession;
|
|
26
26
|
};
|
|
27
27
|
export declare class ProviderProtocolClient {
|
|
28
|
-
private readonly
|
|
28
|
+
private readonly controlPlaneUrl;
|
|
29
29
|
private accessToken?;
|
|
30
30
|
private readonly accessTokenProvider?;
|
|
31
31
|
private readonly fetchImpl;
|
|
@@ -26,7 +26,7 @@ class CapacityProviderApiError extends Error {
|
|
|
26
26
|
}
|
|
27
27
|
function normalizeBaseUrl(value) {
|
|
28
28
|
const trimmed = value.trim().replace(/\/+$/u, "");
|
|
29
|
-
if (!trimmed) throw new Error("Capacity provider
|
|
29
|
+
if (!trimmed) throw new Error("Capacity provider control-plane URL is required.");
|
|
30
30
|
return trimmed;
|
|
31
31
|
}
|
|
32
32
|
function isRecord(value) {
|
|
@@ -54,14 +54,14 @@ function assertAvailabilitySessionEnvelope(value) {
|
|
|
54
54
|
requireNumber(envelope.payload, "sequence", "Capacity provider availability session");
|
|
55
55
|
}
|
|
56
56
|
class ProviderProtocolClient {
|
|
57
|
-
|
|
57
|
+
controlPlaneUrl;
|
|
58
58
|
accessToken;
|
|
59
59
|
accessTokenProvider;
|
|
60
60
|
fetchImpl;
|
|
61
61
|
userAgent;
|
|
62
62
|
requestTimeoutMs;
|
|
63
63
|
constructor(options) {
|
|
64
|
-
this.
|
|
64
|
+
this.controlPlaneUrl = normalizeBaseUrl(options.controlPlaneUrl);
|
|
65
65
|
this.accessToken = options.accessToken?.trim() || void 0;
|
|
66
66
|
this.accessTokenProvider = options.accessTokenProvider;
|
|
67
67
|
this.fetchImpl = options.fetchImpl ?? fetch;
|
|
@@ -85,7 +85,7 @@ class ProviderProtocolClient {
|
|
|
85
85
|
let response;
|
|
86
86
|
let payload;
|
|
87
87
|
try {
|
|
88
|
-
response = await this.fetchImpl(`${this.
|
|
88
|
+
response = await this.fetchImpl(`${this.controlPlaneUrl}${path}`, {
|
|
89
89
|
method: options.method ?? "GET",
|
|
90
90
|
headers,
|
|
91
91
|
body: options.body === void 0 ? void 0 : JSON.stringify(options.body),
|
|
@@ -315,9 +315,9 @@ export interface ProviderAvailabilitySession {
|
|
|
315
315
|
}
|
|
316
316
|
export interface ProviderConnectionConfig {
|
|
317
317
|
id: string;
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
318
|
+
serverProfile?: string;
|
|
319
|
+
controlPlaneUrl?: string;
|
|
320
|
+
controlPlaneAudience?: string;
|
|
321
321
|
teamId: string;
|
|
322
322
|
providerId: string;
|
|
323
323
|
membershipId: string;
|
|
@@ -329,9 +329,9 @@ export interface ProviderConnectionConfig {
|
|
|
329
329
|
/** One-time onboarding input. It is never valid durable provider runtime configuration. */
|
|
330
330
|
export interface CapacityProviderJoinInput {
|
|
331
331
|
id: string;
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
332
|
+
serverProfile?: string;
|
|
333
|
+
controlPlaneUrl?: string;
|
|
334
|
+
controlPlaneAudience?: string;
|
|
335
335
|
registrationKeyRef: string;
|
|
336
336
|
offer: ProviderSupplyOffer;
|
|
337
337
|
}
|
|
@@ -145,8 +145,8 @@ function validateCapacityProviderManifestV2(manifest) {
|
|
|
145
145
|
if ("registrationKeyRef" in connection) add(diagnostics, "provider_connection_registration_key_forbidden", `${path}.registrationKeyRef`, "Broadcast registration keys are one-time join input and may not be persisted in a runtime connection.");
|
|
146
146
|
if (!nonEmpty(connection.id) || ids.has(connection.id)) add(diagnostics, "provider_connection_id_invalid", `${path}.id`, "Connection id must be non-empty and unique.");
|
|
147
147
|
ids.add(connection.id);
|
|
148
|
-
if (!nonEmpty(connection.
|
|
149
|
-
if (connection.
|
|
148
|
+
if (!nonEmpty(connection.serverProfile) && !nonEmpty(connection.controlPlaneUrl)) add(diagnostics, "provider_connection_server_required", path, "Connection requires serverProfile or controlPlaneUrl.");
|
|
149
|
+
if (connection.controlPlaneAudience !== void 0 && !nonEmpty(connection.controlPlaneAudience)) add(diagnostics, "provider_connection_control_plane_audience_invalid", `${path}.controlPlaneAudience`, "Connection controlPlaneAudience must be a non-empty canonical control-plane URL when provided.");
|
|
150
150
|
const credentialRef = connection.membershipCredentialRef;
|
|
151
151
|
if (!nonEmpty(credentialRef) || !credentialRef.includes("://")) add(diagnostics, "provider_connection_credential_ref_invalid", `${path}.membershipCredentialRef`, "Approved connection requires a membership credential secret reference.");
|
|
152
152
|
if (!nonEmpty(connection.teamId)) add(diagnostics, "provider_connection_team_required", `${path}.teamId`, "Approved connection requires teamId.");
|
|
@@ -41,13 +41,13 @@ export declare const agentContextQueryContentSchema: z.ZodObject<{
|
|
|
41
41
|
required: z.ZodDefault<z.ZodBoolean>;
|
|
42
42
|
}, "strict", z.ZodTypeAny, {
|
|
43
43
|
id: string;
|
|
44
|
+
title: string;
|
|
44
45
|
target: {
|
|
45
46
|
kind: "content" | "mixed" | "graph" | "code";
|
|
46
47
|
models?: string[] | undefined;
|
|
47
48
|
paths?: string[] | undefined;
|
|
48
49
|
};
|
|
49
50
|
revision: number;
|
|
50
|
-
title: string;
|
|
51
51
|
query: string;
|
|
52
52
|
description: string;
|
|
53
53
|
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
@@ -60,20 +60,20 @@ export declare const agentContextQueryContentSchema: z.ZodObject<{
|
|
|
60
60
|
maxCharacters?: number | undefined;
|
|
61
61
|
};
|
|
62
62
|
tokenBudget: number;
|
|
63
|
-
format: "
|
|
63
|
+
format: "summary" | "map" | "list" | "brief" | "full" | "sources";
|
|
64
64
|
filters: Record<string, unknown>;
|
|
65
65
|
required: boolean;
|
|
66
66
|
scope?: string | undefined;
|
|
67
67
|
codeScopes?: string[] | undefined;
|
|
68
68
|
}, {
|
|
69
69
|
id: string;
|
|
70
|
+
title: string;
|
|
70
71
|
target: {
|
|
71
72
|
kind: "content" | "mixed" | "graph" | "code";
|
|
72
73
|
models?: string[] | undefined;
|
|
73
74
|
paths?: string[] | undefined;
|
|
74
75
|
};
|
|
75
76
|
revision: number;
|
|
76
|
-
title: string;
|
|
77
77
|
query: string;
|
|
78
78
|
description: string;
|
|
79
79
|
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
@@ -88,7 +88,7 @@ export declare const agentContextQueryContentSchema: z.ZodObject<{
|
|
|
88
88
|
codeScopes?: string[] | undefined;
|
|
89
89
|
relations?: import("../../index.js").SdkGraphDslRelation[] | undefined;
|
|
90
90
|
depth?: number | undefined;
|
|
91
|
-
format?: "
|
|
91
|
+
format?: "summary" | "map" | "list" | "brief" | "full" | "sources" | undefined;
|
|
92
92
|
filters?: Record<string, unknown> | undefined;
|
|
93
93
|
required?: boolean | undefined;
|
|
94
94
|
}>;
|
|
@@ -110,8 +110,8 @@ 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
113
|
title: string;
|
|
114
|
+
revision: number;
|
|
115
115
|
description: string;
|
|
116
116
|
queryRefs: {
|
|
117
117
|
id: string;
|
|
@@ -120,8 +120,8 @@ export declare const agentContextQuerySetContentSchema: z.ZodObject<{
|
|
|
120
120
|
mergePolicy: "replace" | "append";
|
|
121
121
|
}, {
|
|
122
122
|
id: string;
|
|
123
|
-
revision: number;
|
|
124
123
|
title: string;
|
|
124
|
+
revision: number;
|
|
125
125
|
description: string;
|
|
126
126
|
queryRefs: {
|
|
127
127
|
id: string;
|
|
@@ -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
|
-
revision: number;
|
|
145
144
|
title: string;
|
|
145
|
+
revision: number;
|
|
146
|
+
kind: "message" | "status" | "summary" | "plan";
|
|
146
147
|
description: string;
|
|
147
|
-
kind: "message" | "plan" | "status" | "summary";
|
|
148
148
|
instructions: string;
|
|
149
149
|
variables: string[];
|
|
150
150
|
appliesToProfiles: string[];
|
|
151
151
|
outputSkeleton?: string | undefined;
|
|
152
152
|
}, {
|
|
153
153
|
id: string;
|
|
154
|
-
revision: number;
|
|
155
154
|
title: string;
|
|
155
|
+
revision: number;
|
|
156
|
+
kind: "message" | "status" | "summary" | "plan";
|
|
156
157
|
description: string;
|
|
157
|
-
kind: "message" | "plan" | "status" | "summary";
|
|
158
158
|
instructions: string;
|
|
159
159
|
outputSkeleton?: string | undefined;
|
|
160
160
|
variables?: string[] | undefined;
|
|
@@ -261,12 +261,12 @@ export declare const assignmentPlanContentSchema: z.ZodObject<{
|
|
|
261
261
|
description: string;
|
|
262
262
|
}[];
|
|
263
263
|
id: string;
|
|
264
|
+
status: "completed" | "active" | "ready" | "superseded" | "draft";
|
|
265
|
+
createdAt: Date;
|
|
266
|
+
title: string;
|
|
264
267
|
teamId: string;
|
|
265
268
|
projectId: string;
|
|
266
|
-
status: "completed" | "active" | "ready" | "draft" | "superseded";
|
|
267
269
|
revision: number;
|
|
268
|
-
createdAt: Date;
|
|
269
|
-
title: string;
|
|
270
270
|
remaining: {
|
|
271
271
|
id: string;
|
|
272
272
|
title: string;
|
|
@@ -291,12 +291,12 @@ export declare const assignmentPlanContentSchema: z.ZodObject<{
|
|
|
291
291
|
}, {
|
|
292
292
|
objective: string;
|
|
293
293
|
id: string;
|
|
294
|
+
status: "completed" | "active" | "ready" | "superseded" | "draft";
|
|
295
|
+
createdAt: Date;
|
|
296
|
+
title: string;
|
|
294
297
|
teamId: string;
|
|
295
298
|
projectId: string;
|
|
296
|
-
status: "completed" | "active" | "ready" | "draft" | "superseded";
|
|
297
299
|
revision: number;
|
|
298
|
-
createdAt: Date;
|
|
299
|
-
title: string;
|
|
300
300
|
completed?: {
|
|
301
301
|
id: string;
|
|
302
302
|
title: string;
|
|
@@ -352,11 +352,11 @@ 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
|
-
teamId: string;
|
|
356
|
-
projectId: string;
|
|
357
355
|
status: "pending" | "running" | "completed" | "failed" | "cancelled" | "suspended" | "admitted" | "waiting" | "leased";
|
|
358
356
|
createdAt: Date;
|
|
359
357
|
title: string;
|
|
358
|
+
teamId: string;
|
|
359
|
+
projectId: string;
|
|
360
360
|
phase: string;
|
|
361
361
|
sequence: number;
|
|
362
362
|
updatedAt?: Date | undefined;
|
|
@@ -371,11 +371,11 @@ export declare const assignmentStatusContentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
371
371
|
progress?: number | undefined;
|
|
372
372
|
}, {
|
|
373
373
|
id: string;
|
|
374
|
-
teamId: string;
|
|
375
|
-
projectId: string;
|
|
376
374
|
status: "pending" | "running" | "completed" | "failed" | "cancelled" | "suspended" | "admitted" | "waiting" | "leased";
|
|
377
375
|
createdAt: Date;
|
|
378
376
|
title: string;
|
|
377
|
+
teamId: string;
|
|
378
|
+
projectId: string;
|
|
379
379
|
phase: string;
|
|
380
380
|
sequence: number;
|
|
381
381
|
updatedAt?: Date | undefined;
|
|
@@ -390,11 +390,11 @@ export declare const assignmentStatusContentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
390
390
|
progress?: number | undefined;
|
|
391
391
|
}>, {
|
|
392
392
|
id: string;
|
|
393
|
-
teamId: string;
|
|
394
|
-
projectId: string;
|
|
395
393
|
status: "pending" | "running" | "completed" | "failed" | "cancelled" | "suspended" | "admitted" | "waiting" | "leased";
|
|
396
394
|
createdAt: Date;
|
|
397
395
|
title: string;
|
|
396
|
+
teamId: string;
|
|
397
|
+
projectId: string;
|
|
398
398
|
phase: string;
|
|
399
399
|
sequence: number;
|
|
400
400
|
updatedAt?: Date | undefined;
|
|
@@ -409,11 +409,11 @@ export declare const assignmentStatusContentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
409
409
|
progress?: number | undefined;
|
|
410
410
|
}, {
|
|
411
411
|
id: string;
|
|
412
|
-
teamId: string;
|
|
413
|
-
projectId: string;
|
|
414
412
|
status: "pending" | "running" | "completed" | "failed" | "cancelled" | "suspended" | "admitted" | "waiting" | "leased";
|
|
415
413
|
createdAt: Date;
|
|
416
414
|
title: string;
|
|
415
|
+
teamId: string;
|
|
416
|
+
projectId: string;
|
|
417
417
|
phase: string;
|
|
418
418
|
sequence: number;
|
|
419
419
|
updatedAt?: Date | undefined;
|
|
@@ -469,12 +469,12 @@ 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
472
|
status: "completed" | "failed" | "cancelled" | "suspended";
|
|
475
473
|
createdAt: Date;
|
|
476
474
|
summary: string;
|
|
477
475
|
title: string;
|
|
476
|
+
teamId: string;
|
|
477
|
+
projectId: string;
|
|
478
478
|
lessons: string[];
|
|
479
479
|
performance: {
|
|
480
480
|
metrics: Record<string, number>;
|
|
@@ -494,12 +494,12 @@ export declare const assignmentSummaryContentSchema: z.ZodObject<{
|
|
|
494
494
|
} | undefined;
|
|
495
495
|
}, {
|
|
496
496
|
id: string;
|
|
497
|
-
teamId: string;
|
|
498
|
-
projectId: string;
|
|
499
497
|
status: "completed" | "failed" | "cancelled" | "suspended";
|
|
500
498
|
createdAt: Date;
|
|
501
499
|
summary: string;
|
|
502
500
|
title: string;
|
|
501
|
+
teamId: string;
|
|
502
|
+
projectId: string;
|
|
503
503
|
performance: {
|
|
504
504
|
outcome: string;
|
|
505
505
|
metrics?: Record<string, number> | undefined;
|
|
@@ -593,11 +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
|
createdAt: Date;
|
|
600
598
|
title: string;
|
|
599
|
+
teamId: string;
|
|
600
|
+
projectId: string;
|
|
601
601
|
agentId: string;
|
|
602
602
|
agentDefinitionRef: {
|
|
603
603
|
id: string;
|
|
@@ -631,11 +631,11 @@ export declare const agentEvaluationContentSchema: z.ZodObject<{
|
|
|
631
631
|
score?: number | undefined;
|
|
632
632
|
}, {
|
|
633
633
|
id: string;
|
|
634
|
-
teamId: string;
|
|
635
|
-
projectId: string;
|
|
636
634
|
status: string;
|
|
637
635
|
createdAt: Date;
|
|
638
636
|
title: string;
|
|
637
|
+
teamId: string;
|
|
638
|
+
projectId: string;
|
|
639
639
|
agentId: string;
|
|
640
640
|
agentDefinitionRef: {
|
|
641
641
|
id: string;
|
|
@@ -711,13 +711,13 @@ export declare const agentOperationalContentSchemas: {
|
|
|
711
711
|
required: z.ZodDefault<z.ZodBoolean>;
|
|
712
712
|
}, "strict", z.ZodTypeAny, {
|
|
713
713
|
id: string;
|
|
714
|
+
title: string;
|
|
714
715
|
target: {
|
|
715
716
|
kind: "content" | "mixed" | "graph" | "code";
|
|
716
717
|
models?: string[] | undefined;
|
|
717
718
|
paths?: string[] | undefined;
|
|
718
719
|
};
|
|
719
720
|
revision: number;
|
|
720
|
-
title: string;
|
|
721
721
|
query: string;
|
|
722
722
|
description: string;
|
|
723
723
|
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
@@ -730,20 +730,20 @@ export declare const agentOperationalContentSchemas: {
|
|
|
730
730
|
maxCharacters?: number | undefined;
|
|
731
731
|
};
|
|
732
732
|
tokenBudget: number;
|
|
733
|
-
format: "
|
|
733
|
+
format: "summary" | "map" | "list" | "brief" | "full" | "sources";
|
|
734
734
|
filters: Record<string, unknown>;
|
|
735
735
|
required: boolean;
|
|
736
736
|
scope?: string | undefined;
|
|
737
737
|
codeScopes?: string[] | undefined;
|
|
738
738
|
}, {
|
|
739
739
|
id: string;
|
|
740
|
+
title: string;
|
|
740
741
|
target: {
|
|
741
742
|
kind: "content" | "mixed" | "graph" | "code";
|
|
742
743
|
models?: string[] | undefined;
|
|
743
744
|
paths?: string[] | undefined;
|
|
744
745
|
};
|
|
745
746
|
revision: number;
|
|
746
|
-
title: string;
|
|
747
747
|
query: string;
|
|
748
748
|
description: string;
|
|
749
749
|
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
@@ -758,7 +758,7 @@ export declare const agentOperationalContentSchemas: {
|
|
|
758
758
|
codeScopes?: string[] | undefined;
|
|
759
759
|
relations?: import("../../index.js").SdkGraphDslRelation[] | undefined;
|
|
760
760
|
depth?: number | undefined;
|
|
761
|
-
format?: "
|
|
761
|
+
format?: "summary" | "map" | "list" | "brief" | "full" | "sources" | undefined;
|
|
762
762
|
filters?: Record<string, unknown> | undefined;
|
|
763
763
|
required?: boolean | undefined;
|
|
764
764
|
}>;
|
|
@@ -780,8 +780,8 @@ 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
783
|
title: string;
|
|
784
|
+
revision: number;
|
|
785
785
|
description: string;
|
|
786
786
|
queryRefs: {
|
|
787
787
|
id: string;
|
|
@@ -790,8 +790,8 @@ export declare const agentOperationalContentSchemas: {
|
|
|
790
790
|
mergePolicy: "replace" | "append";
|
|
791
791
|
}, {
|
|
792
792
|
id: string;
|
|
793
|
-
revision: number;
|
|
794
793
|
title: string;
|
|
794
|
+
revision: number;
|
|
795
795
|
description: string;
|
|
796
796
|
queryRefs: {
|
|
797
797
|
id: string;
|
|
@@ -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
|
-
revision: number;
|
|
815
814
|
title: string;
|
|
815
|
+
revision: number;
|
|
816
|
+
kind: "message" | "status" | "summary" | "plan";
|
|
816
817
|
description: string;
|
|
817
|
-
kind: "message" | "plan" | "status" | "summary";
|
|
818
818
|
instructions: string;
|
|
819
819
|
variables: string[];
|
|
820
820
|
appliesToProfiles: string[];
|
|
821
821
|
outputSkeleton?: string | undefined;
|
|
822
822
|
}, {
|
|
823
823
|
id: string;
|
|
824
|
-
revision: number;
|
|
825
824
|
title: string;
|
|
825
|
+
revision: number;
|
|
826
|
+
kind: "message" | "status" | "summary" | "plan";
|
|
826
827
|
description: string;
|
|
827
|
-
kind: "message" | "plan" | "status" | "summary";
|
|
828
828
|
instructions: string;
|
|
829
829
|
outputSkeleton?: string | undefined;
|
|
830
830
|
variables?: string[] | undefined;
|
|
@@ -931,12 +931,12 @@ export declare const agentOperationalContentSchemas: {
|
|
|
931
931
|
description: string;
|
|
932
932
|
}[];
|
|
933
933
|
id: string;
|
|
934
|
+
status: "completed" | "active" | "ready" | "superseded" | "draft";
|
|
935
|
+
createdAt: Date;
|
|
936
|
+
title: string;
|
|
934
937
|
teamId: string;
|
|
935
938
|
projectId: string;
|
|
936
|
-
status: "completed" | "active" | "ready" | "draft" | "superseded";
|
|
937
939
|
revision: number;
|
|
938
|
-
createdAt: Date;
|
|
939
|
-
title: string;
|
|
940
940
|
remaining: {
|
|
941
941
|
id: string;
|
|
942
942
|
title: string;
|
|
@@ -961,12 +961,12 @@ export declare const agentOperationalContentSchemas: {
|
|
|
961
961
|
}, {
|
|
962
962
|
objective: string;
|
|
963
963
|
id: string;
|
|
964
|
+
status: "completed" | "active" | "ready" | "superseded" | "draft";
|
|
965
|
+
createdAt: Date;
|
|
966
|
+
title: string;
|
|
964
967
|
teamId: string;
|
|
965
968
|
projectId: string;
|
|
966
|
-
status: "completed" | "active" | "ready" | "draft" | "superseded";
|
|
967
969
|
revision: number;
|
|
968
|
-
createdAt: Date;
|
|
969
|
-
title: string;
|
|
970
970
|
completed?: {
|
|
971
971
|
id: string;
|
|
972
972
|
title: string;
|
|
@@ -1022,11 +1022,11 @@ export declare const agentOperationalContentSchemas: {
|
|
|
1022
1022
|
progress: z.ZodOptional<z.ZodNumber>;
|
|
1023
1023
|
}, "strict", z.ZodTypeAny, {
|
|
1024
1024
|
id: string;
|
|
1025
|
-
teamId: string;
|
|
1026
|
-
projectId: string;
|
|
1027
1025
|
status: "pending" | "running" | "completed" | "failed" | "cancelled" | "suspended" | "admitted" | "waiting" | "leased";
|
|
1028
1026
|
createdAt: Date;
|
|
1029
1027
|
title: string;
|
|
1028
|
+
teamId: string;
|
|
1029
|
+
projectId: string;
|
|
1030
1030
|
phase: string;
|
|
1031
1031
|
sequence: number;
|
|
1032
1032
|
updatedAt?: Date | undefined;
|
|
@@ -1041,11 +1041,11 @@ export declare const agentOperationalContentSchemas: {
|
|
|
1041
1041
|
progress?: number | undefined;
|
|
1042
1042
|
}, {
|
|
1043
1043
|
id: string;
|
|
1044
|
-
teamId: string;
|
|
1045
|
-
projectId: string;
|
|
1046
1044
|
status: "pending" | "running" | "completed" | "failed" | "cancelled" | "suspended" | "admitted" | "waiting" | "leased";
|
|
1047
1045
|
createdAt: Date;
|
|
1048
1046
|
title: string;
|
|
1047
|
+
teamId: string;
|
|
1048
|
+
projectId: string;
|
|
1049
1049
|
phase: string;
|
|
1050
1050
|
sequence: number;
|
|
1051
1051
|
updatedAt?: Date | undefined;
|
|
@@ -1060,11 +1060,11 @@ export declare const agentOperationalContentSchemas: {
|
|
|
1060
1060
|
progress?: number | undefined;
|
|
1061
1061
|
}>, {
|
|
1062
1062
|
id: string;
|
|
1063
|
-
teamId: string;
|
|
1064
|
-
projectId: string;
|
|
1065
1063
|
status: "pending" | "running" | "completed" | "failed" | "cancelled" | "suspended" | "admitted" | "waiting" | "leased";
|
|
1066
1064
|
createdAt: Date;
|
|
1067
1065
|
title: string;
|
|
1066
|
+
teamId: string;
|
|
1067
|
+
projectId: string;
|
|
1068
1068
|
phase: string;
|
|
1069
1069
|
sequence: number;
|
|
1070
1070
|
updatedAt?: Date | undefined;
|
|
@@ -1079,11 +1079,11 @@ export declare const agentOperationalContentSchemas: {
|
|
|
1079
1079
|
progress?: number | undefined;
|
|
1080
1080
|
}, {
|
|
1081
1081
|
id: string;
|
|
1082
|
-
teamId: string;
|
|
1083
|
-
projectId: string;
|
|
1084
1082
|
status: "pending" | "running" | "completed" | "failed" | "cancelled" | "suspended" | "admitted" | "waiting" | "leased";
|
|
1085
1083
|
createdAt: Date;
|
|
1086
1084
|
title: string;
|
|
1085
|
+
teamId: string;
|
|
1086
|
+
projectId: string;
|
|
1087
1087
|
phase: string;
|
|
1088
1088
|
sequence: number;
|
|
1089
1089
|
updatedAt?: Date | undefined;
|
|
@@ -1139,12 +1139,12 @@ 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
1142
|
status: "completed" | "failed" | "cancelled" | "suspended";
|
|
1145
1143
|
createdAt: Date;
|
|
1146
1144
|
summary: string;
|
|
1147
1145
|
title: string;
|
|
1146
|
+
teamId: string;
|
|
1147
|
+
projectId: string;
|
|
1148
1148
|
lessons: string[];
|
|
1149
1149
|
performance: {
|
|
1150
1150
|
metrics: Record<string, number>;
|
|
@@ -1164,12 +1164,12 @@ export declare const agentOperationalContentSchemas: {
|
|
|
1164
1164
|
} | undefined;
|
|
1165
1165
|
}, {
|
|
1166
1166
|
id: string;
|
|
1167
|
-
teamId: string;
|
|
1168
|
-
projectId: string;
|
|
1169
1167
|
status: "completed" | "failed" | "cancelled" | "suspended";
|
|
1170
1168
|
createdAt: Date;
|
|
1171
1169
|
summary: string;
|
|
1172
1170
|
title: string;
|
|
1171
|
+
teamId: string;
|
|
1172
|
+
projectId: string;
|
|
1173
1173
|
performance: {
|
|
1174
1174
|
outcome: string;
|
|
1175
1175
|
metrics?: Record<string, number> | undefined;
|
|
@@ -1263,11 +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
|
createdAt: Date;
|
|
1270
1268
|
title: string;
|
|
1269
|
+
teamId: string;
|
|
1270
|
+
projectId: string;
|
|
1271
1271
|
agentId: string;
|
|
1272
1272
|
agentDefinitionRef: {
|
|
1273
1273
|
id: string;
|
|
@@ -1301,11 +1301,11 @@ export declare const agentOperationalContentSchemas: {
|
|
|
1301
1301
|
score?: number | undefined;
|
|
1302
1302
|
}, {
|
|
1303
1303
|
id: string;
|
|
1304
|
-
teamId: string;
|
|
1305
|
-
projectId: string;
|
|
1306
1304
|
status: string;
|
|
1307
1305
|
createdAt: Date;
|
|
1308
1306
|
title: string;
|
|
1307
|
+
teamId: string;
|
|
1308
|
+
projectId: string;
|
|
1309
1309
|
agentId: string;
|
|
1310
1310
|
agentDefinitionRef: {
|
|
1311
1311
|
id: string;
|