@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
|
@@ -44,13 +44,13 @@ declare const schemas: {
|
|
|
44
44
|
required: z.ZodDefault<z.ZodBoolean>;
|
|
45
45
|
}, "strict", z.ZodTypeAny, {
|
|
46
46
|
id: string;
|
|
47
|
+
title: string;
|
|
47
48
|
target: {
|
|
48
49
|
kind: "content" | "mixed" | "graph" | "code";
|
|
49
50
|
models?: string[] | undefined;
|
|
50
51
|
paths?: string[] | undefined;
|
|
51
52
|
};
|
|
52
53
|
revision: number;
|
|
53
|
-
title: string;
|
|
54
54
|
query: string;
|
|
55
55
|
description: string;
|
|
56
56
|
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
@@ -63,20 +63,20 @@ declare const schemas: {
|
|
|
63
63
|
maxCharacters?: number | undefined;
|
|
64
64
|
};
|
|
65
65
|
tokenBudget: number;
|
|
66
|
-
format: "
|
|
66
|
+
format: "summary" | "map" | "list" | "brief" | "full" | "sources";
|
|
67
67
|
filters: Record<string, unknown>;
|
|
68
68
|
required: boolean;
|
|
69
69
|
scope?: string | undefined;
|
|
70
70
|
codeScopes?: string[] | undefined;
|
|
71
71
|
}, {
|
|
72
72
|
id: string;
|
|
73
|
+
title: string;
|
|
73
74
|
target: {
|
|
74
75
|
kind: "content" | "mixed" | "graph" | "code";
|
|
75
76
|
models?: string[] | undefined;
|
|
76
77
|
paths?: string[] | undefined;
|
|
77
78
|
};
|
|
78
79
|
revision: number;
|
|
79
|
-
title: string;
|
|
80
80
|
query: string;
|
|
81
81
|
description: string;
|
|
82
82
|
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
@@ -91,7 +91,7 @@ declare const schemas: {
|
|
|
91
91
|
codeScopes?: string[] | undefined;
|
|
92
92
|
relations?: import("../../index.js").SdkGraphDslRelation[] | undefined;
|
|
93
93
|
depth?: number | undefined;
|
|
94
|
-
format?: "
|
|
94
|
+
format?: "summary" | "map" | "list" | "brief" | "full" | "sources" | undefined;
|
|
95
95
|
filters?: Record<string, unknown> | undefined;
|
|
96
96
|
required?: boolean | undefined;
|
|
97
97
|
}>;
|
|
@@ -113,8 +113,8 @@ declare const schemas: {
|
|
|
113
113
|
mergePolicy: z.ZodDefault<z.ZodEnum<["append", "replace"]>>;
|
|
114
114
|
}, "strict", z.ZodTypeAny, {
|
|
115
115
|
id: string;
|
|
116
|
-
revision: number;
|
|
117
116
|
title: string;
|
|
117
|
+
revision: number;
|
|
118
118
|
description: string;
|
|
119
119
|
queryRefs: {
|
|
120
120
|
id: string;
|
|
@@ -123,8 +123,8 @@ declare const schemas: {
|
|
|
123
123
|
mergePolicy: "replace" | "append";
|
|
124
124
|
}, {
|
|
125
125
|
id: string;
|
|
126
|
-
revision: number;
|
|
127
126
|
title: string;
|
|
127
|
+
revision: number;
|
|
128
128
|
description: string;
|
|
129
129
|
queryRefs: {
|
|
130
130
|
id: string;
|
|
@@ -144,20 +144,20 @@ declare const schemas: {
|
|
|
144
144
|
appliesToProfiles: z.ZodDefault<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
145
145
|
}, "strict", z.ZodTypeAny, {
|
|
146
146
|
id: string;
|
|
147
|
-
revision: number;
|
|
148
147
|
title: string;
|
|
148
|
+
revision: number;
|
|
149
|
+
kind: "message" | "status" | "summary" | "plan";
|
|
149
150
|
description: string;
|
|
150
|
-
kind: "message" | "plan" | "status" | "summary";
|
|
151
151
|
instructions: string;
|
|
152
152
|
variables: string[];
|
|
153
153
|
appliesToProfiles: string[];
|
|
154
154
|
outputSkeleton?: string | undefined;
|
|
155
155
|
}, {
|
|
156
156
|
id: string;
|
|
157
|
-
revision: number;
|
|
158
157
|
title: string;
|
|
158
|
+
revision: number;
|
|
159
|
+
kind: "message" | "status" | "summary" | "plan";
|
|
159
160
|
description: string;
|
|
160
|
-
kind: "message" | "plan" | "status" | "summary";
|
|
161
161
|
instructions: string;
|
|
162
162
|
outputSkeleton?: string | undefined;
|
|
163
163
|
variables?: string[] | undefined;
|
|
@@ -264,12 +264,12 @@ declare const schemas: {
|
|
|
264
264
|
description: string;
|
|
265
265
|
}[];
|
|
266
266
|
id: string;
|
|
267
|
+
status: "completed" | "active" | "ready" | "superseded" | "draft";
|
|
268
|
+
createdAt: Date;
|
|
269
|
+
title: string;
|
|
267
270
|
teamId: string;
|
|
268
271
|
projectId: string;
|
|
269
|
-
status: "completed" | "active" | "ready" | "draft" | "superseded";
|
|
270
272
|
revision: number;
|
|
271
|
-
createdAt: Date;
|
|
272
|
-
title: string;
|
|
273
273
|
remaining: {
|
|
274
274
|
id: string;
|
|
275
275
|
title: string;
|
|
@@ -294,12 +294,12 @@ declare const schemas: {
|
|
|
294
294
|
}, {
|
|
295
295
|
objective: string;
|
|
296
296
|
id: string;
|
|
297
|
+
status: "completed" | "active" | "ready" | "superseded" | "draft";
|
|
298
|
+
createdAt: Date;
|
|
299
|
+
title: string;
|
|
297
300
|
teamId: string;
|
|
298
301
|
projectId: string;
|
|
299
|
-
status: "completed" | "active" | "ready" | "draft" | "superseded";
|
|
300
302
|
revision: number;
|
|
301
|
-
createdAt: Date;
|
|
302
|
-
title: string;
|
|
303
303
|
completed?: {
|
|
304
304
|
id: string;
|
|
305
305
|
title: string;
|
|
@@ -355,11 +355,11 @@ declare const schemas: {
|
|
|
355
355
|
progress: z.ZodOptional<z.ZodNumber>;
|
|
356
356
|
}, "strict", z.ZodTypeAny, {
|
|
357
357
|
id: string;
|
|
358
|
-
teamId: string;
|
|
359
|
-
projectId: string;
|
|
360
358
|
status: "pending" | "running" | "completed" | "failed" | "cancelled" | "suspended" | "admitted" | "waiting" | "leased";
|
|
361
359
|
createdAt: Date;
|
|
362
360
|
title: string;
|
|
361
|
+
teamId: string;
|
|
362
|
+
projectId: string;
|
|
363
363
|
phase: string;
|
|
364
364
|
sequence: number;
|
|
365
365
|
updatedAt?: Date | undefined;
|
|
@@ -374,11 +374,11 @@ declare const schemas: {
|
|
|
374
374
|
progress?: number | undefined;
|
|
375
375
|
}, {
|
|
376
376
|
id: string;
|
|
377
|
-
teamId: string;
|
|
378
|
-
projectId: string;
|
|
379
377
|
status: "pending" | "running" | "completed" | "failed" | "cancelled" | "suspended" | "admitted" | "waiting" | "leased";
|
|
380
378
|
createdAt: Date;
|
|
381
379
|
title: string;
|
|
380
|
+
teamId: string;
|
|
381
|
+
projectId: string;
|
|
382
382
|
phase: string;
|
|
383
383
|
sequence: number;
|
|
384
384
|
updatedAt?: Date | undefined;
|
|
@@ -393,11 +393,11 @@ declare const schemas: {
|
|
|
393
393
|
progress?: number | undefined;
|
|
394
394
|
}>, {
|
|
395
395
|
id: string;
|
|
396
|
-
teamId: string;
|
|
397
|
-
projectId: string;
|
|
398
396
|
status: "pending" | "running" | "completed" | "failed" | "cancelled" | "suspended" | "admitted" | "waiting" | "leased";
|
|
399
397
|
createdAt: Date;
|
|
400
398
|
title: string;
|
|
399
|
+
teamId: string;
|
|
400
|
+
projectId: string;
|
|
401
401
|
phase: string;
|
|
402
402
|
sequence: number;
|
|
403
403
|
updatedAt?: Date | undefined;
|
|
@@ -412,11 +412,11 @@ declare const schemas: {
|
|
|
412
412
|
progress?: number | undefined;
|
|
413
413
|
}, {
|
|
414
414
|
id: string;
|
|
415
|
-
teamId: string;
|
|
416
|
-
projectId: string;
|
|
417
415
|
status: "pending" | "running" | "completed" | "failed" | "cancelled" | "suspended" | "admitted" | "waiting" | "leased";
|
|
418
416
|
createdAt: Date;
|
|
419
417
|
title: string;
|
|
418
|
+
teamId: string;
|
|
419
|
+
projectId: string;
|
|
420
420
|
phase: string;
|
|
421
421
|
sequence: number;
|
|
422
422
|
updatedAt?: Date | undefined;
|
|
@@ -472,12 +472,12 @@ declare const schemas: {
|
|
|
472
472
|
verificationRefs: z.ZodDefault<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
473
473
|
}, "strict", z.ZodTypeAny, {
|
|
474
474
|
id: string;
|
|
475
|
-
teamId: string;
|
|
476
|
-
projectId: string;
|
|
477
475
|
status: "completed" | "failed" | "cancelled" | "suspended";
|
|
478
476
|
createdAt: Date;
|
|
479
477
|
summary: string;
|
|
480
478
|
title: string;
|
|
479
|
+
teamId: string;
|
|
480
|
+
projectId: string;
|
|
481
481
|
lessons: string[];
|
|
482
482
|
performance: {
|
|
483
483
|
metrics: Record<string, number>;
|
|
@@ -497,12 +497,12 @@ declare const schemas: {
|
|
|
497
497
|
} | undefined;
|
|
498
498
|
}, {
|
|
499
499
|
id: string;
|
|
500
|
-
teamId: string;
|
|
501
|
-
projectId: string;
|
|
502
500
|
status: "completed" | "failed" | "cancelled" | "suspended";
|
|
503
501
|
createdAt: Date;
|
|
504
502
|
summary: string;
|
|
505
503
|
title: string;
|
|
504
|
+
teamId: string;
|
|
505
|
+
projectId: string;
|
|
506
506
|
performance: {
|
|
507
507
|
outcome: string;
|
|
508
508
|
metrics?: Record<string, number> | undefined;
|
|
@@ -596,11 +596,11 @@ declare const schemas: {
|
|
|
596
596
|
}>, "many">;
|
|
597
597
|
}, "strict", z.ZodTypeAny, {
|
|
598
598
|
id: string;
|
|
599
|
-
teamId: string;
|
|
600
|
-
projectId: string;
|
|
601
599
|
status: string;
|
|
602
600
|
createdAt: Date;
|
|
603
601
|
title: string;
|
|
602
|
+
teamId: string;
|
|
603
|
+
projectId: string;
|
|
604
604
|
agentId: string;
|
|
605
605
|
agentDefinitionRef: {
|
|
606
606
|
id: string;
|
|
@@ -634,11 +634,11 @@ declare const schemas: {
|
|
|
634
634
|
score?: number | undefined;
|
|
635
635
|
}, {
|
|
636
636
|
id: string;
|
|
637
|
-
teamId: string;
|
|
638
|
-
projectId: string;
|
|
639
637
|
status: string;
|
|
640
638
|
createdAt: Date;
|
|
641
639
|
title: string;
|
|
640
|
+
teamId: string;
|
|
641
|
+
projectId: string;
|
|
642
642
|
agentId: string;
|
|
643
643
|
agentDefinitionRef: {
|
|
644
644
|
id: string;
|
|
@@ -816,8 +816,8 @@ declare const schemas: {
|
|
|
816
816
|
}, "strip", z.ZodTypeAny, {
|
|
817
817
|
agent: string;
|
|
818
818
|
id: string;
|
|
819
|
-
groupIds: string[];
|
|
820
819
|
kind: "workday" | "handler" | "spec" | "message_chain" | "manager_worker" | "api" | "ui" | "context-query" | "context-query-set";
|
|
820
|
+
groupIds: string[];
|
|
821
821
|
contextQueryRefs: string[];
|
|
822
822
|
trigger: Record<string, unknown>;
|
|
823
823
|
expect: {
|
|
@@ -920,8 +920,8 @@ declare const schemas: {
|
|
|
920
920
|
}>, {
|
|
921
921
|
agent: string;
|
|
922
922
|
id: string;
|
|
923
|
-
groupIds: string[];
|
|
924
923
|
kind: "workday" | "handler" | "spec" | "message_chain" | "manager_worker" | "api" | "ui" | "context-query" | "context-query-set";
|
|
924
|
+
groupIds: string[];
|
|
925
925
|
contextQueryRefs: string[];
|
|
926
926
|
trigger: Record<string, unknown>;
|
|
927
927
|
expect: {
|
|
@@ -1160,15 +1160,15 @@ declare const schemas: {
|
|
|
1160
1160
|
scaleResult: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1161
1161
|
metadata: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1162
1162
|
}, "strip", z.ZodTypeAny, {
|
|
1163
|
-
metadata: Record<string, unknown>;
|
|
1164
|
-
projectId: string;
|
|
1165
|
-
environment: string;
|
|
1166
1163
|
status: string;
|
|
1167
|
-
visibility: "team" | "private" | "public" | "authenticated";
|
|
1168
1164
|
summary: string;
|
|
1169
1165
|
startedAt: Date;
|
|
1170
1166
|
slug: string;
|
|
1171
1167
|
title: string;
|
|
1168
|
+
metadata: Record<string, unknown>;
|
|
1169
|
+
projectId: string;
|
|
1170
|
+
environment: string;
|
|
1171
|
+
visibility: "team" | "private" | "public" | "authenticated";
|
|
1172
1172
|
workDayId: string;
|
|
1173
1173
|
changedFiles: string[];
|
|
1174
1174
|
reportVersion: string;
|
|
@@ -1224,26 +1224,26 @@ declare const schemas: {
|
|
|
1224
1224
|
}[];
|
|
1225
1225
|
scaleDecision: Record<string, unknown>;
|
|
1226
1226
|
scaleResult: Record<string, unknown>;
|
|
1227
|
-
teamId?: string | undefined;
|
|
1228
1227
|
createdAt?: Date | undefined;
|
|
1228
|
+
teamId?: string | undefined;
|
|
1229
1229
|
endedAt?: Date | null | undefined;
|
|
1230
1230
|
prioritySnapshotId?: string | null | undefined;
|
|
1231
1231
|
}, {
|
|
1232
|
-
projectId: string;
|
|
1233
|
-
environment: string;
|
|
1234
1232
|
summary: string;
|
|
1235
1233
|
startedAt: Date;
|
|
1236
1234
|
slug: string;
|
|
1237
1235
|
title: string;
|
|
1236
|
+
projectId: string;
|
|
1237
|
+
environment: string;
|
|
1238
1238
|
workDayId: string;
|
|
1239
1239
|
reportVersion: string;
|
|
1240
1240
|
workdayState: string;
|
|
1241
1241
|
generatedAt: Date;
|
|
1242
|
+
status?: string | undefined;
|
|
1243
|
+
createdAt?: Date | undefined;
|
|
1242
1244
|
metadata?: Record<string, unknown> | undefined;
|
|
1243
1245
|
teamId?: string | undefined;
|
|
1244
|
-
status?: string | undefined;
|
|
1245
1246
|
visibility?: "team" | "private" | "public" | "authenticated" | undefined;
|
|
1246
|
-
createdAt?: Date | undefined;
|
|
1247
1247
|
changedFiles?: string[] | undefined;
|
|
1248
1248
|
reportKind?: string | undefined;
|
|
1249
1249
|
endedAt?: Date | null | undefined;
|
|
@@ -1388,7 +1388,7 @@ declare const schemas: {
|
|
|
1388
1388
|
bucket?: string | undefined;
|
|
1389
1389
|
publicUrl?: string | undefined;
|
|
1390
1390
|
};
|
|
1391
|
-
mode: "
|
|
1391
|
+
mode: "packaged" | "git" | "r2";
|
|
1392
1392
|
hooksPolicy: "disabled" | "builtin_only" | "trusted_only";
|
|
1393
1393
|
supportsReconcile: boolean;
|
|
1394
1394
|
}, {
|
|
@@ -1406,7 +1406,7 @@ declare const schemas: {
|
|
|
1406
1406
|
bucket?: string | undefined;
|
|
1407
1407
|
publicUrl?: string | undefined;
|
|
1408
1408
|
};
|
|
1409
|
-
mode?: "
|
|
1409
|
+
mode?: "packaged" | "git" | "r2" | undefined;
|
|
1410
1410
|
hooksPolicy?: "disabled" | "builtin_only" | "trusted_only" | undefined;
|
|
1411
1411
|
supportsReconcile?: boolean | undefined;
|
|
1412
1412
|
}>;
|
|
@@ -1415,13 +1415,13 @@ declare const schemas: {
|
|
|
1415
1415
|
license: z.ZodOptional<z.ZodString>;
|
|
1416
1416
|
support: z.ZodOptional<z.ZodString>;
|
|
1417
1417
|
}, "strip", z.ZodTypeAny, {
|
|
1418
|
-
priceModel: "subscription" | "
|
|
1419
|
-
support?: string | undefined;
|
|
1418
|
+
priceModel: "subscription" | "free" | "private" | "contact" | "one_time" | "one_time_current_version" | "subscription_updates" | "professional_hosting" | "scoped_contract" | "external";
|
|
1420
1419
|
license?: string | undefined;
|
|
1421
|
-
}, {
|
|
1422
1420
|
support?: string | undefined;
|
|
1423
|
-
|
|
1421
|
+
}, {
|
|
1422
|
+
priceModel?: "subscription" | "free" | "private" | "contact" | "one_time" | "one_time_current_version" | "subscription_updates" | "professional_hosting" | "scoped_contract" | "external" | undefined;
|
|
1424
1423
|
license?: string | undefined;
|
|
1424
|
+
support?: string | undefined;
|
|
1425
1425
|
}>>;
|
|
1426
1426
|
relatedBooks: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
1427
1427
|
relatedKnowledge: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1464,14 +1464,14 @@ declare const schemas: {
|
|
|
1464
1464
|
bucket?: string | undefined;
|
|
1465
1465
|
publicUrl?: string | undefined;
|
|
1466
1466
|
};
|
|
1467
|
-
mode: "
|
|
1467
|
+
mode: "packaged" | "git" | "r2";
|
|
1468
1468
|
hooksPolicy: "disabled" | "builtin_only" | "trusted_only";
|
|
1469
1469
|
supportsReconcile: boolean;
|
|
1470
1470
|
};
|
|
1471
1471
|
offer: {
|
|
1472
|
-
priceModel: "subscription" | "
|
|
1473
|
-
support?: string | undefined;
|
|
1472
|
+
priceModel: "subscription" | "free" | "private" | "contact" | "one_time" | "one_time_current_version" | "subscription_updates" | "professional_hosting" | "scoped_contract" | "external";
|
|
1474
1473
|
license?: string | undefined;
|
|
1474
|
+
support?: string | undefined;
|
|
1475
1475
|
};
|
|
1476
1476
|
relatedKnowledge: string[];
|
|
1477
1477
|
teamId?: string | undefined;
|
|
@@ -1507,7 +1507,7 @@ declare const schemas: {
|
|
|
1507
1507
|
bucket?: string | undefined;
|
|
1508
1508
|
publicUrl?: string | undefined;
|
|
1509
1509
|
};
|
|
1510
|
-
mode?: "
|
|
1510
|
+
mode?: "packaged" | "git" | "r2" | undefined;
|
|
1511
1511
|
hooksPolicy?: "disabled" | "builtin_only" | "trusted_only" | undefined;
|
|
1512
1512
|
supportsReconcile?: boolean | undefined;
|
|
1513
1513
|
};
|
|
@@ -1521,9 +1521,9 @@ declare const schemas: {
|
|
|
1521
1521
|
listingEnabled?: boolean | undefined;
|
|
1522
1522
|
publisherVerified?: boolean | undefined;
|
|
1523
1523
|
offer?: {
|
|
1524
|
-
|
|
1525
|
-
priceModel?: "subscription" | "professional_hosting" | "free" | "private" | "contact" | "one_time" | "one_time_current_version" | "subscription_updates" | "scoped_contract" | "external" | undefined;
|
|
1524
|
+
priceModel?: "subscription" | "free" | "private" | "contact" | "one_time" | "one_time_current_version" | "subscription_updates" | "professional_hosting" | "scoped_contract" | "external" | undefined;
|
|
1526
1525
|
license?: string | undefined;
|
|
1526
|
+
support?: string | undefined;
|
|
1527
1527
|
} | undefined;
|
|
1528
1528
|
relatedKnowledge?: string[] | undefined;
|
|
1529
1529
|
}>;
|
|
@@ -1539,7 +1539,7 @@ declare const schemas: {
|
|
|
1539
1539
|
updated_at: z.ZodOptional<z.ZodDate>;
|
|
1540
1540
|
}, "strip", z.ZodTypeAny, {
|
|
1541
1541
|
title: string;
|
|
1542
|
-
status?: "
|
|
1542
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1543
1543
|
summary?: string | undefined;
|
|
1544
1544
|
updated_at?: Date | undefined;
|
|
1545
1545
|
slug?: string | undefined;
|
|
@@ -1549,7 +1549,7 @@ declare const schemas: {
|
|
|
1549
1549
|
page_layout?: "article" | "bridge" | undefined;
|
|
1550
1550
|
}, {
|
|
1551
1551
|
title: string;
|
|
1552
|
-
status?: "
|
|
1552
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1553
1553
|
summary?: string | undefined;
|
|
1554
1554
|
updated_at?: Date | undefined;
|
|
1555
1555
|
slug?: string | undefined;
|
|
@@ -1590,9 +1590,9 @@ declare const schemas: {
|
|
|
1590
1590
|
}, "strip", z.ZodTypeAny, {
|
|
1591
1591
|
title: string;
|
|
1592
1592
|
date?: Date | undefined;
|
|
1593
|
-
|
|
1594
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1593
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1595
1594
|
summary?: string | undefined;
|
|
1595
|
+
draft?: boolean | undefined;
|
|
1596
1596
|
group_ids?: string[] | undefined;
|
|
1597
1597
|
related_books?: string[] | undefined;
|
|
1598
1598
|
description?: string | undefined;
|
|
@@ -1611,9 +1611,9 @@ declare const schemas: {
|
|
|
1611
1611
|
}, {
|
|
1612
1612
|
title: string;
|
|
1613
1613
|
date?: Date | undefined;
|
|
1614
|
-
|
|
1615
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1614
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1616
1615
|
summary?: string | undefined;
|
|
1616
|
+
draft?: boolean | undefined;
|
|
1617
1617
|
group_ids?: string[] | undefined;
|
|
1618
1618
|
related_books?: string[] | undefined;
|
|
1619
1619
|
description?: string | undefined;
|
|
@@ -1663,9 +1663,9 @@ declare const schemas: {
|
|
|
1663
1663
|
}, "strip", z.ZodTypeAny, {
|
|
1664
1664
|
title: string;
|
|
1665
1665
|
date?: Date | undefined;
|
|
1666
|
-
|
|
1667
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1666
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1668
1667
|
summary?: string | undefined;
|
|
1668
|
+
draft?: boolean | undefined;
|
|
1669
1669
|
group_ids?: string[] | undefined;
|
|
1670
1670
|
related_books?: string[] | undefined;
|
|
1671
1671
|
description?: string | undefined;
|
|
@@ -1685,9 +1685,9 @@ declare const schemas: {
|
|
|
1685
1685
|
}, {
|
|
1686
1686
|
title: string;
|
|
1687
1687
|
date?: Date | undefined;
|
|
1688
|
-
|
|
1689
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1688
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1690
1689
|
summary?: string | undefined;
|
|
1690
|
+
draft?: boolean | undefined;
|
|
1691
1691
|
group_ids?: string[] | undefined;
|
|
1692
1692
|
related_books?: string[] | undefined;
|
|
1693
1693
|
description?: string | undefined;
|
|
@@ -1724,9 +1724,9 @@ declare const schemas: {
|
|
|
1724
1724
|
}, "strip", z.ZodTypeAny, {
|
|
1725
1725
|
title: string;
|
|
1726
1726
|
date?: Date | undefined;
|
|
1727
|
-
|
|
1728
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1727
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1729
1728
|
summary?: string | undefined;
|
|
1729
|
+
draft?: boolean | undefined;
|
|
1730
1730
|
group_ids?: string[] | undefined;
|
|
1731
1731
|
related_books?: string[] | undefined;
|
|
1732
1732
|
description?: string | undefined;
|
|
@@ -1740,9 +1740,9 @@ declare const schemas: {
|
|
|
1740
1740
|
}, {
|
|
1741
1741
|
title: string;
|
|
1742
1742
|
date?: Date | undefined;
|
|
1743
|
-
|
|
1744
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1743
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1745
1744
|
summary?: string | undefined;
|
|
1745
|
+
draft?: boolean | undefined;
|
|
1746
1746
|
group_ids?: string[] | undefined;
|
|
1747
1747
|
related_books?: string[] | undefined;
|
|
1748
1748
|
description?: string | undefined;
|
|
@@ -1824,14 +1824,13 @@ declare const schemas: {
|
|
|
1824
1824
|
draft: z.ZodOptional<z.ZodBoolean>;
|
|
1825
1825
|
}, "strip", z.ZodTypeAny, {
|
|
1826
1826
|
date: Date;
|
|
1827
|
-
status: "
|
|
1827
|
+
status: "planned" | "live" | "in progress" | "exploratory" | "speculative";
|
|
1828
1828
|
summary: string;
|
|
1829
1829
|
title: string;
|
|
1830
1830
|
description: string;
|
|
1831
1831
|
primary_contributor: string;
|
|
1832
1832
|
motivation: string;
|
|
1833
1833
|
proposal_type: string;
|
|
1834
|
-
draft?: boolean | undefined;
|
|
1835
1834
|
plan?: {
|
|
1836
1835
|
scope: string[];
|
|
1837
1836
|
risks: string[];
|
|
@@ -1846,6 +1845,7 @@ declare const schemas: {
|
|
|
1846
1845
|
verification: string[];
|
|
1847
1846
|
openQuestions?: string[] | undefined;
|
|
1848
1847
|
} | undefined;
|
|
1848
|
+
draft?: boolean | undefined;
|
|
1849
1849
|
group_ids?: string[] | undefined;
|
|
1850
1850
|
related_books?: string[] | undefined;
|
|
1851
1851
|
related_notes?: string[] | undefined;
|
|
@@ -1860,14 +1860,13 @@ declare const schemas: {
|
|
|
1860
1860
|
}[] | undefined;
|
|
1861
1861
|
}, {
|
|
1862
1862
|
date: Date;
|
|
1863
|
-
status: "
|
|
1863
|
+
status: "planned" | "live" | "in progress" | "exploratory" | "speculative";
|
|
1864
1864
|
summary: string;
|
|
1865
1865
|
title: string;
|
|
1866
1866
|
description: string;
|
|
1867
1867
|
primary_contributor: string;
|
|
1868
1868
|
motivation: string;
|
|
1869
1869
|
proposal_type: string;
|
|
1870
|
-
draft?: boolean | undefined;
|
|
1871
1870
|
plan?: {
|
|
1872
1871
|
scope: string[];
|
|
1873
1872
|
risks: string[];
|
|
@@ -1882,6 +1881,7 @@ declare const schemas: {
|
|
|
1882
1881
|
verification: string[];
|
|
1883
1882
|
openQuestions?: string[] | undefined;
|
|
1884
1883
|
} | undefined;
|
|
1884
|
+
draft?: boolean | undefined;
|
|
1885
1885
|
group_ids?: string[] | undefined;
|
|
1886
1886
|
related_books?: string[] | undefined;
|
|
1887
1887
|
related_notes?: string[] | undefined;
|
|
@@ -1916,9 +1916,9 @@ declare const schemas: {
|
|
|
1916
1916
|
}, "strip", z.ZodTypeAny, {
|
|
1917
1917
|
title: string;
|
|
1918
1918
|
date?: Date | undefined;
|
|
1919
|
-
|
|
1920
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1919
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1921
1920
|
summary?: string | undefined;
|
|
1921
|
+
draft?: boolean | undefined;
|
|
1922
1922
|
group_ids?: string[] | undefined;
|
|
1923
1923
|
related_books?: string[] | undefined;
|
|
1924
1924
|
description?: string | undefined;
|
|
@@ -1928,15 +1928,15 @@ declare const schemas: {
|
|
|
1928
1928
|
related_proposals?: string[] | undefined;
|
|
1929
1929
|
related_decisions?: string[] | undefined;
|
|
1930
1930
|
primary_contributor?: string | undefined;
|
|
1931
|
-
decision_type?: "
|
|
1931
|
+
decision_type?: "rejected" | "approved" | "deferred" | "superseded" | "request_changes" | undefined;
|
|
1932
1932
|
authority?: string | undefined;
|
|
1933
1933
|
rationale?: string | undefined;
|
|
1934
1934
|
}, {
|
|
1935
1935
|
title: string;
|
|
1936
1936
|
date?: Date | undefined;
|
|
1937
|
-
|
|
1938
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1937
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1939
1938
|
summary?: string | undefined;
|
|
1939
|
+
draft?: boolean | undefined;
|
|
1940
1940
|
group_ids?: string[] | undefined;
|
|
1941
1941
|
related_books?: string[] | undefined;
|
|
1942
1942
|
description?: string | undefined;
|
|
@@ -1946,7 +1946,7 @@ declare const schemas: {
|
|
|
1946
1946
|
related_proposals?: string[] | undefined;
|
|
1947
1947
|
related_decisions?: string[] | undefined;
|
|
1948
1948
|
primary_contributor?: string | undefined;
|
|
1949
|
-
decision_type?: "
|
|
1949
|
+
decision_type?: "rejected" | "approved" | "deferred" | "superseded" | "request_changes" | undefined;
|
|
1950
1950
|
authority?: string | undefined;
|
|
1951
1951
|
rationale?: string | undefined;
|
|
1952
1952
|
}>;
|
|
@@ -1966,11 +1966,11 @@ declare const schemas: {
|
|
|
1966
1966
|
}, "strip", z.ZodTypeAny, {
|
|
1967
1967
|
id: string;
|
|
1968
1968
|
schemaVersion: "treeseed.book/v2";
|
|
1969
|
-
status: "
|
|
1970
|
-
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
1969
|
+
status: "review" | "draft" | "archived" | "published";
|
|
1971
1970
|
summary: string;
|
|
1972
1971
|
slug: string;
|
|
1973
1972
|
title: string;
|
|
1973
|
+
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
1974
1974
|
order: number;
|
|
1975
1975
|
audience?: string[] | undefined;
|
|
1976
1976
|
groupIds?: string[] | undefined;
|
|
@@ -1979,11 +1979,11 @@ declare const schemas: {
|
|
|
1979
1979
|
}, {
|
|
1980
1980
|
id: string;
|
|
1981
1981
|
schemaVersion: "treeseed.book/v2";
|
|
1982
|
-
status: "
|
|
1983
|
-
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
1982
|
+
status: "review" | "draft" | "archived" | "published";
|
|
1984
1983
|
summary: string;
|
|
1985
1984
|
slug: string;
|
|
1986
1985
|
title: string;
|
|
1986
|
+
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
1987
1987
|
order: number;
|
|
1988
1988
|
audience?: string[] | undefined;
|
|
1989
1989
|
groupIds?: string[] | undefined;
|
|
@@ -2005,11 +2005,11 @@ declare const schemas: {
|
|
|
2005
2005
|
}, "strip", z.ZodTypeAny, {
|
|
2006
2006
|
id: string;
|
|
2007
2007
|
schemaVersion: "treeseed.knowledge-page/v1";
|
|
2008
|
-
status: "
|
|
2009
|
-
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
2008
|
+
status: "review" | "draft" | "archived" | "published";
|
|
2010
2009
|
summary: string;
|
|
2011
2010
|
slug: string;
|
|
2012
2011
|
title: string;
|
|
2012
|
+
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
2013
2013
|
bookId: string;
|
|
2014
2014
|
groupIds?: string[] | undefined;
|
|
2015
2015
|
description?: string | undefined;
|
|
@@ -2017,11 +2017,11 @@ declare const schemas: {
|
|
|
2017
2017
|
}, {
|
|
2018
2018
|
id: string;
|
|
2019
2019
|
schemaVersion: "treeseed.knowledge-page/v1";
|
|
2020
|
-
status: "
|
|
2021
|
-
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
2020
|
+
status: "review" | "draft" | "archived" | "published";
|
|
2022
2021
|
summary: string;
|
|
2023
2022
|
slug: string;
|
|
2024
2023
|
title: string;
|
|
2024
|
+
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
2025
2025
|
bookId: string;
|
|
2026
2026
|
groupIds?: string[] | undefined;
|
|
2027
2027
|
description?: string | undefined;
|
|
@@ -2039,7 +2039,7 @@ declare const schemas: {
|
|
|
2039
2039
|
related_objectives: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2040
2040
|
}, "strip", z.ZodTypeAny, {
|
|
2041
2041
|
name: string;
|
|
2042
|
-
status?: "
|
|
2042
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
2043
2043
|
summary?: string | undefined;
|
|
2044
2044
|
group_ids?: string[] | undefined;
|
|
2045
2045
|
description?: string | undefined;
|
|
@@ -2049,7 +2049,7 @@ declare const schemas: {
|
|
|
2049
2049
|
affiliation?: string | undefined;
|
|
2050
2050
|
}, {
|
|
2051
2051
|
name: string;
|
|
2052
|
-
status?: "
|
|
2052
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
2053
2053
|
summary?: string | undefined;
|
|
2054
2054
|
group_ids?: string[] | undefined;
|
|
2055
2055
|
description?: string | undefined;
|
|
@@ -2171,8 +2171,8 @@ declare const schemas: {
|
|
|
2171
2171
|
}, "strict", z.ZodTypeAny, {
|
|
2172
2172
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
2173
2173
|
base: "staging" | "main";
|
|
2174
|
-
target?: "staging" | "main" | undefined;
|
|
2175
2174
|
prefix?: string | undefined;
|
|
2175
|
+
target?: "staging" | "main" | undefined;
|
|
2176
2176
|
branchNameTemplate?: string | undefined;
|
|
2177
2177
|
worktree?: string | undefined;
|
|
2178
2178
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -2180,8 +2180,8 @@ declare const schemas: {
|
|
|
2180
2180
|
}, {
|
|
2181
2181
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
2182
2182
|
base: "staging" | "main";
|
|
2183
|
-
target?: "staging" | "main" | undefined;
|
|
2184
2183
|
prefix?: string | undefined;
|
|
2184
|
+
target?: "staging" | "main" | undefined;
|
|
2185
2185
|
branchNameTemplate?: string | undefined;
|
|
2186
2186
|
worktree?: string | undefined;
|
|
2187
2187
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -2765,9 +2765,9 @@ declare const schemas: {
|
|
|
2765
2765
|
agentSlug: z.ZodOptional<z.ZodString>;
|
|
2766
2766
|
}, "strict", z.ZodTypeAny, {
|
|
2767
2767
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
2768
|
+
agentSlug?: string | undefined;
|
|
2768
2769
|
teamId?: string | undefined;
|
|
2769
2770
|
projectId?: string | undefined;
|
|
2770
|
-
agentSlug?: string | undefined;
|
|
2771
2771
|
requiredRoles?: string[] | undefined;
|
|
2772
2772
|
allowedRoles?: string[] | undefined;
|
|
2773
2773
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -2776,9 +2776,9 @@ declare const schemas: {
|
|
|
2776
2776
|
teamMemberId?: string | undefined;
|
|
2777
2777
|
}, {
|
|
2778
2778
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
2779
|
+
agentSlug?: string | undefined;
|
|
2779
2780
|
teamId?: string | undefined;
|
|
2780
2781
|
projectId?: string | undefined;
|
|
2781
|
-
agentSlug?: string | undefined;
|
|
2782
2782
|
requiredRoles?: string[] | undefined;
|
|
2783
2783
|
allowedRoles?: string[] | undefined;
|
|
2784
2784
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -2789,9 +2789,9 @@ declare const schemas: {
|
|
|
2789
2789
|
}, "strict", z.ZodTypeAny, {
|
|
2790
2790
|
defaultAnswerPolicy?: {
|
|
2791
2791
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
2792
|
+
agentSlug?: string | undefined;
|
|
2792
2793
|
teamId?: string | undefined;
|
|
2793
2794
|
projectId?: string | undefined;
|
|
2794
|
-
agentSlug?: string | undefined;
|
|
2795
2795
|
requiredRoles?: string[] | undefined;
|
|
2796
2796
|
allowedRoles?: string[] | undefined;
|
|
2797
2797
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -2803,9 +2803,9 @@ declare const schemas: {
|
|
|
2803
2803
|
}, {
|
|
2804
2804
|
defaultAnswerPolicy?: {
|
|
2805
2805
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
2806
|
+
agentSlug?: string | undefined;
|
|
2806
2807
|
teamId?: string | undefined;
|
|
2807
2808
|
projectId?: string | undefined;
|
|
2808
|
-
agentSlug?: string | undefined;
|
|
2809
2809
|
requiredRoles?: string[] | undefined;
|
|
2810
2810
|
allowedRoles?: string[] | undefined;
|
|
2811
2811
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -2892,8 +2892,8 @@ declare const schemas: {
|
|
|
2892
2892
|
branchPolicy: {
|
|
2893
2893
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
2894
2894
|
base: "staging" | "main";
|
|
2895
|
-
target?: "staging" | "main" | undefined;
|
|
2896
2895
|
prefix?: string | undefined;
|
|
2896
|
+
target?: "staging" | "main" | undefined;
|
|
2897
2897
|
branchNameTemplate?: string | undefined;
|
|
2898
2898
|
worktree?: string | undefined;
|
|
2899
2899
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -2947,7 +2947,7 @@ declare const schemas: {
|
|
|
2947
2947
|
id: string;
|
|
2948
2948
|
revision: number;
|
|
2949
2949
|
}[] | undefined;
|
|
2950
|
-
activityType?: "
|
|
2950
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
2951
2951
|
permissions?: {
|
|
2952
2952
|
content?: Record<string, {
|
|
2953
2953
|
operations: string[];
|
|
@@ -3048,9 +3048,9 @@ declare const schemas: {
|
|
|
3048
3048
|
questionPolicy?: {
|
|
3049
3049
|
defaultAnswerPolicy?: {
|
|
3050
3050
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
3051
|
+
agentSlug?: string | undefined;
|
|
3051
3052
|
teamId?: string | undefined;
|
|
3052
3053
|
projectId?: string | undefined;
|
|
3053
|
-
agentSlug?: string | undefined;
|
|
3054
3054
|
requiredRoles?: string[] | undefined;
|
|
3055
3055
|
allowedRoles?: string[] | undefined;
|
|
3056
3056
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -3065,8 +3065,8 @@ declare const schemas: {
|
|
|
3065
3065
|
branchPolicy: {
|
|
3066
3066
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
3067
3067
|
base: "staging" | "main";
|
|
3068
|
-
target?: "staging" | "main" | undefined;
|
|
3069
3068
|
prefix?: string | undefined;
|
|
3069
|
+
target?: "staging" | "main" | undefined;
|
|
3070
3070
|
branchNameTemplate?: string | undefined;
|
|
3071
3071
|
worktree?: string | undefined;
|
|
3072
3072
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -3120,7 +3120,7 @@ declare const schemas: {
|
|
|
3120
3120
|
id: string;
|
|
3121
3121
|
revision: number;
|
|
3122
3122
|
}[] | undefined;
|
|
3123
|
-
activityType?: "
|
|
3123
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
3124
3124
|
permissions?: {
|
|
3125
3125
|
content?: Record<string, {
|
|
3126
3126
|
operations: string[];
|
|
@@ -3221,9 +3221,9 @@ declare const schemas: {
|
|
|
3221
3221
|
questionPolicy?: {
|
|
3222
3222
|
defaultAnswerPolicy?: {
|
|
3223
3223
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
3224
|
+
agentSlug?: string | undefined;
|
|
3224
3225
|
teamId?: string | undefined;
|
|
3225
3226
|
projectId?: string | undefined;
|
|
3226
|
-
agentSlug?: string | undefined;
|
|
3227
3227
|
requiredRoles?: string[] | undefined;
|
|
3228
3228
|
allowedRoles?: string[] | undefined;
|
|
3229
3229
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -3238,8 +3238,8 @@ declare const schemas: {
|
|
|
3238
3238
|
branchPolicy: {
|
|
3239
3239
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
3240
3240
|
base: "staging" | "main";
|
|
3241
|
-
target?: "staging" | "main" | undefined;
|
|
3242
3241
|
prefix?: string | undefined;
|
|
3242
|
+
target?: "staging" | "main" | undefined;
|
|
3243
3243
|
branchNameTemplate?: string | undefined;
|
|
3244
3244
|
worktree?: string | undefined;
|
|
3245
3245
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -3293,7 +3293,7 @@ declare const schemas: {
|
|
|
3293
3293
|
id: string;
|
|
3294
3294
|
revision: number;
|
|
3295
3295
|
}[] | undefined;
|
|
3296
|
-
activityType?: "
|
|
3296
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
3297
3297
|
permissions?: {
|
|
3298
3298
|
content?: Record<string, {
|
|
3299
3299
|
operations: string[];
|
|
@@ -3394,9 +3394,9 @@ declare const schemas: {
|
|
|
3394
3394
|
questionPolicy?: {
|
|
3395
3395
|
defaultAnswerPolicy?: {
|
|
3396
3396
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
3397
|
+
agentSlug?: string | undefined;
|
|
3397
3398
|
teamId?: string | undefined;
|
|
3398
3399
|
projectId?: string | undefined;
|
|
3399
|
-
agentSlug?: string | undefined;
|
|
3400
3400
|
requiredRoles?: string[] | undefined;
|
|
3401
3401
|
allowedRoles?: string[] | undefined;
|
|
3402
3402
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -3411,8 +3411,8 @@ declare const schemas: {
|
|
|
3411
3411
|
branchPolicy: {
|
|
3412
3412
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
3413
3413
|
base: "staging" | "main";
|
|
3414
|
-
target?: "staging" | "main" | undefined;
|
|
3415
3414
|
prefix?: string | undefined;
|
|
3415
|
+
target?: "staging" | "main" | undefined;
|
|
3416
3416
|
branchNameTemplate?: string | undefined;
|
|
3417
3417
|
worktree?: string | undefined;
|
|
3418
3418
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -3466,7 +3466,7 @@ declare const schemas: {
|
|
|
3466
3466
|
id: string;
|
|
3467
3467
|
revision: number;
|
|
3468
3468
|
}[] | undefined;
|
|
3469
|
-
activityType?: "
|
|
3469
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
3470
3470
|
permissions?: {
|
|
3471
3471
|
content?: Record<string, {
|
|
3472
3472
|
operations: string[];
|
|
@@ -3567,9 +3567,9 @@ declare const schemas: {
|
|
|
3567
3567
|
questionPolicy?: {
|
|
3568
3568
|
defaultAnswerPolicy?: {
|
|
3569
3569
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
3570
|
+
agentSlug?: string | undefined;
|
|
3570
3571
|
teamId?: string | undefined;
|
|
3571
3572
|
projectId?: string | undefined;
|
|
3572
|
-
agentSlug?: string | undefined;
|
|
3573
3573
|
requiredRoles?: string[] | undefined;
|
|
3574
3574
|
allowedRoles?: string[] | undefined;
|
|
3575
3575
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -3693,8 +3693,8 @@ declare const schemas: {
|
|
|
3693
3693
|
}, "strict", z.ZodTypeAny, {
|
|
3694
3694
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
3695
3695
|
base: "staging" | "main";
|
|
3696
|
-
target?: "staging" | "main" | undefined;
|
|
3697
3696
|
prefix?: string | undefined;
|
|
3697
|
+
target?: "staging" | "main" | undefined;
|
|
3698
3698
|
branchNameTemplate?: string | undefined;
|
|
3699
3699
|
worktree?: string | undefined;
|
|
3700
3700
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -3702,8 +3702,8 @@ declare const schemas: {
|
|
|
3702
3702
|
}, {
|
|
3703
3703
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
3704
3704
|
base: "staging" | "main";
|
|
3705
|
-
target?: "staging" | "main" | undefined;
|
|
3706
3705
|
prefix?: string | undefined;
|
|
3706
|
+
target?: "staging" | "main" | undefined;
|
|
3707
3707
|
branchNameTemplate?: string | undefined;
|
|
3708
3708
|
worktree?: string | undefined;
|
|
3709
3709
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -4287,9 +4287,9 @@ declare const schemas: {
|
|
|
4287
4287
|
agentSlug: z.ZodOptional<z.ZodString>;
|
|
4288
4288
|
}, "strict", z.ZodTypeAny, {
|
|
4289
4289
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
4290
|
+
agentSlug?: string | undefined;
|
|
4290
4291
|
teamId?: string | undefined;
|
|
4291
4292
|
projectId?: string | undefined;
|
|
4292
|
-
agentSlug?: string | undefined;
|
|
4293
4293
|
requiredRoles?: string[] | undefined;
|
|
4294
4294
|
allowedRoles?: string[] | undefined;
|
|
4295
4295
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -4298,9 +4298,9 @@ declare const schemas: {
|
|
|
4298
4298
|
teamMemberId?: string | undefined;
|
|
4299
4299
|
}, {
|
|
4300
4300
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
4301
|
+
agentSlug?: string | undefined;
|
|
4301
4302
|
teamId?: string | undefined;
|
|
4302
4303
|
projectId?: string | undefined;
|
|
4303
|
-
agentSlug?: string | undefined;
|
|
4304
4304
|
requiredRoles?: string[] | undefined;
|
|
4305
4305
|
allowedRoles?: string[] | undefined;
|
|
4306
4306
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -4311,9 +4311,9 @@ declare const schemas: {
|
|
|
4311
4311
|
}, "strict", z.ZodTypeAny, {
|
|
4312
4312
|
defaultAnswerPolicy?: {
|
|
4313
4313
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
4314
|
+
agentSlug?: string | undefined;
|
|
4314
4315
|
teamId?: string | undefined;
|
|
4315
4316
|
projectId?: string | undefined;
|
|
4316
|
-
agentSlug?: string | undefined;
|
|
4317
4317
|
requiredRoles?: string[] | undefined;
|
|
4318
4318
|
allowedRoles?: string[] | undefined;
|
|
4319
4319
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -4325,9 +4325,9 @@ declare const schemas: {
|
|
|
4325
4325
|
}, {
|
|
4326
4326
|
defaultAnswerPolicy?: {
|
|
4327
4327
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
4328
|
+
agentSlug?: string | undefined;
|
|
4328
4329
|
teamId?: string | undefined;
|
|
4329
4330
|
projectId?: string | undefined;
|
|
4330
|
-
agentSlug?: string | undefined;
|
|
4331
4331
|
requiredRoles?: string[] | undefined;
|
|
4332
4332
|
allowedRoles?: string[] | undefined;
|
|
4333
4333
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -4414,8 +4414,8 @@ declare const schemas: {
|
|
|
4414
4414
|
branchPolicy: {
|
|
4415
4415
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
4416
4416
|
base: "staging" | "main";
|
|
4417
|
-
target?: "staging" | "main" | undefined;
|
|
4418
4417
|
prefix?: string | undefined;
|
|
4418
|
+
target?: "staging" | "main" | undefined;
|
|
4419
4419
|
branchNameTemplate?: string | undefined;
|
|
4420
4420
|
worktree?: string | undefined;
|
|
4421
4421
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -4469,7 +4469,7 @@ declare const schemas: {
|
|
|
4469
4469
|
id: string;
|
|
4470
4470
|
revision: number;
|
|
4471
4471
|
}[] | undefined;
|
|
4472
|
-
activityType?: "
|
|
4472
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
4473
4473
|
permissions?: {
|
|
4474
4474
|
content?: Record<string, {
|
|
4475
4475
|
operations: string[];
|
|
@@ -4570,9 +4570,9 @@ declare const schemas: {
|
|
|
4570
4570
|
questionPolicy?: {
|
|
4571
4571
|
defaultAnswerPolicy?: {
|
|
4572
4572
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
4573
|
+
agentSlug?: string | undefined;
|
|
4573
4574
|
teamId?: string | undefined;
|
|
4574
4575
|
projectId?: string | undefined;
|
|
4575
|
-
agentSlug?: string | undefined;
|
|
4576
4576
|
requiredRoles?: string[] | undefined;
|
|
4577
4577
|
allowedRoles?: string[] | undefined;
|
|
4578
4578
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -4587,8 +4587,8 @@ declare const schemas: {
|
|
|
4587
4587
|
branchPolicy: {
|
|
4588
4588
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
4589
4589
|
base: "staging" | "main";
|
|
4590
|
-
target?: "staging" | "main" | undefined;
|
|
4591
4590
|
prefix?: string | undefined;
|
|
4591
|
+
target?: "staging" | "main" | undefined;
|
|
4592
4592
|
branchNameTemplate?: string | undefined;
|
|
4593
4593
|
worktree?: string | undefined;
|
|
4594
4594
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -4642,7 +4642,7 @@ declare const schemas: {
|
|
|
4642
4642
|
id: string;
|
|
4643
4643
|
revision: number;
|
|
4644
4644
|
}[] | undefined;
|
|
4645
|
-
activityType?: "
|
|
4645
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
4646
4646
|
permissions?: {
|
|
4647
4647
|
content?: Record<string, {
|
|
4648
4648
|
operations: string[];
|
|
@@ -4743,9 +4743,9 @@ declare const schemas: {
|
|
|
4743
4743
|
questionPolicy?: {
|
|
4744
4744
|
defaultAnswerPolicy?: {
|
|
4745
4745
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
4746
|
+
agentSlug?: string | undefined;
|
|
4746
4747
|
teamId?: string | undefined;
|
|
4747
4748
|
projectId?: string | undefined;
|
|
4748
|
-
agentSlug?: string | undefined;
|
|
4749
4749
|
requiredRoles?: string[] | undefined;
|
|
4750
4750
|
allowedRoles?: string[] | undefined;
|
|
4751
4751
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -4760,8 +4760,8 @@ declare const schemas: {
|
|
|
4760
4760
|
branchPolicy: {
|
|
4761
4761
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
4762
4762
|
base: "staging" | "main";
|
|
4763
|
-
target?: "staging" | "main" | undefined;
|
|
4764
4763
|
prefix?: string | undefined;
|
|
4764
|
+
target?: "staging" | "main" | undefined;
|
|
4765
4765
|
branchNameTemplate?: string | undefined;
|
|
4766
4766
|
worktree?: string | undefined;
|
|
4767
4767
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -4815,7 +4815,7 @@ declare const schemas: {
|
|
|
4815
4815
|
id: string;
|
|
4816
4816
|
revision: number;
|
|
4817
4817
|
}[] | undefined;
|
|
4818
|
-
activityType?: "
|
|
4818
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
4819
4819
|
permissions?: {
|
|
4820
4820
|
content?: Record<string, {
|
|
4821
4821
|
operations: string[];
|
|
@@ -4916,9 +4916,9 @@ declare const schemas: {
|
|
|
4916
4916
|
questionPolicy?: {
|
|
4917
4917
|
defaultAnswerPolicy?: {
|
|
4918
4918
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
4919
|
+
agentSlug?: string | undefined;
|
|
4919
4920
|
teamId?: string | undefined;
|
|
4920
4921
|
projectId?: string | undefined;
|
|
4921
|
-
agentSlug?: string | undefined;
|
|
4922
4922
|
requiredRoles?: string[] | undefined;
|
|
4923
4923
|
allowedRoles?: string[] | undefined;
|
|
4924
4924
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -4933,8 +4933,8 @@ declare const schemas: {
|
|
|
4933
4933
|
branchPolicy: {
|
|
4934
4934
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
4935
4935
|
base: "staging" | "main";
|
|
4936
|
-
target?: "staging" | "main" | undefined;
|
|
4937
4936
|
prefix?: string | undefined;
|
|
4937
|
+
target?: "staging" | "main" | undefined;
|
|
4938
4938
|
branchNameTemplate?: string | undefined;
|
|
4939
4939
|
worktree?: string | undefined;
|
|
4940
4940
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -4988,7 +4988,7 @@ declare const schemas: {
|
|
|
4988
4988
|
id: string;
|
|
4989
4989
|
revision: number;
|
|
4990
4990
|
}[] | undefined;
|
|
4991
|
-
activityType?: "
|
|
4991
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
4992
4992
|
permissions?: {
|
|
4993
4993
|
content?: Record<string, {
|
|
4994
4994
|
operations: string[];
|
|
@@ -5089,9 +5089,9 @@ declare const schemas: {
|
|
|
5089
5089
|
questionPolicy?: {
|
|
5090
5090
|
defaultAnswerPolicy?: {
|
|
5091
5091
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
5092
|
+
agentSlug?: string | undefined;
|
|
5092
5093
|
teamId?: string | undefined;
|
|
5093
5094
|
projectId?: string | undefined;
|
|
5094
|
-
agentSlug?: string | undefined;
|
|
5095
5095
|
requiredRoles?: string[] | undefined;
|
|
5096
5096
|
allowedRoles?: string[] | undefined;
|
|
5097
5097
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -5215,8 +5215,8 @@ declare const schemas: {
|
|
|
5215
5215
|
}, "strict", z.ZodTypeAny, {
|
|
5216
5216
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
5217
5217
|
base: "staging" | "main";
|
|
5218
|
-
target?: "staging" | "main" | undefined;
|
|
5219
5218
|
prefix?: string | undefined;
|
|
5219
|
+
target?: "staging" | "main" | undefined;
|
|
5220
5220
|
branchNameTemplate?: string | undefined;
|
|
5221
5221
|
worktree?: string | undefined;
|
|
5222
5222
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -5224,8 +5224,8 @@ declare const schemas: {
|
|
|
5224
5224
|
}, {
|
|
5225
5225
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
5226
5226
|
base: "staging" | "main";
|
|
5227
|
-
target?: "staging" | "main" | undefined;
|
|
5228
5227
|
prefix?: string | undefined;
|
|
5228
|
+
target?: "staging" | "main" | undefined;
|
|
5229
5229
|
branchNameTemplate?: string | undefined;
|
|
5230
5230
|
worktree?: string | undefined;
|
|
5231
5231
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -5809,9 +5809,9 @@ declare const schemas: {
|
|
|
5809
5809
|
agentSlug: z.ZodOptional<z.ZodString>;
|
|
5810
5810
|
}, "strict", z.ZodTypeAny, {
|
|
5811
5811
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
5812
|
+
agentSlug?: string | undefined;
|
|
5812
5813
|
teamId?: string | undefined;
|
|
5813
5814
|
projectId?: string | undefined;
|
|
5814
|
-
agentSlug?: string | undefined;
|
|
5815
5815
|
requiredRoles?: string[] | undefined;
|
|
5816
5816
|
allowedRoles?: string[] | undefined;
|
|
5817
5817
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -5820,9 +5820,9 @@ declare const schemas: {
|
|
|
5820
5820
|
teamMemberId?: string | undefined;
|
|
5821
5821
|
}, {
|
|
5822
5822
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
5823
|
+
agentSlug?: string | undefined;
|
|
5823
5824
|
teamId?: string | undefined;
|
|
5824
5825
|
projectId?: string | undefined;
|
|
5825
|
-
agentSlug?: string | undefined;
|
|
5826
5826
|
requiredRoles?: string[] | undefined;
|
|
5827
5827
|
allowedRoles?: string[] | undefined;
|
|
5828
5828
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -5833,9 +5833,9 @@ declare const schemas: {
|
|
|
5833
5833
|
}, "strict", z.ZodTypeAny, {
|
|
5834
5834
|
defaultAnswerPolicy?: {
|
|
5835
5835
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
5836
|
+
agentSlug?: string | undefined;
|
|
5836
5837
|
teamId?: string | undefined;
|
|
5837
5838
|
projectId?: string | undefined;
|
|
5838
|
-
agentSlug?: string | undefined;
|
|
5839
5839
|
requiredRoles?: string[] | undefined;
|
|
5840
5840
|
allowedRoles?: string[] | undefined;
|
|
5841
5841
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -5847,9 +5847,9 @@ declare const schemas: {
|
|
|
5847
5847
|
}, {
|
|
5848
5848
|
defaultAnswerPolicy?: {
|
|
5849
5849
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
5850
|
+
agentSlug?: string | undefined;
|
|
5850
5851
|
teamId?: string | undefined;
|
|
5851
5852
|
projectId?: string | undefined;
|
|
5852
|
-
agentSlug?: string | undefined;
|
|
5853
5853
|
requiredRoles?: string[] | undefined;
|
|
5854
5854
|
allowedRoles?: string[] | undefined;
|
|
5855
5855
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -5936,8 +5936,8 @@ declare const schemas: {
|
|
|
5936
5936
|
branchPolicy: {
|
|
5937
5937
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
5938
5938
|
base: "staging" | "main";
|
|
5939
|
-
target?: "staging" | "main" | undefined;
|
|
5940
5939
|
prefix?: string | undefined;
|
|
5940
|
+
target?: "staging" | "main" | undefined;
|
|
5941
5941
|
branchNameTemplate?: string | undefined;
|
|
5942
5942
|
worktree?: string | undefined;
|
|
5943
5943
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -5991,7 +5991,7 @@ declare const schemas: {
|
|
|
5991
5991
|
id: string;
|
|
5992
5992
|
revision: number;
|
|
5993
5993
|
}[] | undefined;
|
|
5994
|
-
activityType?: "
|
|
5994
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
5995
5995
|
permissions?: {
|
|
5996
5996
|
content?: Record<string, {
|
|
5997
5997
|
operations: string[];
|
|
@@ -6092,9 +6092,9 @@ declare const schemas: {
|
|
|
6092
6092
|
questionPolicy?: {
|
|
6093
6093
|
defaultAnswerPolicy?: {
|
|
6094
6094
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
6095
|
+
agentSlug?: string | undefined;
|
|
6095
6096
|
teamId?: string | undefined;
|
|
6096
6097
|
projectId?: string | undefined;
|
|
6097
|
-
agentSlug?: string | undefined;
|
|
6098
6098
|
requiredRoles?: string[] | undefined;
|
|
6099
6099
|
allowedRoles?: string[] | undefined;
|
|
6100
6100
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -6109,8 +6109,8 @@ declare const schemas: {
|
|
|
6109
6109
|
branchPolicy: {
|
|
6110
6110
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
6111
6111
|
base: "staging" | "main";
|
|
6112
|
-
target?: "staging" | "main" | undefined;
|
|
6113
6112
|
prefix?: string | undefined;
|
|
6113
|
+
target?: "staging" | "main" | undefined;
|
|
6114
6114
|
branchNameTemplate?: string | undefined;
|
|
6115
6115
|
worktree?: string | undefined;
|
|
6116
6116
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -6164,7 +6164,7 @@ declare const schemas: {
|
|
|
6164
6164
|
id: string;
|
|
6165
6165
|
revision: number;
|
|
6166
6166
|
}[] | undefined;
|
|
6167
|
-
activityType?: "
|
|
6167
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
6168
6168
|
permissions?: {
|
|
6169
6169
|
content?: Record<string, {
|
|
6170
6170
|
operations: string[];
|
|
@@ -6265,9 +6265,9 @@ declare const schemas: {
|
|
|
6265
6265
|
questionPolicy?: {
|
|
6266
6266
|
defaultAnswerPolicy?: {
|
|
6267
6267
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
6268
|
+
agentSlug?: string | undefined;
|
|
6268
6269
|
teamId?: string | undefined;
|
|
6269
6270
|
projectId?: string | undefined;
|
|
6270
|
-
agentSlug?: string | undefined;
|
|
6271
6271
|
requiredRoles?: string[] | undefined;
|
|
6272
6272
|
allowedRoles?: string[] | undefined;
|
|
6273
6273
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -6282,8 +6282,8 @@ declare const schemas: {
|
|
|
6282
6282
|
branchPolicy: {
|
|
6283
6283
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
6284
6284
|
base: "staging" | "main";
|
|
6285
|
-
target?: "staging" | "main" | undefined;
|
|
6286
6285
|
prefix?: string | undefined;
|
|
6286
|
+
target?: "staging" | "main" | undefined;
|
|
6287
6287
|
branchNameTemplate?: string | undefined;
|
|
6288
6288
|
worktree?: string | undefined;
|
|
6289
6289
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -6337,7 +6337,7 @@ declare const schemas: {
|
|
|
6337
6337
|
id: string;
|
|
6338
6338
|
revision: number;
|
|
6339
6339
|
}[] | undefined;
|
|
6340
|
-
activityType?: "
|
|
6340
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
6341
6341
|
permissions?: {
|
|
6342
6342
|
content?: Record<string, {
|
|
6343
6343
|
operations: string[];
|
|
@@ -6438,9 +6438,9 @@ declare const schemas: {
|
|
|
6438
6438
|
questionPolicy?: {
|
|
6439
6439
|
defaultAnswerPolicy?: {
|
|
6440
6440
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
6441
|
+
agentSlug?: string | undefined;
|
|
6441
6442
|
teamId?: string | undefined;
|
|
6442
6443
|
projectId?: string | undefined;
|
|
6443
|
-
agentSlug?: string | undefined;
|
|
6444
6444
|
requiredRoles?: string[] | undefined;
|
|
6445
6445
|
allowedRoles?: string[] | undefined;
|
|
6446
6446
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -6455,8 +6455,8 @@ declare const schemas: {
|
|
|
6455
6455
|
branchPolicy: {
|
|
6456
6456
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
6457
6457
|
base: "staging" | "main";
|
|
6458
|
-
target?: "staging" | "main" | undefined;
|
|
6459
6458
|
prefix?: string | undefined;
|
|
6459
|
+
target?: "staging" | "main" | undefined;
|
|
6460
6460
|
branchNameTemplate?: string | undefined;
|
|
6461
6461
|
worktree?: string | undefined;
|
|
6462
6462
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -6510,7 +6510,7 @@ declare const schemas: {
|
|
|
6510
6510
|
id: string;
|
|
6511
6511
|
revision: number;
|
|
6512
6512
|
}[] | undefined;
|
|
6513
|
-
activityType?: "
|
|
6513
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
6514
6514
|
permissions?: {
|
|
6515
6515
|
content?: Record<string, {
|
|
6516
6516
|
operations: string[];
|
|
@@ -6611,9 +6611,9 @@ declare const schemas: {
|
|
|
6611
6611
|
questionPolicy?: {
|
|
6612
6612
|
defaultAnswerPolicy?: {
|
|
6613
6613
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
6614
|
+
agentSlug?: string | undefined;
|
|
6614
6615
|
teamId?: string | undefined;
|
|
6615
6616
|
projectId?: string | undefined;
|
|
6616
|
-
agentSlug?: string | undefined;
|
|
6617
6617
|
requiredRoles?: string[] | undefined;
|
|
6618
6618
|
allowedRoles?: string[] | undefined;
|
|
6619
6619
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -6737,8 +6737,8 @@ declare const schemas: {
|
|
|
6737
6737
|
}, "strict", z.ZodTypeAny, {
|
|
6738
6738
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
6739
6739
|
base: "staging" | "main";
|
|
6740
|
-
target?: "staging" | "main" | undefined;
|
|
6741
6740
|
prefix?: string | undefined;
|
|
6741
|
+
target?: "staging" | "main" | undefined;
|
|
6742
6742
|
branchNameTemplate?: string | undefined;
|
|
6743
6743
|
worktree?: string | undefined;
|
|
6744
6744
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -6746,8 +6746,8 @@ declare const schemas: {
|
|
|
6746
6746
|
}, {
|
|
6747
6747
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
6748
6748
|
base: "staging" | "main";
|
|
6749
|
-
target?: "staging" | "main" | undefined;
|
|
6750
6749
|
prefix?: string | undefined;
|
|
6750
|
+
target?: "staging" | "main" | undefined;
|
|
6751
6751
|
branchNameTemplate?: string | undefined;
|
|
6752
6752
|
worktree?: string | undefined;
|
|
6753
6753
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -7331,9 +7331,9 @@ declare const schemas: {
|
|
|
7331
7331
|
agentSlug: z.ZodOptional<z.ZodString>;
|
|
7332
7332
|
}, "strict", z.ZodTypeAny, {
|
|
7333
7333
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
7334
|
+
agentSlug?: string | undefined;
|
|
7334
7335
|
teamId?: string | undefined;
|
|
7335
7336
|
projectId?: string | undefined;
|
|
7336
|
-
agentSlug?: string | undefined;
|
|
7337
7337
|
requiredRoles?: string[] | undefined;
|
|
7338
7338
|
allowedRoles?: string[] | undefined;
|
|
7339
7339
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -7342,9 +7342,9 @@ declare const schemas: {
|
|
|
7342
7342
|
teamMemberId?: string | undefined;
|
|
7343
7343
|
}, {
|
|
7344
7344
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
7345
|
+
agentSlug?: string | undefined;
|
|
7345
7346
|
teamId?: string | undefined;
|
|
7346
7347
|
projectId?: string | undefined;
|
|
7347
|
-
agentSlug?: string | undefined;
|
|
7348
7348
|
requiredRoles?: string[] | undefined;
|
|
7349
7349
|
allowedRoles?: string[] | undefined;
|
|
7350
7350
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -7355,9 +7355,9 @@ declare const schemas: {
|
|
|
7355
7355
|
}, "strict", z.ZodTypeAny, {
|
|
7356
7356
|
defaultAnswerPolicy?: {
|
|
7357
7357
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
7358
|
+
agentSlug?: string | undefined;
|
|
7358
7359
|
teamId?: string | undefined;
|
|
7359
7360
|
projectId?: string | undefined;
|
|
7360
|
-
agentSlug?: string | undefined;
|
|
7361
7361
|
requiredRoles?: string[] | undefined;
|
|
7362
7362
|
allowedRoles?: string[] | undefined;
|
|
7363
7363
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -7369,9 +7369,9 @@ declare const schemas: {
|
|
|
7369
7369
|
}, {
|
|
7370
7370
|
defaultAnswerPolicy?: {
|
|
7371
7371
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
7372
|
+
agentSlug?: string | undefined;
|
|
7372
7373
|
teamId?: string | undefined;
|
|
7373
7374
|
projectId?: string | undefined;
|
|
7374
|
-
agentSlug?: string | undefined;
|
|
7375
7375
|
requiredRoles?: string[] | undefined;
|
|
7376
7376
|
allowedRoles?: string[] | undefined;
|
|
7377
7377
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -7458,8 +7458,8 @@ declare const schemas: {
|
|
|
7458
7458
|
branchPolicy: {
|
|
7459
7459
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
7460
7460
|
base: "staging" | "main";
|
|
7461
|
-
target?: "staging" | "main" | undefined;
|
|
7462
7461
|
prefix?: string | undefined;
|
|
7462
|
+
target?: "staging" | "main" | undefined;
|
|
7463
7463
|
branchNameTemplate?: string | undefined;
|
|
7464
7464
|
worktree?: string | undefined;
|
|
7465
7465
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -7513,7 +7513,7 @@ declare const schemas: {
|
|
|
7513
7513
|
id: string;
|
|
7514
7514
|
revision: number;
|
|
7515
7515
|
}[] | undefined;
|
|
7516
|
-
activityType?: "
|
|
7516
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
7517
7517
|
permissions?: {
|
|
7518
7518
|
content?: Record<string, {
|
|
7519
7519
|
operations: string[];
|
|
@@ -7614,9 +7614,9 @@ declare const schemas: {
|
|
|
7614
7614
|
questionPolicy?: {
|
|
7615
7615
|
defaultAnswerPolicy?: {
|
|
7616
7616
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
7617
|
+
agentSlug?: string | undefined;
|
|
7617
7618
|
teamId?: string | undefined;
|
|
7618
7619
|
projectId?: string | undefined;
|
|
7619
|
-
agentSlug?: string | undefined;
|
|
7620
7620
|
requiredRoles?: string[] | undefined;
|
|
7621
7621
|
allowedRoles?: string[] | undefined;
|
|
7622
7622
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -7631,8 +7631,8 @@ declare const schemas: {
|
|
|
7631
7631
|
branchPolicy: {
|
|
7632
7632
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
7633
7633
|
base: "staging" | "main";
|
|
7634
|
-
target?: "staging" | "main" | undefined;
|
|
7635
7634
|
prefix?: string | undefined;
|
|
7635
|
+
target?: "staging" | "main" | undefined;
|
|
7636
7636
|
branchNameTemplate?: string | undefined;
|
|
7637
7637
|
worktree?: string | undefined;
|
|
7638
7638
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -7686,7 +7686,7 @@ declare const schemas: {
|
|
|
7686
7686
|
id: string;
|
|
7687
7687
|
revision: number;
|
|
7688
7688
|
}[] | undefined;
|
|
7689
|
-
activityType?: "
|
|
7689
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
7690
7690
|
permissions?: {
|
|
7691
7691
|
content?: Record<string, {
|
|
7692
7692
|
operations: string[];
|
|
@@ -7787,9 +7787,9 @@ declare const schemas: {
|
|
|
7787
7787
|
questionPolicy?: {
|
|
7788
7788
|
defaultAnswerPolicy?: {
|
|
7789
7789
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
7790
|
+
agentSlug?: string | undefined;
|
|
7790
7791
|
teamId?: string | undefined;
|
|
7791
7792
|
projectId?: string | undefined;
|
|
7792
|
-
agentSlug?: string | undefined;
|
|
7793
7793
|
requiredRoles?: string[] | undefined;
|
|
7794
7794
|
allowedRoles?: string[] | undefined;
|
|
7795
7795
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -7804,8 +7804,8 @@ declare const schemas: {
|
|
|
7804
7804
|
branchPolicy: {
|
|
7805
7805
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
7806
7806
|
base: "staging" | "main";
|
|
7807
|
-
target?: "staging" | "main" | undefined;
|
|
7808
7807
|
prefix?: string | undefined;
|
|
7808
|
+
target?: "staging" | "main" | undefined;
|
|
7809
7809
|
branchNameTemplate?: string | undefined;
|
|
7810
7810
|
worktree?: string | undefined;
|
|
7811
7811
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -7859,7 +7859,7 @@ declare const schemas: {
|
|
|
7859
7859
|
id: string;
|
|
7860
7860
|
revision: number;
|
|
7861
7861
|
}[] | undefined;
|
|
7862
|
-
activityType?: "
|
|
7862
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
7863
7863
|
permissions?: {
|
|
7864
7864
|
content?: Record<string, {
|
|
7865
7865
|
operations: string[];
|
|
@@ -7960,9 +7960,9 @@ declare const schemas: {
|
|
|
7960
7960
|
questionPolicy?: {
|
|
7961
7961
|
defaultAnswerPolicy?: {
|
|
7962
7962
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
7963
|
+
agentSlug?: string | undefined;
|
|
7963
7964
|
teamId?: string | undefined;
|
|
7964
7965
|
projectId?: string | undefined;
|
|
7965
|
-
agentSlug?: string | undefined;
|
|
7966
7966
|
requiredRoles?: string[] | undefined;
|
|
7967
7967
|
allowedRoles?: string[] | undefined;
|
|
7968
7968
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -7977,8 +7977,8 @@ declare const schemas: {
|
|
|
7977
7977
|
branchPolicy: {
|
|
7978
7978
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
7979
7979
|
base: "staging" | "main";
|
|
7980
|
-
target?: "staging" | "main" | undefined;
|
|
7981
7980
|
prefix?: string | undefined;
|
|
7981
|
+
target?: "staging" | "main" | undefined;
|
|
7982
7982
|
branchNameTemplate?: string | undefined;
|
|
7983
7983
|
worktree?: string | undefined;
|
|
7984
7984
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -8032,7 +8032,7 @@ declare const schemas: {
|
|
|
8032
8032
|
id: string;
|
|
8033
8033
|
revision: number;
|
|
8034
8034
|
}[] | undefined;
|
|
8035
|
-
activityType?: "
|
|
8035
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
8036
8036
|
permissions?: {
|
|
8037
8037
|
content?: Record<string, {
|
|
8038
8038
|
operations: string[];
|
|
@@ -8133,9 +8133,9 @@ declare const schemas: {
|
|
|
8133
8133
|
questionPolicy?: {
|
|
8134
8134
|
defaultAnswerPolicy?: {
|
|
8135
8135
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
8136
|
+
agentSlug?: string | undefined;
|
|
8136
8137
|
teamId?: string | undefined;
|
|
8137
8138
|
projectId?: string | undefined;
|
|
8138
|
-
agentSlug?: string | undefined;
|
|
8139
8139
|
requiredRoles?: string[] | undefined;
|
|
8140
8140
|
allowedRoles?: string[] | undefined;
|
|
8141
8141
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -8259,8 +8259,8 @@ declare const schemas: {
|
|
|
8259
8259
|
}, "strict", z.ZodTypeAny, {
|
|
8260
8260
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
8261
8261
|
base: "staging" | "main";
|
|
8262
|
-
target?: "staging" | "main" | undefined;
|
|
8263
8262
|
prefix?: string | undefined;
|
|
8263
|
+
target?: "staging" | "main" | undefined;
|
|
8264
8264
|
branchNameTemplate?: string | undefined;
|
|
8265
8265
|
worktree?: string | undefined;
|
|
8266
8266
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -8268,8 +8268,8 @@ declare const schemas: {
|
|
|
8268
8268
|
}, {
|
|
8269
8269
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
8270
8270
|
base: "staging" | "main";
|
|
8271
|
-
target?: "staging" | "main" | undefined;
|
|
8272
8271
|
prefix?: string | undefined;
|
|
8272
|
+
target?: "staging" | "main" | undefined;
|
|
8273
8273
|
branchNameTemplate?: string | undefined;
|
|
8274
8274
|
worktree?: string | undefined;
|
|
8275
8275
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -8853,9 +8853,9 @@ declare const schemas: {
|
|
|
8853
8853
|
agentSlug: z.ZodOptional<z.ZodString>;
|
|
8854
8854
|
}, "strict", z.ZodTypeAny, {
|
|
8855
8855
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
8856
|
+
agentSlug?: string | undefined;
|
|
8856
8857
|
teamId?: string | undefined;
|
|
8857
8858
|
projectId?: string | undefined;
|
|
8858
|
-
agentSlug?: string | undefined;
|
|
8859
8859
|
requiredRoles?: string[] | undefined;
|
|
8860
8860
|
allowedRoles?: string[] | undefined;
|
|
8861
8861
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -8864,9 +8864,9 @@ declare const schemas: {
|
|
|
8864
8864
|
teamMemberId?: string | undefined;
|
|
8865
8865
|
}, {
|
|
8866
8866
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
8867
|
+
agentSlug?: string | undefined;
|
|
8867
8868
|
teamId?: string | undefined;
|
|
8868
8869
|
projectId?: string | undefined;
|
|
8869
|
-
agentSlug?: string | undefined;
|
|
8870
8870
|
requiredRoles?: string[] | undefined;
|
|
8871
8871
|
allowedRoles?: string[] | undefined;
|
|
8872
8872
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -8877,9 +8877,9 @@ declare const schemas: {
|
|
|
8877
8877
|
}, "strict", z.ZodTypeAny, {
|
|
8878
8878
|
defaultAnswerPolicy?: {
|
|
8879
8879
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
8880
|
+
agentSlug?: string | undefined;
|
|
8880
8881
|
teamId?: string | undefined;
|
|
8881
8882
|
projectId?: string | undefined;
|
|
8882
|
-
agentSlug?: string | undefined;
|
|
8883
8883
|
requiredRoles?: string[] | undefined;
|
|
8884
8884
|
allowedRoles?: string[] | undefined;
|
|
8885
8885
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -8891,9 +8891,9 @@ declare const schemas: {
|
|
|
8891
8891
|
}, {
|
|
8892
8892
|
defaultAnswerPolicy?: {
|
|
8893
8893
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
8894
|
+
agentSlug?: string | undefined;
|
|
8894
8895
|
teamId?: string | undefined;
|
|
8895
8896
|
projectId?: string | undefined;
|
|
8896
|
-
agentSlug?: string | undefined;
|
|
8897
8897
|
requiredRoles?: string[] | undefined;
|
|
8898
8898
|
allowedRoles?: string[] | undefined;
|
|
8899
8899
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -8980,8 +8980,8 @@ declare const schemas: {
|
|
|
8980
8980
|
branchPolicy: {
|
|
8981
8981
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
8982
8982
|
base: "staging" | "main";
|
|
8983
|
-
target?: "staging" | "main" | undefined;
|
|
8984
8983
|
prefix?: string | undefined;
|
|
8984
|
+
target?: "staging" | "main" | undefined;
|
|
8985
8985
|
branchNameTemplate?: string | undefined;
|
|
8986
8986
|
worktree?: string | undefined;
|
|
8987
8987
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -9035,7 +9035,7 @@ declare const schemas: {
|
|
|
9035
9035
|
id: string;
|
|
9036
9036
|
revision: number;
|
|
9037
9037
|
}[] | undefined;
|
|
9038
|
-
activityType?: "
|
|
9038
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
9039
9039
|
permissions?: {
|
|
9040
9040
|
content?: Record<string, {
|
|
9041
9041
|
operations: string[];
|
|
@@ -9136,9 +9136,9 @@ declare const schemas: {
|
|
|
9136
9136
|
questionPolicy?: {
|
|
9137
9137
|
defaultAnswerPolicy?: {
|
|
9138
9138
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
9139
|
+
agentSlug?: string | undefined;
|
|
9139
9140
|
teamId?: string | undefined;
|
|
9140
9141
|
projectId?: string | undefined;
|
|
9141
|
-
agentSlug?: string | undefined;
|
|
9142
9142
|
requiredRoles?: string[] | undefined;
|
|
9143
9143
|
allowedRoles?: string[] | undefined;
|
|
9144
9144
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -9153,8 +9153,8 @@ declare const schemas: {
|
|
|
9153
9153
|
branchPolicy: {
|
|
9154
9154
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
9155
9155
|
base: "staging" | "main";
|
|
9156
|
-
target?: "staging" | "main" | undefined;
|
|
9157
9156
|
prefix?: string | undefined;
|
|
9157
|
+
target?: "staging" | "main" | undefined;
|
|
9158
9158
|
branchNameTemplate?: string | undefined;
|
|
9159
9159
|
worktree?: string | undefined;
|
|
9160
9160
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -9208,7 +9208,7 @@ declare const schemas: {
|
|
|
9208
9208
|
id: string;
|
|
9209
9209
|
revision: number;
|
|
9210
9210
|
}[] | undefined;
|
|
9211
|
-
activityType?: "
|
|
9211
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
9212
9212
|
permissions?: {
|
|
9213
9213
|
content?: Record<string, {
|
|
9214
9214
|
operations: string[];
|
|
@@ -9309,9 +9309,9 @@ declare const schemas: {
|
|
|
9309
9309
|
questionPolicy?: {
|
|
9310
9310
|
defaultAnswerPolicy?: {
|
|
9311
9311
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
9312
|
+
agentSlug?: string | undefined;
|
|
9312
9313
|
teamId?: string | undefined;
|
|
9313
9314
|
projectId?: string | undefined;
|
|
9314
|
-
agentSlug?: string | undefined;
|
|
9315
9315
|
requiredRoles?: string[] | undefined;
|
|
9316
9316
|
allowedRoles?: string[] | undefined;
|
|
9317
9317
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -9326,8 +9326,8 @@ declare const schemas: {
|
|
|
9326
9326
|
branchPolicy: {
|
|
9327
9327
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
9328
9328
|
base: "staging" | "main";
|
|
9329
|
-
target?: "staging" | "main" | undefined;
|
|
9330
9329
|
prefix?: string | undefined;
|
|
9330
|
+
target?: "staging" | "main" | undefined;
|
|
9331
9331
|
branchNameTemplate?: string | undefined;
|
|
9332
9332
|
worktree?: string | undefined;
|
|
9333
9333
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -9381,7 +9381,7 @@ declare const schemas: {
|
|
|
9381
9381
|
id: string;
|
|
9382
9382
|
revision: number;
|
|
9383
9383
|
}[] | undefined;
|
|
9384
|
-
activityType?: "
|
|
9384
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
9385
9385
|
permissions?: {
|
|
9386
9386
|
content?: Record<string, {
|
|
9387
9387
|
operations: string[];
|
|
@@ -9482,9 +9482,9 @@ declare const schemas: {
|
|
|
9482
9482
|
questionPolicy?: {
|
|
9483
9483
|
defaultAnswerPolicy?: {
|
|
9484
9484
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
9485
|
+
agentSlug?: string | undefined;
|
|
9485
9486
|
teamId?: string | undefined;
|
|
9486
9487
|
projectId?: string | undefined;
|
|
9487
|
-
agentSlug?: string | undefined;
|
|
9488
9488
|
requiredRoles?: string[] | undefined;
|
|
9489
9489
|
allowedRoles?: string[] | undefined;
|
|
9490
9490
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -9499,8 +9499,8 @@ declare const schemas: {
|
|
|
9499
9499
|
branchPolicy: {
|
|
9500
9500
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
9501
9501
|
base: "staging" | "main";
|
|
9502
|
-
target?: "staging" | "main" | undefined;
|
|
9503
9502
|
prefix?: string | undefined;
|
|
9503
|
+
target?: "staging" | "main" | undefined;
|
|
9504
9504
|
branchNameTemplate?: string | undefined;
|
|
9505
9505
|
worktree?: string | undefined;
|
|
9506
9506
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -9554,7 +9554,7 @@ declare const schemas: {
|
|
|
9554
9554
|
id: string;
|
|
9555
9555
|
revision: number;
|
|
9556
9556
|
}[] | undefined;
|
|
9557
|
-
activityType?: "
|
|
9557
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
9558
9558
|
permissions?: {
|
|
9559
9559
|
content?: Record<string, {
|
|
9560
9560
|
operations: string[];
|
|
@@ -9655,9 +9655,9 @@ declare const schemas: {
|
|
|
9655
9655
|
questionPolicy?: {
|
|
9656
9656
|
defaultAnswerPolicy?: {
|
|
9657
9657
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
9658
|
+
agentSlug?: string | undefined;
|
|
9658
9659
|
teamId?: string | undefined;
|
|
9659
9660
|
projectId?: string | undefined;
|
|
9660
|
-
agentSlug?: string | undefined;
|
|
9661
9661
|
requiredRoles?: string[] | undefined;
|
|
9662
9662
|
allowedRoles?: string[] | undefined;
|
|
9663
9663
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -9727,8 +9727,8 @@ declare const schemas: {
|
|
|
9727
9727
|
created_at: z.ZodOptional<z.ZodDate>;
|
|
9728
9728
|
}, "strip", z.ZodTypeAny, {
|
|
9729
9729
|
title: string;
|
|
9730
|
-
intent?: "discuss" | "propose" | undefined;
|
|
9731
9730
|
created_at?: Date | undefined;
|
|
9731
|
+
intent?: "discuss" | "propose" | undefined;
|
|
9732
9732
|
group_ids?: string[] | undefined;
|
|
9733
9733
|
parent_workday_id?: string | undefined;
|
|
9734
9734
|
discussion_id?: string | undefined;
|
|
@@ -9743,8 +9743,8 @@ declare const schemas: {
|
|
|
9743
9743
|
resulting_operation_id?: string | undefined;
|
|
9744
9744
|
}, {
|
|
9745
9745
|
title: string;
|
|
9746
|
-
intent?: "discuss" | "propose" | undefined;
|
|
9747
9746
|
created_at?: Date | undefined;
|
|
9747
|
+
intent?: "discuss" | "propose" | undefined;
|
|
9748
9748
|
group_ids?: string[] | undefined;
|
|
9749
9749
|
parent_workday_id?: string | undefined;
|
|
9750
9750
|
discussion_id?: string | undefined;
|
|
@@ -9768,17 +9768,17 @@ declare const schemas: {
|
|
|
9768
9768
|
refs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
9769
9769
|
}, "strip", z.ZodTypeAny, {
|
|
9770
9770
|
title: string;
|
|
9771
|
+
phase?: string | undefined;
|
|
9771
9772
|
group_ids?: string[] | undefined;
|
|
9772
9773
|
discussion_id?: string | undefined;
|
|
9773
|
-
phase?: string | undefined;
|
|
9774
9774
|
sequence?: number | undefined;
|
|
9775
9775
|
occurred_at?: Date | undefined;
|
|
9776
9776
|
refs?: string[] | undefined;
|
|
9777
9777
|
}, {
|
|
9778
9778
|
title: string;
|
|
9779
|
+
phase?: string | undefined;
|
|
9779
9780
|
group_ids?: string[] | undefined;
|
|
9780
9781
|
discussion_id?: string | undefined;
|
|
9781
|
-
phase?: string | undefined;
|
|
9782
9782
|
sequence?: number | undefined;
|
|
9783
9783
|
occurred_at?: Date | undefined;
|
|
9784
9784
|
refs?: string[] | undefined;
|
|
@@ -9951,8 +9951,8 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
9951
9951
|
}, "strict", z.ZodTypeAny, {
|
|
9952
9952
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
9953
9953
|
base: "staging" | "main";
|
|
9954
|
-
target?: "staging" | "main" | undefined;
|
|
9955
9954
|
prefix?: string | undefined;
|
|
9955
|
+
target?: "staging" | "main" | undefined;
|
|
9956
9956
|
branchNameTemplate?: string | undefined;
|
|
9957
9957
|
worktree?: string | undefined;
|
|
9958
9958
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -9960,8 +9960,8 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
9960
9960
|
}, {
|
|
9961
9961
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
9962
9962
|
base: "staging" | "main";
|
|
9963
|
-
target?: "staging" | "main" | undefined;
|
|
9964
9963
|
prefix?: string | undefined;
|
|
9964
|
+
target?: "staging" | "main" | undefined;
|
|
9965
9965
|
branchNameTemplate?: string | undefined;
|
|
9966
9966
|
worktree?: string | undefined;
|
|
9967
9967
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -10545,9 +10545,9 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
10545
10545
|
agentSlug: z.ZodOptional<z.ZodString>;
|
|
10546
10546
|
}, "strict", z.ZodTypeAny, {
|
|
10547
10547
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
10548
|
+
agentSlug?: string | undefined;
|
|
10548
10549
|
teamId?: string | undefined;
|
|
10549
10550
|
projectId?: string | undefined;
|
|
10550
|
-
agentSlug?: string | undefined;
|
|
10551
10551
|
requiredRoles?: string[] | undefined;
|
|
10552
10552
|
allowedRoles?: string[] | undefined;
|
|
10553
10553
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -10556,9 +10556,9 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
10556
10556
|
teamMemberId?: string | undefined;
|
|
10557
10557
|
}, {
|
|
10558
10558
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
10559
|
+
agentSlug?: string | undefined;
|
|
10559
10560
|
teamId?: string | undefined;
|
|
10560
10561
|
projectId?: string | undefined;
|
|
10561
|
-
agentSlug?: string | undefined;
|
|
10562
10562
|
requiredRoles?: string[] | undefined;
|
|
10563
10563
|
allowedRoles?: string[] | undefined;
|
|
10564
10564
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -10569,9 +10569,9 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
10569
10569
|
}, "strict", z.ZodTypeAny, {
|
|
10570
10570
|
defaultAnswerPolicy?: {
|
|
10571
10571
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
10572
|
+
agentSlug?: string | undefined;
|
|
10572
10573
|
teamId?: string | undefined;
|
|
10573
10574
|
projectId?: string | undefined;
|
|
10574
|
-
agentSlug?: string | undefined;
|
|
10575
10575
|
requiredRoles?: string[] | undefined;
|
|
10576
10576
|
allowedRoles?: string[] | undefined;
|
|
10577
10577
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -10583,9 +10583,9 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
10583
10583
|
}, {
|
|
10584
10584
|
defaultAnswerPolicy?: {
|
|
10585
10585
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
10586
|
+
agentSlug?: string | undefined;
|
|
10586
10587
|
teamId?: string | undefined;
|
|
10587
10588
|
projectId?: string | undefined;
|
|
10588
|
-
agentSlug?: string | undefined;
|
|
10589
10589
|
requiredRoles?: string[] | undefined;
|
|
10590
10590
|
allowedRoles?: string[] | undefined;
|
|
10591
10591
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -10672,8 +10672,8 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
10672
10672
|
branchPolicy: {
|
|
10673
10673
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
10674
10674
|
base: "staging" | "main";
|
|
10675
|
-
target?: "staging" | "main" | undefined;
|
|
10676
10675
|
prefix?: string | undefined;
|
|
10676
|
+
target?: "staging" | "main" | undefined;
|
|
10677
10677
|
branchNameTemplate?: string | undefined;
|
|
10678
10678
|
worktree?: string | undefined;
|
|
10679
10679
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -10727,7 +10727,7 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
10727
10727
|
id: string;
|
|
10728
10728
|
revision: number;
|
|
10729
10729
|
}[] | undefined;
|
|
10730
|
-
activityType?: "
|
|
10730
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
10731
10731
|
permissions?: {
|
|
10732
10732
|
content?: Record<string, {
|
|
10733
10733
|
operations: string[];
|
|
@@ -10828,9 +10828,9 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
10828
10828
|
questionPolicy?: {
|
|
10829
10829
|
defaultAnswerPolicy?: {
|
|
10830
10830
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
10831
|
+
agentSlug?: string | undefined;
|
|
10831
10832
|
teamId?: string | undefined;
|
|
10832
10833
|
projectId?: string | undefined;
|
|
10833
|
-
agentSlug?: string | undefined;
|
|
10834
10834
|
requiredRoles?: string[] | undefined;
|
|
10835
10835
|
allowedRoles?: string[] | undefined;
|
|
10836
10836
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -10845,8 +10845,8 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
10845
10845
|
branchPolicy: {
|
|
10846
10846
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
10847
10847
|
base: "staging" | "main";
|
|
10848
|
-
target?: "staging" | "main" | undefined;
|
|
10849
10848
|
prefix?: string | undefined;
|
|
10849
|
+
target?: "staging" | "main" | undefined;
|
|
10850
10850
|
branchNameTemplate?: string | undefined;
|
|
10851
10851
|
worktree?: string | undefined;
|
|
10852
10852
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -10900,7 +10900,7 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
10900
10900
|
id: string;
|
|
10901
10901
|
revision: number;
|
|
10902
10902
|
}[] | undefined;
|
|
10903
|
-
activityType?: "
|
|
10903
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
10904
10904
|
permissions?: {
|
|
10905
10905
|
content?: Record<string, {
|
|
10906
10906
|
operations: string[];
|
|
@@ -11001,9 +11001,9 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11001
11001
|
questionPolicy?: {
|
|
11002
11002
|
defaultAnswerPolicy?: {
|
|
11003
11003
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
11004
|
+
agentSlug?: string | undefined;
|
|
11004
11005
|
teamId?: string | undefined;
|
|
11005
11006
|
projectId?: string | undefined;
|
|
11006
|
-
agentSlug?: string | undefined;
|
|
11007
11007
|
requiredRoles?: string[] | undefined;
|
|
11008
11008
|
allowedRoles?: string[] | undefined;
|
|
11009
11009
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -11018,8 +11018,8 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11018
11018
|
branchPolicy: {
|
|
11019
11019
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
11020
11020
|
base: "staging" | "main";
|
|
11021
|
-
target?: "staging" | "main" | undefined;
|
|
11022
11021
|
prefix?: string | undefined;
|
|
11022
|
+
target?: "staging" | "main" | undefined;
|
|
11023
11023
|
branchNameTemplate?: string | undefined;
|
|
11024
11024
|
worktree?: string | undefined;
|
|
11025
11025
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -11073,7 +11073,7 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11073
11073
|
id: string;
|
|
11074
11074
|
revision: number;
|
|
11075
11075
|
}[] | undefined;
|
|
11076
|
-
activityType?: "
|
|
11076
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
11077
11077
|
permissions?: {
|
|
11078
11078
|
content?: Record<string, {
|
|
11079
11079
|
operations: string[];
|
|
@@ -11174,9 +11174,9 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11174
11174
|
questionPolicy?: {
|
|
11175
11175
|
defaultAnswerPolicy?: {
|
|
11176
11176
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
11177
|
+
agentSlug?: string | undefined;
|
|
11177
11178
|
teamId?: string | undefined;
|
|
11178
11179
|
projectId?: string | undefined;
|
|
11179
|
-
agentSlug?: string | undefined;
|
|
11180
11180
|
requiredRoles?: string[] | undefined;
|
|
11181
11181
|
allowedRoles?: string[] | undefined;
|
|
11182
11182
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -11191,8 +11191,8 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11191
11191
|
branchPolicy: {
|
|
11192
11192
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
11193
11193
|
base: "staging" | "main";
|
|
11194
|
-
target?: "staging" | "main" | undefined;
|
|
11195
11194
|
prefix?: string | undefined;
|
|
11195
|
+
target?: "staging" | "main" | undefined;
|
|
11196
11196
|
branchNameTemplate?: string | undefined;
|
|
11197
11197
|
worktree?: string | undefined;
|
|
11198
11198
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -11246,7 +11246,7 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11246
11246
|
id: string;
|
|
11247
11247
|
revision: number;
|
|
11248
11248
|
}[] | undefined;
|
|
11249
|
-
activityType?: "
|
|
11249
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
11250
11250
|
permissions?: {
|
|
11251
11251
|
content?: Record<string, {
|
|
11252
11252
|
operations: string[];
|
|
@@ -11347,9 +11347,9 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11347
11347
|
questionPolicy?: {
|
|
11348
11348
|
defaultAnswerPolicy?: {
|
|
11349
11349
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
11350
|
+
agentSlug?: string | undefined;
|
|
11350
11351
|
teamId?: string | undefined;
|
|
11351
11352
|
projectId?: string | undefined;
|
|
11352
|
-
agentSlug?: string | undefined;
|
|
11353
11353
|
requiredRoles?: string[] | undefined;
|
|
11354
11354
|
allowedRoles?: string[] | undefined;
|
|
11355
11355
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -11361,15 +11361,15 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11361
11361
|
} | undefined;
|
|
11362
11362
|
}>>;
|
|
11363
11363
|
}, z.ZodTypeAny, "passthrough"> | {
|
|
11364
|
-
metadata: Record<string, unknown>;
|
|
11365
|
-
projectId: string;
|
|
11366
|
-
environment: string;
|
|
11367
11364
|
status: string;
|
|
11368
|
-
visibility: "team" | "private" | "public" | "authenticated";
|
|
11369
11365
|
summary: string;
|
|
11370
11366
|
startedAt: Date;
|
|
11371
11367
|
slug: string;
|
|
11372
11368
|
title: string;
|
|
11369
|
+
metadata: Record<string, unknown>;
|
|
11370
|
+
projectId: string;
|
|
11371
|
+
environment: string;
|
|
11372
|
+
visibility: "team" | "private" | "public" | "authenticated";
|
|
11373
11373
|
workDayId: string;
|
|
11374
11374
|
changedFiles: string[];
|
|
11375
11375
|
reportVersion: string;
|
|
@@ -11425,8 +11425,8 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11425
11425
|
}[];
|
|
11426
11426
|
scaleDecision: Record<string, unknown>;
|
|
11427
11427
|
scaleResult: Record<string, unknown>;
|
|
11428
|
-
teamId?: string | undefined;
|
|
11429
11428
|
createdAt?: Date | undefined;
|
|
11429
|
+
teamId?: string | undefined;
|
|
11430
11430
|
endedAt?: Date | null | undefined;
|
|
11431
11431
|
prioritySnapshotId?: string | null | undefined;
|
|
11432
11432
|
} | {
|
|
@@ -11467,14 +11467,14 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11467
11467
|
bucket?: string | undefined;
|
|
11468
11468
|
publicUrl?: string | undefined;
|
|
11469
11469
|
};
|
|
11470
|
-
mode: "
|
|
11470
|
+
mode: "packaged" | "git" | "r2";
|
|
11471
11471
|
hooksPolicy: "disabled" | "builtin_only" | "trusted_only";
|
|
11472
11472
|
supportsReconcile: boolean;
|
|
11473
11473
|
};
|
|
11474
11474
|
offer: {
|
|
11475
|
-
priceModel: "subscription" | "
|
|
11476
|
-
support?: string | undefined;
|
|
11475
|
+
priceModel: "subscription" | "free" | "private" | "contact" | "one_time" | "one_time_current_version" | "subscription_updates" | "professional_hosting" | "scoped_contract" | "external";
|
|
11477
11476
|
license?: string | undefined;
|
|
11477
|
+
support?: string | undefined;
|
|
11478
11478
|
};
|
|
11479
11479
|
relatedKnowledge: string[];
|
|
11480
11480
|
teamId?: string | undefined;
|
|
@@ -11482,8 +11482,8 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11482
11482
|
} | {
|
|
11483
11483
|
agent: string;
|
|
11484
11484
|
id: string;
|
|
11485
|
-
groupIds: string[];
|
|
11486
11485
|
kind: "workday" | "handler" | "spec" | "message_chain" | "manager_worker" | "api" | "ui" | "context-query" | "context-query-set";
|
|
11486
|
+
groupIds: string[];
|
|
11487
11487
|
contextQueryRefs: string[];
|
|
11488
11488
|
trigger: Record<string, unknown>;
|
|
11489
11489
|
expect: {
|
|
@@ -11525,13 +11525,13 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11525
11525
|
maxLatencyMs?: number | undefined;
|
|
11526
11526
|
} | {
|
|
11527
11527
|
id: string;
|
|
11528
|
+
title: string;
|
|
11528
11529
|
target: {
|
|
11529
11530
|
kind: "content" | "mixed" | "graph" | "code";
|
|
11530
11531
|
models?: string[] | undefined;
|
|
11531
11532
|
paths?: string[] | undefined;
|
|
11532
11533
|
};
|
|
11533
11534
|
revision: number;
|
|
11534
|
-
title: string;
|
|
11535
11535
|
query: string;
|
|
11536
11536
|
description: string;
|
|
11537
11537
|
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
@@ -11544,15 +11544,15 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11544
11544
|
maxCharacters?: number | undefined;
|
|
11545
11545
|
};
|
|
11546
11546
|
tokenBudget: number;
|
|
11547
|
-
format: "
|
|
11547
|
+
format: "summary" | "map" | "list" | "brief" | "full" | "sources";
|
|
11548
11548
|
filters: Record<string, unknown>;
|
|
11549
11549
|
required: boolean;
|
|
11550
11550
|
scope?: string | undefined;
|
|
11551
11551
|
codeScopes?: string[] | undefined;
|
|
11552
11552
|
} | {
|
|
11553
11553
|
id: string;
|
|
11554
|
-
revision: number;
|
|
11555
11554
|
title: string;
|
|
11555
|
+
revision: number;
|
|
11556
11556
|
description: string;
|
|
11557
11557
|
queryRefs: {
|
|
11558
11558
|
id: string;
|
|
@@ -11561,10 +11561,10 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11561
11561
|
mergePolicy: "replace" | "append";
|
|
11562
11562
|
} | {
|
|
11563
11563
|
id: string;
|
|
11564
|
-
revision: number;
|
|
11565
11564
|
title: string;
|
|
11565
|
+
revision: number;
|
|
11566
|
+
kind: "message" | "status" | "summary" | "plan";
|
|
11566
11567
|
description: string;
|
|
11567
|
-
kind: "message" | "plan" | "status" | "summary";
|
|
11568
11568
|
instructions: string;
|
|
11569
11569
|
variables: string[];
|
|
11570
11570
|
appliesToProfiles: string[];
|
|
@@ -11585,12 +11585,12 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11585
11585
|
description: string;
|
|
11586
11586
|
}[];
|
|
11587
11587
|
id: string;
|
|
11588
|
+
status: "completed" | "active" | "ready" | "superseded" | "draft";
|
|
11589
|
+
createdAt: Date;
|
|
11590
|
+
title: string;
|
|
11588
11591
|
teamId: string;
|
|
11589
11592
|
projectId: string;
|
|
11590
|
-
status: "completed" | "active" | "ready" | "draft" | "superseded";
|
|
11591
11593
|
revision: number;
|
|
11592
|
-
createdAt: Date;
|
|
11593
|
-
title: string;
|
|
11594
11594
|
remaining: {
|
|
11595
11595
|
id: string;
|
|
11596
11596
|
title: string;
|
|
@@ -11614,11 +11614,11 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11614
11614
|
capacityPlanId?: string | undefined;
|
|
11615
11615
|
} | {
|
|
11616
11616
|
id: string;
|
|
11617
|
-
teamId: string;
|
|
11618
|
-
projectId: string;
|
|
11619
11617
|
status: "pending" | "running" | "completed" | "failed" | "cancelled" | "suspended" | "admitted" | "waiting" | "leased";
|
|
11620
11618
|
createdAt: Date;
|
|
11621
11619
|
title: string;
|
|
11620
|
+
teamId: string;
|
|
11621
|
+
projectId: string;
|
|
11622
11622
|
phase: string;
|
|
11623
11623
|
sequence: number;
|
|
11624
11624
|
updatedAt?: Date | undefined;
|
|
@@ -11633,12 +11633,12 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11633
11633
|
progress?: number | undefined;
|
|
11634
11634
|
} | {
|
|
11635
11635
|
id: string;
|
|
11636
|
-
teamId: string;
|
|
11637
|
-
projectId: string;
|
|
11638
11636
|
status: "completed" | "failed" | "cancelled" | "suspended";
|
|
11639
11637
|
createdAt: Date;
|
|
11640
11638
|
summary: string;
|
|
11641
11639
|
title: string;
|
|
11640
|
+
teamId: string;
|
|
11641
|
+
projectId: string;
|
|
11642
11642
|
lessons: string[];
|
|
11643
11643
|
performance: {
|
|
11644
11644
|
metrics: Record<string, number>;
|
|
@@ -11658,11 +11658,11 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11658
11658
|
} | undefined;
|
|
11659
11659
|
} | {
|
|
11660
11660
|
id: string;
|
|
11661
|
-
teamId: string;
|
|
11662
|
-
projectId: string;
|
|
11663
11661
|
status: string;
|
|
11664
11662
|
createdAt: Date;
|
|
11665
11663
|
title: string;
|
|
11664
|
+
teamId: string;
|
|
11665
|
+
projectId: string;
|
|
11666
11666
|
agentId: string;
|
|
11667
11667
|
agentDefinitionRef: {
|
|
11668
11668
|
id: string;
|
|
@@ -11696,7 +11696,7 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11696
11696
|
score?: number | undefined;
|
|
11697
11697
|
} | {
|
|
11698
11698
|
title: string;
|
|
11699
|
-
status?: "
|
|
11699
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
11700
11700
|
summary?: string | undefined;
|
|
11701
11701
|
updated_at?: Date | undefined;
|
|
11702
11702
|
slug?: string | undefined;
|
|
@@ -11707,9 +11707,9 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11707
11707
|
} | {
|
|
11708
11708
|
title: string;
|
|
11709
11709
|
date?: Date | undefined;
|
|
11710
|
-
|
|
11711
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
11710
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
11712
11711
|
summary?: string | undefined;
|
|
11712
|
+
draft?: boolean | undefined;
|
|
11713
11713
|
group_ids?: string[] | undefined;
|
|
11714
11714
|
related_books?: string[] | undefined;
|
|
11715
11715
|
description?: string | undefined;
|
|
@@ -11728,9 +11728,9 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11728
11728
|
} | {
|
|
11729
11729
|
title: string;
|
|
11730
11730
|
date?: Date | undefined;
|
|
11731
|
-
|
|
11732
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
11731
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
11733
11732
|
summary?: string | undefined;
|
|
11733
|
+
draft?: boolean | undefined;
|
|
11734
11734
|
group_ids?: string[] | undefined;
|
|
11735
11735
|
related_books?: string[] | undefined;
|
|
11736
11736
|
description?: string | undefined;
|
|
@@ -11750,9 +11750,9 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11750
11750
|
} | {
|
|
11751
11751
|
title: string;
|
|
11752
11752
|
date?: Date | undefined;
|
|
11753
|
-
|
|
11754
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
11753
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
11755
11754
|
summary?: string | undefined;
|
|
11755
|
+
draft?: boolean | undefined;
|
|
11756
11756
|
group_ids?: string[] | undefined;
|
|
11757
11757
|
related_books?: string[] | undefined;
|
|
11758
11758
|
description?: string | undefined;
|
|
@@ -11765,14 +11765,13 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11765
11765
|
time_horizon?: "near-term" | "mid-term" | "long-term" | undefined;
|
|
11766
11766
|
} | {
|
|
11767
11767
|
date: Date;
|
|
11768
|
-
status: "
|
|
11768
|
+
status: "planned" | "live" | "in progress" | "exploratory" | "speculative";
|
|
11769
11769
|
summary: string;
|
|
11770
11770
|
title: string;
|
|
11771
11771
|
description: string;
|
|
11772
11772
|
primary_contributor: string;
|
|
11773
11773
|
motivation: string;
|
|
11774
11774
|
proposal_type: string;
|
|
11775
|
-
draft?: boolean | undefined;
|
|
11776
11775
|
plan?: {
|
|
11777
11776
|
scope: string[];
|
|
11778
11777
|
risks: string[];
|
|
@@ -11787,6 +11786,7 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11787
11786
|
verification: string[];
|
|
11788
11787
|
openQuestions?: string[] | undefined;
|
|
11789
11788
|
} | undefined;
|
|
11789
|
+
draft?: boolean | undefined;
|
|
11790
11790
|
group_ids?: string[] | undefined;
|
|
11791
11791
|
related_books?: string[] | undefined;
|
|
11792
11792
|
related_notes?: string[] | undefined;
|
|
@@ -11802,9 +11802,9 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11802
11802
|
} | {
|
|
11803
11803
|
title: string;
|
|
11804
11804
|
date?: Date | undefined;
|
|
11805
|
-
|
|
11806
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
11805
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
11807
11806
|
summary?: string | undefined;
|
|
11807
|
+
draft?: boolean | undefined;
|
|
11808
11808
|
group_ids?: string[] | undefined;
|
|
11809
11809
|
related_books?: string[] | undefined;
|
|
11810
11810
|
description?: string | undefined;
|
|
@@ -11814,17 +11814,17 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11814
11814
|
related_proposals?: string[] | undefined;
|
|
11815
11815
|
related_decisions?: string[] | undefined;
|
|
11816
11816
|
primary_contributor?: string | undefined;
|
|
11817
|
-
decision_type?: "
|
|
11817
|
+
decision_type?: "rejected" | "approved" | "deferred" | "superseded" | "request_changes" | undefined;
|
|
11818
11818
|
authority?: string | undefined;
|
|
11819
11819
|
rationale?: string | undefined;
|
|
11820
11820
|
} | {
|
|
11821
11821
|
id: string;
|
|
11822
11822
|
schemaVersion: "treeseed.book/v2";
|
|
11823
|
-
status: "
|
|
11824
|
-
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
11823
|
+
status: "review" | "draft" | "archived" | "published";
|
|
11825
11824
|
summary: string;
|
|
11826
11825
|
slug: string;
|
|
11827
11826
|
title: string;
|
|
11827
|
+
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
11828
11828
|
order: number;
|
|
11829
11829
|
audience?: string[] | undefined;
|
|
11830
11830
|
groupIds?: string[] | undefined;
|
|
@@ -11833,18 +11833,18 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11833
11833
|
} | {
|
|
11834
11834
|
id: string;
|
|
11835
11835
|
schemaVersion: "treeseed.knowledge-page/v1";
|
|
11836
|
-
status: "
|
|
11837
|
-
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
11836
|
+
status: "review" | "draft" | "archived" | "published";
|
|
11838
11837
|
summary: string;
|
|
11839
11838
|
slug: string;
|
|
11840
11839
|
title: string;
|
|
11840
|
+
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
11841
11841
|
bookId: string;
|
|
11842
11842
|
groupIds?: string[] | undefined;
|
|
11843
11843
|
description?: string | undefined;
|
|
11844
11844
|
order?: number | undefined;
|
|
11845
11845
|
} | {
|
|
11846
11846
|
name: string;
|
|
11847
|
-
status?: "
|
|
11847
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
11848
11848
|
summary?: string | undefined;
|
|
11849
11849
|
group_ids?: string[] | undefined;
|
|
11850
11850
|
description?: string | undefined;
|
|
@@ -11867,8 +11867,8 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11867
11867
|
legacy_status?: "open" | "resolved" | undefined;
|
|
11868
11868
|
} | {
|
|
11869
11869
|
title: string;
|
|
11870
|
-
intent?: "discuss" | "propose" | undefined;
|
|
11871
11870
|
created_at?: Date | undefined;
|
|
11871
|
+
intent?: "discuss" | "propose" | undefined;
|
|
11872
11872
|
group_ids?: string[] | undefined;
|
|
11873
11873
|
parent_workday_id?: string | undefined;
|
|
11874
11874
|
discussion_id?: string | undefined;
|
|
@@ -11883,9 +11883,9 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11883
11883
|
resulting_operation_id?: string | undefined;
|
|
11884
11884
|
} | {
|
|
11885
11885
|
title: string;
|
|
11886
|
+
phase?: string | undefined;
|
|
11886
11887
|
group_ids?: string[] | undefined;
|
|
11887
11888
|
discussion_id?: string | undefined;
|
|
11888
|
-
phase?: string | undefined;
|
|
11889
11889
|
sequence?: number | undefined;
|
|
11890
11890
|
occurred_at?: Date | undefined;
|
|
11891
11891
|
refs?: string[] | undefined;
|
|
@@ -12026,8 +12026,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
12026
12026
|
}, "strict", z.ZodTypeAny, {
|
|
12027
12027
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
12028
12028
|
base: "staging" | "main";
|
|
12029
|
-
target?: "staging" | "main" | undefined;
|
|
12030
12029
|
prefix?: string | undefined;
|
|
12030
|
+
target?: "staging" | "main" | undefined;
|
|
12031
12031
|
branchNameTemplate?: string | undefined;
|
|
12032
12032
|
worktree?: string | undefined;
|
|
12033
12033
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -12035,8 +12035,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
12035
12035
|
}, {
|
|
12036
12036
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
12037
12037
|
base: "staging" | "main";
|
|
12038
|
-
target?: "staging" | "main" | undefined;
|
|
12039
12038
|
prefix?: string | undefined;
|
|
12039
|
+
target?: "staging" | "main" | undefined;
|
|
12040
12040
|
branchNameTemplate?: string | undefined;
|
|
12041
12041
|
worktree?: string | undefined;
|
|
12042
12042
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -12620,9 +12620,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
12620
12620
|
agentSlug: z.ZodOptional<z.ZodString>;
|
|
12621
12621
|
}, "strict", z.ZodTypeAny, {
|
|
12622
12622
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
12623
|
+
agentSlug?: string | undefined;
|
|
12623
12624
|
teamId?: string | undefined;
|
|
12624
12625
|
projectId?: string | undefined;
|
|
12625
|
-
agentSlug?: string | undefined;
|
|
12626
12626
|
requiredRoles?: string[] | undefined;
|
|
12627
12627
|
allowedRoles?: string[] | undefined;
|
|
12628
12628
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -12631,9 +12631,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
12631
12631
|
teamMemberId?: string | undefined;
|
|
12632
12632
|
}, {
|
|
12633
12633
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
12634
|
+
agentSlug?: string | undefined;
|
|
12634
12635
|
teamId?: string | undefined;
|
|
12635
12636
|
projectId?: string | undefined;
|
|
12636
|
-
agentSlug?: string | undefined;
|
|
12637
12637
|
requiredRoles?: string[] | undefined;
|
|
12638
12638
|
allowedRoles?: string[] | undefined;
|
|
12639
12639
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -12644,9 +12644,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
12644
12644
|
}, "strict", z.ZodTypeAny, {
|
|
12645
12645
|
defaultAnswerPolicy?: {
|
|
12646
12646
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
12647
|
+
agentSlug?: string | undefined;
|
|
12647
12648
|
teamId?: string | undefined;
|
|
12648
12649
|
projectId?: string | undefined;
|
|
12649
|
-
agentSlug?: string | undefined;
|
|
12650
12650
|
requiredRoles?: string[] | undefined;
|
|
12651
12651
|
allowedRoles?: string[] | undefined;
|
|
12652
12652
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -12658,9 +12658,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
12658
12658
|
}, {
|
|
12659
12659
|
defaultAnswerPolicy?: {
|
|
12660
12660
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
12661
|
+
agentSlug?: string | undefined;
|
|
12661
12662
|
teamId?: string | undefined;
|
|
12662
12663
|
projectId?: string | undefined;
|
|
12663
|
-
agentSlug?: string | undefined;
|
|
12664
12664
|
requiredRoles?: string[] | undefined;
|
|
12665
12665
|
allowedRoles?: string[] | undefined;
|
|
12666
12666
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -12747,8 +12747,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
12747
12747
|
branchPolicy: {
|
|
12748
12748
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
12749
12749
|
base: "staging" | "main";
|
|
12750
|
-
target?: "staging" | "main" | undefined;
|
|
12751
12750
|
prefix?: string | undefined;
|
|
12751
|
+
target?: "staging" | "main" | undefined;
|
|
12752
12752
|
branchNameTemplate?: string | undefined;
|
|
12753
12753
|
worktree?: string | undefined;
|
|
12754
12754
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -12802,7 +12802,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
12802
12802
|
id: string;
|
|
12803
12803
|
revision: number;
|
|
12804
12804
|
}[] | undefined;
|
|
12805
|
-
activityType?: "
|
|
12805
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
12806
12806
|
permissions?: {
|
|
12807
12807
|
content?: Record<string, {
|
|
12808
12808
|
operations: string[];
|
|
@@ -12903,9 +12903,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
12903
12903
|
questionPolicy?: {
|
|
12904
12904
|
defaultAnswerPolicy?: {
|
|
12905
12905
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
12906
|
+
agentSlug?: string | undefined;
|
|
12906
12907
|
teamId?: string | undefined;
|
|
12907
12908
|
projectId?: string | undefined;
|
|
12908
|
-
agentSlug?: string | undefined;
|
|
12909
12909
|
requiredRoles?: string[] | undefined;
|
|
12910
12910
|
allowedRoles?: string[] | undefined;
|
|
12911
12911
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -12920,8 +12920,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
12920
12920
|
branchPolicy: {
|
|
12921
12921
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
12922
12922
|
base: "staging" | "main";
|
|
12923
|
-
target?: "staging" | "main" | undefined;
|
|
12924
12923
|
prefix?: string | undefined;
|
|
12924
|
+
target?: "staging" | "main" | undefined;
|
|
12925
12925
|
branchNameTemplate?: string | undefined;
|
|
12926
12926
|
worktree?: string | undefined;
|
|
12927
12927
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -12975,7 +12975,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
12975
12975
|
id: string;
|
|
12976
12976
|
revision: number;
|
|
12977
12977
|
}[] | undefined;
|
|
12978
|
-
activityType?: "
|
|
12978
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
12979
12979
|
permissions?: {
|
|
12980
12980
|
content?: Record<string, {
|
|
12981
12981
|
operations: string[];
|
|
@@ -13076,9 +13076,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
13076
13076
|
questionPolicy?: {
|
|
13077
13077
|
defaultAnswerPolicy?: {
|
|
13078
13078
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
13079
|
+
agentSlug?: string | undefined;
|
|
13079
13080
|
teamId?: string | undefined;
|
|
13080
13081
|
projectId?: string | undefined;
|
|
13081
|
-
agentSlug?: string | undefined;
|
|
13082
13082
|
requiredRoles?: string[] | undefined;
|
|
13083
13083
|
allowedRoles?: string[] | undefined;
|
|
13084
13084
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -13093,8 +13093,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
13093
13093
|
branchPolicy: {
|
|
13094
13094
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
13095
13095
|
base: "staging" | "main";
|
|
13096
|
-
target?: "staging" | "main" | undefined;
|
|
13097
13096
|
prefix?: string | undefined;
|
|
13097
|
+
target?: "staging" | "main" | undefined;
|
|
13098
13098
|
branchNameTemplate?: string | undefined;
|
|
13099
13099
|
worktree?: string | undefined;
|
|
13100
13100
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -13148,7 +13148,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
13148
13148
|
id: string;
|
|
13149
13149
|
revision: number;
|
|
13150
13150
|
}[] | undefined;
|
|
13151
|
-
activityType?: "
|
|
13151
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
13152
13152
|
permissions?: {
|
|
13153
13153
|
content?: Record<string, {
|
|
13154
13154
|
operations: string[];
|
|
@@ -13249,9 +13249,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
13249
13249
|
questionPolicy?: {
|
|
13250
13250
|
defaultAnswerPolicy?: {
|
|
13251
13251
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
13252
|
+
agentSlug?: string | undefined;
|
|
13252
13253
|
teamId?: string | undefined;
|
|
13253
13254
|
projectId?: string | undefined;
|
|
13254
|
-
agentSlug?: string | undefined;
|
|
13255
13255
|
requiredRoles?: string[] | undefined;
|
|
13256
13256
|
allowedRoles?: string[] | undefined;
|
|
13257
13257
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -13266,8 +13266,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
13266
13266
|
branchPolicy: {
|
|
13267
13267
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
13268
13268
|
base: "staging" | "main";
|
|
13269
|
-
target?: "staging" | "main" | undefined;
|
|
13270
13269
|
prefix?: string | undefined;
|
|
13270
|
+
target?: "staging" | "main" | undefined;
|
|
13271
13271
|
branchNameTemplate?: string | undefined;
|
|
13272
13272
|
worktree?: string | undefined;
|
|
13273
13273
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -13321,7 +13321,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
13321
13321
|
id: string;
|
|
13322
13322
|
revision: number;
|
|
13323
13323
|
}[] | undefined;
|
|
13324
|
-
activityType?: "
|
|
13324
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
13325
13325
|
permissions?: {
|
|
13326
13326
|
content?: Record<string, {
|
|
13327
13327
|
operations: string[];
|
|
@@ -13422,9 +13422,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
13422
13422
|
questionPolicy?: {
|
|
13423
13423
|
defaultAnswerPolicy?: {
|
|
13424
13424
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
13425
|
+
agentSlug?: string | undefined;
|
|
13425
13426
|
teamId?: string | undefined;
|
|
13426
13427
|
projectId?: string | undefined;
|
|
13427
|
-
agentSlug?: string | undefined;
|
|
13428
13428
|
requiredRoles?: string[] | undefined;
|
|
13429
13429
|
allowedRoles?: string[] | undefined;
|
|
13430
13430
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -13548,8 +13548,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
13548
13548
|
}, "strict", z.ZodTypeAny, {
|
|
13549
13549
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
13550
13550
|
base: "staging" | "main";
|
|
13551
|
-
target?: "staging" | "main" | undefined;
|
|
13552
13551
|
prefix?: string | undefined;
|
|
13552
|
+
target?: "staging" | "main" | undefined;
|
|
13553
13553
|
branchNameTemplate?: string | undefined;
|
|
13554
13554
|
worktree?: string | undefined;
|
|
13555
13555
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -13557,8 +13557,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
13557
13557
|
}, {
|
|
13558
13558
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
13559
13559
|
base: "staging" | "main";
|
|
13560
|
-
target?: "staging" | "main" | undefined;
|
|
13561
13560
|
prefix?: string | undefined;
|
|
13561
|
+
target?: "staging" | "main" | undefined;
|
|
13562
13562
|
branchNameTemplate?: string | undefined;
|
|
13563
13563
|
worktree?: string | undefined;
|
|
13564
13564
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -14142,9 +14142,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14142
14142
|
agentSlug: z.ZodOptional<z.ZodString>;
|
|
14143
14143
|
}, "strict", z.ZodTypeAny, {
|
|
14144
14144
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
14145
|
+
agentSlug?: string | undefined;
|
|
14145
14146
|
teamId?: string | undefined;
|
|
14146
14147
|
projectId?: string | undefined;
|
|
14147
|
-
agentSlug?: string | undefined;
|
|
14148
14148
|
requiredRoles?: string[] | undefined;
|
|
14149
14149
|
allowedRoles?: string[] | undefined;
|
|
14150
14150
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -14153,9 +14153,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14153
14153
|
teamMemberId?: string | undefined;
|
|
14154
14154
|
}, {
|
|
14155
14155
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
14156
|
+
agentSlug?: string | undefined;
|
|
14156
14157
|
teamId?: string | undefined;
|
|
14157
14158
|
projectId?: string | undefined;
|
|
14158
|
-
agentSlug?: string | undefined;
|
|
14159
14159
|
requiredRoles?: string[] | undefined;
|
|
14160
14160
|
allowedRoles?: string[] | undefined;
|
|
14161
14161
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -14166,9 +14166,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14166
14166
|
}, "strict", z.ZodTypeAny, {
|
|
14167
14167
|
defaultAnswerPolicy?: {
|
|
14168
14168
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
14169
|
+
agentSlug?: string | undefined;
|
|
14169
14170
|
teamId?: string | undefined;
|
|
14170
14171
|
projectId?: string | undefined;
|
|
14171
|
-
agentSlug?: string | undefined;
|
|
14172
14172
|
requiredRoles?: string[] | undefined;
|
|
14173
14173
|
allowedRoles?: string[] | undefined;
|
|
14174
14174
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -14180,9 +14180,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14180
14180
|
}, {
|
|
14181
14181
|
defaultAnswerPolicy?: {
|
|
14182
14182
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
14183
|
+
agentSlug?: string | undefined;
|
|
14183
14184
|
teamId?: string | undefined;
|
|
14184
14185
|
projectId?: string | undefined;
|
|
14185
|
-
agentSlug?: string | undefined;
|
|
14186
14186
|
requiredRoles?: string[] | undefined;
|
|
14187
14187
|
allowedRoles?: string[] | undefined;
|
|
14188
14188
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -14269,8 +14269,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14269
14269
|
branchPolicy: {
|
|
14270
14270
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
14271
14271
|
base: "staging" | "main";
|
|
14272
|
-
target?: "staging" | "main" | undefined;
|
|
14273
14272
|
prefix?: string | undefined;
|
|
14273
|
+
target?: "staging" | "main" | undefined;
|
|
14274
14274
|
branchNameTemplate?: string | undefined;
|
|
14275
14275
|
worktree?: string | undefined;
|
|
14276
14276
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -14324,7 +14324,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14324
14324
|
id: string;
|
|
14325
14325
|
revision: number;
|
|
14326
14326
|
}[] | undefined;
|
|
14327
|
-
activityType?: "
|
|
14327
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
14328
14328
|
permissions?: {
|
|
14329
14329
|
content?: Record<string, {
|
|
14330
14330
|
operations: string[];
|
|
@@ -14425,9 +14425,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14425
14425
|
questionPolicy?: {
|
|
14426
14426
|
defaultAnswerPolicy?: {
|
|
14427
14427
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
14428
|
+
agentSlug?: string | undefined;
|
|
14428
14429
|
teamId?: string | undefined;
|
|
14429
14430
|
projectId?: string | undefined;
|
|
14430
|
-
agentSlug?: string | undefined;
|
|
14431
14431
|
requiredRoles?: string[] | undefined;
|
|
14432
14432
|
allowedRoles?: string[] | undefined;
|
|
14433
14433
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -14442,8 +14442,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14442
14442
|
branchPolicy: {
|
|
14443
14443
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
14444
14444
|
base: "staging" | "main";
|
|
14445
|
-
target?: "staging" | "main" | undefined;
|
|
14446
14445
|
prefix?: string | undefined;
|
|
14446
|
+
target?: "staging" | "main" | undefined;
|
|
14447
14447
|
branchNameTemplate?: string | undefined;
|
|
14448
14448
|
worktree?: string | undefined;
|
|
14449
14449
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -14497,7 +14497,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14497
14497
|
id: string;
|
|
14498
14498
|
revision: number;
|
|
14499
14499
|
}[] | undefined;
|
|
14500
|
-
activityType?: "
|
|
14500
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
14501
14501
|
permissions?: {
|
|
14502
14502
|
content?: Record<string, {
|
|
14503
14503
|
operations: string[];
|
|
@@ -14598,9 +14598,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14598
14598
|
questionPolicy?: {
|
|
14599
14599
|
defaultAnswerPolicy?: {
|
|
14600
14600
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
14601
|
+
agentSlug?: string | undefined;
|
|
14601
14602
|
teamId?: string | undefined;
|
|
14602
14603
|
projectId?: string | undefined;
|
|
14603
|
-
agentSlug?: string | undefined;
|
|
14604
14604
|
requiredRoles?: string[] | undefined;
|
|
14605
14605
|
allowedRoles?: string[] | undefined;
|
|
14606
14606
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -14615,8 +14615,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14615
14615
|
branchPolicy: {
|
|
14616
14616
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
14617
14617
|
base: "staging" | "main";
|
|
14618
|
-
target?: "staging" | "main" | undefined;
|
|
14619
14618
|
prefix?: string | undefined;
|
|
14619
|
+
target?: "staging" | "main" | undefined;
|
|
14620
14620
|
branchNameTemplate?: string | undefined;
|
|
14621
14621
|
worktree?: string | undefined;
|
|
14622
14622
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -14670,7 +14670,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14670
14670
|
id: string;
|
|
14671
14671
|
revision: number;
|
|
14672
14672
|
}[] | undefined;
|
|
14673
|
-
activityType?: "
|
|
14673
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
14674
14674
|
permissions?: {
|
|
14675
14675
|
content?: Record<string, {
|
|
14676
14676
|
operations: string[];
|
|
@@ -14771,9 +14771,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14771
14771
|
questionPolicy?: {
|
|
14772
14772
|
defaultAnswerPolicy?: {
|
|
14773
14773
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
14774
|
+
agentSlug?: string | undefined;
|
|
14774
14775
|
teamId?: string | undefined;
|
|
14775
14776
|
projectId?: string | undefined;
|
|
14776
|
-
agentSlug?: string | undefined;
|
|
14777
14777
|
requiredRoles?: string[] | undefined;
|
|
14778
14778
|
allowedRoles?: string[] | undefined;
|
|
14779
14779
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -14788,8 +14788,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14788
14788
|
branchPolicy: {
|
|
14789
14789
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
14790
14790
|
base: "staging" | "main";
|
|
14791
|
-
target?: "staging" | "main" | undefined;
|
|
14792
14791
|
prefix?: string | undefined;
|
|
14792
|
+
target?: "staging" | "main" | undefined;
|
|
14793
14793
|
branchNameTemplate?: string | undefined;
|
|
14794
14794
|
worktree?: string | undefined;
|
|
14795
14795
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -14843,7 +14843,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14843
14843
|
id: string;
|
|
14844
14844
|
revision: number;
|
|
14845
14845
|
}[] | undefined;
|
|
14846
|
-
activityType?: "
|
|
14846
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
14847
14847
|
permissions?: {
|
|
14848
14848
|
content?: Record<string, {
|
|
14849
14849
|
operations: string[];
|
|
@@ -14944,9 +14944,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14944
14944
|
questionPolicy?: {
|
|
14945
14945
|
defaultAnswerPolicy?: {
|
|
14946
14946
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
14947
|
+
agentSlug?: string | undefined;
|
|
14947
14948
|
teamId?: string | undefined;
|
|
14948
14949
|
projectId?: string | undefined;
|
|
14949
|
-
agentSlug?: string | undefined;
|
|
14950
14950
|
requiredRoles?: string[] | undefined;
|
|
14951
14951
|
allowedRoles?: string[] | undefined;
|
|
14952
14952
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -15070,8 +15070,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
15070
15070
|
}, "strict", z.ZodTypeAny, {
|
|
15071
15071
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
15072
15072
|
base: "staging" | "main";
|
|
15073
|
-
target?: "staging" | "main" | undefined;
|
|
15074
15073
|
prefix?: string | undefined;
|
|
15074
|
+
target?: "staging" | "main" | undefined;
|
|
15075
15075
|
branchNameTemplate?: string | undefined;
|
|
15076
15076
|
worktree?: string | undefined;
|
|
15077
15077
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -15079,8 +15079,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
15079
15079
|
}, {
|
|
15080
15080
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
15081
15081
|
base: "staging" | "main";
|
|
15082
|
-
target?: "staging" | "main" | undefined;
|
|
15083
15082
|
prefix?: string | undefined;
|
|
15083
|
+
target?: "staging" | "main" | undefined;
|
|
15084
15084
|
branchNameTemplate?: string | undefined;
|
|
15085
15085
|
worktree?: string | undefined;
|
|
15086
15086
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -15664,9 +15664,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
15664
15664
|
agentSlug: z.ZodOptional<z.ZodString>;
|
|
15665
15665
|
}, "strict", z.ZodTypeAny, {
|
|
15666
15666
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
15667
|
+
agentSlug?: string | undefined;
|
|
15667
15668
|
teamId?: string | undefined;
|
|
15668
15669
|
projectId?: string | undefined;
|
|
15669
|
-
agentSlug?: string | undefined;
|
|
15670
15670
|
requiredRoles?: string[] | undefined;
|
|
15671
15671
|
allowedRoles?: string[] | undefined;
|
|
15672
15672
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -15675,9 +15675,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
15675
15675
|
teamMemberId?: string | undefined;
|
|
15676
15676
|
}, {
|
|
15677
15677
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
15678
|
+
agentSlug?: string | undefined;
|
|
15678
15679
|
teamId?: string | undefined;
|
|
15679
15680
|
projectId?: string | undefined;
|
|
15680
|
-
agentSlug?: string | undefined;
|
|
15681
15681
|
requiredRoles?: string[] | undefined;
|
|
15682
15682
|
allowedRoles?: string[] | undefined;
|
|
15683
15683
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -15688,9 +15688,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
15688
15688
|
}, "strict", z.ZodTypeAny, {
|
|
15689
15689
|
defaultAnswerPolicy?: {
|
|
15690
15690
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
15691
|
+
agentSlug?: string | undefined;
|
|
15691
15692
|
teamId?: string | undefined;
|
|
15692
15693
|
projectId?: string | undefined;
|
|
15693
|
-
agentSlug?: string | undefined;
|
|
15694
15694
|
requiredRoles?: string[] | undefined;
|
|
15695
15695
|
allowedRoles?: string[] | undefined;
|
|
15696
15696
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -15702,9 +15702,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
15702
15702
|
}, {
|
|
15703
15703
|
defaultAnswerPolicy?: {
|
|
15704
15704
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
15705
|
+
agentSlug?: string | undefined;
|
|
15705
15706
|
teamId?: string | undefined;
|
|
15706
15707
|
projectId?: string | undefined;
|
|
15707
|
-
agentSlug?: string | undefined;
|
|
15708
15708
|
requiredRoles?: string[] | undefined;
|
|
15709
15709
|
allowedRoles?: string[] | undefined;
|
|
15710
15710
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -15791,8 +15791,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
15791
15791
|
branchPolicy: {
|
|
15792
15792
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
15793
15793
|
base: "staging" | "main";
|
|
15794
|
-
target?: "staging" | "main" | undefined;
|
|
15795
15794
|
prefix?: string | undefined;
|
|
15795
|
+
target?: "staging" | "main" | undefined;
|
|
15796
15796
|
branchNameTemplate?: string | undefined;
|
|
15797
15797
|
worktree?: string | undefined;
|
|
15798
15798
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -15846,7 +15846,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
15846
15846
|
id: string;
|
|
15847
15847
|
revision: number;
|
|
15848
15848
|
}[] | undefined;
|
|
15849
|
-
activityType?: "
|
|
15849
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
15850
15850
|
permissions?: {
|
|
15851
15851
|
content?: Record<string, {
|
|
15852
15852
|
operations: string[];
|
|
@@ -15947,9 +15947,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
15947
15947
|
questionPolicy?: {
|
|
15948
15948
|
defaultAnswerPolicy?: {
|
|
15949
15949
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
15950
|
+
agentSlug?: string | undefined;
|
|
15950
15951
|
teamId?: string | undefined;
|
|
15951
15952
|
projectId?: string | undefined;
|
|
15952
|
-
agentSlug?: string | undefined;
|
|
15953
15953
|
requiredRoles?: string[] | undefined;
|
|
15954
15954
|
allowedRoles?: string[] | undefined;
|
|
15955
15955
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -15964,8 +15964,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
15964
15964
|
branchPolicy: {
|
|
15965
15965
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
15966
15966
|
base: "staging" | "main";
|
|
15967
|
-
target?: "staging" | "main" | undefined;
|
|
15968
15967
|
prefix?: string | undefined;
|
|
15968
|
+
target?: "staging" | "main" | undefined;
|
|
15969
15969
|
branchNameTemplate?: string | undefined;
|
|
15970
15970
|
worktree?: string | undefined;
|
|
15971
15971
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -16019,7 +16019,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
16019
16019
|
id: string;
|
|
16020
16020
|
revision: number;
|
|
16021
16021
|
}[] | undefined;
|
|
16022
|
-
activityType?: "
|
|
16022
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
16023
16023
|
permissions?: {
|
|
16024
16024
|
content?: Record<string, {
|
|
16025
16025
|
operations: string[];
|
|
@@ -16120,9 +16120,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
16120
16120
|
questionPolicy?: {
|
|
16121
16121
|
defaultAnswerPolicy?: {
|
|
16122
16122
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
16123
|
+
agentSlug?: string | undefined;
|
|
16123
16124
|
teamId?: string | undefined;
|
|
16124
16125
|
projectId?: string | undefined;
|
|
16125
|
-
agentSlug?: string | undefined;
|
|
16126
16126
|
requiredRoles?: string[] | undefined;
|
|
16127
16127
|
allowedRoles?: string[] | undefined;
|
|
16128
16128
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -16137,8 +16137,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
16137
16137
|
branchPolicy: {
|
|
16138
16138
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
16139
16139
|
base: "staging" | "main";
|
|
16140
|
-
target?: "staging" | "main" | undefined;
|
|
16141
16140
|
prefix?: string | undefined;
|
|
16141
|
+
target?: "staging" | "main" | undefined;
|
|
16142
16142
|
branchNameTemplate?: string | undefined;
|
|
16143
16143
|
worktree?: string | undefined;
|
|
16144
16144
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -16192,7 +16192,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
16192
16192
|
id: string;
|
|
16193
16193
|
revision: number;
|
|
16194
16194
|
}[] | undefined;
|
|
16195
|
-
activityType?: "
|
|
16195
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
16196
16196
|
permissions?: {
|
|
16197
16197
|
content?: Record<string, {
|
|
16198
16198
|
operations: string[];
|
|
@@ -16293,9 +16293,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
16293
16293
|
questionPolicy?: {
|
|
16294
16294
|
defaultAnswerPolicy?: {
|
|
16295
16295
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
16296
|
+
agentSlug?: string | undefined;
|
|
16296
16297
|
teamId?: string | undefined;
|
|
16297
16298
|
projectId?: string | undefined;
|
|
16298
|
-
agentSlug?: string | undefined;
|
|
16299
16299
|
requiredRoles?: string[] | undefined;
|
|
16300
16300
|
allowedRoles?: string[] | undefined;
|
|
16301
16301
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -16310,8 +16310,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
16310
16310
|
branchPolicy: {
|
|
16311
16311
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
16312
16312
|
base: "staging" | "main";
|
|
16313
|
-
target?: "staging" | "main" | undefined;
|
|
16314
16313
|
prefix?: string | undefined;
|
|
16314
|
+
target?: "staging" | "main" | undefined;
|
|
16315
16315
|
branchNameTemplate?: string | undefined;
|
|
16316
16316
|
worktree?: string | undefined;
|
|
16317
16317
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -16365,7 +16365,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
16365
16365
|
id: string;
|
|
16366
16366
|
revision: number;
|
|
16367
16367
|
}[] | undefined;
|
|
16368
|
-
activityType?: "
|
|
16368
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
16369
16369
|
permissions?: {
|
|
16370
16370
|
content?: Record<string, {
|
|
16371
16371
|
operations: string[];
|
|
@@ -16466,9 +16466,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
16466
16466
|
questionPolicy?: {
|
|
16467
16467
|
defaultAnswerPolicy?: {
|
|
16468
16468
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
16469
|
+
agentSlug?: string | undefined;
|
|
16469
16470
|
teamId?: string | undefined;
|
|
16470
16471
|
projectId?: string | undefined;
|
|
16471
|
-
agentSlug?: string | undefined;
|
|
16472
16472
|
requiredRoles?: string[] | undefined;
|
|
16473
16473
|
allowedRoles?: string[] | undefined;
|
|
16474
16474
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -16592,8 +16592,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
16592
16592
|
}, "strict", z.ZodTypeAny, {
|
|
16593
16593
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
16594
16594
|
base: "staging" | "main";
|
|
16595
|
-
target?: "staging" | "main" | undefined;
|
|
16596
16595
|
prefix?: string | undefined;
|
|
16596
|
+
target?: "staging" | "main" | undefined;
|
|
16597
16597
|
branchNameTemplate?: string | undefined;
|
|
16598
16598
|
worktree?: string | undefined;
|
|
16599
16599
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -16601,8 +16601,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
16601
16601
|
}, {
|
|
16602
16602
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
16603
16603
|
base: "staging" | "main";
|
|
16604
|
-
target?: "staging" | "main" | undefined;
|
|
16605
16604
|
prefix?: string | undefined;
|
|
16605
|
+
target?: "staging" | "main" | undefined;
|
|
16606
16606
|
branchNameTemplate?: string | undefined;
|
|
16607
16607
|
worktree?: string | undefined;
|
|
16608
16608
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -17186,9 +17186,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17186
17186
|
agentSlug: z.ZodOptional<z.ZodString>;
|
|
17187
17187
|
}, "strict", z.ZodTypeAny, {
|
|
17188
17188
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
17189
|
+
agentSlug?: string | undefined;
|
|
17189
17190
|
teamId?: string | undefined;
|
|
17190
17191
|
projectId?: string | undefined;
|
|
17191
|
-
agentSlug?: string | undefined;
|
|
17192
17192
|
requiredRoles?: string[] | undefined;
|
|
17193
17193
|
allowedRoles?: string[] | undefined;
|
|
17194
17194
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -17197,9 +17197,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17197
17197
|
teamMemberId?: string | undefined;
|
|
17198
17198
|
}, {
|
|
17199
17199
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
17200
|
+
agentSlug?: string | undefined;
|
|
17200
17201
|
teamId?: string | undefined;
|
|
17201
17202
|
projectId?: string | undefined;
|
|
17202
|
-
agentSlug?: string | undefined;
|
|
17203
17203
|
requiredRoles?: string[] | undefined;
|
|
17204
17204
|
allowedRoles?: string[] | undefined;
|
|
17205
17205
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -17210,9 +17210,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17210
17210
|
}, "strict", z.ZodTypeAny, {
|
|
17211
17211
|
defaultAnswerPolicy?: {
|
|
17212
17212
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
17213
|
+
agentSlug?: string | undefined;
|
|
17213
17214
|
teamId?: string | undefined;
|
|
17214
17215
|
projectId?: string | undefined;
|
|
17215
|
-
agentSlug?: string | undefined;
|
|
17216
17216
|
requiredRoles?: string[] | undefined;
|
|
17217
17217
|
allowedRoles?: string[] | undefined;
|
|
17218
17218
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -17224,9 +17224,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17224
17224
|
}, {
|
|
17225
17225
|
defaultAnswerPolicy?: {
|
|
17226
17226
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
17227
|
+
agentSlug?: string | undefined;
|
|
17227
17228
|
teamId?: string | undefined;
|
|
17228
17229
|
projectId?: string | undefined;
|
|
17229
|
-
agentSlug?: string | undefined;
|
|
17230
17230
|
requiredRoles?: string[] | undefined;
|
|
17231
17231
|
allowedRoles?: string[] | undefined;
|
|
17232
17232
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -17313,8 +17313,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17313
17313
|
branchPolicy: {
|
|
17314
17314
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
17315
17315
|
base: "staging" | "main";
|
|
17316
|
-
target?: "staging" | "main" | undefined;
|
|
17317
17316
|
prefix?: string | undefined;
|
|
17317
|
+
target?: "staging" | "main" | undefined;
|
|
17318
17318
|
branchNameTemplate?: string | undefined;
|
|
17319
17319
|
worktree?: string | undefined;
|
|
17320
17320
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -17368,7 +17368,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17368
17368
|
id: string;
|
|
17369
17369
|
revision: number;
|
|
17370
17370
|
}[] | undefined;
|
|
17371
|
-
activityType?: "
|
|
17371
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
17372
17372
|
permissions?: {
|
|
17373
17373
|
content?: Record<string, {
|
|
17374
17374
|
operations: string[];
|
|
@@ -17469,9 +17469,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17469
17469
|
questionPolicy?: {
|
|
17470
17470
|
defaultAnswerPolicy?: {
|
|
17471
17471
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
17472
|
+
agentSlug?: string | undefined;
|
|
17472
17473
|
teamId?: string | undefined;
|
|
17473
17474
|
projectId?: string | undefined;
|
|
17474
|
-
agentSlug?: string | undefined;
|
|
17475
17475
|
requiredRoles?: string[] | undefined;
|
|
17476
17476
|
allowedRoles?: string[] | undefined;
|
|
17477
17477
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -17486,8 +17486,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17486
17486
|
branchPolicy: {
|
|
17487
17487
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
17488
17488
|
base: "staging" | "main";
|
|
17489
|
-
target?: "staging" | "main" | undefined;
|
|
17490
17489
|
prefix?: string | undefined;
|
|
17490
|
+
target?: "staging" | "main" | undefined;
|
|
17491
17491
|
branchNameTemplate?: string | undefined;
|
|
17492
17492
|
worktree?: string | undefined;
|
|
17493
17493
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -17541,7 +17541,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17541
17541
|
id: string;
|
|
17542
17542
|
revision: number;
|
|
17543
17543
|
}[] | undefined;
|
|
17544
|
-
activityType?: "
|
|
17544
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
17545
17545
|
permissions?: {
|
|
17546
17546
|
content?: Record<string, {
|
|
17547
17547
|
operations: string[];
|
|
@@ -17642,9 +17642,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17642
17642
|
questionPolicy?: {
|
|
17643
17643
|
defaultAnswerPolicy?: {
|
|
17644
17644
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
17645
|
+
agentSlug?: string | undefined;
|
|
17645
17646
|
teamId?: string | undefined;
|
|
17646
17647
|
projectId?: string | undefined;
|
|
17647
|
-
agentSlug?: string | undefined;
|
|
17648
17648
|
requiredRoles?: string[] | undefined;
|
|
17649
17649
|
allowedRoles?: string[] | undefined;
|
|
17650
17650
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -17659,8 +17659,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17659
17659
|
branchPolicy: {
|
|
17660
17660
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
17661
17661
|
base: "staging" | "main";
|
|
17662
|
-
target?: "staging" | "main" | undefined;
|
|
17663
17662
|
prefix?: string | undefined;
|
|
17663
|
+
target?: "staging" | "main" | undefined;
|
|
17664
17664
|
branchNameTemplate?: string | undefined;
|
|
17665
17665
|
worktree?: string | undefined;
|
|
17666
17666
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -17714,7 +17714,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17714
17714
|
id: string;
|
|
17715
17715
|
revision: number;
|
|
17716
17716
|
}[] | undefined;
|
|
17717
|
-
activityType?: "
|
|
17717
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
17718
17718
|
permissions?: {
|
|
17719
17719
|
content?: Record<string, {
|
|
17720
17720
|
operations: string[];
|
|
@@ -17815,9 +17815,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17815
17815
|
questionPolicy?: {
|
|
17816
17816
|
defaultAnswerPolicy?: {
|
|
17817
17817
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
17818
|
+
agentSlug?: string | undefined;
|
|
17818
17819
|
teamId?: string | undefined;
|
|
17819
17820
|
projectId?: string | undefined;
|
|
17820
|
-
agentSlug?: string | undefined;
|
|
17821
17821
|
requiredRoles?: string[] | undefined;
|
|
17822
17822
|
allowedRoles?: string[] | undefined;
|
|
17823
17823
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -17832,8 +17832,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17832
17832
|
branchPolicy: {
|
|
17833
17833
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
17834
17834
|
base: "staging" | "main";
|
|
17835
|
-
target?: "staging" | "main" | undefined;
|
|
17836
17835
|
prefix?: string | undefined;
|
|
17836
|
+
target?: "staging" | "main" | undefined;
|
|
17837
17837
|
branchNameTemplate?: string | undefined;
|
|
17838
17838
|
worktree?: string | undefined;
|
|
17839
17839
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -17887,7 +17887,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17887
17887
|
id: string;
|
|
17888
17888
|
revision: number;
|
|
17889
17889
|
}[] | undefined;
|
|
17890
|
-
activityType?: "
|
|
17890
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
17891
17891
|
permissions?: {
|
|
17892
17892
|
content?: Record<string, {
|
|
17893
17893
|
operations: string[];
|
|
@@ -17988,9 +17988,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17988
17988
|
questionPolicy?: {
|
|
17989
17989
|
defaultAnswerPolicy?: {
|
|
17990
17990
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
17991
|
+
agentSlug?: string | undefined;
|
|
17991
17992
|
teamId?: string | undefined;
|
|
17992
17993
|
projectId?: string | undefined;
|
|
17993
|
-
agentSlug?: string | undefined;
|
|
17994
17994
|
requiredRoles?: string[] | undefined;
|
|
17995
17995
|
allowedRoles?: string[] | undefined;
|
|
17996
17996
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -18114,8 +18114,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
18114
18114
|
}, "strict", z.ZodTypeAny, {
|
|
18115
18115
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
18116
18116
|
base: "staging" | "main";
|
|
18117
|
-
target?: "staging" | "main" | undefined;
|
|
18118
18117
|
prefix?: string | undefined;
|
|
18118
|
+
target?: "staging" | "main" | undefined;
|
|
18119
18119
|
branchNameTemplate?: string | undefined;
|
|
18120
18120
|
worktree?: string | undefined;
|
|
18121
18121
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -18123,8 +18123,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
18123
18123
|
}, {
|
|
18124
18124
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
18125
18125
|
base: "staging" | "main";
|
|
18126
|
-
target?: "staging" | "main" | undefined;
|
|
18127
18126
|
prefix?: string | undefined;
|
|
18127
|
+
target?: "staging" | "main" | undefined;
|
|
18128
18128
|
branchNameTemplate?: string | undefined;
|
|
18129
18129
|
worktree?: string | undefined;
|
|
18130
18130
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -18708,9 +18708,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
18708
18708
|
agentSlug: z.ZodOptional<z.ZodString>;
|
|
18709
18709
|
}, "strict", z.ZodTypeAny, {
|
|
18710
18710
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
18711
|
+
agentSlug?: string | undefined;
|
|
18711
18712
|
teamId?: string | undefined;
|
|
18712
18713
|
projectId?: string | undefined;
|
|
18713
|
-
agentSlug?: string | undefined;
|
|
18714
18714
|
requiredRoles?: string[] | undefined;
|
|
18715
18715
|
allowedRoles?: string[] | undefined;
|
|
18716
18716
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -18719,9 +18719,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
18719
18719
|
teamMemberId?: string | undefined;
|
|
18720
18720
|
}, {
|
|
18721
18721
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
18722
|
+
agentSlug?: string | undefined;
|
|
18722
18723
|
teamId?: string | undefined;
|
|
18723
18724
|
projectId?: string | undefined;
|
|
18724
|
-
agentSlug?: string | undefined;
|
|
18725
18725
|
requiredRoles?: string[] | undefined;
|
|
18726
18726
|
allowedRoles?: string[] | undefined;
|
|
18727
18727
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -18732,9 +18732,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
18732
18732
|
}, "strict", z.ZodTypeAny, {
|
|
18733
18733
|
defaultAnswerPolicy?: {
|
|
18734
18734
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
18735
|
+
agentSlug?: string | undefined;
|
|
18735
18736
|
teamId?: string | undefined;
|
|
18736
18737
|
projectId?: string | undefined;
|
|
18737
|
-
agentSlug?: string | undefined;
|
|
18738
18738
|
requiredRoles?: string[] | undefined;
|
|
18739
18739
|
allowedRoles?: string[] | undefined;
|
|
18740
18740
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -18746,9 +18746,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
18746
18746
|
}, {
|
|
18747
18747
|
defaultAnswerPolicy?: {
|
|
18748
18748
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
18749
|
+
agentSlug?: string | undefined;
|
|
18749
18750
|
teamId?: string | undefined;
|
|
18750
18751
|
projectId?: string | undefined;
|
|
18751
|
-
agentSlug?: string | undefined;
|
|
18752
18752
|
requiredRoles?: string[] | undefined;
|
|
18753
18753
|
allowedRoles?: string[] | undefined;
|
|
18754
18754
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -18835,8 +18835,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
18835
18835
|
branchPolicy: {
|
|
18836
18836
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
18837
18837
|
base: "staging" | "main";
|
|
18838
|
-
target?: "staging" | "main" | undefined;
|
|
18839
18838
|
prefix?: string | undefined;
|
|
18839
|
+
target?: "staging" | "main" | undefined;
|
|
18840
18840
|
branchNameTemplate?: string | undefined;
|
|
18841
18841
|
worktree?: string | undefined;
|
|
18842
18842
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -18890,7 +18890,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
18890
18890
|
id: string;
|
|
18891
18891
|
revision: number;
|
|
18892
18892
|
}[] | undefined;
|
|
18893
|
-
activityType?: "
|
|
18893
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
18894
18894
|
permissions?: {
|
|
18895
18895
|
content?: Record<string, {
|
|
18896
18896
|
operations: string[];
|
|
@@ -18991,9 +18991,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
18991
18991
|
questionPolicy?: {
|
|
18992
18992
|
defaultAnswerPolicy?: {
|
|
18993
18993
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
18994
|
+
agentSlug?: string | undefined;
|
|
18994
18995
|
teamId?: string | undefined;
|
|
18995
18996
|
projectId?: string | undefined;
|
|
18996
|
-
agentSlug?: string | undefined;
|
|
18997
18997
|
requiredRoles?: string[] | undefined;
|
|
18998
18998
|
allowedRoles?: string[] | undefined;
|
|
18999
18999
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -19008,8 +19008,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19008
19008
|
branchPolicy: {
|
|
19009
19009
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
19010
19010
|
base: "staging" | "main";
|
|
19011
|
-
target?: "staging" | "main" | undefined;
|
|
19012
19011
|
prefix?: string | undefined;
|
|
19012
|
+
target?: "staging" | "main" | undefined;
|
|
19013
19013
|
branchNameTemplate?: string | undefined;
|
|
19014
19014
|
worktree?: string | undefined;
|
|
19015
19015
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -19063,7 +19063,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19063
19063
|
id: string;
|
|
19064
19064
|
revision: number;
|
|
19065
19065
|
}[] | undefined;
|
|
19066
|
-
activityType?: "
|
|
19066
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
19067
19067
|
permissions?: {
|
|
19068
19068
|
content?: Record<string, {
|
|
19069
19069
|
operations: string[];
|
|
@@ -19164,9 +19164,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19164
19164
|
questionPolicy?: {
|
|
19165
19165
|
defaultAnswerPolicy?: {
|
|
19166
19166
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
19167
|
+
agentSlug?: string | undefined;
|
|
19167
19168
|
teamId?: string | undefined;
|
|
19168
19169
|
projectId?: string | undefined;
|
|
19169
|
-
agentSlug?: string | undefined;
|
|
19170
19170
|
requiredRoles?: string[] | undefined;
|
|
19171
19171
|
allowedRoles?: string[] | undefined;
|
|
19172
19172
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -19181,8 +19181,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19181
19181
|
branchPolicy: {
|
|
19182
19182
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
19183
19183
|
base: "staging" | "main";
|
|
19184
|
-
target?: "staging" | "main" | undefined;
|
|
19185
19184
|
prefix?: string | undefined;
|
|
19185
|
+
target?: "staging" | "main" | undefined;
|
|
19186
19186
|
branchNameTemplate?: string | undefined;
|
|
19187
19187
|
worktree?: string | undefined;
|
|
19188
19188
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -19236,7 +19236,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19236
19236
|
id: string;
|
|
19237
19237
|
revision: number;
|
|
19238
19238
|
}[] | undefined;
|
|
19239
|
-
activityType?: "
|
|
19239
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
19240
19240
|
permissions?: {
|
|
19241
19241
|
content?: Record<string, {
|
|
19242
19242
|
operations: string[];
|
|
@@ -19337,9 +19337,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19337
19337
|
questionPolicy?: {
|
|
19338
19338
|
defaultAnswerPolicy?: {
|
|
19339
19339
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
19340
|
+
agentSlug?: string | undefined;
|
|
19340
19341
|
teamId?: string | undefined;
|
|
19341
19342
|
projectId?: string | undefined;
|
|
19342
|
-
agentSlug?: string | undefined;
|
|
19343
19343
|
requiredRoles?: string[] | undefined;
|
|
19344
19344
|
allowedRoles?: string[] | undefined;
|
|
19345
19345
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -19354,8 +19354,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19354
19354
|
branchPolicy: {
|
|
19355
19355
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
19356
19356
|
base: "staging" | "main";
|
|
19357
|
-
target?: "staging" | "main" | undefined;
|
|
19358
19357
|
prefix?: string | undefined;
|
|
19358
|
+
target?: "staging" | "main" | undefined;
|
|
19359
19359
|
branchNameTemplate?: string | undefined;
|
|
19360
19360
|
worktree?: string | undefined;
|
|
19361
19361
|
updateBaseBeforeRun?: boolean | undefined;
|
|
@@ -19409,7 +19409,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19409
19409
|
id: string;
|
|
19410
19410
|
revision: number;
|
|
19411
19411
|
}[] | undefined;
|
|
19412
|
-
activityType?: "
|
|
19412
|
+
activityType?: "planning" | "acting" | "reporting" | "estimating" | "reviewing" | "chat" | undefined;
|
|
19413
19413
|
permissions?: {
|
|
19414
19414
|
content?: Record<string, {
|
|
19415
19415
|
operations: string[];
|
|
@@ -19510,9 +19510,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19510
19510
|
questionPolicy?: {
|
|
19511
19511
|
defaultAnswerPolicy?: {
|
|
19512
19512
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
19513
|
+
agentSlug?: string | undefined;
|
|
19513
19514
|
teamId?: string | undefined;
|
|
19514
19515
|
projectId?: string | undefined;
|
|
19515
|
-
agentSlug?: string | undefined;
|
|
19516
19516
|
requiredRoles?: string[] | undefined;
|
|
19517
19517
|
allowedRoles?: string[] | undefined;
|
|
19518
19518
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -19661,15 +19661,15 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19661
19661
|
scaleResult: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
19662
19662
|
metadata: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
19663
19663
|
}, "strip", z.ZodTypeAny, {
|
|
19664
|
-
metadata: Record<string, unknown>;
|
|
19665
|
-
projectId: string;
|
|
19666
|
-
environment: string;
|
|
19667
19664
|
status: string;
|
|
19668
|
-
visibility: "team" | "private" | "public" | "authenticated";
|
|
19669
19665
|
summary: string;
|
|
19670
19666
|
startedAt: Date;
|
|
19671
19667
|
slug: string;
|
|
19672
19668
|
title: string;
|
|
19669
|
+
metadata: Record<string, unknown>;
|
|
19670
|
+
projectId: string;
|
|
19671
|
+
environment: string;
|
|
19672
|
+
visibility: "team" | "private" | "public" | "authenticated";
|
|
19673
19673
|
workDayId: string;
|
|
19674
19674
|
changedFiles: string[];
|
|
19675
19675
|
reportVersion: string;
|
|
@@ -19725,26 +19725,26 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19725
19725
|
}[];
|
|
19726
19726
|
scaleDecision: Record<string, unknown>;
|
|
19727
19727
|
scaleResult: Record<string, unknown>;
|
|
19728
|
-
teamId?: string | undefined;
|
|
19729
19728
|
createdAt?: Date | undefined;
|
|
19729
|
+
teamId?: string | undefined;
|
|
19730
19730
|
endedAt?: Date | null | undefined;
|
|
19731
19731
|
prioritySnapshotId?: string | null | undefined;
|
|
19732
19732
|
}, {
|
|
19733
|
-
projectId: string;
|
|
19734
|
-
environment: string;
|
|
19735
19733
|
summary: string;
|
|
19736
19734
|
startedAt: Date;
|
|
19737
19735
|
slug: string;
|
|
19738
19736
|
title: string;
|
|
19737
|
+
projectId: string;
|
|
19738
|
+
environment: string;
|
|
19739
19739
|
workDayId: string;
|
|
19740
19740
|
reportVersion: string;
|
|
19741
19741
|
workdayState: string;
|
|
19742
19742
|
generatedAt: Date;
|
|
19743
|
+
status?: string | undefined;
|
|
19744
|
+
createdAt?: Date | undefined;
|
|
19743
19745
|
metadata?: Record<string, unknown> | undefined;
|
|
19744
19746
|
teamId?: string | undefined;
|
|
19745
|
-
status?: string | undefined;
|
|
19746
19747
|
visibility?: "team" | "private" | "public" | "authenticated" | undefined;
|
|
19747
|
-
createdAt?: Date | undefined;
|
|
19748
19748
|
changedFiles?: string[] | undefined;
|
|
19749
19749
|
reportKind?: string | undefined;
|
|
19750
19750
|
endedAt?: Date | null | undefined;
|
|
@@ -19888,7 +19888,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19888
19888
|
bucket?: string | undefined;
|
|
19889
19889
|
publicUrl?: string | undefined;
|
|
19890
19890
|
};
|
|
19891
|
-
mode: "
|
|
19891
|
+
mode: "packaged" | "git" | "r2";
|
|
19892
19892
|
hooksPolicy: "disabled" | "builtin_only" | "trusted_only";
|
|
19893
19893
|
supportsReconcile: boolean;
|
|
19894
19894
|
}, {
|
|
@@ -19906,7 +19906,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19906
19906
|
bucket?: string | undefined;
|
|
19907
19907
|
publicUrl?: string | undefined;
|
|
19908
19908
|
};
|
|
19909
|
-
mode?: "
|
|
19909
|
+
mode?: "packaged" | "git" | "r2" | undefined;
|
|
19910
19910
|
hooksPolicy?: "disabled" | "builtin_only" | "trusted_only" | undefined;
|
|
19911
19911
|
supportsReconcile?: boolean | undefined;
|
|
19912
19912
|
}>;
|
|
@@ -19915,13 +19915,13 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19915
19915
|
license: z.ZodOptional<z.ZodString>;
|
|
19916
19916
|
support: z.ZodOptional<z.ZodString>;
|
|
19917
19917
|
}, "strip", z.ZodTypeAny, {
|
|
19918
|
-
priceModel: "subscription" | "
|
|
19919
|
-
support?: string | undefined;
|
|
19918
|
+
priceModel: "subscription" | "free" | "private" | "contact" | "one_time" | "one_time_current_version" | "subscription_updates" | "professional_hosting" | "scoped_contract" | "external";
|
|
19920
19919
|
license?: string | undefined;
|
|
19921
|
-
}, {
|
|
19922
19920
|
support?: string | undefined;
|
|
19923
|
-
|
|
19921
|
+
}, {
|
|
19922
|
+
priceModel?: "subscription" | "free" | "private" | "contact" | "one_time" | "one_time_current_version" | "subscription_updates" | "professional_hosting" | "scoped_contract" | "external" | undefined;
|
|
19924
19923
|
license?: string | undefined;
|
|
19924
|
+
support?: string | undefined;
|
|
19925
19925
|
}>>;
|
|
19926
19926
|
relatedBooks: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
19927
19927
|
relatedKnowledge: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -19964,14 +19964,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19964
19964
|
bucket?: string | undefined;
|
|
19965
19965
|
publicUrl?: string | undefined;
|
|
19966
19966
|
};
|
|
19967
|
-
mode: "
|
|
19967
|
+
mode: "packaged" | "git" | "r2";
|
|
19968
19968
|
hooksPolicy: "disabled" | "builtin_only" | "trusted_only";
|
|
19969
19969
|
supportsReconcile: boolean;
|
|
19970
19970
|
};
|
|
19971
19971
|
offer: {
|
|
19972
|
-
priceModel: "subscription" | "
|
|
19973
|
-
support?: string | undefined;
|
|
19972
|
+
priceModel: "subscription" | "free" | "private" | "contact" | "one_time" | "one_time_current_version" | "subscription_updates" | "professional_hosting" | "scoped_contract" | "external";
|
|
19974
19973
|
license?: string | undefined;
|
|
19974
|
+
support?: string | undefined;
|
|
19975
19975
|
};
|
|
19976
19976
|
relatedKnowledge: string[];
|
|
19977
19977
|
teamId?: string | undefined;
|
|
@@ -20007,7 +20007,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20007
20007
|
bucket?: string | undefined;
|
|
20008
20008
|
publicUrl?: string | undefined;
|
|
20009
20009
|
};
|
|
20010
|
-
mode?: "
|
|
20010
|
+
mode?: "packaged" | "git" | "r2" | undefined;
|
|
20011
20011
|
hooksPolicy?: "disabled" | "builtin_only" | "trusted_only" | undefined;
|
|
20012
20012
|
supportsReconcile?: boolean | undefined;
|
|
20013
20013
|
};
|
|
@@ -20021,9 +20021,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20021
20021
|
listingEnabled?: boolean | undefined;
|
|
20022
20022
|
publisherVerified?: boolean | undefined;
|
|
20023
20023
|
offer?: {
|
|
20024
|
-
|
|
20025
|
-
priceModel?: "subscription" | "professional_hosting" | "free" | "private" | "contact" | "one_time" | "one_time_current_version" | "subscription_updates" | "scoped_contract" | "external" | undefined;
|
|
20024
|
+
priceModel?: "subscription" | "free" | "private" | "contact" | "one_time" | "one_time_current_version" | "subscription_updates" | "professional_hosting" | "scoped_contract" | "external" | undefined;
|
|
20026
20025
|
license?: string | undefined;
|
|
20026
|
+
support?: string | undefined;
|
|
20027
20027
|
} | undefined;
|
|
20028
20028
|
relatedKnowledge?: string[] | undefined;
|
|
20029
20029
|
}> | z.ZodEffects<z.ZodObject<{
|
|
@@ -20171,8 +20171,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20171
20171
|
}, "strip", z.ZodTypeAny, {
|
|
20172
20172
|
agent: string;
|
|
20173
20173
|
id: string;
|
|
20174
|
-
groupIds: string[];
|
|
20175
20174
|
kind: "workday" | "handler" | "spec" | "message_chain" | "manager_worker" | "api" | "ui" | "context-query" | "context-query-set";
|
|
20175
|
+
groupIds: string[];
|
|
20176
20176
|
contextQueryRefs: string[];
|
|
20177
20177
|
trigger: Record<string, unknown>;
|
|
20178
20178
|
expect: {
|
|
@@ -20275,8 +20275,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20275
20275
|
}>, {
|
|
20276
20276
|
agent: string;
|
|
20277
20277
|
id: string;
|
|
20278
|
-
groupIds: string[];
|
|
20279
20278
|
kind: "workday" | "handler" | "spec" | "message_chain" | "manager_worker" | "api" | "ui" | "context-query" | "context-query-set";
|
|
20279
|
+
groupIds: string[];
|
|
20280
20280
|
contextQueryRefs: string[];
|
|
20281
20281
|
trigger: Record<string, unknown>;
|
|
20282
20282
|
expect: {
|
|
@@ -20418,13 +20418,13 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20418
20418
|
required: z.ZodDefault<z.ZodBoolean>;
|
|
20419
20419
|
}, "strict", z.ZodTypeAny, {
|
|
20420
20420
|
id: string;
|
|
20421
|
+
title: string;
|
|
20421
20422
|
target: {
|
|
20422
20423
|
kind: "content" | "mixed" | "graph" | "code";
|
|
20423
20424
|
models?: string[] | undefined;
|
|
20424
20425
|
paths?: string[] | undefined;
|
|
20425
20426
|
};
|
|
20426
20427
|
revision: number;
|
|
20427
|
-
title: string;
|
|
20428
20428
|
query: string;
|
|
20429
20429
|
description: string;
|
|
20430
20430
|
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
@@ -20437,20 +20437,20 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20437
20437
|
maxCharacters?: number | undefined;
|
|
20438
20438
|
};
|
|
20439
20439
|
tokenBudget: number;
|
|
20440
|
-
format: "
|
|
20440
|
+
format: "summary" | "map" | "list" | "brief" | "full" | "sources";
|
|
20441
20441
|
filters: Record<string, unknown>;
|
|
20442
20442
|
required: boolean;
|
|
20443
20443
|
scope?: string | undefined;
|
|
20444
20444
|
codeScopes?: string[] | undefined;
|
|
20445
20445
|
}, {
|
|
20446
20446
|
id: string;
|
|
20447
|
+
title: string;
|
|
20447
20448
|
target: {
|
|
20448
20449
|
kind: "content" | "mixed" | "graph" | "code";
|
|
20449
20450
|
models?: string[] | undefined;
|
|
20450
20451
|
paths?: string[] | undefined;
|
|
20451
20452
|
};
|
|
20452
20453
|
revision: number;
|
|
20453
|
-
title: string;
|
|
20454
20454
|
query: string;
|
|
20455
20455
|
description: string;
|
|
20456
20456
|
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
@@ -20465,7 +20465,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20465
20465
|
codeScopes?: string[] | undefined;
|
|
20466
20466
|
relations?: import("../../index.js").SdkGraphDslRelation[] | undefined;
|
|
20467
20467
|
depth?: number | undefined;
|
|
20468
|
-
format?: "
|
|
20468
|
+
format?: "summary" | "map" | "list" | "brief" | "full" | "sources" | undefined;
|
|
20469
20469
|
filters?: Record<string, unknown> | undefined;
|
|
20470
20470
|
required?: boolean | undefined;
|
|
20471
20471
|
}> | z.ZodObject<{
|
|
@@ -20486,8 +20486,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20486
20486
|
mergePolicy: z.ZodDefault<z.ZodEnum<["append", "replace"]>>;
|
|
20487
20487
|
}, "strict", z.ZodTypeAny, {
|
|
20488
20488
|
id: string;
|
|
20489
|
-
revision: number;
|
|
20490
20489
|
title: string;
|
|
20490
|
+
revision: number;
|
|
20491
20491
|
description: string;
|
|
20492
20492
|
queryRefs: {
|
|
20493
20493
|
id: string;
|
|
@@ -20496,8 +20496,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20496
20496
|
mergePolicy: "replace" | "append";
|
|
20497
20497
|
}, {
|
|
20498
20498
|
id: string;
|
|
20499
|
-
revision: number;
|
|
20500
20499
|
title: string;
|
|
20500
|
+
revision: number;
|
|
20501
20501
|
description: string;
|
|
20502
20502
|
queryRefs: {
|
|
20503
20503
|
id: string;
|
|
@@ -20516,20 +20516,20 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20516
20516
|
appliesToProfiles: z.ZodDefault<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
20517
20517
|
}, "strict", z.ZodTypeAny, {
|
|
20518
20518
|
id: string;
|
|
20519
|
-
revision: number;
|
|
20520
20519
|
title: string;
|
|
20520
|
+
revision: number;
|
|
20521
|
+
kind: "message" | "status" | "summary" | "plan";
|
|
20521
20522
|
description: string;
|
|
20522
|
-
kind: "message" | "plan" | "status" | "summary";
|
|
20523
20523
|
instructions: string;
|
|
20524
20524
|
variables: string[];
|
|
20525
20525
|
appliesToProfiles: string[];
|
|
20526
20526
|
outputSkeleton?: string | undefined;
|
|
20527
20527
|
}, {
|
|
20528
20528
|
id: string;
|
|
20529
|
-
revision: number;
|
|
20530
20529
|
title: string;
|
|
20530
|
+
revision: number;
|
|
20531
|
+
kind: "message" | "status" | "summary" | "plan";
|
|
20531
20532
|
description: string;
|
|
20532
|
-
kind: "message" | "plan" | "status" | "summary";
|
|
20533
20533
|
instructions: string;
|
|
20534
20534
|
outputSkeleton?: string | undefined;
|
|
20535
20535
|
variables?: string[] | undefined;
|
|
@@ -20634,12 +20634,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20634
20634
|
description: string;
|
|
20635
20635
|
}[];
|
|
20636
20636
|
id: string;
|
|
20637
|
+
status: "completed" | "active" | "ready" | "superseded" | "draft";
|
|
20638
|
+
createdAt: Date;
|
|
20639
|
+
title: string;
|
|
20637
20640
|
teamId: string;
|
|
20638
20641
|
projectId: string;
|
|
20639
|
-
status: "completed" | "active" | "ready" | "draft" | "superseded";
|
|
20640
20642
|
revision: number;
|
|
20641
|
-
createdAt: Date;
|
|
20642
|
-
title: string;
|
|
20643
20643
|
remaining: {
|
|
20644
20644
|
id: string;
|
|
20645
20645
|
title: string;
|
|
@@ -20664,12 +20664,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20664
20664
|
}, {
|
|
20665
20665
|
objective: string;
|
|
20666
20666
|
id: string;
|
|
20667
|
+
status: "completed" | "active" | "ready" | "superseded" | "draft";
|
|
20668
|
+
createdAt: Date;
|
|
20669
|
+
title: string;
|
|
20667
20670
|
teamId: string;
|
|
20668
20671
|
projectId: string;
|
|
20669
|
-
status: "completed" | "active" | "ready" | "draft" | "superseded";
|
|
20670
20672
|
revision: number;
|
|
20671
|
-
createdAt: Date;
|
|
20672
|
-
title: string;
|
|
20673
20673
|
completed?: {
|
|
20674
20674
|
id: string;
|
|
20675
20675
|
title: string;
|
|
@@ -20724,11 +20724,11 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20724
20724
|
progress: z.ZodOptional<z.ZodNumber>;
|
|
20725
20725
|
}, "strict", z.ZodTypeAny, {
|
|
20726
20726
|
id: string;
|
|
20727
|
-
teamId: string;
|
|
20728
|
-
projectId: string;
|
|
20729
20727
|
status: "pending" | "running" | "completed" | "failed" | "cancelled" | "suspended" | "admitted" | "waiting" | "leased";
|
|
20730
20728
|
createdAt: Date;
|
|
20731
20729
|
title: string;
|
|
20730
|
+
teamId: string;
|
|
20731
|
+
projectId: string;
|
|
20732
20732
|
phase: string;
|
|
20733
20733
|
sequence: number;
|
|
20734
20734
|
updatedAt?: Date | undefined;
|
|
@@ -20743,11 +20743,11 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20743
20743
|
progress?: number | undefined;
|
|
20744
20744
|
}, {
|
|
20745
20745
|
id: string;
|
|
20746
|
-
teamId: string;
|
|
20747
|
-
projectId: string;
|
|
20748
20746
|
status: "pending" | "running" | "completed" | "failed" | "cancelled" | "suspended" | "admitted" | "waiting" | "leased";
|
|
20749
20747
|
createdAt: Date;
|
|
20750
20748
|
title: string;
|
|
20749
|
+
teamId: string;
|
|
20750
|
+
projectId: string;
|
|
20751
20751
|
phase: string;
|
|
20752
20752
|
sequence: number;
|
|
20753
20753
|
updatedAt?: Date | undefined;
|
|
@@ -20762,11 +20762,11 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20762
20762
|
progress?: number | undefined;
|
|
20763
20763
|
}>, {
|
|
20764
20764
|
id: string;
|
|
20765
|
-
teamId: string;
|
|
20766
|
-
projectId: string;
|
|
20767
20765
|
status: "pending" | "running" | "completed" | "failed" | "cancelled" | "suspended" | "admitted" | "waiting" | "leased";
|
|
20768
20766
|
createdAt: Date;
|
|
20769
20767
|
title: string;
|
|
20768
|
+
teamId: string;
|
|
20769
|
+
projectId: string;
|
|
20770
20770
|
phase: string;
|
|
20771
20771
|
sequence: number;
|
|
20772
20772
|
updatedAt?: Date | undefined;
|
|
@@ -20781,11 +20781,11 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20781
20781
|
progress?: number | undefined;
|
|
20782
20782
|
}, {
|
|
20783
20783
|
id: string;
|
|
20784
|
-
teamId: string;
|
|
20785
|
-
projectId: string;
|
|
20786
20784
|
status: "pending" | "running" | "completed" | "failed" | "cancelled" | "suspended" | "admitted" | "waiting" | "leased";
|
|
20787
20785
|
createdAt: Date;
|
|
20788
20786
|
title: string;
|
|
20787
|
+
teamId: string;
|
|
20788
|
+
projectId: string;
|
|
20789
20789
|
phase: string;
|
|
20790
20790
|
sequence: number;
|
|
20791
20791
|
updatedAt?: Date | undefined;
|
|
@@ -20840,12 +20840,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20840
20840
|
verificationRefs: z.ZodDefault<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
20841
20841
|
}, "strict", z.ZodTypeAny, {
|
|
20842
20842
|
id: string;
|
|
20843
|
-
teamId: string;
|
|
20844
|
-
projectId: string;
|
|
20845
20843
|
status: "completed" | "failed" | "cancelled" | "suspended";
|
|
20846
20844
|
createdAt: Date;
|
|
20847
20845
|
summary: string;
|
|
20848
20846
|
title: string;
|
|
20847
|
+
teamId: string;
|
|
20848
|
+
projectId: string;
|
|
20849
20849
|
lessons: string[];
|
|
20850
20850
|
performance: {
|
|
20851
20851
|
metrics: Record<string, number>;
|
|
@@ -20865,12 +20865,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20865
20865
|
} | undefined;
|
|
20866
20866
|
}, {
|
|
20867
20867
|
id: string;
|
|
20868
|
-
teamId: string;
|
|
20869
|
-
projectId: string;
|
|
20870
20868
|
status: "completed" | "failed" | "cancelled" | "suspended";
|
|
20871
20869
|
createdAt: Date;
|
|
20872
20870
|
summary: string;
|
|
20873
20871
|
title: string;
|
|
20872
|
+
teamId: string;
|
|
20873
|
+
projectId: string;
|
|
20874
20874
|
performance: {
|
|
20875
20875
|
outcome: string;
|
|
20876
20876
|
metrics?: Record<string, number> | undefined;
|
|
@@ -20963,11 +20963,11 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20963
20963
|
}>, "many">;
|
|
20964
20964
|
}, "strict", z.ZodTypeAny, {
|
|
20965
20965
|
id: string;
|
|
20966
|
-
teamId: string;
|
|
20967
|
-
projectId: string;
|
|
20968
20966
|
status: string;
|
|
20969
20967
|
createdAt: Date;
|
|
20970
20968
|
title: string;
|
|
20969
|
+
teamId: string;
|
|
20970
|
+
projectId: string;
|
|
20971
20971
|
agentId: string;
|
|
20972
20972
|
agentDefinitionRef: {
|
|
20973
20973
|
id: string;
|
|
@@ -21001,11 +21001,11 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21001
21001
|
score?: number | undefined;
|
|
21002
21002
|
}, {
|
|
21003
21003
|
id: string;
|
|
21004
|
-
teamId: string;
|
|
21005
|
-
projectId: string;
|
|
21006
21004
|
status: string;
|
|
21007
21005
|
createdAt: Date;
|
|
21008
21006
|
title: string;
|
|
21007
|
+
teamId: string;
|
|
21008
|
+
projectId: string;
|
|
21009
21009
|
agentId: string;
|
|
21010
21010
|
agentDefinitionRef: {
|
|
21011
21011
|
id: string;
|
|
@@ -21049,7 +21049,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21049
21049
|
updated_at: z.ZodOptional<z.ZodDate>;
|
|
21050
21050
|
}, "strip", z.ZodTypeAny, {
|
|
21051
21051
|
title: string;
|
|
21052
|
-
status?: "
|
|
21052
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21053
21053
|
summary?: string | undefined;
|
|
21054
21054
|
updated_at?: Date | undefined;
|
|
21055
21055
|
slug?: string | undefined;
|
|
@@ -21059,7 +21059,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21059
21059
|
page_layout?: "article" | "bridge" | undefined;
|
|
21060
21060
|
}, {
|
|
21061
21061
|
title: string;
|
|
21062
|
-
status?: "
|
|
21062
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21063
21063
|
summary?: string | undefined;
|
|
21064
21064
|
updated_at?: Date | undefined;
|
|
21065
21065
|
slug?: string | undefined;
|
|
@@ -21099,9 +21099,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21099
21099
|
}, "strip", z.ZodTypeAny, {
|
|
21100
21100
|
title: string;
|
|
21101
21101
|
date?: Date | undefined;
|
|
21102
|
-
|
|
21103
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21102
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21104
21103
|
summary?: string | undefined;
|
|
21104
|
+
draft?: boolean | undefined;
|
|
21105
21105
|
group_ids?: string[] | undefined;
|
|
21106
21106
|
related_books?: string[] | undefined;
|
|
21107
21107
|
description?: string | undefined;
|
|
@@ -21120,9 +21120,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21120
21120
|
}, {
|
|
21121
21121
|
title: string;
|
|
21122
21122
|
date?: Date | undefined;
|
|
21123
|
-
|
|
21124
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21123
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21125
21124
|
summary?: string | undefined;
|
|
21125
|
+
draft?: boolean | undefined;
|
|
21126
21126
|
group_ids?: string[] | undefined;
|
|
21127
21127
|
related_books?: string[] | undefined;
|
|
21128
21128
|
description?: string | undefined;
|
|
@@ -21171,9 +21171,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21171
21171
|
}, "strip", z.ZodTypeAny, {
|
|
21172
21172
|
title: string;
|
|
21173
21173
|
date?: Date | undefined;
|
|
21174
|
-
|
|
21175
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21174
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21176
21175
|
summary?: string | undefined;
|
|
21176
|
+
draft?: boolean | undefined;
|
|
21177
21177
|
group_ids?: string[] | undefined;
|
|
21178
21178
|
related_books?: string[] | undefined;
|
|
21179
21179
|
description?: string | undefined;
|
|
@@ -21193,9 +21193,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21193
21193
|
}, {
|
|
21194
21194
|
title: string;
|
|
21195
21195
|
date?: Date | undefined;
|
|
21196
|
-
|
|
21197
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21196
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21198
21197
|
summary?: string | undefined;
|
|
21198
|
+
draft?: boolean | undefined;
|
|
21199
21199
|
group_ids?: string[] | undefined;
|
|
21200
21200
|
related_books?: string[] | undefined;
|
|
21201
21201
|
description?: string | undefined;
|
|
@@ -21231,9 +21231,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21231
21231
|
}, "strip", z.ZodTypeAny, {
|
|
21232
21232
|
title: string;
|
|
21233
21233
|
date?: Date | undefined;
|
|
21234
|
-
|
|
21235
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21234
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21236
21235
|
summary?: string | undefined;
|
|
21236
|
+
draft?: boolean | undefined;
|
|
21237
21237
|
group_ids?: string[] | undefined;
|
|
21238
21238
|
related_books?: string[] | undefined;
|
|
21239
21239
|
description?: string | undefined;
|
|
@@ -21247,9 +21247,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21247
21247
|
}, {
|
|
21248
21248
|
title: string;
|
|
21249
21249
|
date?: Date | undefined;
|
|
21250
|
-
|
|
21251
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21250
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21252
21251
|
summary?: string | undefined;
|
|
21252
|
+
draft?: boolean | undefined;
|
|
21253
21253
|
group_ids?: string[] | undefined;
|
|
21254
21254
|
related_books?: string[] | undefined;
|
|
21255
21255
|
description?: string | undefined;
|
|
@@ -21330,14 +21330,13 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21330
21330
|
draft: z.ZodOptional<z.ZodBoolean>;
|
|
21331
21331
|
}, "strip", z.ZodTypeAny, {
|
|
21332
21332
|
date: Date;
|
|
21333
|
-
status: "
|
|
21333
|
+
status: "planned" | "live" | "in progress" | "exploratory" | "speculative";
|
|
21334
21334
|
summary: string;
|
|
21335
21335
|
title: string;
|
|
21336
21336
|
description: string;
|
|
21337
21337
|
primary_contributor: string;
|
|
21338
21338
|
motivation: string;
|
|
21339
21339
|
proposal_type: string;
|
|
21340
|
-
draft?: boolean | undefined;
|
|
21341
21340
|
plan?: {
|
|
21342
21341
|
scope: string[];
|
|
21343
21342
|
risks: string[];
|
|
@@ -21352,6 +21351,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21352
21351
|
verification: string[];
|
|
21353
21352
|
openQuestions?: string[] | undefined;
|
|
21354
21353
|
} | undefined;
|
|
21354
|
+
draft?: boolean | undefined;
|
|
21355
21355
|
group_ids?: string[] | undefined;
|
|
21356
21356
|
related_books?: string[] | undefined;
|
|
21357
21357
|
related_notes?: string[] | undefined;
|
|
@@ -21366,14 +21366,13 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21366
21366
|
}[] | undefined;
|
|
21367
21367
|
}, {
|
|
21368
21368
|
date: Date;
|
|
21369
|
-
status: "
|
|
21369
|
+
status: "planned" | "live" | "in progress" | "exploratory" | "speculative";
|
|
21370
21370
|
summary: string;
|
|
21371
21371
|
title: string;
|
|
21372
21372
|
description: string;
|
|
21373
21373
|
primary_contributor: string;
|
|
21374
21374
|
motivation: string;
|
|
21375
21375
|
proposal_type: string;
|
|
21376
|
-
draft?: boolean | undefined;
|
|
21377
21376
|
plan?: {
|
|
21378
21377
|
scope: string[];
|
|
21379
21378
|
risks: string[];
|
|
@@ -21388,6 +21387,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21388
21387
|
verification: string[];
|
|
21389
21388
|
openQuestions?: string[] | undefined;
|
|
21390
21389
|
} | undefined;
|
|
21390
|
+
draft?: boolean | undefined;
|
|
21391
21391
|
group_ids?: string[] | undefined;
|
|
21392
21392
|
related_books?: string[] | undefined;
|
|
21393
21393
|
related_notes?: string[] | undefined;
|
|
@@ -21421,9 +21421,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21421
21421
|
}, "strip", z.ZodTypeAny, {
|
|
21422
21422
|
title: string;
|
|
21423
21423
|
date?: Date | undefined;
|
|
21424
|
-
|
|
21425
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21424
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21426
21425
|
summary?: string | undefined;
|
|
21426
|
+
draft?: boolean | undefined;
|
|
21427
21427
|
group_ids?: string[] | undefined;
|
|
21428
21428
|
related_books?: string[] | undefined;
|
|
21429
21429
|
description?: string | undefined;
|
|
@@ -21433,15 +21433,15 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21433
21433
|
related_proposals?: string[] | undefined;
|
|
21434
21434
|
related_decisions?: string[] | undefined;
|
|
21435
21435
|
primary_contributor?: string | undefined;
|
|
21436
|
-
decision_type?: "
|
|
21436
|
+
decision_type?: "rejected" | "approved" | "deferred" | "superseded" | "request_changes" | undefined;
|
|
21437
21437
|
authority?: string | undefined;
|
|
21438
21438
|
rationale?: string | undefined;
|
|
21439
21439
|
}, {
|
|
21440
21440
|
title: string;
|
|
21441
21441
|
date?: Date | undefined;
|
|
21442
|
-
|
|
21443
|
-
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21442
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21444
21443
|
summary?: string | undefined;
|
|
21444
|
+
draft?: boolean | undefined;
|
|
21445
21445
|
group_ids?: string[] | undefined;
|
|
21446
21446
|
related_books?: string[] | undefined;
|
|
21447
21447
|
description?: string | undefined;
|
|
@@ -21451,7 +21451,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21451
21451
|
related_proposals?: string[] | undefined;
|
|
21452
21452
|
related_decisions?: string[] | undefined;
|
|
21453
21453
|
primary_contributor?: string | undefined;
|
|
21454
|
-
decision_type?: "
|
|
21454
|
+
decision_type?: "rejected" | "approved" | "deferred" | "superseded" | "request_changes" | undefined;
|
|
21455
21455
|
authority?: string | undefined;
|
|
21456
21456
|
rationale?: string | undefined;
|
|
21457
21457
|
}> | z.ZodObject<{
|
|
@@ -21470,11 +21470,11 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21470
21470
|
}, "strip", z.ZodTypeAny, {
|
|
21471
21471
|
id: string;
|
|
21472
21472
|
schemaVersion: "treeseed.book/v2";
|
|
21473
|
-
status: "
|
|
21474
|
-
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
21473
|
+
status: "review" | "draft" | "archived" | "published";
|
|
21475
21474
|
summary: string;
|
|
21476
21475
|
slug: string;
|
|
21477
21476
|
title: string;
|
|
21477
|
+
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
21478
21478
|
order: number;
|
|
21479
21479
|
audience?: string[] | undefined;
|
|
21480
21480
|
groupIds?: string[] | undefined;
|
|
@@ -21483,11 +21483,11 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21483
21483
|
}, {
|
|
21484
21484
|
id: string;
|
|
21485
21485
|
schemaVersion: "treeseed.book/v2";
|
|
21486
|
-
status: "
|
|
21487
|
-
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
21486
|
+
status: "review" | "draft" | "archived" | "published";
|
|
21488
21487
|
summary: string;
|
|
21489
21488
|
slug: string;
|
|
21490
21489
|
title: string;
|
|
21490
|
+
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
21491
21491
|
order: number;
|
|
21492
21492
|
audience?: string[] | undefined;
|
|
21493
21493
|
groupIds?: string[] | undefined;
|
|
@@ -21508,11 +21508,11 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21508
21508
|
}, "strip", z.ZodTypeAny, {
|
|
21509
21509
|
id: string;
|
|
21510
21510
|
schemaVersion: "treeseed.knowledge-page/v1";
|
|
21511
|
-
status: "
|
|
21512
|
-
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
21511
|
+
status: "review" | "draft" | "archived" | "published";
|
|
21513
21512
|
summary: string;
|
|
21514
21513
|
slug: string;
|
|
21515
21514
|
title: string;
|
|
21515
|
+
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
21516
21516
|
bookId: string;
|
|
21517
21517
|
groupIds?: string[] | undefined;
|
|
21518
21518
|
description?: string | undefined;
|
|
@@ -21520,11 +21520,11 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21520
21520
|
}, {
|
|
21521
21521
|
id: string;
|
|
21522
21522
|
schemaVersion: "treeseed.knowledge-page/v1";
|
|
21523
|
-
status: "
|
|
21524
|
-
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
21523
|
+
status: "review" | "draft" | "archived" | "published";
|
|
21525
21524
|
summary: string;
|
|
21526
21525
|
slug: string;
|
|
21527
21526
|
title: string;
|
|
21527
|
+
visibility: "team" | "public" | "authenticated" | "project" | "admin";
|
|
21528
21528
|
bookId: string;
|
|
21529
21529
|
groupIds?: string[] | undefined;
|
|
21530
21530
|
description?: string | undefined;
|
|
@@ -21541,7 +21541,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21541
21541
|
related_objectives: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
21542
21542
|
}, "strip", z.ZodTypeAny, {
|
|
21543
21543
|
name: string;
|
|
21544
|
-
status?: "
|
|
21544
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21545
21545
|
summary?: string | undefined;
|
|
21546
21546
|
group_ids?: string[] | undefined;
|
|
21547
21547
|
description?: string | undefined;
|
|
@@ -21551,7 +21551,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21551
21551
|
affiliation?: string | undefined;
|
|
21552
21552
|
}, {
|
|
21553
21553
|
name: string;
|
|
21554
|
-
status?: "
|
|
21554
|
+
status?: "planned" | "live" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21555
21555
|
summary?: string | undefined;
|
|
21556
21556
|
group_ids?: string[] | undefined;
|
|
21557
21557
|
description?: string | undefined;
|
|
@@ -21616,8 +21616,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21616
21616
|
created_at: z.ZodOptional<z.ZodDate>;
|
|
21617
21617
|
}, "strip", z.ZodTypeAny, {
|
|
21618
21618
|
title: string;
|
|
21619
|
-
intent?: "discuss" | "propose" | undefined;
|
|
21620
21619
|
created_at?: Date | undefined;
|
|
21620
|
+
intent?: "discuss" | "propose" | undefined;
|
|
21621
21621
|
group_ids?: string[] | undefined;
|
|
21622
21622
|
parent_workday_id?: string | undefined;
|
|
21623
21623
|
discussion_id?: string | undefined;
|
|
@@ -21632,8 +21632,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21632
21632
|
resulting_operation_id?: string | undefined;
|
|
21633
21633
|
}, {
|
|
21634
21634
|
title: string;
|
|
21635
|
-
intent?: "discuss" | "propose" | undefined;
|
|
21636
21635
|
created_at?: Date | undefined;
|
|
21636
|
+
intent?: "discuss" | "propose" | undefined;
|
|
21637
21637
|
group_ids?: string[] | undefined;
|
|
21638
21638
|
parent_workday_id?: string | undefined;
|
|
21639
21639
|
discussion_id?: string | undefined;
|
|
@@ -21656,17 +21656,17 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21656
21656
|
refs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
21657
21657
|
}, "strip", z.ZodTypeAny, {
|
|
21658
21658
|
title: string;
|
|
21659
|
+
phase?: string | undefined;
|
|
21659
21660
|
group_ids?: string[] | undefined;
|
|
21660
21661
|
discussion_id?: string | undefined;
|
|
21661
|
-
phase?: string | undefined;
|
|
21662
21662
|
sequence?: number | undefined;
|
|
21663
21663
|
occurred_at?: Date | undefined;
|
|
21664
21664
|
refs?: string[] | undefined;
|
|
21665
21665
|
}, {
|
|
21666
21666
|
title: string;
|
|
21667
|
+
phase?: string | undefined;
|
|
21667
21668
|
group_ids?: string[] | undefined;
|
|
21668
21669
|
discussion_id?: string | undefined;
|
|
21669
|
-
phase?: string | undefined;
|
|
21670
21670
|
sequence?: number | undefined;
|
|
21671
21671
|
occurred_at?: Date | undefined;
|
|
21672
21672
|
refs?: string[] | undefined;
|