@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
|
@@ -113,8 +113,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
113
113
|
}, "strict", z.ZodTypeAny, {
|
|
114
114
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
115
115
|
base: "staging" | "main";
|
|
116
|
-
target?: "staging" | "main" | undefined;
|
|
117
116
|
prefix?: string | undefined;
|
|
117
|
+
target?: "staging" | "main" | undefined;
|
|
118
118
|
branchNameTemplate?: string | undefined;
|
|
119
119
|
worktree?: string | undefined;
|
|
120
120
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -122,8 +122,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
122
122
|
}, {
|
|
123
123
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
124
124
|
base: "staging" | "main";
|
|
125
|
-
target?: "staging" | "main" | undefined;
|
|
126
125
|
prefix?: string | undefined;
|
|
126
|
+
target?: "staging" | "main" | undefined;
|
|
127
127
|
branchNameTemplate?: string | undefined;
|
|
128
128
|
worktree?: string | undefined;
|
|
129
129
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -707,9 +707,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
707
707
|
agentSlug: z.ZodOptional<z.ZodString>;
|
|
708
708
|
}, "strict", z.ZodTypeAny, {
|
|
709
709
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
710
|
+
agentSlug?: string | undefined;
|
|
710
711
|
teamId?: string | undefined;
|
|
711
712
|
projectId?: string | undefined;
|
|
712
|
-
agentSlug?: string | undefined;
|
|
713
713
|
requiredRoles?: string[] | undefined;
|
|
714
714
|
allowedRoles?: string[] | undefined;
|
|
715
715
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -718,9 +718,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
718
718
|
teamMemberId?: string | undefined;
|
|
719
719
|
}, {
|
|
720
720
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
721
|
+
agentSlug?: string | undefined;
|
|
721
722
|
teamId?: string | undefined;
|
|
722
723
|
projectId?: string | undefined;
|
|
723
|
-
agentSlug?: string | undefined;
|
|
724
724
|
requiredRoles?: string[] | undefined;
|
|
725
725
|
allowedRoles?: string[] | undefined;
|
|
726
726
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -731,9 +731,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
731
731
|
}, "strict", z.ZodTypeAny, {
|
|
732
732
|
defaultAnswerPolicy?: {
|
|
733
733
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
734
|
+
agentSlug?: string | undefined;
|
|
734
735
|
teamId?: string | undefined;
|
|
735
736
|
projectId?: string | undefined;
|
|
736
|
-
agentSlug?: string | undefined;
|
|
737
737
|
requiredRoles?: string[] | undefined;
|
|
738
738
|
allowedRoles?: string[] | undefined;
|
|
739
739
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -745,9 +745,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
745
745
|
}, {
|
|
746
746
|
defaultAnswerPolicy?: {
|
|
747
747
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
748
|
+
agentSlug?: string | undefined;
|
|
748
749
|
teamId?: string | undefined;
|
|
749
750
|
projectId?: string | undefined;
|
|
750
|
-
agentSlug?: string | undefined;
|
|
751
751
|
requiredRoles?: string[] | undefined;
|
|
752
752
|
allowedRoles?: string[] | undefined;
|
|
753
753
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -834,8 +834,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
834
834
|
branchPolicy: {
|
|
835
835
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
836
836
|
base: "staging" | "main";
|
|
837
|
-
target?: "staging" | "main" | undefined;
|
|
838
837
|
prefix?: string | undefined;
|
|
838
|
+
target?: "staging" | "main" | undefined;
|
|
839
839
|
branchNameTemplate?: string | undefined;
|
|
840
840
|
worktree?: string | undefined;
|
|
841
841
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -889,7 +889,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
889
889
|
id: string;
|
|
890
890
|
revision: number;
|
|
891
891
|
}[] | undefined;
|
|
892
|
-
activityType?: "
|
|
892
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
893
893
|
permissions?: {
|
|
894
894
|
content?: Record<string, {
|
|
895
895
|
operations: string[];
|
|
@@ -990,9 +990,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
990
990
|
questionPolicy?: {
|
|
991
991
|
defaultAnswerPolicy?: {
|
|
992
992
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
993
|
+
agentSlug?: string | undefined;
|
|
993
994
|
teamId?: string | undefined;
|
|
994
995
|
projectId?: string | undefined;
|
|
995
|
-
agentSlug?: string | undefined;
|
|
996
996
|
requiredRoles?: string[] | undefined;
|
|
997
997
|
allowedRoles?: string[] | undefined;
|
|
998
998
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -1007,8 +1007,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1007
1007
|
branchPolicy: {
|
|
1008
1008
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
1009
1009
|
base: "staging" | "main";
|
|
1010
|
-
target?: "staging" | "main" | undefined;
|
|
1011
1010
|
prefix?: string | undefined;
|
|
1011
|
+
target?: "staging" | "main" | undefined;
|
|
1012
1012
|
branchNameTemplate?: string | undefined;
|
|
1013
1013
|
worktree?: string | undefined;
|
|
1014
1014
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -1062,7 +1062,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1062
1062
|
id: string;
|
|
1063
1063
|
revision: number;
|
|
1064
1064
|
}[] | undefined;
|
|
1065
|
-
activityType?: "
|
|
1065
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
1066
1066
|
permissions?: {
|
|
1067
1067
|
content?: Record<string, {
|
|
1068
1068
|
operations: string[];
|
|
@@ -1163,9 +1163,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1163
1163
|
questionPolicy?: {
|
|
1164
1164
|
defaultAnswerPolicy?: {
|
|
1165
1165
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
1166
|
+
agentSlug?: string | undefined;
|
|
1166
1167
|
teamId?: string | undefined;
|
|
1167
1168
|
projectId?: string | undefined;
|
|
1168
|
-
agentSlug?: string | undefined;
|
|
1169
1169
|
requiredRoles?: string[] | undefined;
|
|
1170
1170
|
allowedRoles?: string[] | undefined;
|
|
1171
1171
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -1180,8 +1180,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1180
1180
|
branchPolicy: {
|
|
1181
1181
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
1182
1182
|
base: "staging" | "main";
|
|
1183
|
-
target?: "staging" | "main" | undefined;
|
|
1184
1183
|
prefix?: string | undefined;
|
|
1184
|
+
target?: "staging" | "main" | undefined;
|
|
1185
1185
|
branchNameTemplate?: string | undefined;
|
|
1186
1186
|
worktree?: string | undefined;
|
|
1187
1187
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -1235,7 +1235,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1235
1235
|
id: string;
|
|
1236
1236
|
revision: number;
|
|
1237
1237
|
}[] | undefined;
|
|
1238
|
-
activityType?: "
|
|
1238
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
1239
1239
|
permissions?: {
|
|
1240
1240
|
content?: Record<string, {
|
|
1241
1241
|
operations: string[];
|
|
@@ -1336,9 +1336,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1336
1336
|
questionPolicy?: {
|
|
1337
1337
|
defaultAnswerPolicy?: {
|
|
1338
1338
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
1339
|
+
agentSlug?: string | undefined;
|
|
1339
1340
|
teamId?: string | undefined;
|
|
1340
1341
|
projectId?: string | undefined;
|
|
1341
|
-
agentSlug?: string | undefined;
|
|
1342
1342
|
requiredRoles?: string[] | undefined;
|
|
1343
1343
|
allowedRoles?: string[] | undefined;
|
|
1344
1344
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -1353,8 +1353,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1353
1353
|
branchPolicy: {
|
|
1354
1354
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
1355
1355
|
base: "staging" | "main";
|
|
1356
|
-
target?: "staging" | "main" | undefined;
|
|
1357
1356
|
prefix?: string | undefined;
|
|
1357
|
+
target?: "staging" | "main" | undefined;
|
|
1358
1358
|
branchNameTemplate?: string | undefined;
|
|
1359
1359
|
worktree?: string | undefined;
|
|
1360
1360
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -1408,7 +1408,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1408
1408
|
id: string;
|
|
1409
1409
|
revision: number;
|
|
1410
1410
|
}[] | undefined;
|
|
1411
|
-
activityType?: "
|
|
1411
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
1412
1412
|
permissions?: {
|
|
1413
1413
|
content?: Record<string, {
|
|
1414
1414
|
operations: string[];
|
|
@@ -1509,9 +1509,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1509
1509
|
questionPolicy?: {
|
|
1510
1510
|
defaultAnswerPolicy?: {
|
|
1511
1511
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
1512
|
+
agentSlug?: string | undefined;
|
|
1512
1513
|
teamId?: string | undefined;
|
|
1513
1514
|
projectId?: string | undefined;
|
|
1514
|
-
agentSlug?: string | undefined;
|
|
1515
1515
|
requiredRoles?: string[] | undefined;
|
|
1516
1516
|
allowedRoles?: string[] | undefined;
|
|
1517
1517
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -1635,8 +1635,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1635
1635
|
}, "strict", z.ZodTypeAny, {
|
|
1636
1636
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
1637
1637
|
base: "staging" | "main";
|
|
1638
|
-
target?: "staging" | "main" | undefined;
|
|
1639
1638
|
prefix?: string | undefined;
|
|
1639
|
+
target?: "staging" | "main" | undefined;
|
|
1640
1640
|
branchNameTemplate?: string | undefined;
|
|
1641
1641
|
worktree?: string | undefined;
|
|
1642
1642
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -1644,8 +1644,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1644
1644
|
}, {
|
|
1645
1645
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
1646
1646
|
base: "staging" | "main";
|
|
1647
|
-
target?: "staging" | "main" | undefined;
|
|
1648
1647
|
prefix?: string | undefined;
|
|
1648
|
+
target?: "staging" | "main" | undefined;
|
|
1649
1649
|
branchNameTemplate?: string | undefined;
|
|
1650
1650
|
worktree?: string | undefined;
|
|
1651
1651
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -2229,9 +2229,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2229
2229
|
agentSlug: z.ZodOptional<z.ZodString>;
|
|
2230
2230
|
}, "strict", z.ZodTypeAny, {
|
|
2231
2231
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
2232
|
+
agentSlug?: string | undefined;
|
|
2232
2233
|
teamId?: string | undefined;
|
|
2233
2234
|
projectId?: string | undefined;
|
|
2234
|
-
agentSlug?: string | undefined;
|
|
2235
2235
|
requiredRoles?: string[] | undefined;
|
|
2236
2236
|
allowedRoles?: string[] | undefined;
|
|
2237
2237
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -2240,9 +2240,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2240
2240
|
teamMemberId?: string | undefined;
|
|
2241
2241
|
}, {
|
|
2242
2242
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
2243
|
+
agentSlug?: string | undefined;
|
|
2243
2244
|
teamId?: string | undefined;
|
|
2244
2245
|
projectId?: string | undefined;
|
|
2245
|
-
agentSlug?: string | undefined;
|
|
2246
2246
|
requiredRoles?: string[] | undefined;
|
|
2247
2247
|
allowedRoles?: string[] | undefined;
|
|
2248
2248
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -2253,9 +2253,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2253
2253
|
}, "strict", z.ZodTypeAny, {
|
|
2254
2254
|
defaultAnswerPolicy?: {
|
|
2255
2255
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
2256
|
+
agentSlug?: string | undefined;
|
|
2256
2257
|
teamId?: string | undefined;
|
|
2257
2258
|
projectId?: string | undefined;
|
|
2258
|
-
agentSlug?: string | undefined;
|
|
2259
2259
|
requiredRoles?: string[] | undefined;
|
|
2260
2260
|
allowedRoles?: string[] | undefined;
|
|
2261
2261
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -2267,9 +2267,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2267
2267
|
}, {
|
|
2268
2268
|
defaultAnswerPolicy?: {
|
|
2269
2269
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
2270
|
+
agentSlug?: string | undefined;
|
|
2270
2271
|
teamId?: string | undefined;
|
|
2271
2272
|
projectId?: string | undefined;
|
|
2272
|
-
agentSlug?: string | undefined;
|
|
2273
2273
|
requiredRoles?: string[] | undefined;
|
|
2274
2274
|
allowedRoles?: string[] | undefined;
|
|
2275
2275
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -2356,8 +2356,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2356
2356
|
branchPolicy: {
|
|
2357
2357
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
2358
2358
|
base: "staging" | "main";
|
|
2359
|
-
target?: "staging" | "main" | undefined;
|
|
2360
2359
|
prefix?: string | undefined;
|
|
2360
|
+
target?: "staging" | "main" | undefined;
|
|
2361
2361
|
branchNameTemplate?: string | undefined;
|
|
2362
2362
|
worktree?: string | undefined;
|
|
2363
2363
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -2411,7 +2411,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2411
2411
|
id: string;
|
|
2412
2412
|
revision: number;
|
|
2413
2413
|
}[] | undefined;
|
|
2414
|
-
activityType?: "
|
|
2414
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
2415
2415
|
permissions?: {
|
|
2416
2416
|
content?: Record<string, {
|
|
2417
2417
|
operations: string[];
|
|
@@ -2512,9 +2512,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2512
2512
|
questionPolicy?: {
|
|
2513
2513
|
defaultAnswerPolicy?: {
|
|
2514
2514
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
2515
|
+
agentSlug?: string | undefined;
|
|
2515
2516
|
teamId?: string | undefined;
|
|
2516
2517
|
projectId?: string | undefined;
|
|
2517
|
-
agentSlug?: string | undefined;
|
|
2518
2518
|
requiredRoles?: string[] | undefined;
|
|
2519
2519
|
allowedRoles?: string[] | undefined;
|
|
2520
2520
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -2529,8 +2529,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2529
2529
|
branchPolicy: {
|
|
2530
2530
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
2531
2531
|
base: "staging" | "main";
|
|
2532
|
-
target?: "staging" | "main" | undefined;
|
|
2533
2532
|
prefix?: string | undefined;
|
|
2533
|
+
target?: "staging" | "main" | undefined;
|
|
2534
2534
|
branchNameTemplate?: string | undefined;
|
|
2535
2535
|
worktree?: string | undefined;
|
|
2536
2536
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -2584,7 +2584,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2584
2584
|
id: string;
|
|
2585
2585
|
revision: number;
|
|
2586
2586
|
}[] | undefined;
|
|
2587
|
-
activityType?: "
|
|
2587
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
2588
2588
|
permissions?: {
|
|
2589
2589
|
content?: Record<string, {
|
|
2590
2590
|
operations: string[];
|
|
@@ -2685,9 +2685,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2685
2685
|
questionPolicy?: {
|
|
2686
2686
|
defaultAnswerPolicy?: {
|
|
2687
2687
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
2688
|
+
agentSlug?: string | undefined;
|
|
2688
2689
|
teamId?: string | undefined;
|
|
2689
2690
|
projectId?: string | undefined;
|
|
2690
|
-
agentSlug?: string | undefined;
|
|
2691
2691
|
requiredRoles?: string[] | undefined;
|
|
2692
2692
|
allowedRoles?: string[] | undefined;
|
|
2693
2693
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -2702,8 +2702,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2702
2702
|
branchPolicy: {
|
|
2703
2703
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
2704
2704
|
base: "staging" | "main";
|
|
2705
|
-
target?: "staging" | "main" | undefined;
|
|
2706
2705
|
prefix?: string | undefined;
|
|
2706
|
+
target?: "staging" | "main" | undefined;
|
|
2707
2707
|
branchNameTemplate?: string | undefined;
|
|
2708
2708
|
worktree?: string | undefined;
|
|
2709
2709
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -2757,7 +2757,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2757
2757
|
id: string;
|
|
2758
2758
|
revision: number;
|
|
2759
2759
|
}[] | undefined;
|
|
2760
|
-
activityType?: "
|
|
2760
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
2761
2761
|
permissions?: {
|
|
2762
2762
|
content?: Record<string, {
|
|
2763
2763
|
operations: string[];
|
|
@@ -2858,9 +2858,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2858
2858
|
questionPolicy?: {
|
|
2859
2859
|
defaultAnswerPolicy?: {
|
|
2860
2860
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
2861
|
+
agentSlug?: string | undefined;
|
|
2861
2862
|
teamId?: string | undefined;
|
|
2862
2863
|
projectId?: string | undefined;
|
|
2863
|
-
agentSlug?: string | undefined;
|
|
2864
2864
|
requiredRoles?: string[] | undefined;
|
|
2865
2865
|
allowedRoles?: string[] | undefined;
|
|
2866
2866
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -2875,8 +2875,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2875
2875
|
branchPolicy: {
|
|
2876
2876
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
2877
2877
|
base: "staging" | "main";
|
|
2878
|
-
target?: "staging" | "main" | undefined;
|
|
2879
2878
|
prefix?: string | undefined;
|
|
2879
|
+
target?: "staging" | "main" | undefined;
|
|
2880
2880
|
branchNameTemplate?: string | undefined;
|
|
2881
2881
|
worktree?: string | undefined;
|
|
2882
2882
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -2930,7 +2930,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2930
2930
|
id: string;
|
|
2931
2931
|
revision: number;
|
|
2932
2932
|
}[] | undefined;
|
|
2933
|
-
activityType?: "
|
|
2933
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
2934
2934
|
permissions?: {
|
|
2935
2935
|
content?: Record<string, {
|
|
2936
2936
|
operations: string[];
|
|
@@ -3031,9 +3031,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3031
3031
|
questionPolicy?: {
|
|
3032
3032
|
defaultAnswerPolicy?: {
|
|
3033
3033
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
3034
|
+
agentSlug?: string | undefined;
|
|
3034
3035
|
teamId?: string | undefined;
|
|
3035
3036
|
projectId?: string | undefined;
|
|
3036
|
-
agentSlug?: string | undefined;
|
|
3037
3037
|
requiredRoles?: string[] | undefined;
|
|
3038
3038
|
allowedRoles?: string[] | undefined;
|
|
3039
3039
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -3157,8 +3157,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3157
3157
|
}, "strict", z.ZodTypeAny, {
|
|
3158
3158
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
3159
3159
|
base: "staging" | "main";
|
|
3160
|
-
target?: "staging" | "main" | undefined;
|
|
3161
3160
|
prefix?: string | undefined;
|
|
3161
|
+
target?: "staging" | "main" | undefined;
|
|
3162
3162
|
branchNameTemplate?: string | undefined;
|
|
3163
3163
|
worktree?: string | undefined;
|
|
3164
3164
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -3166,8 +3166,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3166
3166
|
}, {
|
|
3167
3167
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
3168
3168
|
base: "staging" | "main";
|
|
3169
|
-
target?: "staging" | "main" | undefined;
|
|
3170
3169
|
prefix?: string | undefined;
|
|
3170
|
+
target?: "staging" | "main" | undefined;
|
|
3171
3171
|
branchNameTemplate?: string | undefined;
|
|
3172
3172
|
worktree?: string | undefined;
|
|
3173
3173
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -3751,9 +3751,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3751
3751
|
agentSlug: z.ZodOptional<z.ZodString>;
|
|
3752
3752
|
}, "strict", z.ZodTypeAny, {
|
|
3753
3753
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
3754
|
+
agentSlug?: string | undefined;
|
|
3754
3755
|
teamId?: string | undefined;
|
|
3755
3756
|
projectId?: string | undefined;
|
|
3756
|
-
agentSlug?: string | undefined;
|
|
3757
3757
|
requiredRoles?: string[] | undefined;
|
|
3758
3758
|
allowedRoles?: string[] | undefined;
|
|
3759
3759
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -3762,9 +3762,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3762
3762
|
teamMemberId?: string | undefined;
|
|
3763
3763
|
}, {
|
|
3764
3764
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
3765
|
+
agentSlug?: string | undefined;
|
|
3765
3766
|
teamId?: string | undefined;
|
|
3766
3767
|
projectId?: string | undefined;
|
|
3767
|
-
agentSlug?: string | undefined;
|
|
3768
3768
|
requiredRoles?: string[] | undefined;
|
|
3769
3769
|
allowedRoles?: string[] | undefined;
|
|
3770
3770
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -3775,9 +3775,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3775
3775
|
}, "strict", z.ZodTypeAny, {
|
|
3776
3776
|
defaultAnswerPolicy?: {
|
|
3777
3777
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
3778
|
+
agentSlug?: string | undefined;
|
|
3778
3779
|
teamId?: string | undefined;
|
|
3779
3780
|
projectId?: string | undefined;
|
|
3780
|
-
agentSlug?: string | undefined;
|
|
3781
3781
|
requiredRoles?: string[] | undefined;
|
|
3782
3782
|
allowedRoles?: string[] | undefined;
|
|
3783
3783
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -3789,9 +3789,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3789
3789
|
}, {
|
|
3790
3790
|
defaultAnswerPolicy?: {
|
|
3791
3791
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
3792
|
+
agentSlug?: string | undefined;
|
|
3792
3793
|
teamId?: string | undefined;
|
|
3793
3794
|
projectId?: string | undefined;
|
|
3794
|
-
agentSlug?: string | undefined;
|
|
3795
3795
|
requiredRoles?: string[] | undefined;
|
|
3796
3796
|
allowedRoles?: string[] | undefined;
|
|
3797
3797
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -3878,8 +3878,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3878
3878
|
branchPolicy: {
|
|
3879
3879
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
3880
3880
|
base: "staging" | "main";
|
|
3881
|
-
target?: "staging" | "main" | undefined;
|
|
3882
3881
|
prefix?: string | undefined;
|
|
3882
|
+
target?: "staging" | "main" | undefined;
|
|
3883
3883
|
branchNameTemplate?: string | undefined;
|
|
3884
3884
|
worktree?: string | undefined;
|
|
3885
3885
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -3933,7 +3933,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3933
3933
|
id: string;
|
|
3934
3934
|
revision: number;
|
|
3935
3935
|
}[] | undefined;
|
|
3936
|
-
activityType?: "
|
|
3936
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
3937
3937
|
permissions?: {
|
|
3938
3938
|
content?: Record<string, {
|
|
3939
3939
|
operations: string[];
|
|
@@ -4034,9 +4034,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4034
4034
|
questionPolicy?: {
|
|
4035
4035
|
defaultAnswerPolicy?: {
|
|
4036
4036
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
4037
|
+
agentSlug?: string | undefined;
|
|
4037
4038
|
teamId?: string | undefined;
|
|
4038
4039
|
projectId?: string | undefined;
|
|
4039
|
-
agentSlug?: string | undefined;
|
|
4040
4040
|
requiredRoles?: string[] | undefined;
|
|
4041
4041
|
allowedRoles?: string[] | undefined;
|
|
4042
4042
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -4051,8 +4051,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4051
4051
|
branchPolicy: {
|
|
4052
4052
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
4053
4053
|
base: "staging" | "main";
|
|
4054
|
-
target?: "staging" | "main" | undefined;
|
|
4055
4054
|
prefix?: string | undefined;
|
|
4055
|
+
target?: "staging" | "main" | undefined;
|
|
4056
4056
|
branchNameTemplate?: string | undefined;
|
|
4057
4057
|
worktree?: string | undefined;
|
|
4058
4058
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -4106,7 +4106,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4106
4106
|
id: string;
|
|
4107
4107
|
revision: number;
|
|
4108
4108
|
}[] | undefined;
|
|
4109
|
-
activityType?: "
|
|
4109
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
4110
4110
|
permissions?: {
|
|
4111
4111
|
content?: Record<string, {
|
|
4112
4112
|
operations: string[];
|
|
@@ -4207,9 +4207,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4207
4207
|
questionPolicy?: {
|
|
4208
4208
|
defaultAnswerPolicy?: {
|
|
4209
4209
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
4210
|
+
agentSlug?: string | undefined;
|
|
4210
4211
|
teamId?: string | undefined;
|
|
4211
4212
|
projectId?: string | undefined;
|
|
4212
|
-
agentSlug?: string | undefined;
|
|
4213
4213
|
requiredRoles?: string[] | undefined;
|
|
4214
4214
|
allowedRoles?: string[] | undefined;
|
|
4215
4215
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -4224,8 +4224,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4224
4224
|
branchPolicy: {
|
|
4225
4225
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
4226
4226
|
base: "staging" | "main";
|
|
4227
|
-
target?: "staging" | "main" | undefined;
|
|
4228
4227
|
prefix?: string | undefined;
|
|
4228
|
+
target?: "staging" | "main" | undefined;
|
|
4229
4229
|
branchNameTemplate?: string | undefined;
|
|
4230
4230
|
worktree?: string | undefined;
|
|
4231
4231
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -4279,7 +4279,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4279
4279
|
id: string;
|
|
4280
4280
|
revision: number;
|
|
4281
4281
|
}[] | undefined;
|
|
4282
|
-
activityType?: "
|
|
4282
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
4283
4283
|
permissions?: {
|
|
4284
4284
|
content?: Record<string, {
|
|
4285
4285
|
operations: string[];
|
|
@@ -4380,9 +4380,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4380
4380
|
questionPolicy?: {
|
|
4381
4381
|
defaultAnswerPolicy?: {
|
|
4382
4382
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
4383
|
+
agentSlug?: string | undefined;
|
|
4383
4384
|
teamId?: string | undefined;
|
|
4384
4385
|
projectId?: string | undefined;
|
|
4385
|
-
agentSlug?: string | undefined;
|
|
4386
4386
|
requiredRoles?: string[] | undefined;
|
|
4387
4387
|
allowedRoles?: string[] | undefined;
|
|
4388
4388
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -4397,8 +4397,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4397
4397
|
branchPolicy: {
|
|
4398
4398
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
4399
4399
|
base: "staging" | "main";
|
|
4400
|
-
target?: "staging" | "main" | undefined;
|
|
4401
4400
|
prefix?: string | undefined;
|
|
4401
|
+
target?: "staging" | "main" | undefined;
|
|
4402
4402
|
branchNameTemplate?: string | undefined;
|
|
4403
4403
|
worktree?: string | undefined;
|
|
4404
4404
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -4452,7 +4452,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4452
4452
|
id: string;
|
|
4453
4453
|
revision: number;
|
|
4454
4454
|
}[] | undefined;
|
|
4455
|
-
activityType?: "
|
|
4455
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
4456
4456
|
permissions?: {
|
|
4457
4457
|
content?: Record<string, {
|
|
4458
4458
|
operations: string[];
|
|
@@ -4553,9 +4553,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4553
4553
|
questionPolicy?: {
|
|
4554
4554
|
defaultAnswerPolicy?: {
|
|
4555
4555
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
4556
|
+
agentSlug?: string | undefined;
|
|
4556
4557
|
teamId?: string | undefined;
|
|
4557
4558
|
projectId?: string | undefined;
|
|
4558
|
-
agentSlug?: string | undefined;
|
|
4559
4559
|
requiredRoles?: string[] | undefined;
|
|
4560
4560
|
allowedRoles?: string[] | undefined;
|
|
4561
4561
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -4679,8 +4679,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4679
4679
|
}, "strict", z.ZodTypeAny, {
|
|
4680
4680
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
4681
4681
|
base: "staging" | "main";
|
|
4682
|
-
target?: "staging" | "main" | undefined;
|
|
4683
4682
|
prefix?: string | undefined;
|
|
4683
|
+
target?: "staging" | "main" | undefined;
|
|
4684
4684
|
branchNameTemplate?: string | undefined;
|
|
4685
4685
|
worktree?: string | undefined;
|
|
4686
4686
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -4688,8 +4688,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4688
4688
|
}, {
|
|
4689
4689
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
4690
4690
|
base: "staging" | "main";
|
|
4691
|
-
target?: "staging" | "main" | undefined;
|
|
4692
4691
|
prefix?: string | undefined;
|
|
4692
|
+
target?: "staging" | "main" | undefined;
|
|
4693
4693
|
branchNameTemplate?: string | undefined;
|
|
4694
4694
|
worktree?: string | undefined;
|
|
4695
4695
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -5273,9 +5273,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5273
5273
|
agentSlug: z.ZodOptional<z.ZodString>;
|
|
5274
5274
|
}, "strict", z.ZodTypeAny, {
|
|
5275
5275
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
5276
|
+
agentSlug?: string | undefined;
|
|
5276
5277
|
teamId?: string | undefined;
|
|
5277
5278
|
projectId?: string | undefined;
|
|
5278
|
-
agentSlug?: string | undefined;
|
|
5279
5279
|
requiredRoles?: string[] | undefined;
|
|
5280
5280
|
allowedRoles?: string[] | undefined;
|
|
5281
5281
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -5284,9 +5284,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5284
5284
|
teamMemberId?: string | undefined;
|
|
5285
5285
|
}, {
|
|
5286
5286
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
5287
|
+
agentSlug?: string | undefined;
|
|
5287
5288
|
teamId?: string | undefined;
|
|
5288
5289
|
projectId?: string | undefined;
|
|
5289
|
-
agentSlug?: string | undefined;
|
|
5290
5290
|
requiredRoles?: string[] | undefined;
|
|
5291
5291
|
allowedRoles?: string[] | undefined;
|
|
5292
5292
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -5297,9 +5297,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5297
5297
|
}, "strict", z.ZodTypeAny, {
|
|
5298
5298
|
defaultAnswerPolicy?: {
|
|
5299
5299
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
5300
|
+
agentSlug?: string | undefined;
|
|
5300
5301
|
teamId?: string | undefined;
|
|
5301
5302
|
projectId?: string | undefined;
|
|
5302
|
-
agentSlug?: string | undefined;
|
|
5303
5303
|
requiredRoles?: string[] | undefined;
|
|
5304
5304
|
allowedRoles?: string[] | undefined;
|
|
5305
5305
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -5311,9 +5311,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5311
5311
|
}, {
|
|
5312
5312
|
defaultAnswerPolicy?: {
|
|
5313
5313
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
5314
|
+
agentSlug?: string | undefined;
|
|
5314
5315
|
teamId?: string | undefined;
|
|
5315
5316
|
projectId?: string | undefined;
|
|
5316
|
-
agentSlug?: string | undefined;
|
|
5317
5317
|
requiredRoles?: string[] | undefined;
|
|
5318
5318
|
allowedRoles?: string[] | undefined;
|
|
5319
5319
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -5400,8 +5400,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5400
5400
|
branchPolicy: {
|
|
5401
5401
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
5402
5402
|
base: "staging" | "main";
|
|
5403
|
-
target?: "staging" | "main" | undefined;
|
|
5404
5403
|
prefix?: string | undefined;
|
|
5404
|
+
target?: "staging" | "main" | undefined;
|
|
5405
5405
|
branchNameTemplate?: string | undefined;
|
|
5406
5406
|
worktree?: string | undefined;
|
|
5407
5407
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -5455,7 +5455,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5455
5455
|
id: string;
|
|
5456
5456
|
revision: number;
|
|
5457
5457
|
}[] | undefined;
|
|
5458
|
-
activityType?: "
|
|
5458
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
5459
5459
|
permissions?: {
|
|
5460
5460
|
content?: Record<string, {
|
|
5461
5461
|
operations: string[];
|
|
@@ -5556,9 +5556,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5556
5556
|
questionPolicy?: {
|
|
5557
5557
|
defaultAnswerPolicy?: {
|
|
5558
5558
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
5559
|
+
agentSlug?: string | undefined;
|
|
5559
5560
|
teamId?: string | undefined;
|
|
5560
5561
|
projectId?: string | undefined;
|
|
5561
|
-
agentSlug?: string | undefined;
|
|
5562
5562
|
requiredRoles?: string[] | undefined;
|
|
5563
5563
|
allowedRoles?: string[] | undefined;
|
|
5564
5564
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -5573,8 +5573,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5573
5573
|
branchPolicy: {
|
|
5574
5574
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
5575
5575
|
base: "staging" | "main";
|
|
5576
|
-
target?: "staging" | "main" | undefined;
|
|
5577
5576
|
prefix?: string | undefined;
|
|
5577
|
+
target?: "staging" | "main" | undefined;
|
|
5578
5578
|
branchNameTemplate?: string | undefined;
|
|
5579
5579
|
worktree?: string | undefined;
|
|
5580
5580
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -5628,7 +5628,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5628
5628
|
id: string;
|
|
5629
5629
|
revision: number;
|
|
5630
5630
|
}[] | undefined;
|
|
5631
|
-
activityType?: "
|
|
5631
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
5632
5632
|
permissions?: {
|
|
5633
5633
|
content?: Record<string, {
|
|
5634
5634
|
operations: string[];
|
|
@@ -5729,9 +5729,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5729
5729
|
questionPolicy?: {
|
|
5730
5730
|
defaultAnswerPolicy?: {
|
|
5731
5731
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
5732
|
+
agentSlug?: string | undefined;
|
|
5732
5733
|
teamId?: string | undefined;
|
|
5733
5734
|
projectId?: string | undefined;
|
|
5734
|
-
agentSlug?: string | undefined;
|
|
5735
5735
|
requiredRoles?: string[] | undefined;
|
|
5736
5736
|
allowedRoles?: string[] | undefined;
|
|
5737
5737
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -5746,8 +5746,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5746
5746
|
branchPolicy: {
|
|
5747
5747
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
5748
5748
|
base: "staging" | "main";
|
|
5749
|
-
target?: "staging" | "main" | undefined;
|
|
5750
5749
|
prefix?: string | undefined;
|
|
5750
|
+
target?: "staging" | "main" | undefined;
|
|
5751
5751
|
branchNameTemplate?: string | undefined;
|
|
5752
5752
|
worktree?: string | undefined;
|
|
5753
5753
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -5801,7 +5801,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5801
5801
|
id: string;
|
|
5802
5802
|
revision: number;
|
|
5803
5803
|
}[] | undefined;
|
|
5804
|
-
activityType?: "
|
|
5804
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
5805
5805
|
permissions?: {
|
|
5806
5806
|
content?: Record<string, {
|
|
5807
5807
|
operations: string[];
|
|
@@ -5902,9 +5902,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5902
5902
|
questionPolicy?: {
|
|
5903
5903
|
defaultAnswerPolicy?: {
|
|
5904
5904
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
5905
|
+
agentSlug?: string | undefined;
|
|
5905
5906
|
teamId?: string | undefined;
|
|
5906
5907
|
projectId?: string | undefined;
|
|
5907
|
-
agentSlug?: string | undefined;
|
|
5908
5908
|
requiredRoles?: string[] | undefined;
|
|
5909
5909
|
allowedRoles?: string[] | undefined;
|
|
5910
5910
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -5919,8 +5919,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5919
5919
|
branchPolicy: {
|
|
5920
5920
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
5921
5921
|
base: "staging" | "main";
|
|
5922
|
-
target?: "staging" | "main" | undefined;
|
|
5923
5922
|
prefix?: string | undefined;
|
|
5923
|
+
target?: "staging" | "main" | undefined;
|
|
5924
5924
|
branchNameTemplate?: string | undefined;
|
|
5925
5925
|
worktree?: string | undefined;
|
|
5926
5926
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -5974,7 +5974,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5974
5974
|
id: string;
|
|
5975
5975
|
revision: number;
|
|
5976
5976
|
}[] | undefined;
|
|
5977
|
-
activityType?: "
|
|
5977
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
5978
5978
|
permissions?: {
|
|
5979
5979
|
content?: Record<string, {
|
|
5980
5980
|
operations: string[];
|
|
@@ -6075,9 +6075,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6075
6075
|
questionPolicy?: {
|
|
6076
6076
|
defaultAnswerPolicy?: {
|
|
6077
6077
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
6078
|
+
agentSlug?: string | undefined;
|
|
6078
6079
|
teamId?: string | undefined;
|
|
6079
6080
|
projectId?: string | undefined;
|
|
6080
|
-
agentSlug?: string | undefined;
|
|
6081
6081
|
requiredRoles?: string[] | undefined;
|
|
6082
6082
|
allowedRoles?: string[] | undefined;
|
|
6083
6083
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -6201,8 +6201,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6201
6201
|
}, "strict", z.ZodTypeAny, {
|
|
6202
6202
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
6203
6203
|
base: "staging" | "main";
|
|
6204
|
-
target?: "staging" | "main" | undefined;
|
|
6205
6204
|
prefix?: string | undefined;
|
|
6205
|
+
target?: "staging" | "main" | undefined;
|
|
6206
6206
|
branchNameTemplate?: string | undefined;
|
|
6207
6207
|
worktree?: string | undefined;
|
|
6208
6208
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -6210,8 +6210,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6210
6210
|
}, {
|
|
6211
6211
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
6212
6212
|
base: "staging" | "main";
|
|
6213
|
-
target?: "staging" | "main" | undefined;
|
|
6214
6213
|
prefix?: string | undefined;
|
|
6214
|
+
target?: "staging" | "main" | undefined;
|
|
6215
6215
|
branchNameTemplate?: string | undefined;
|
|
6216
6216
|
worktree?: string | undefined;
|
|
6217
6217
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -6795,9 +6795,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6795
6795
|
agentSlug: z.ZodOptional<z.ZodString>;
|
|
6796
6796
|
}, "strict", z.ZodTypeAny, {
|
|
6797
6797
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
6798
|
+
agentSlug?: string | undefined;
|
|
6798
6799
|
teamId?: string | undefined;
|
|
6799
6800
|
projectId?: string | undefined;
|
|
6800
|
-
agentSlug?: string | undefined;
|
|
6801
6801
|
requiredRoles?: string[] | undefined;
|
|
6802
6802
|
allowedRoles?: string[] | undefined;
|
|
6803
6803
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -6806,9 +6806,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6806
6806
|
teamMemberId?: string | undefined;
|
|
6807
6807
|
}, {
|
|
6808
6808
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
6809
|
+
agentSlug?: string | undefined;
|
|
6809
6810
|
teamId?: string | undefined;
|
|
6810
6811
|
projectId?: string | undefined;
|
|
6811
|
-
agentSlug?: string | undefined;
|
|
6812
6812
|
requiredRoles?: string[] | undefined;
|
|
6813
6813
|
allowedRoles?: string[] | undefined;
|
|
6814
6814
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -6819,9 +6819,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6819
6819
|
}, "strict", z.ZodTypeAny, {
|
|
6820
6820
|
defaultAnswerPolicy?: {
|
|
6821
6821
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
6822
|
+
agentSlug?: string | undefined;
|
|
6822
6823
|
teamId?: string | undefined;
|
|
6823
6824
|
projectId?: string | undefined;
|
|
6824
|
-
agentSlug?: string | undefined;
|
|
6825
6825
|
requiredRoles?: string[] | undefined;
|
|
6826
6826
|
allowedRoles?: string[] | undefined;
|
|
6827
6827
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -6833,9 +6833,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6833
6833
|
}, {
|
|
6834
6834
|
defaultAnswerPolicy?: {
|
|
6835
6835
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
6836
|
+
agentSlug?: string | undefined;
|
|
6836
6837
|
teamId?: string | undefined;
|
|
6837
6838
|
projectId?: string | undefined;
|
|
6838
|
-
agentSlug?: string | undefined;
|
|
6839
6839
|
requiredRoles?: string[] | undefined;
|
|
6840
6840
|
allowedRoles?: string[] | undefined;
|
|
6841
6841
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -6922,8 +6922,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6922
6922
|
branchPolicy: {
|
|
6923
6923
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
6924
6924
|
base: "staging" | "main";
|
|
6925
|
-
target?: "staging" | "main" | undefined;
|
|
6926
6925
|
prefix?: string | undefined;
|
|
6926
|
+
target?: "staging" | "main" | undefined;
|
|
6927
6927
|
branchNameTemplate?: string | undefined;
|
|
6928
6928
|
worktree?: string | undefined;
|
|
6929
6929
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -6977,7 +6977,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6977
6977
|
id: string;
|
|
6978
6978
|
revision: number;
|
|
6979
6979
|
}[] | undefined;
|
|
6980
|
-
activityType?: "
|
|
6980
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
6981
6981
|
permissions?: {
|
|
6982
6982
|
content?: Record<string, {
|
|
6983
6983
|
operations: string[];
|
|
@@ -7078,9 +7078,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7078
7078
|
questionPolicy?: {
|
|
7079
7079
|
defaultAnswerPolicy?: {
|
|
7080
7080
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
7081
|
+
agentSlug?: string | undefined;
|
|
7081
7082
|
teamId?: string | undefined;
|
|
7082
7083
|
projectId?: string | undefined;
|
|
7083
|
-
agentSlug?: string | undefined;
|
|
7084
7084
|
requiredRoles?: string[] | undefined;
|
|
7085
7085
|
allowedRoles?: string[] | undefined;
|
|
7086
7086
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -7095,8 +7095,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7095
7095
|
branchPolicy: {
|
|
7096
7096
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
7097
7097
|
base: "staging" | "main";
|
|
7098
|
-
target?: "staging" | "main" | undefined;
|
|
7099
7098
|
prefix?: string | undefined;
|
|
7099
|
+
target?: "staging" | "main" | undefined;
|
|
7100
7100
|
branchNameTemplate?: string | undefined;
|
|
7101
7101
|
worktree?: string | undefined;
|
|
7102
7102
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -7150,7 +7150,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7150
7150
|
id: string;
|
|
7151
7151
|
revision: number;
|
|
7152
7152
|
}[] | undefined;
|
|
7153
|
-
activityType?: "
|
|
7153
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
7154
7154
|
permissions?: {
|
|
7155
7155
|
content?: Record<string, {
|
|
7156
7156
|
operations: string[];
|
|
@@ -7251,9 +7251,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7251
7251
|
questionPolicy?: {
|
|
7252
7252
|
defaultAnswerPolicy?: {
|
|
7253
7253
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
7254
|
+
agentSlug?: string | undefined;
|
|
7254
7255
|
teamId?: string | undefined;
|
|
7255
7256
|
projectId?: string | undefined;
|
|
7256
|
-
agentSlug?: string | undefined;
|
|
7257
7257
|
requiredRoles?: string[] | undefined;
|
|
7258
7258
|
allowedRoles?: string[] | undefined;
|
|
7259
7259
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -7268,8 +7268,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7268
7268
|
branchPolicy: {
|
|
7269
7269
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
7270
7270
|
base: "staging" | "main";
|
|
7271
|
-
target?: "staging" | "main" | undefined;
|
|
7272
7271
|
prefix?: string | undefined;
|
|
7272
|
+
target?: "staging" | "main" | undefined;
|
|
7273
7273
|
branchNameTemplate?: string | undefined;
|
|
7274
7274
|
worktree?: string | undefined;
|
|
7275
7275
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -7323,7 +7323,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7323
7323
|
id: string;
|
|
7324
7324
|
revision: number;
|
|
7325
7325
|
}[] | undefined;
|
|
7326
|
-
activityType?: "
|
|
7326
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
7327
7327
|
permissions?: {
|
|
7328
7328
|
content?: Record<string, {
|
|
7329
7329
|
operations: string[];
|
|
@@ -7424,9 +7424,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7424
7424
|
questionPolicy?: {
|
|
7425
7425
|
defaultAnswerPolicy?: {
|
|
7426
7426
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
7427
|
+
agentSlug?: string | undefined;
|
|
7427
7428
|
teamId?: string | undefined;
|
|
7428
7429
|
projectId?: string | undefined;
|
|
7429
|
-
agentSlug?: string | undefined;
|
|
7430
7430
|
requiredRoles?: string[] | undefined;
|
|
7431
7431
|
allowedRoles?: string[] | undefined;
|
|
7432
7432
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -7441,8 +7441,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7441
7441
|
branchPolicy: {
|
|
7442
7442
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
7443
7443
|
base: "staging" | "main";
|
|
7444
|
-
target?: "staging" | "main" | undefined;
|
|
7445
7444
|
prefix?: string | undefined;
|
|
7445
|
+
target?: "staging" | "main" | undefined;
|
|
7446
7446
|
branchNameTemplate?: string | undefined;
|
|
7447
7447
|
worktree?: string | undefined;
|
|
7448
7448
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -7496,7 +7496,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7496
7496
|
id: string;
|
|
7497
7497
|
revision: number;
|
|
7498
7498
|
}[] | undefined;
|
|
7499
|
-
activityType?: "
|
|
7499
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
7500
7500
|
permissions?: {
|
|
7501
7501
|
content?: Record<string, {
|
|
7502
7502
|
operations: string[];
|
|
@@ -7597,9 +7597,9 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7597
7597
|
questionPolicy?: {
|
|
7598
7598
|
defaultAnswerPolicy?: {
|
|
7599
7599
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
7600
|
+
agentSlug?: string | undefined;
|
|
7600
7601
|
teamId?: string | undefined;
|
|
7601
7602
|
projectId?: string | undefined;
|
|
7602
|
-
agentSlug?: string | undefined;
|
|
7603
7603
|
requiredRoles?: string[] | undefined;
|
|
7604
7604
|
allowedRoles?: string[] | undefined;
|
|
7605
7605
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -7727,8 +7727,8 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
7727
7727
|
}, "strict", z.ZodTypeAny, {
|
|
7728
7728
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
7729
7729
|
base: "staging" | "main";
|
|
7730
|
-
target?: "staging" | "main" | undefined;
|
|
7731
7730
|
prefix?: string | undefined;
|
|
7731
|
+
target?: "staging" | "main" | undefined;
|
|
7732
7732
|
branchNameTemplate?: string | undefined;
|
|
7733
7733
|
worktree?: string | undefined;
|
|
7734
7734
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -7736,8 +7736,8 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
7736
7736
|
}, {
|
|
7737
7737
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
7738
7738
|
base: "staging" | "main";
|
|
7739
|
-
target?: "staging" | "main" | undefined;
|
|
7740
7739
|
prefix?: string | undefined;
|
|
7740
|
+
target?: "staging" | "main" | undefined;
|
|
7741
7741
|
branchNameTemplate?: string | undefined;
|
|
7742
7742
|
worktree?: string | undefined;
|
|
7743
7743
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -8321,9 +8321,9 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8321
8321
|
agentSlug: z.ZodOptional<z.ZodString>;
|
|
8322
8322
|
}, "strict", z.ZodTypeAny, {
|
|
8323
8323
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
8324
|
+
agentSlug?: string | undefined;
|
|
8324
8325
|
teamId?: string | undefined;
|
|
8325
8326
|
projectId?: string | undefined;
|
|
8326
|
-
agentSlug?: string | undefined;
|
|
8327
8327
|
requiredRoles?: string[] | undefined;
|
|
8328
8328
|
allowedRoles?: string[] | undefined;
|
|
8329
8329
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -8332,9 +8332,9 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8332
8332
|
teamMemberId?: string | undefined;
|
|
8333
8333
|
}, {
|
|
8334
8334
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
8335
|
+
agentSlug?: string | undefined;
|
|
8335
8336
|
teamId?: string | undefined;
|
|
8336
8337
|
projectId?: string | undefined;
|
|
8337
|
-
agentSlug?: string | undefined;
|
|
8338
8338
|
requiredRoles?: string[] | undefined;
|
|
8339
8339
|
allowedRoles?: string[] | undefined;
|
|
8340
8340
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -8345,9 +8345,9 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8345
8345
|
}, "strict", z.ZodTypeAny, {
|
|
8346
8346
|
defaultAnswerPolicy?: {
|
|
8347
8347
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
8348
|
+
agentSlug?: string | undefined;
|
|
8348
8349
|
teamId?: string | undefined;
|
|
8349
8350
|
projectId?: string | undefined;
|
|
8350
|
-
agentSlug?: string | undefined;
|
|
8351
8351
|
requiredRoles?: string[] | undefined;
|
|
8352
8352
|
allowedRoles?: string[] | undefined;
|
|
8353
8353
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -8359,9 +8359,9 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8359
8359
|
}, {
|
|
8360
8360
|
defaultAnswerPolicy?: {
|
|
8361
8361
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
8362
|
+
agentSlug?: string | undefined;
|
|
8362
8363
|
teamId?: string | undefined;
|
|
8363
8364
|
projectId?: string | undefined;
|
|
8364
|
-
agentSlug?: string | undefined;
|
|
8365
8365
|
requiredRoles?: string[] | undefined;
|
|
8366
8366
|
allowedRoles?: string[] | undefined;
|
|
8367
8367
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -8448,8 +8448,8 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8448
8448
|
branchPolicy: {
|
|
8449
8449
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
8450
8450
|
base: "staging" | "main";
|
|
8451
|
-
target?: "staging" | "main" | undefined;
|
|
8452
8451
|
prefix?: string | undefined;
|
|
8452
|
+
target?: "staging" | "main" | undefined;
|
|
8453
8453
|
branchNameTemplate?: string | undefined;
|
|
8454
8454
|
worktree?: string | undefined;
|
|
8455
8455
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -8503,7 +8503,7 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8503
8503
|
id: string;
|
|
8504
8504
|
revision: number;
|
|
8505
8505
|
}[] | undefined;
|
|
8506
|
-
activityType?: "
|
|
8506
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
8507
8507
|
permissions?: {
|
|
8508
8508
|
content?: Record<string, {
|
|
8509
8509
|
operations: string[];
|
|
@@ -8604,9 +8604,9 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8604
8604
|
questionPolicy?: {
|
|
8605
8605
|
defaultAnswerPolicy?: {
|
|
8606
8606
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
8607
|
+
agentSlug?: string | undefined;
|
|
8607
8608
|
teamId?: string | undefined;
|
|
8608
8609
|
projectId?: string | undefined;
|
|
8609
|
-
agentSlug?: string | undefined;
|
|
8610
8610
|
requiredRoles?: string[] | undefined;
|
|
8611
8611
|
allowedRoles?: string[] | undefined;
|
|
8612
8612
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -8621,8 +8621,8 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8621
8621
|
branchPolicy: {
|
|
8622
8622
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
8623
8623
|
base: "staging" | "main";
|
|
8624
|
-
target?: "staging" | "main" | undefined;
|
|
8625
8624
|
prefix?: string | undefined;
|
|
8625
|
+
target?: "staging" | "main" | undefined;
|
|
8626
8626
|
branchNameTemplate?: string | undefined;
|
|
8627
8627
|
worktree?: string | undefined;
|
|
8628
8628
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -8676,7 +8676,7 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8676
8676
|
id: string;
|
|
8677
8677
|
revision: number;
|
|
8678
8678
|
}[] | undefined;
|
|
8679
|
-
activityType?: "
|
|
8679
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
8680
8680
|
permissions?: {
|
|
8681
8681
|
content?: Record<string, {
|
|
8682
8682
|
operations: string[];
|
|
@@ -8777,9 +8777,9 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8777
8777
|
questionPolicy?: {
|
|
8778
8778
|
defaultAnswerPolicy?: {
|
|
8779
8779
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
8780
|
+
agentSlug?: string | undefined;
|
|
8780
8781
|
teamId?: string | undefined;
|
|
8781
8782
|
projectId?: string | undefined;
|
|
8782
|
-
agentSlug?: string | undefined;
|
|
8783
8783
|
requiredRoles?: string[] | undefined;
|
|
8784
8784
|
allowedRoles?: string[] | undefined;
|
|
8785
8785
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -8794,8 +8794,8 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8794
8794
|
branchPolicy: {
|
|
8795
8795
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
8796
8796
|
base: "staging" | "main";
|
|
8797
|
-
target?: "staging" | "main" | undefined;
|
|
8798
8797
|
prefix?: string | undefined;
|
|
8798
|
+
target?: "staging" | "main" | undefined;
|
|
8799
8799
|
branchNameTemplate?: string | undefined;
|
|
8800
8800
|
worktree?: string | undefined;
|
|
8801
8801
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -8849,7 +8849,7 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8849
8849
|
id: string;
|
|
8850
8850
|
revision: number;
|
|
8851
8851
|
}[] | undefined;
|
|
8852
|
-
activityType?: "
|
|
8852
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
8853
8853
|
permissions?: {
|
|
8854
8854
|
content?: Record<string, {
|
|
8855
8855
|
operations: string[];
|
|
@@ -8950,9 +8950,9 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8950
8950
|
questionPolicy?: {
|
|
8951
8951
|
defaultAnswerPolicy?: {
|
|
8952
8952
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
8953
|
+
agentSlug?: string | undefined;
|
|
8953
8954
|
teamId?: string | undefined;
|
|
8954
8955
|
projectId?: string | undefined;
|
|
8955
|
-
agentSlug?: string | undefined;
|
|
8956
8956
|
requiredRoles?: string[] | undefined;
|
|
8957
8957
|
allowedRoles?: string[] | undefined;
|
|
8958
8958
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -8967,8 +8967,8 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8967
8967
|
branchPolicy: {
|
|
8968
8968
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
8969
8969
|
base: "staging" | "main";
|
|
8970
|
-
target?: "staging" | "main" | undefined;
|
|
8971
8970
|
prefix?: string | undefined;
|
|
8971
|
+
target?: "staging" | "main" | undefined;
|
|
8972
8972
|
branchNameTemplate?: string | undefined;
|
|
8973
8973
|
worktree?: string | undefined;
|
|
8974
8974
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -9022,7 +9022,7 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
9022
9022
|
id: string;
|
|
9023
9023
|
revision: number;
|
|
9024
9024
|
}[] | undefined;
|
|
9025
|
-
activityType?: "
|
|
9025
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
9026
9026
|
permissions?: {
|
|
9027
9027
|
content?: Record<string, {
|
|
9028
9028
|
operations: string[];
|
|
@@ -9123,9 +9123,9 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
9123
9123
|
questionPolicy?: {
|
|
9124
9124
|
defaultAnswerPolicy?: {
|
|
9125
9125
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
9126
|
+
agentSlug?: string | undefined;
|
|
9126
9127
|
teamId?: string | undefined;
|
|
9127
9128
|
projectId?: string | undefined;
|
|
9128
|
-
agentSlug?: string | undefined;
|
|
9129
9129
|
requiredRoles?: string[] | undefined;
|
|
9130
9130
|
allowedRoles?: string[] | undefined;
|
|
9131
9131
|
allowedAgentIds?: string[] | undefined;
|