@treeseed/sdk 0.13.0-rc.8 → 0.13.0-rc.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +46 -360
- package/dist/.treeseed-build-complete.json +1 -0
- package/dist/accounts/account-contracts.d.ts +7 -1
- package/dist/agent-capacity/artifacts.d.ts +17 -1
- package/dist/agent-capacity/authority/agent-authority-presets.d.ts +1 -1
- package/dist/agent-capacity/authority/agent-authority-presets.js +2 -1
- package/dist/agent-capacity/contracts/capacity/assignments/assignment-context-pack.d.ts +304 -0
- package/dist/agent-capacity/contracts/capacity/assignments/assignment-context-pack.js +44 -0
- package/dist/agent-capacity/contracts/capacity/assignments/assignment-records.d.ts +9 -0
- package/dist/agent-capacity/contracts/capacity/assignments/context-pack-compiler.d.ts +25 -0
- package/dist/agent-capacity/contracts/capacity/assignments/context-pack-compiler.js +67 -0
- package/dist/agent-capacity/contracts/capacity/communication/communication-records.d.ts +1 -1
- package/dist/agent-capacity/contracts/capacity/providers/supply-policy.d.ts +0 -2
- package/dist/agent-capacity/contracts/configuration/configuration.d.ts +0 -1
- package/dist/agent-capacity/contracts/configuration/configuration.js +6 -6
- package/dist/agent-capacity/contracts/projects/agents/project-agent-class.d.ts +0 -1
- package/dist/agent-capacity/contracts/support/decision-work.d.ts +2 -3
- package/dist/agent-capacity/validation/activity-profile.js +25 -12
- package/dist/agent-capacity/validation/agent-definition-schema.d.ts +1665 -1743
- package/dist/agent-capacity/validation/agent-definition-schema.js +11 -29
- package/dist/agent-capacity/validation/agent-lab-forensics-schema.d.ts +46 -46
- package/dist/agent-capacity/validation/configuration.d.ts +1 -1
- package/dist/agent-capacity/validation/configuration.js +1 -2
- package/dist/capacity/agents/agent-capacity.d.ts +2 -14
- package/dist/capacity/agents/agent-capacity.js +2 -20
- package/dist/capacity-provider/capability-ontology.d.ts +1495 -0
- package/dist/capacity-provider/capability-ontology.js +221 -0
- package/dist/capacity-provider/client.d.ts +39 -69
- package/dist/capacity-provider/client.js +70 -153
- package/dist/capacity-provider/contracts/environment-profiles.d.ts +255 -0
- package/dist/capacity-provider/contracts/environment-profiles.js +71 -0
- package/dist/capacity-provider/contracts/governance.d.ts +103 -35
- package/dist/capacity-provider/contracts/index.d.ts +1 -0
- package/dist/capacity-provider/contracts/index.js +1 -0
- package/dist/capacity-provider/core-capability-catalog.d.ts +47 -0
- package/dist/capacity-provider/core-capability-catalog.js +49 -0
- package/dist/capacity-provider/environment-catalog.d.ts +877 -0
- package/dist/capacity-provider/environment-catalog.js +116 -0
- package/dist/capacity-provider/index.d.ts +4 -5
- package/dist/capacity-provider/index.js +4 -5
- package/dist/capacity-provider/sandbox-contracts.d.ts +548 -0
- package/dist/capacity-provider/sandbox-contracts.js +86 -0
- package/dist/capacity-provider/sandbox.d.ts +1 -0
- package/dist/capacity-provider/sandbox.js +1 -0
- package/dist/capacity-provider/validation.d.ts +2 -2
- package/dist/capacity-provider/validation.js +91 -55
- package/dist/configuration/secrets-capability.d.ts +0 -1
- package/dist/configuration/secrets-capability.js +0 -1
- package/dist/content/contracts.d.ts +12 -0
- package/dist/content/validation/agent-operational-content-schemas.d.ts +586 -264
- package/dist/content/validation/agent-operational-content-schemas.js +18 -3
- package/dist/content/validation/auxiliary-content-schemas.d.ts +214 -214
- package/dist/content/validation/content-model-schemas.d.ts +4298 -4102
- package/dist/content/validation/index.d.ts +1 -0
- package/dist/content/validation/index.js +1 -0
- package/dist/content/validation/portable-content-data.d.ts +450 -446
- package/dist/deployment/ai-mode.d.ts +454 -0
- package/dist/deployment/ai-mode.js +67 -0
- package/dist/deployment/canonical.d.ts +2 -0
- package/dist/deployment/canonical.js +17 -0
- package/dist/deployment/catalog.d.ts +16 -0
- package/dist/deployment/catalog.js +48 -0
- package/dist/deployment/hosted-topology-template.d.ts +449 -0
- package/dist/deployment/hosted-topology-template.js +56 -0
- package/dist/deployment/hosted-topology.d.ts +2839 -0
- package/dist/deployment/hosted-topology.js +502 -0
- package/dist/deployment/index.d.ts +7 -0
- package/dist/deployment/index.js +7 -0
- package/dist/deployment/schemas.d.ts +7258 -0
- package/dist/deployment/schemas.js +420 -0
- package/dist/deployment/topology.d.ts +9 -0
- package/dist/deployment/topology.js +35 -0
- package/dist/development/index.d.ts +1 -0
- package/dist/development/index.js +1 -0
- package/dist/development/schemas.d.ts +3409 -0
- package/dist/development/schemas.js +199 -0
- package/dist/entrypoints/clients/control-plane-client.d.ts +23 -26
- package/dist/entrypoints/clients/control-plane-client.js +60 -94
- package/dist/graph/context-query-contracts.d.ts +16 -1
- package/dist/graph/context-query-contracts.js +5 -0
- package/dist/guarantees/evidence-trust.d.ts +32 -0
- package/dist/guarantees/evidence-trust.js +47 -0
- package/dist/guarantees/index.d.ts +130 -17
- package/dist/guarantees/index.js +44 -17
- package/dist/knowledge/index.d.ts +0 -8
- package/dist/knowledge/index.js +0 -8
- package/dist/model-registry/agent-operational-models.js +1 -1
- package/dist/operator-contracts/canonical-command-tree.js +455 -5
- package/dist/operator-contracts/catalog/admin-account-team-operations.d.ts +36 -0
- package/dist/operator-contracts/catalog/admin-account-team-operations.js +52 -0
- package/dist/operator-contracts/catalog/capability-ontology-operations.d.ts +163 -0
- package/dist/operator-contracts/catalog/capability-ontology-operations.js +24 -0
- package/dist/operator-contracts/catalog/communication-operations.d.ts +437 -0
- package/dist/operator-contracts/catalog/communication-operations.js +92 -0
- package/dist/operator-contracts/catalog/control-plane-catalog.d.ts +6 -0
- package/dist/operator-contracts/catalog/control-plane-catalog.js +18 -0
- package/dist/operator-contracts/catalog/hosted-topology-operations.d.ts +323 -0
- package/dist/operator-contracts/catalog/hosted-topology-operations.js +77 -0
- package/dist/operator-contracts/catalog/inbox-operations.d.ts +261 -0
- package/dist/operator-contracts/catalog/inbox-operations.js +36 -0
- package/dist/operator-contracts/catalog/knowledge-share-operations.d.ts +127 -0
- package/dist/operator-contracts/catalog/knowledge-share-operations.js +25 -0
- package/dist/operator-contracts/catalog/provider-environment-commands.d.ts +4 -0
- package/dist/operator-contracts/catalog/provider-environment-commands.js +69 -0
- package/dist/operator-contracts/catalog/provider-environment-operations.d.ts +41 -0
- package/dist/operator-contracts/catalog/provider-environment-operations.js +61 -0
- package/dist/operator-contracts/catalog/treeai-operations.d.ts +14 -0
- package/dist/operator-contracts/catalog/treeai-operations.js +62 -0
- package/dist/operator-contracts/command-tree.d.ts +28 -0
- package/dist/operator-contracts/command-tree.js +49 -0
- package/dist/operator-contracts/communication/addressing.d.ts +8 -0
- package/dist/operator-contracts/communication/addressing.js +57 -0
- package/dist/operator-contracts/communication/contracts.d.ts +1818 -0
- package/dist/operator-contracts/communication/contracts.js +188 -0
- package/dist/operator-contracts/control-plane-operation.d.ts +29 -0
- package/dist/operator-contracts/control-plane-operation.js +9 -0
- package/dist/operator-contracts/control-plane-operations.d.ts +2418 -0
- package/dist/operator-contracts/control-plane-operations.js +526 -0
- package/dist/operator-contracts/inbox/contracts.d.ts +1099 -0
- package/dist/operator-contracts/inbox/contracts.js +134 -0
- package/dist/operator-contracts/index.d.ts +7 -0
- package/dist/operator-contracts/index.js +7 -0
- package/dist/operator-contracts/knowledge/contracts.d.ts +130 -0
- package/dist/operator-contracts/knowledge/contracts.js +39 -0
- package/dist/operator-contracts/mcp.d.ts +5 -0
- package/dist/operator-contracts/mcp.js +61 -0
- package/dist/operator-contracts/oauth.d.ts +53 -0
- package/dist/operator-contracts/oauth.js +7 -0
- package/dist/operator-contracts/operation-builder.d.ts +17 -0
- package/dist/operator-contracts/operation-builder.js +61 -0
- package/dist/operator-contracts/seed/seed-bundle.d.ts +138 -0
- package/dist/operator-contracts/seed/seed-bundle.js +68 -0
- package/dist/platform/contracts.d.ts +429 -0
- package/dist/platform/contracts.js +93 -0
- package/dist/platform/index.d.ts +6 -0
- package/dist/platform/index.js +6 -0
- package/dist/platform/inventory.d.ts +11 -0
- package/dist/platform/inventory.js +53 -0
- package/dist/platform/project-create.d.ts +49 -0
- package/dist/platform/project-create.js +75 -0
- package/dist/platform/schemas.d.ts +806 -0
- package/dist/platform/schemas.js +68 -0
- package/dist/platform/verification.d.ts +9 -0
- package/dist/platform/verification.js +104 -0
- package/dist/platform/workset.d.ts +21 -0
- package/dist/platform/workset.js +102 -0
- package/dist/secrets-capability/service-provider-contracts.js +21 -11
- package/dist/security/encrypted-envelope.d.ts +177 -0
- package/dist/security/encrypted-envelope.js +34 -0
- package/dist/security/envelope-codec.d.ts +38 -0
- package/dist/security/envelope-codec.js +96 -0
- package/dist/security/index.d.ts +2 -0
- package/dist/security/index.js +2 -0
- package/dist/site-contracts/catalog.d.ts +16 -0
- package/dist/site-contracts/catalog.js +19 -0
- package/dist/site-contracts/cloudflare.d.ts +48 -0
- package/dist/site-contracts/platform.d.ts +94 -0
- package/dist/site-contracts/plugin.d.ts +63 -0
- package/dist/site-contracts/plugin.js +26 -0
- package/dist/treeai/catalog.d.ts +1 -0
- package/dist/treeai/catalog.js +1 -0
- package/dist/treeai/client.d.ts +913 -0
- package/dist/treeai/client.js +44 -0
- package/dist/treeai/contract.d.ts +42 -0
- package/dist/treeai/contract.js +51 -0
- package/dist/treeai/generated/upstream.d.ts +890 -0
- package/dist/treeai/generated/upstream.js +4 -0
- package/dist/treeai/index.d.ts +4 -0
- package/dist/treeai/index.js +4 -0
- package/dist/treedx/client.d.ts +597 -0
- package/dist/treedx/client.js +39 -0
- package/dist/treedx/contract.d.ts +32 -0
- package/dist/treedx/contract.js +63 -0
- package/dist/treedx/index.d.ts +2 -16
- package/dist/treedx/index.js +2 -56
- package/dist/treedx/types.d.ts +8 -7
- package/dist/treedx/types.js +0 -7
- package/dist/types/agents/agent-activity-profile.d.ts +18 -36
- package/dist/types/agents/agent-trigger-kinds.d.ts +5 -6
- package/dist/types/agents/agent-trigger-kinds.js +1 -13
- package/package.json +58 -318
- package/dist/agent-capacity/authoring/agent-definition-authoring.d.ts +0 -57
- package/dist/agent-capacity/authoring/agent-definition-authoring.js +0 -73
- package/dist/agent-capacity/authoring/agent-deployment.d.ts +0 -93
- package/dist/agent-capacity/authoring/agent-deployment.js +0 -65
- package/dist/agent-capacity/authoring/chat-activity-profile.d.ts +0 -2
- package/dist/agent-capacity/authoring/chat-activity-profile.js +0 -91
- package/dist/agent-capacity/authoring/group-definition-authoring.d.ts +0 -33
- package/dist/agent-capacity/authoring/group-definition-authoring.js +0 -93
- package/dist/agent-capacity/authoring/index.d.ts +0 -4
- package/dist/agent-capacity/authoring/index.js +0 -4
- package/dist/agent-capacity/authority/assignment-authority-probe.d.ts +0 -109
- package/dist/agent-capacity/authority/assignment-authority-probe.js +0 -49
- package/dist/agent-capacity/contracts/index.d.ts +0 -19
- package/dist/agent-capacity/contracts/index.js +0 -19
- package/dist/agent-capacity/contracts/support/operator-surface.d.ts +0 -25
- package/dist/agent-capacity/contracts/support/operator-surface.js +0 -187
- package/dist/agent-capacity/cooperative-planning.d.ts +0 -28
- package/dist/agent-capacity/cooperative-planning.js +0 -48
- package/dist/agent-capacity/index.d.ts +0 -15
- package/dist/agent-capacity/index.js +0 -15
- package/dist/agent-capacity/planning-graph.d.ts +0 -77
- package/dist/agent-capacity/planning-graph.js +0 -155
- package/dist/agent-capacity/policy/capacity/accounting/settlement.d.ts +0 -8
- package/dist/agent-capacity/policy/capacity/accounting/settlement.js +0 -50
- package/dist/agent-capacity/policy/capacity/assignments/assignment-capability.d.ts +0 -20
- package/dist/agent-capacity/policy/capacity/assignments/assignment-capability.js +0 -235
- package/dist/agent-capacity/policy/capacity/providers/supply-selection.d.ts +0 -10
- package/dist/agent-capacity/policy/capacity/providers/supply-selection.js +0 -31
- package/dist/agent-capacity/policy/index.d.ts +0 -12
- package/dist/agent-capacity/policy/index.js +0 -12
- package/dist/agent-capacity/policy/operations/research-workflow.d.ts +0 -13
- package/dist/agent-capacity/policy/operations/research-workflow.js +0 -164
- package/dist/agent-capacity/policy/runtime/runtime-diagnostics.d.ts +0 -19
- package/dist/agent-capacity/policy/runtime/runtime-diagnostics.js +0 -263
- package/dist/agent-capacity/policy/support/decision-work.d.ts +0 -23
- package/dist/agent-capacity/policy/support/decision-work.js +0 -482
- package/dist/agent-capacity/policy/support/execution-capability.d.ts +0 -60
- package/dist/agent-capacity/policy/support/execution-capability.js +0 -368
- package/dist/agent-capacity/policy/support/failure-classification.d.ts +0 -6
- package/dist/agent-capacity/policy/support/failure-classification.js +0 -32
- package/dist/agent-capacity/policy/support/kernel-mode.d.ts +0 -20
- package/dist/agent-capacity/policy/support/kernel-mode.js +0 -280
- package/dist/agent-capacity/policy/support/mode-primitives.d.ts +0 -8
- package/dist/agent-capacity/policy/support/mode-primitives.js +0 -14
- package/dist/agent-capacity/policy/support/planning.d.ts +0 -39
- package/dist/agent-capacity/policy/support/planning.js +0 -161
- package/dist/agent-capacity/policy/support/primitives.d.ts +0 -23
- package/dist/agent-capacity/policy/support/primitives.js +0 -186
- package/dist/agent-capacity/policy/support/revision-cycle.d.ts +0 -4
- package/dist/agent-capacity/policy/support/revision-cycle.js +0 -144
- package/dist/agent-capacity/validation/compatibility/agent-definition-compatibility.d.ts +0 -10
- package/dist/agent-capacity/validation/compatibility/agent-definition-compatibility.js +0 -100
- package/dist/agent-tools/agent-tool-definitions.d.ts +0 -2
- package/dist/agent-tools/agent-tool-definitions.js +0 -465
- package/dist/agent-tools/agent-tool-execution-target.d.ts +0 -74
- package/dist/agent-tools/agent-tool-execution-target.js +0 -76
- package/dist/agent-tools/agent-tool-index.d.ts +0 -8
- package/dist/agent-tools/agent-tool-index.js +0 -33
- package/dist/agent-tools/communication-tool-definitions.d.ts +0 -2
- package/dist/agent-tools/communication-tool-definitions.js +0 -85
- package/dist/agents/agent-tools.d.ts +0 -3
- package/dist/agents/agent-tools.js +0 -3
- package/dist/agents/cli-tools.d.ts +0 -3
- package/dist/agents/cli-tools.js +0 -46
- package/dist/agents/copilot.d.ts +0 -24
- package/dist/agents/copilot.js +0 -91
- package/dist/ai-appliance/index.d.ts +0 -3
- package/dist/ai-appliance/index.js +0 -3
- package/dist/ai-appliance/reconciliation.d.ts +0 -18
- package/dist/ai-appliance/reconciliation.js +0 -47
- package/dist/capacity/accounting/native-capacity.d.ts +0 -12
- package/dist/capacity/accounting/native-capacity.js +0 -120
- package/dist/capacity-provider/config/environment.d.ts +0 -6
- package/dist/capacity-provider/config/environment.js +0 -36
- package/dist/capacity-provider/config/index.d.ts +0 -2
- package/dist/capacity-provider/config/index.js +0 -2
- package/dist/capacity-provider/config/manifest.d.ts +0 -6
- package/dist/capacity-provider/config/manifest.js +0 -16
- package/dist/capacity-provider/protocol.d.ts +0 -33
- package/dist/capacity-provider/protocol.js +0 -38
- package/dist/capacity-provider/runtime-status.d.ts +0 -13
- package/dist/capacity-provider/runtime-status.js +0 -40
- package/dist/capacity-provider/security/http.d.ts +0 -6
- package/dist/capacity-provider/security/http.js +0 -15
- package/dist/capacity-provider/security/identity.d.ts +0 -20
- package/dist/capacity-provider/security/identity.js +0 -65
- package/dist/capacity-provider/security/index.d.ts +0 -2
- package/dist/capacity-provider/security/index.js +0 -2
- package/dist/capacity-provider/timing/assignment-duration.d.ts +0 -9
- package/dist/capacity-provider/timing/assignment-duration.js +0 -92
- package/dist/capacity-provider/timing/index.d.ts +0 -1
- package/dist/capacity-provider/timing/index.js +0 -1
- package/dist/configuration/service-credentials.d.ts +0 -68
- package/dist/configuration/service-credentials.js +0 -121
- package/dist/content/content-store.d.ts +0 -25
- package/dist/content/content-store.js +0 -269
- package/dist/content/frontmatter.d.ts +0 -6
- package/dist/content/frontmatter.js +0 -33
- package/dist/content-sync/index.d.ts +0 -1
- package/dist/content-sync/index.js +0 -1
- package/dist/content-sync/reconcile.d.ts +0 -28
- package/dist/content-sync/reconcile.js +0 -125
- package/dist/d1-store/content/try-claim-content-lease.d.ts +0 -2
- package/dist/d1-store/content/try-claim-content-lease.js +0 -21
- package/dist/d1-store/methods.d.ts +0 -32
- package/dist/d1-store/methods.js +0 -66
- package/dist/d1-store/packages/get-release.d.ts +0 -2
- package/dist/d1-store/packages/get-release.js +0 -6
- package/dist/d1-store/packages/get-share-package.d.ts +0 -2
- package/dist/d1-store/packages/get-share-package.js +0 -6
- package/dist/d1-store/packages/list-releases.d.ts +0 -2
- package/dist/d1-store/packages/list-releases.js +0 -6
- package/dist/d1-store/packages/list-share-packages.d.ts +0 -2
- package/dist/d1-store/packages/list-share-packages.js +0 -6
- package/dist/d1-store/packages/release-all-leases.d.ts +0 -2
- package/dist/d1-store/packages/release-all-leases.js +0 -8
- package/dist/d1-store/packages/release-lease.d.ts +0 -3
- package/dist/d1-store/packages/release-lease.js +0 -6
- package/dist/d1-store/packages/upsert-release.d.ts +0 -5
- package/dist/d1-store/packages/upsert-release.js +0 -6
- package/dist/d1-store/packages/upsert-share-package.d.ts +0 -3
- package/dist/d1-store/packages/upsert-share-package.js +0 -6
- package/dist/d1-store/support/approvals/create-approval-request.d.ts +0 -3
- package/dist/d1-store/support/approvals/create-approval-request.js +0 -12
- package/dist/d1-store/support/approvals/decide-approval-request.d.ts +0 -3
- package/dist/d1-store/support/approvals/decide-approval-request.js +0 -12
- package/dist/d1-store/support/approvals/list-approval-requests.d.ts +0 -3
- package/dist/d1-store/support/approvals/list-approval-requests.js +0 -7
- package/dist/d1-store/support/cursors/get-cursor.d.ts +0 -3
- package/dist/d1-store/support/cursors/get-cursor.js +0 -6
- package/dist/d1-store/support/cursors/upsert-cursor.d.ts +0 -3
- package/dist/d1-store/support/cursors/upsert-cursor.js +0 -6
- package/dist/d1-store/support/execution/inspect-leases.d.ts +0 -2
- package/dist/d1-store/support/execution/inspect-leases.js +0 -6
- package/dist/d1-store/support/execution/inspect-runs.d.ts +0 -2
- package/dist/d1-store/support/execution/inspect-runs.js +0 -6
- package/dist/d1-store/support/messages/ack-message.d.ts +0 -3
- package/dist/d1-store/support/messages/ack-message.js +0 -15
- package/dist/d1-store/support/messages/claim-message.d.ts +0 -3
- package/dist/d1-store/support/messages/claim-message.js +0 -22
- package/dist/d1-store/support/messages/create-message.d.ts +0 -3
- package/dist/d1-store/support/messages/create-message.js +0 -26
- package/dist/d1-store/support/queries/follow.d.ts +0 -6
- package/dist/d1-store/support/queries/follow.js +0 -21
- package/dist/d1-store/support/queries/pick.d.ts +0 -3
- package/dist/d1-store/support/queries/pick.js +0 -57
- package/dist/d1-store/support/queries/search.d.ts +0 -3
- package/dist/d1-store/support/queries/search.js +0 -13
- package/dist/d1-store/support/records/create-record.d.ts +0 -3
- package/dist/d1-store/support/records/create-record.js +0 -70
- package/dist/d1-store/support/records/get-record.d.ts +0 -3
- package/dist/d1-store/support/records/get-record.js +0 -31
- package/dist/d1-store/support/records/record-run.d.ts +0 -3
- package/dist/d1-store/support/records/record-run.js +0 -8
- package/dist/d1-store/support/records/rows-for-model.d.ts +0 -2
- package/dist/d1-store/support/records/rows-for-model.js +0 -36
- package/dist/d1-store/support/update.d.ts +0 -3
- package/dist/d1-store/support/update.js +0 -67
- package/dist/d1-store/support/workstreams/append-workstream-event.d.ts +0 -3
- package/dist/d1-store/support/workstreams/append-workstream-event.js +0 -6
- package/dist/d1-store/support/workstreams/get-workstream.d.ts +0 -2
- package/dist/d1-store/support/workstreams/get-workstream.js +0 -6
- package/dist/d1-store/support/workstreams/list-workstreams.d.ts +0 -2
- package/dist/d1-store/support/workstreams/list-workstreams.js +0 -6
- package/dist/d1-store/support/workstreams/upsert-workstream.d.ts +0 -3
- package/dist/d1-store/support/workstreams/upsert-workstream.js +0 -6
- package/dist/d1-store/teams/upsert-team-inbox-item.d.ts +0 -3
- package/dist/d1-store/teams/upsert-team-inbox-item.js +0 -12
- package/dist/db/d1.d.ts +0 -246
- package/dist/db/d1.js +0 -8
- package/dist/db/index.d.ts +0 -2
- package/dist/db/index.js +0 -2
- package/dist/db/node-sqlite.d.ts +0 -297
- package/dist/db/node-sqlite.js +0 -133
- package/dist/db/schema.d.ts +0 -483
- package/dist/db/schema.js +0 -29
- package/dist/entrypoints/clients/remote.d.ts +0 -206
- package/dist/entrypoints/clients/remote.js +0 -192
- package/dist/entrypoints/dispatch/dispatch.d.ts +0 -4
- package/dist/entrypoints/dispatch/dispatch.js +0 -174
- package/dist/entrypoints/models/plugin-default.d.ts +0 -28
- package/dist/entrypoints/models/plugin-default.js +0 -39
- package/dist/entrypoints/models/sdk-dispatch.d.ts +0 -12
- package/dist/entrypoints/models/sdk-dispatch.js +0 -126
- package/dist/entrypoints/models/sdk-filters.d.ts +0 -4
- package/dist/entrypoints/models/sdk-filters.js +0 -74
- package/dist/entrypoints/models/sdk.d.ts +0 -138
- package/dist/entrypoints/models/sdk.js +0 -379
- package/dist/entrypoints/runtime/managed-dependencies.d.ts +0 -6
- package/dist/entrypoints/runtime/managed-dependencies.js +0 -6
- package/dist/entrypoints/runtime/timing.d.ts +0 -20
- package/dist/entrypoints/runtime/timing.js +0 -73
- package/dist/entrypoints/runtime/verification.d.ts +0 -3
- package/dist/entrypoints/runtime/verification.js +0 -3
- package/dist/governance/groups/membership.d.ts +0 -21
- package/dist/governance/groups/membership.js +0 -63
- package/dist/governance/groups/signal-scope.d.ts +0 -7
- package/dist/governance/groups/signal-scope.js +0 -49
- package/dist/governance/policy/decision-dependencies.d.ts +0 -21
- package/dist/governance/policy/decision-dependencies.js +0 -21
- package/dist/governance/policy/governance.d.ts +0 -133
- package/dist/governance/policy/governance.js +0 -285
- package/dist/governance/policy/proposal-readiness.d.ts +0 -65
- package/dist/governance/policy/proposal-readiness.js +0 -68
- package/dist/graph/build/build-graph-from-documents.d.ts +0 -9
- package/dist/graph/build/build-graph-from-documents.js +0 -401
- package/dist/graph/build/md-node.d.ts +0 -46
- package/dist/graph/build/md-node.js +0 -210
- package/dist/graph/build/parse-graph-document.d.ts +0 -30
- package/dist/graph/build/parse-graph-document.js +0 -206
- package/dist/graph/build/read-snapshot-file.d.ts +0 -16
- package/dist/graph/build/read-snapshot-file.js +0 -177
- package/dist/graph/build.d.ts +0 -4
- package/dist/graph/build.js +0 -4
- package/dist/graph/context-query-readiness.d.ts +0 -49
- package/dist/graph/context-query-readiness.js +0 -12
- package/dist/graph/context-query-test.d.ts +0 -181
- package/dist/graph/context-query-test.js +0 -205
- package/dist/graph/dsl.d.ts +0 -20
- package/dist/graph/dsl.js +0 -253
- package/dist/graph/query/graph-query-engine.d.ts +0 -47
- package/dist/graph/query/graph-query-engine.js +0 -363
- package/dist/graph/query/relation-to-edge-type.d.ts +0 -12
- package/dist/graph/query/relation-to-edge-type.js +0 -91
- package/dist/graph/query/stateful-ids.d.ts +0 -2
- package/dist/graph/query/stateful-ids.js +0 -12
- package/dist/graph/query.d.ts +0 -3
- package/dist/graph/query.js +0 -3
- package/dist/graph/ranking/create-default-graph-ranking-provider.d.ts +0 -2
- package/dist/graph/ranking/create-default-graph-ranking-provider.js +0 -319
- package/dist/graph/ranking/default-graph-ranking-provider.d.ts +0 -1
- package/dist/graph/ranking/default-graph-ranking-provider.js +0 -5
- package/dist/graph/ranking/ranking-field.d.ts +0 -37
- package/dist/graph/ranking/ranking-field.js +0 -184
- package/dist/graph/ranking.d.ts +0 -3
- package/dist/graph/ranking.js +0 -3
- package/dist/graph/schema.d.ts +0 -142
- package/dist/graph/schema.js +0 -139
- package/dist/guarantees/contracts/agent-guarantee-contracts.d.ts +0 -123
- package/dist/guarantees/contracts/agent-guarantee-contracts.js +0 -8
- package/dist/guarantees/contracts/agent-guarantee-status.d.ts +0 -40
- package/dist/guarantees/contracts/agent-guarantee-status.js +0 -119
- package/dist/guarantees/contracts/create-agent-guarantee-proof-template.d.ts +0 -94
- package/dist/guarantees/contracts/create-agent-guarantee-proof-template.js +0 -21
- package/dist/guarantees/contracts/parse-agent-guarantee-contract.d.ts +0 -19
- package/dist/guarantees/contracts/parse-agent-guarantee-contract.js +0 -131
- package/dist/guarantees/contracts/parse-agent-guarantee-proof.d.ts +0 -10
- package/dist/guarantees/contracts/parse-agent-guarantee-proof.js +0 -133
- package/dist/guarantees/features/guarantee-source-closure.d.ts +0 -9
- package/dist/guarantees/features/guarantee-source-closure.js +0 -50
- package/dist/guarantees/features/ui-feature-contract.d.ts +0 -35
- package/dist/guarantees/features/ui-feature-contract.js +0 -133
- package/dist/guarantees/features/ui-scene-runtime-trust.d.ts +0 -16
- package/dist/guarantees/features/ui-scene-runtime-trust.js +0 -33
- package/dist/guarantees/index/build-guarantee-dependency-graph.d.ts +0 -21
- package/dist/guarantees/index/build-guarantee-dependency-graph.js +0 -248
- package/dist/guarantees/index/export-guarantees-csv.d.ts +0 -110
- package/dist/guarantees/index/export-guarantees-csv.js +0 -235
- package/dist/guarantees/index/guarantee-journey-audit-item.d.ts +0 -225
- package/dist/guarantees/index/guarantee-journey-audit-item.js +0 -81
- package/dist/guarantees/index/guarantee-schema-version.d.ts +0 -216
- package/dist/guarantees/index/guarantee-schema-version.js +0 -10
- package/dist/guarantees/index/parse-verifier-registry.d.ts +0 -64
- package/dist/guarantees/index/parse-verifier-registry.js +0 -177
- package/dist/guarantees/index/plan-guarantees.d.ts +0 -23
- package/dist/guarantees/index/plan-guarantees.js +0 -268
- package/dist/guarantees/index/run-guarantees.d.ts +0 -48
- package/dist/guarantees/index/run-guarantees.js +0 -327
- package/dist/guarantees/index/run-verifier-command.d.ts +0 -41
- package/dist/guarantees/index/run-verifier-command.js +0 -290
- package/dist/guarantees/index/scene-report-evidence-paths.d.ts +0 -77
- package/dist/guarantees/index/scene-report-evidence-paths.js +0 -387
- package/dist/guarantees/index/walk-files.d.ts +0 -18
- package/dist/guarantees/index/walk-files.js +0 -247
- package/dist/hosting/apps.d.ts +0 -12
- package/dist/hosting/apps.js +0 -107
- package/dist/hosting/builtins/all-environments.d.ts +0 -25
- package/dist/hosting/builtins/all-environments.js +0 -194
- package/dist/hosting/builtins/create-cloudflare-host-adapter.d.ts +0 -4
- package/dist/hosting/builtins/create-cloudflare-host-adapter.js +0 -219
- package/dist/hosting/builtins/create-default-service-type-adapters.d.ts +0 -24
- package/dist/hosting/builtins/create-default-service-type-adapters.js +0 -159
- package/dist/hosting/builtins/probe-cloudflare-pages-public-url.d.ts +0 -15
- package/dist/hosting/builtins/probe-cloudflare-pages-public-url.js +0 -166
- package/dist/hosting/builtins.d.ts +0 -4
- package/dist/hosting/builtins.js +0 -4
- package/dist/hosting/contracts.d.ts +0 -190
- package/dist/hosting/graph/assert-capability-binding.d.ts +0 -37
- package/dist/hosting/graph/assert-capability-binding.js +0 -257
- package/dist/hosting/graph/build-profile-from-deploy-config.d.ts +0 -2
- package/dist/hosting/graph/build-profile-from-deploy-config.js +0 -253
- package/dist/hosting/graph/canonical-hosting-node.d.ts +0 -112
- package/dist/hosting/graph/canonical-hosting-node.js +0 -155
- package/dist/hosting/graph/railway-service-name-max-length.d.ts +0 -40
- package/dist/hosting/graph/railway-service-name-max-length.js +0 -190
- package/dist/hosting/graph/railway-source-policy.d.ts +0 -27
- package/dist/hosting/graph/railway-source-policy.js +0 -170
- package/dist/hosting/graph.d.ts +0 -5
- package/dist/hosting/graph.js +0 -5
- package/dist/hosting/index.d.ts +0 -4
- package/dist/hosting/index.js +0 -4
- package/dist/index/agent-and-content.d.ts +0 -17
- package/dist/index/agent-and-content.js +0 -87
- package/dist/index/capacity-and-governance.d.ts +0 -14
- package/dist/index/capacity-and-governance.js +0 -45
- package/dist/index/database-and-remote.d.ts +0 -10
- package/dist/index/database-and-remote.js +0 -53
- package/dist/index/graph-and-search.d.ts +0 -5
- package/dist/index/graph-and-search.js +0 -21
- package/dist/index/operations-and-workflows.d.ts +0 -22
- package/dist/index/operations-and-workflows.js +0 -147
- package/dist/index/platform-and-hosting.d.ts +0 -7
- package/dist/index/platform-and-hosting.js +0 -103
- package/dist/index/public-contracts.d.ts +0 -4
- package/dist/index/public-contracts.js +0 -12
- package/dist/index/publishing-and-runtime.d.ts +0 -12
- package/dist/index/publishing-and-runtime.js +0 -81
- package/dist/index/templates-and-catalog.d.ts +0 -1
- package/dist/index/templates-and-catalog.js +0 -5
- package/dist/index.d.ts +0 -10
- package/dist/index.js +0 -10
- package/dist/knowledge/authoring.d.ts +0 -3
- package/dist/knowledge/authoring.js +0 -61
- package/dist/knowledge/catalog.d.ts +0 -38
- package/dist/knowledge/catalog.js +0 -254
- package/dist/knowledge/collaboration.d.ts +0 -89
- package/dist/knowledge/collaboration.js +0 -6
- package/dist/knowledge/editorial-context.d.ts +0 -22
- package/dist/knowledge/editorial-context.js +0 -60
- package/dist/knowledge/editorial-review.d.ts +0 -33
- package/dist/knowledge/editorial-review.js +0 -30
- package/dist/knowledge/markdown.d.ts +0 -3
- package/dist/knowledge/markdown.js +0 -130
- package/dist/knowledge/publication.d.ts +0 -39
- package/dist/knowledge/publication.js +0 -39
- package/dist/knowledge/routes.d.ts +0 -3
- package/dist/knowledge/routes.js +0 -15
- package/dist/knowledge-packs/index.d.ts +0 -2
- package/dist/knowledge-packs/index.js +0 -2
- package/dist/knowledge-packs/snapshot.d.ts +0 -43
- package/dist/knowledge-packs/snapshot.js +0 -89
- package/dist/knowledge-packs/zip.d.ts +0 -7
- package/dist/knowledge-packs/zip.js +0 -101
- package/dist/local-dev/managed-dev-process-spec.d.ts +0 -8
- package/dist/local-dev/managed-dev-process-spec.js +0 -206
- package/dist/local-dev/managed-dev.d.ts +0 -88
- package/dist/local-dev/managed-dev.js +0 -300
- package/dist/local-dev/source-closure.d.ts +0 -14
- package/dist/local-dev/source-closure.js +0 -154
- package/dist/managed-dependencies/collect-native-dependency-repairs.d.ts +0 -28
- package/dist/managed-dependencies/collect-native-dependency-repairs.js +0 -246
- package/dist/managed-dependencies/dependency-runtime.d.ts +0 -132
- package/dist/managed-dependencies/dependency-runtime.js +0 -178
- package/dist/managed-dependencies/install-cloudflared.d.ts +0 -2
- package/dist/managed-dependencies/install-cloudflared.js +0 -48
- package/dist/managed-dependencies/install-gh-act.d.ts +0 -6
- package/dist/managed-dependencies/install-gh-act.js +0 -215
- package/dist/managed-dependencies/install-gh.d.ts +0 -7
- package/dist/managed-dependencies/install-gh.js +0 -274
- package/dist/managed-dependencies/redact-sensitive-output.d.ts +0 -38
- package/dist/managed-dependencies/redact-sensitive-output.js +0 -207
- package/dist/managed-dependencies/run-npm-tool-rebuilds.d.ts +0 -18
- package/dist/managed-dependencies/run-npm-tool-rebuilds.js +0 -220
- package/dist/operations/agents/agent-checkpoint-integration.d.ts +0 -53
- package/dist/operations/agents/agent-checkpoint-integration.js +0 -235
- package/dist/operations/agents/agent-tools.d.ts +0 -121
- package/dist/operations/agents/agent-tools.js +0 -184
- package/dist/operations/agents/agent-worktree-checkpoint.d.ts +0 -24
- package/dist/operations/agents/agent-worktree-checkpoint.js +0 -83
- package/dist/operations/agents/agent-worktree-prepare.d.ts +0 -24
- package/dist/operations/agents/agent-worktree-prepare.js +0 -28
- package/dist/operations/agents/execution-authority-receipt.d.ts +0 -43
- package/dist/operations/agents/execution-authority-receipt.js +0 -69
- package/dist/operations/content-operations.d.ts +0 -106
- package/dist/operations/content-operations.js +0 -334
- package/dist/operations/operations-registry.d.ts +0 -5
- package/dist/operations/operations-registry.js +0 -83
- package/dist/operations/operations-types.d.ts +0 -75
- package/dist/operations/operations-types.js +0 -17
- package/dist/operations/operations.d.ts +0 -17
- package/dist/operations/operations.js +0 -108
- package/dist/operations/packages/agent-worktree-release.d.ts +0 -27
- package/dist/operations/packages/agent-worktree-release.js +0 -25
- package/dist/operations/providers/default/auth-who-am-ioperation.d.ts +0 -60
- package/dist/operations/providers/default/auth-who-am-ioperation.js +0 -283
- package/dist/operations/providers/default/preflight-operation.d.ts +0 -81
- package/dist/operations/providers/default/preflight-operation.js +0 -127
- package/dist/operations/providers/default/run-git.d.ts +0 -63
- package/dist/operations/providers/default/run-git.js +0 -216
- package/dist/operations/providers/default/utility-operations.d.ts +0 -45
- package/dist/operations/providers/default/utility-operations.js +0 -139
- package/dist/operations/providers/default.d.ts +0 -4
- package/dist/operations/providers/default.js +0 -4
- package/dist/operations/runtime/runtime.d.ts +0 -9
- package/dist/operations/runtime/runtime.js +0 -63
- package/dist/operations/services/agents/runtime-tools.d.ts +0 -35
- package/dist/operations/services/agents/runtime-tools.js +0 -212
- package/dist/operations/services/build/build-warning-policy.d.ts +0 -34
- package/dist/operations/services/build/build-warning-policy.js +0 -91
- package/dist/operations/services/capacity/accounting/release-proof-ledger.d.ts +0 -13
- package/dist/operations/services/capacity/accounting/release-proof-ledger.js +0 -81
- package/dist/operations/services/capacity/providers/commit-message-provider.d.ts +0 -3
- package/dist/operations/services/capacity/providers/commit-message-provider.js +0 -3
- package/dist/operations/services/commit-message-provider/context-lines.d.ts +0 -9
- package/dist/operations/services/commit-message-provider/context-lines.js +0 -168
- package/dist/operations/services/commit-message-provider/default-commit-ai-model.d.ts +0 -87
- package/dist/operations/services/commit-message-provider/default-commit-ai-model.js +0 -149
- package/dist/operations/services/commit-message-provider/fallback-summary.d.ts +0 -34
- package/dist/operations/services/commit-message-provider/fallback-summary.js +0 -227
- package/dist/operations/services/config-runtime/accounts/ensure-secret-session-for-config.d.ts +0 -80
- package/dist/operations/services/config-runtime/accounts/ensure-secret-session-for-config.js +0 -171
- package/dist/operations/services/config-runtime/agents/ensure-act-verification-tooling.d.ts +0 -56
- package/dist/operations/services/config-runtime/agents/ensure-act-verification-tooling.js +0 -234
- package/dist/operations/services/config-runtime/configuration/configuration-generation.d.ts +0 -25
- package/dist/operations/services/config-runtime/configuration/configuration-generation.js +0 -71
- package/dist/operations/services/config-runtime/configuration/create-default-machine-config.d.ts +0 -106
- package/dist/operations/services/config-runtime/configuration/create-default-machine-config.js +0 -275
- package/dist/operations/services/config-runtime/configuration/create-git-hub-config-sync-units.d.ts +0 -55
- package/dist/operations/services/config-runtime/configuration/create-git-hub-config-sync-units.js +0 -247
- package/dist/operations/services/config-runtime/configuration/finalize-config.d.ts +0 -53
- package/dist/operations/services/config-runtime/configuration/finalize-config.js +0 -271
- package/dist/operations/services/config-runtime/configuration/inspect-key-agent-status.d.ts +0 -5
- package/dist/operations/services/config-runtime/configuration/inspect-key-agent-status.js +0 -215
- package/dist/operations/services/config-runtime/configuration/list-relevant-config-entries.d.ts +0 -47
- package/dist/operations/services/config-runtime/configuration/list-relevant-config-entries.js +0 -228
- package/dist/operations/services/config-runtime/configuration/machine-config-relative-path.d.ts +0 -93
- package/dist/operations/services/config-runtime/configuration/machine-config-relative-path.js +0 -214
- package/dist/operations/services/config-runtime/configuration/resolve-launch-environment.d.ts +0 -100
- package/dist/operations/services/config-runtime/configuration/resolve-launch-environment.js +0 -229
- package/dist/operations/services/config-runtime/hosting/check-railway-connection.d.ts +0 -35
- package/dist/operations/services/config-runtime/hosting/check-railway-connection.js +0 -214
- package/dist/operations/services/config-runtime/hosting/load-tenant-deploy-config.d.ts +0 -71
- package/dist/operations/services/config-runtime/hosting/load-tenant-deploy-config.js +0 -253
- package/dist/operations/services/config-runtime/hosting/sync-cloudflare-environment.d.ts +0 -64
- package/dist/operations/services/config-runtime/hosting/sync-cloudflare-environment.js +0 -184
- package/dist/operations/services/config-runtime/support/collect-print-env-report.d.ts +0 -53
- package/dist/operations/services/config-runtime/support/collect-print-env-report.js +0 -58
- package/dist/operations/services/config-runtime/support/resolve-entry-value-from-buckets.d.ts +0 -29
- package/dist/operations/services/config-runtime/support/resolve-entry-value-from-buckets.js +0 -237
- package/dist/operations/services/config-runtime/support/rotate-machine-key-passphrase.d.ts +0 -59
- package/dist/operations/services/config-runtime/support/rotate-machine-key-passphrase.js +0 -258
- package/dist/operations/services/config-runtime/support/summarize-persistent-readiness.d.ts +0 -117
- package/dist/operations/services/config-runtime/support/summarize-persistent-readiness.js +0 -231
- package/dist/operations/services/config-runtime/templates/catalog/template-catalog-settings.d.ts +0 -16
- package/dist/operations/services/config-runtime/templates/catalog/template-catalog-settings.js +0 -241
- package/dist/operations/services/configuration/config-runtime.d.ts +0 -18
- package/dist/operations/services/configuration/config-runtime.js +0 -18
- package/dist/operations/services/configuration/github-credentials.d.ts +0 -13
- package/dist/operations/services/configuration/github-credentials.js +0 -71
- package/dist/operations/services/configuration/key-agent.d.ts +0 -4
- package/dist/operations/services/configuration/key-agent.js +0 -4
- package/dist/operations/services/deploy/accounts/local-runtime-auth-env-keys.d.ts +0 -159
- package/dist/operations/services/deploy/accounts/local-runtime-auth-env-keys.js +0 -240
- package/dist/operations/services/deploy/configuration/destroy-environment-resources.d.ts +0 -229
- package/dist/operations/services/deploy/configuration/destroy-environment-resources.js +0 -219
- package/dist/operations/services/deploy/hosting/assert-cloudflare-cache-purge-succeeded.d.ts +0 -104
- package/dist/operations/services/deploy/hosting/assert-cloudflare-cache-purge-succeeded.js +0 -210
- package/dist/operations/services/deploy/hosting/build-managed-cloudflare-cache-rules.d.ts +0 -163
- package/dist/operations/services/deploy/hosting/build-managed-cloudflare-cache-rules.js +0 -247
- package/dist/operations/services/deploy/hosting/cloudflare-api-request.d.ts +0 -7
- package/dist/operations/services/deploy/hosting/cloudflare-api-request.js +0 -180
- package/dist/operations/services/deploy/hosting/cloudflare-destroy-verification.d.ts +0 -48
- package/dist/operations/services/deploy/hosting/cloudflare-destroy-verification.js +0 -120
- package/dist/operations/services/deploy/hosting/collect-missing-deploy-inputs.d.ts +0 -67
- package/dist/operations/services/deploy/hosting/collect-missing-deploy-inputs.js +0 -227
- package/dist/operations/services/deploy/hosting/configured-surface-hosts.d.ts +0 -98
- package/dist/operations/services/deploy/hosting/configured-surface-hosts.js +0 -222
- package/dist/operations/services/deploy/hosting/delete-cloudflare-api-resource.d.ts +0 -65
- package/dist/operations/services/deploy/hosting/delete-cloudflare-api-resource.js +0 -258
- package/dist/operations/services/deploy/hosting/load-deploy-state.d.ts +0 -17
- package/dist/operations/services/deploy/hosting/load-deploy-state.js +0 -278
- package/dist/operations/services/deploy/hosting/provision-cloudflare-resources.d.ts +0 -47
- package/dist/operations/services/deploy/hosting/provision-cloudflare-resources.js +0 -207
- package/dist/operations/services/deploy/hosting/verify-provisioned-cloudflare-resources.d.ts +0 -25
- package/dist/operations/services/deploy/hosting/verify-provisioned-cloudflare-resources.js +0 -260
- package/dist/operations/services/deploy/projects/projects-core/ensure-pages-project-compatibility.d.ts +0 -59
- package/dist/operations/services/deploy/projects/projects-core/ensure-pages-project-compatibility.js +0 -142
- package/dist/operations/services/deploy/support/default-compatibility-date.d.ts +0 -42
- package/dist/operations/services/deploy/support/default-compatibility-date.js +0 -234
- package/dist/operations/services/deploy/support/delete-cache-rules.d.ts +0 -52
- package/dist/operations/services/deploy/support/delete-cache-rules.js +0 -267
- package/dist/operations/services/deploy/support/docker-list.d.ts +0 -55
- package/dist/operations/services/deploy/support/docker-list.js +0 -251
- package/dist/operations/services/deploy/support/pages-domain-name.d.ts +0 -52
- package/dist/operations/services/deploy/support/pages-domain-name.js +0 -246
- package/dist/operations/services/deploy/support/print-destroy-summary.d.ts +0 -1
- package/dist/operations/services/deploy/support/print-destroy-summary.js +0 -40
- package/dist/operations/services/deploy/support/run-wrangler.d.ts +0 -36
- package/dist/operations/services/deploy/support/run-wrangler.js +0 -245
- package/dist/operations/services/git-runner/active-git-process-hints.d.ts +0 -16
- package/dist/operations/services/git-runner/active-git-process-hints.js +0 -225
- package/dist/operations/services/git-runner/git-runner-mode.d.ts +0 -78
- package/dist/operations/services/git-runner/git-runner-mode.js +0 -198
- package/dist/operations/services/git-runner/recover-git-locks.d.ts +0 -14
- package/dist/operations/services/git-runner/recover-git-locks.js +0 -124
- package/dist/operations/services/git-workflow/checkout-task-branch-from-staging.d.ts +0 -57
- package/dist/operations/services/git-workflow/checkout-task-branch-from-staging.js +0 -223
- package/dist/operations/services/git-workflow/inspect-detached-head-repair.d.ts +0 -112
- package/dist/operations/services/git-workflow/inspect-detached-head-repair.js +0 -265
- package/dist/operations/services/git-workflow/inspect-merged-remote-task-branches.d.ts +0 -85
- package/dist/operations/services/git-workflow/inspect-merged-remote-task-branches.js +0 -237
- package/dist/operations/services/git-workflow/reconcile-submodule-checkouts.d.ts +0 -5
- package/dist/operations/services/git-workflow/reconcile-submodule-checkouts.js +0 -34
- package/dist/operations/services/git-workflow/staging-branch.d.ts +0 -32
- package/dist/operations/services/git-workflow/staging-branch.js +0 -203
- package/dist/operations/services/github-actions-verification/create-git-hub-actions-gate-progress-reporter.d.ts +0 -15
- package/dist/operations/services/github-actions-verification/create-git-hub-actions-gate-progress-reporter.js +0 -66
- package/dist/operations/services/github-actions-verification/git-hub-actions-workflow-state.d.ts +0 -134
- package/dist/operations/services/github-actions-verification/git-hub-actions-workflow-state.js +0 -104
- package/dist/operations/services/github-actions-verification/inspect-target.d.ts +0 -37
- package/dist/operations/services/github-actions-verification/inspect-target.js +0 -237
- package/dist/operations/services/github-actions-verification/resolve-remote-branch-head.d.ts +0 -16
- package/dist/operations/services/github-actions-verification/resolve-remote-branch-head.js +0 -228
- package/dist/operations/services/github-api/create-git-hub-api-client.d.ts +0 -73
- package/dist/operations/services/github-api/create-git-hub-api-client.js +0 -264
- package/dist/operations/services/github-api/get-latest-git-hub-workflow-run.d.ts +0 -52
- package/dist/operations/services/github-api/get-latest-git-hub-workflow-run.js +0 -214
- package/dist/operations/services/github-api/paginate-git-hub-environment-names.d.ts +0 -45
- package/dist/operations/services/github-api/paginate-git-hub-environment-names.js +0 -176
- package/dist/operations/services/github-api/require.d.ts +0 -139
- package/dist/operations/services/github-api/require.js +0 -123
- package/dist/operations/services/github-api/upsert-git-hub-repository-variable-with-gh-cli.d.ts +0 -32
- package/dist/operations/services/github-api/upsert-git-hub-repository-variable-with-gh-cli.js +0 -243
- package/dist/operations/services/github-automation/ensure-git-hub-bootstrap-repository.d.ts +0 -21
- package/dist/operations/services/github-automation/ensure-git-hub-bootstrap-repository.js +0 -59
- package/dist/operations/services/github-automation/github-repository-remote.d.ts +0 -3
- package/dist/operations/services/github-automation/github-repository-remote.js +0 -36
- package/dist/operations/services/github-automation/non-empty-values.d.ts +0 -51
- package/dist/operations/services/github-automation/non-empty-values.js +0 -111
- package/dist/operations/services/guarantees/release-proof-planner.d.ts +0 -48
- package/dist/operations/services/guarantees/release-proof-planner.js +0 -195
- package/dist/operations/services/guarantees/release-proof-runner.d.ts +0 -16
- package/dist/operations/services/guarantees/release-proof-runner.js +0 -169
- package/dist/operations/services/guarantees/release-proof.d.ts +0 -81
- package/dist/operations/services/guarantees/release-proof.js +0 -79
- package/dist/operations/services/hosted-service-checks/collect-hosted-service-checks.d.ts +0 -2
- package/dist/operations/services/hosted-service-checks/collect-hosted-service-checks.js +0 -387
- package/dist/operations/services/hosted-service-checks/hosted-service-check-status.d.ts +0 -110
- package/dist/operations/services/hosted-service-checks/hosted-service-check-status.js +0 -155
- package/dist/operations/services/hosting/audit/hosted-service-checks.d.ts +0 -2
- package/dist/operations/services/hosting/audit/hosted-service-checks.js +0 -2
- package/dist/operations/services/hosting/audit/hosting-audit.d.ts +0 -4
- package/dist/operations/services/hosting/audit/hosting-audit.js +0 -4
- package/dist/operations/services/hosting/audit/live-hosted-service-checks.d.ts +0 -4
- package/dist/operations/services/hosting/audit/live-hosted-service-checks.js +0 -4
- package/dist/operations/services/hosting/audit/managed-host-security.d.ts +0 -13
- package/dist/operations/services/hosting/audit/managed-host-security.js +0 -54
- package/dist/operations/services/hosting/deployment/deploy.d.ts +0 -19
- package/dist/operations/services/hosting/deployment/deploy.js +0 -19
- package/dist/operations/services/hosting/deployment/deployment-readiness.d.ts +0 -30
- package/dist/operations/services/hosting/deployment/deployment-readiness.js +0 -217
- package/dist/operations/services/hosting/deployment/save-deploy-preflight.d.ts +0 -32
- package/dist/operations/services/hosting/deployment/save-deploy-preflight.js +0 -82
- package/dist/operations/services/hosting/railway/railway-api.d.ts +0 -10
- package/dist/operations/services/hosting/railway/railway-api.js +0 -10
- package/dist/operations/services/hosting/railway/railway-cli.d.ts +0 -47
- package/dist/operations/services/hosting/railway/railway-cli.js +0 -142
- package/dist/operations/services/hosting/railway/railway-deploy.d.ts +0 -10
- package/dist/operations/services/hosting/railway/railway-deploy.js +0 -10
- package/dist/operations/services/hosting/railway/railway-source-policy.d.ts +0 -25
- package/dist/operations/services/hosting/railway/railway-source-policy.js +0 -111
- package/dist/operations/services/hosting-audit/check-smtp-reachability.d.ts +0 -14
- package/dist/operations/services/hosting-audit/check-smtp-reachability.js +0 -271
- package/dist/operations/services/hosting-audit/format-hosting-audit-report.d.ts +0 -2
- package/dist/operations/services/hosting-audit/format-hosting-audit-report.js +0 -26
- package/dist/operations/services/hosting-audit/hosting-audit-environment.d.ts +0 -98
- package/dist/operations/services/hosting-audit/hosting-audit-environment.js +0 -177
- package/dist/operations/services/hosting-audit/required-key-check.d.ts +0 -23
- package/dist/operations/services/hosting-audit/required-key-check.js +0 -199
- package/dist/operations/services/key-agent/migrate-legacy-project-machine-key-to-wrapped.d.ts +0 -2
- package/dist/operations/services/key-agent/migrate-legacy-project-machine-key-to-wrapped.js +0 -27
- package/dist/operations/services/key-agent/read-legacy-project-machine-key.d.ts +0 -18
- package/dist/operations/services/key-agent/read-legacy-project-machine-key.js +0 -250
- package/dist/operations/services/key-agent/read-wrapped-machine-key-file.d.ts +0 -43
- package/dist/operations/services/key-agent/read-wrapped-machine-key-file.js +0 -260
- package/dist/operations/services/key-agent/treseed-machine-key-passphrase-env.d.ts +0 -117
- package/dist/operations/services/key-agent/treseed-machine-key-passphrase-env.js +0 -149
- package/dist/operations/services/live-hosted-service-checks/collect-http-observations.d.ts +0 -12
- package/dist/operations/services/live-hosted-service-checks/collect-http-observations.js +0 -138
- package/dist/operations/services/live-hosted-service-checks/collect-railway-observations.d.ts +0 -11
- package/dist/operations/services/live-hosted-service-checks/collect-railway-observations.js +0 -271
- package/dist/operations/services/live-hosted-service-checks/default-retry-attempts.d.ts +0 -109
- package/dist/operations/services/live-hosted-service-checks/default-retry-attempts.js +0 -184
- package/dist/operations/services/live-hosted-service-checks/verify-railway-postgres-topology.d.ts +0 -13
- package/dist/operations/services/live-hosted-service-checks/verify-railway-postgres-topology.js +0 -71
- package/dist/operations/services/operations/bootstrap-runner.d.ts +0 -39
- package/dist/operations/services/operations/bootstrap-runner.js +0 -191
- package/dist/operations/services/operations/git-runner.d.ts +0 -3
- package/dist/operations/services/operations/git-runner.js +0 -3
- package/dist/operations/services/operations/git-workflow.d.ts +0 -5
- package/dist/operations/services/operations/git-workflow.js +0 -5
- package/dist/operations/services/operations/operations-runner-smoke.d.ts +0 -31
- package/dist/operations/services/operations/operations-runner-smoke.js +0 -212
- package/dist/operations/services/operations/workflow-timing.d.ts +0 -25
- package/dist/operations/services/operations/workflow-timing.js +0 -79
- package/dist/operations/services/package-adapters/beam-package-adapter.d.ts +0 -5
- package/dist/operations/services/package-adapters/beam-package-adapter.js +0 -130
- package/dist/operations/services/package-adapters/deployment-source-mode-for-branch.d.ts +0 -19
- package/dist/operations/services/package-adapters/deployment-source-mode-for-branch.js +0 -154
- package/dist/operations/services/package-adapters/package-kind.d.ts +0 -169
- package/dist/operations/services/package-adapters/package-kind.js +0 -110
- package/dist/operations/services/package-adapters/plan-package-development-image.d.ts +0 -52
- package/dist/operations/services/package-adapters/plan-package-development-image.js +0 -238
- package/dist/operations/services/package-adapters/render-package-workflow.d.ts +0 -13
- package/dist/operations/services/package-adapters/render-package-workflow.js +0 -251
- package/dist/operations/services/package-adapters/validate-package-manifests.d.ts +0 -7
- package/dist/operations/services/package-adapters/validate-package-manifests.js +0 -112
- package/dist/operations/services/package-bootstrap/contracts.d.ts +0 -30
- package/dist/operations/services/package-bootstrap/index.d.ts +0 -2
- package/dist/operations/services/package-bootstrap/index.js +0 -2
- package/dist/operations/services/package-bootstrap/initialize-package.d.ts +0 -2
- package/dist/operations/services/package-bootstrap/initialize-package.js +0 -122
- package/dist/operations/services/package-bootstrap/template.d.ts +0 -2
- package/dist/operations/services/package-bootstrap/template.js +0 -390
- package/dist/operations/services/packages/package-artifacts.d.ts +0 -37
- package/dist/operations/services/packages/package-artifacts.js +0 -99
- package/dist/operations/services/packages/package-reference-policy.d.ts +0 -67
- package/dist/operations/services/packages/package-reference-policy.js +0 -366
- package/dist/operations/services/packages/release-history.d.ts +0 -59
- package/dist/operations/services/packages/release-history.js +0 -158
- package/dist/operations/services/persistence/d1-migration.d.ts +0 -6
- package/dist/operations/services/persistence/d1-migration.js +0 -120
- package/dist/operations/services/railway-api/collect-railway-volumes.d.ts +0 -30
- package/dist/operations/services/railway-api/collect-railway-volumes.js +0 -196
- package/dist/operations/services/railway-api/default-railway-api-url.d.ts +0 -122
- package/dist/operations/services/railway-api/default-railway-api-url.js +0 -139
- package/dist/operations/services/railway-api/ensure-railway-custom-domain.d.ts +0 -74
- package/dist/operations/services/railway-api/ensure-railway-custom-domain.js +0 -119
- package/dist/operations/services/railway-api/ensure-railway-service-instance-configuration.d.ts +0 -91
- package/dist/operations/services/railway-api/ensure-railway-service-instance-configuration.js +0 -164
- package/dist/operations/services/railway-api/ensure-railway-service.d.ts +0 -59
- package/dist/operations/services/railway-api/ensure-railway-service.js +0 -217
- package/dist/operations/services/railway-api/inspect-railway-postgres-service.d.ts +0 -73
- package/dist/operations/services/railway-api/inspect-railway-postgres-service.js +0 -209
- package/dist/operations/services/railway-api/list-railway-projects.d.ts +0 -41
- package/dist/operations/services/railway-api/list-railway-projects.js +0 -213
- package/dist/operations/services/railway-api/list-railway-service-domains.d.ts +0 -72
- package/dist/operations/services/railway-api/list-railway-service-domains.js +0 -212
- package/dist/operations/services/railway-api/normalize-workspace.d.ts +0 -17
- package/dist/operations/services/railway-api/normalize-workspace.js +0 -241
- package/dist/operations/services/railway-api/upsert-railway-variables.d.ts +0 -39
- package/dist/operations/services/railway-api/upsert-railway-variables.js +0 -214
- package/dist/operations/services/railway-deploy/configured-public-tree-dx-railway-services.d.ts +0 -81
- package/dist/operations/services/railway-deploy/configured-public-tree-dx-railway-services.js +0 -179
- package/dist/operations/services/railway-deploy/configured-railway-services-for-config.d.ts +0 -1
- package/dist/operations/services/railway-deploy/configured-railway-services-for-config.js +0 -140
- package/dist/operations/services/railway-deploy/configured-railway-services.d.ts +0 -42
- package/dist/operations/services/railway-deploy/configured-railway-services.js +0 -205
- package/dist/operations/services/railway-deploy/deploy-railway-service.d.ts +0 -45
- package/dist/operations/services/railway-deploy/deploy-railway-service.js +0 -122
- package/dist/operations/services/railway-deploy/ensure-railway-scheduled-jobs.d.ts +0 -19
- package/dist/operations/services/railway-deploy/ensure-railway-scheduled-jobs.js +0 -172
- package/dist/operations/services/railway-deploy/normalize-scope.d.ts +0 -34
- package/dist/operations/services/railway-deploy/normalize-scope.js +0 -230
- package/dist/operations/services/railway-deploy/railway-status-deployment-terminal-failure.d.ts +0 -21
- package/dist/operations/services/railway-deploy/railway-status-deployment-terminal-failure.js +0 -182
- package/dist/operations/services/railway-deploy/sync-railway-service-runtime-configuration-after-deploy.d.ts +0 -66
- package/dist/operations/services/railway-deploy/sync-railway-service-runtime-configuration-after-deploy.js +0 -216
- package/dist/operations/services/railway-deploy/verify-railway-managed-resources.d.ts +0 -20
- package/dist/operations/services/railway-deploy/verify-railway-managed-resources.js +0 -245
- package/dist/operations/services/railway-deploy/wait-for-railway-managed-deployments-settled.d.ts +0 -52
- package/dist/operations/services/railway-deploy/wait-for-railway-managed-deployments-settled.js +0 -205
- package/dist/operations/services/reconciliation/package-adapters.d.ts +0 -6
- package/dist/operations/services/reconciliation/package-adapters.js +0 -6
- package/dist/operations/services/repositories/git-remote-policy.d.ts +0 -9
- package/dist/operations/services/repositories/git-remote-policy.js +0 -63
- package/dist/operations/services/repositories/github-actions-verification.d.ts +0 -4
- package/dist/operations/services/repositories/github-actions-verification.js +0 -4
- package/dist/operations/services/repositories/github-api.d.ts +0 -5
- package/dist/operations/services/repositories/github-api.js +0 -5
- package/dist/operations/services/repositories/github-automation.d.ts +0 -3
- package/dist/operations/services/repositories/github-automation.js +0 -3
- package/dist/operations/services/repositories/platform-initializer.d.ts +0 -49
- package/dist/operations/services/repositories/platform-initializer.js +0 -161
- package/dist/operations/services/repositories/platform-workset.d.ts +0 -103
- package/dist/operations/services/repositories/platform-workset.js +0 -204
- package/dist/operations/services/repositories/repository-save-orchestrator.d.ts +0 -13
- package/dist/operations/services/repositories/repository-save-orchestrator.js +0 -13
- package/dist/operations/services/repository-save-orchestrator/packages/finalize-clean-package-version.d.ts +0 -4
- package/dist/operations/services/repository-save-orchestrator/packages/finalize-clean-package-version.js +0 -156
- package/dist/operations/services/repository-save-orchestrator/repositories/discover-repository-save-nodes.d.ts +0 -43
- package/dist/operations/services/repository-save-orchestrator/repositories/discover-repository-save-nodes.js +0 -312
- package/dist/operations/services/repository-save-orchestrator/repositories/plan-repository-save.d.ts +0 -11
- package/dist/operations/services/repository-save-orchestrator/repositories/plan-repository-save.js +0 -173
- package/dist/operations/services/repository-save-orchestrator/repositories/repository-alias-state.d.ts +0 -4
- package/dist/operations/services/repository-save-orchestrator/repositories/repository-alias-state.js +0 -99
- package/dist/operations/services/repository-save-orchestrator/repositories/run-repository-save-orchestrator.d.ts +0 -8
- package/dist/operations/services/repository-save-orchestrator/repositories/run-repository-save-orchestrator.js +0 -173
- package/dist/operations/services/repository-save-orchestrator/repositories/save-one-repository.d.ts +0 -2
- package/dist/operations/services/repository-save-orchestrator/repositories/save-one-repository.js +0 -227
- package/dist/operations/services/repository-save-orchestrator/runtime/with-short-process-temp-env.d.ts +0 -39
- package/dist/operations/services/repository-save-orchestrator/runtime/with-short-process-temp-env.js +0 -258
- package/dist/operations/services/repository-save-orchestrator/support/change-classification.d.ts +0 -9
- package/dist/operations/services/repository-save-orchestrator/support/change-classification.js +0 -47
- package/dist/operations/services/repository-save-orchestrator/support/classify-repo-kind.d.ts +0 -33
- package/dist/operations/services/repository-save-orchestrator/support/classify-repo-kind.js +0 -236
- package/dist/operations/services/repository-save-orchestrator/support/has-staged-changes.d.ts +0 -11
- package/dist/operations/services/repository-save-orchestrator/support/has-staged-changes.js +0 -175
- package/dist/operations/services/repository-save-orchestrator/support/lockfile-manifest-consistency.d.ts +0 -8
- package/dist/operations/services/repository-save-orchestrator/support/lockfile-manifest-consistency.js +0 -46
- package/dist/operations/services/repository-save-orchestrator/support/repo-kind.d.ts +0 -215
- package/dist/operations/services/repository-save-orchestrator/support/repo-kind.js +0 -54
- package/dist/operations/services/repository-save-orchestrator/support/run-script.d.ts +0 -38
- package/dist/operations/services/repository-save-orchestrator/support/run-script.js +0 -327
- package/dist/operations/services/repository-save-orchestrator/support/standalone-lockfile.d.ts +0 -9
- package/dist/operations/services/repository-save-orchestrator/support/standalone-lockfile.js +0 -102
- package/dist/operations/services/repository-save-orchestrator/support/tag-state.d.ts +0 -22
- package/dist/operations/services/repository-save-orchestrator/support/tag-state.js +0 -212
- package/dist/operations/services/repository-save-orchestrator/treedx/repositories/sync-root-workspace-lockfile-metadata.d.ts +0 -15
- package/dist/operations/services/repository-save-orchestrator/treedx/repositories/sync-root-workspace-lockfile-metadata.js +0 -259
- package/dist/operations/services/runtime/export-runtime.d.ts +0 -18
- package/dist/operations/services/runtime/export-runtime.js +0 -140
- package/dist/operations/services/runtime/local-cleanup.d.ts +0 -47
- package/dist/operations/services/runtime/local-cleanup.js +0 -206
- package/dist/operations/services/runtime/local-dev.d.ts +0 -8
- package/dist/operations/services/runtime/local-dev.js +0 -96
- package/dist/operations/services/runtime/npm-git-clone-recovery.d.ts +0 -12
- package/dist/operations/services/runtime/npm-git-clone-recovery.js +0 -25
- package/dist/operations/services/runtime/runtime-paths.d.ts +0 -19
- package/dist/operations/services/runtime/runtime-paths.js +0 -54
- package/dist/operations/services/runtime/watch-dev.d.ts +0 -21
- package/dist/operations/services/runtime/watch-dev.js +0 -282
- package/dist/operations/services/support/managed-repositories.d.ts +0 -38
- package/dist/operations/services/support/managed-repositories.js +0 -188
- package/dist/operations/services/support/template-registry.d.ts +0 -3
- package/dist/operations/services/support/template-registry.js +0 -3
- package/dist/operations/services/support/verification-cache.d.ts +0 -25
- package/dist/operations/services/support/verification-cache.js +0 -71
- package/dist/operations/services/template-registry/sync-managed-package-json.d.ts +0 -32
- package/dist/operations/services/template-registry/sync-managed-package-json.js +0 -234
- package/dist/operations/services/template-registry/template-categories.d.ts +0 -115
- package/dist/operations/services/template-registry/template-categories.js +0 -161
- package/dist/operations/services/template-registry/validate-template-placeholders.d.ts +0 -39
- package/dist/operations/services/template-registry/validate-template-placeholders.js +0 -267
- package/dist/operations/services/treedx/workspaces/workspace-dependency-mode.d.ts +0 -3
- package/dist/operations/services/treedx/workspaces/workspace-dependency-mode.js +0 -3
- package/dist/operations/services/treedx/workspaces/workspace-preflight.d.ts +0 -40
- package/dist/operations/services/treedx/workspaces/workspace-preflight.js +0 -172
- package/dist/operations/services/treedx/workspaces/workspace-save-script.d.ts +0 -26
- package/dist/operations/services/treedx/workspaces/workspace-save-script.js +0 -50
- package/dist/operations/services/treedx/workspaces/workspace-save.d.ts +0 -2
- package/dist/operations/services/treedx/workspaces/workspace-save.js +0 -2
- package/dist/operations/services/treedx/workspaces/workspace-tools.d.ts +0 -17
- package/dist/operations/services/treedx/workspaces/workspace-tools.js +0 -320
- package/dist/operations/services/workspace-dependency-mode/collect-deployment-lockfile-workspace-issues.d.ts +0 -7
- package/dist/operations/services/workspace-dependency-mode/collect-deployment-lockfile-workspace-issues.js +0 -93
- package/dist/operations/services/workspace-dependency-mode/collect-package-lock-consistency-issues.d.ts +0 -49
- package/dist/operations/services/workspace-dependency-mode/collect-package-lock-consistency-issues.js +0 -236
- package/dist/operations/services/workspace-dependency-mode/dependency-resolution-mode.d.ts +0 -53
- package/dist/operations/services/workspace-dependency-mode/dependency-resolution-mode.js +0 -191
- package/dist/operations/services/workspace-save/apply-workspace-version-changes.d.ts +0 -51
- package/dist/operations/services/workspace-save/apply-workspace-version-changes.js +0 -229
- package/dist/operations/services/workspace-save/run-git.d.ts +0 -51
- package/dist/operations/services/workspace-save/run-git.js +0 -243
- package/dist/operations/workflow-state.d.ts +0 -5
- package/dist/operations/workflow-state.js +0 -5
- package/dist/operations/workflow-support.d.ts +0 -30
- package/dist/operations/workflow-support.js +0 -412
- package/dist/operations/workflow.d.ts +0 -329
- package/dist/operations/workflow.js +0 -140
- package/dist/packages/sdk-version.d.ts +0 -2
- package/dist/packages/sdk-version.js +0 -42
- package/dist/persistence/d1-http.d.ts +0 -38
- package/dist/persistence/d1-http.js +0 -95
- package/dist/persistence/d1-store.d.ts +0 -183
- package/dist/persistence/d1-store.js +0 -415
- package/dist/platform/configuration/config.d.ts +0 -27
- package/dist/platform/configuration/config.js +0 -78
- package/dist/platform/configuration/environment.d.ts +0 -5
- package/dist/platform/configuration/environment.js +0 -5
- package/dist/platform/configuration/site-config-schema.d.ts +0 -1
- package/dist/platform/configuration/site-config-schema.js +0 -4
- package/dist/platform/configuration/tenant-config.d.ts +0 -8
- package/dist/platform/configuration/tenant-config.js +0 -212
- package/dist/platform/content/content-runtime-source.d.ts +0 -54
- package/dist/platform/content/content-runtime-source.js +0 -169
- package/dist/platform/content/local-content-materialization.d.ts +0 -9
- package/dist/platform/content/local-content-materialization.js +0 -212
- package/dist/platform/deploy-config/deploy-config-field-aliases.d.ts +0 -33
- package/dist/platform/deploy-config/deploy-config-field-aliases.js +0 -215
- package/dist/platform/deploy-config/normalize-planes-from-legacy-hosting.d.ts +0 -32
- package/dist/platform/deploy-config/normalize-planes-from-legacy-hosting.js +0 -236
- package/dist/platform/deploy-config/parse-deploy-config.d.ts +0 -19
- package/dist/platform/deploy-config/parse-deploy-config.js +0 -175
- package/dist/platform/deploy-config/parse-platform-connections.d.ts +0 -10
- package/dist/platform/deploy-config/parse-platform-connections.js +0 -50
- package/dist/platform/deploy-config/parse-public-tree-dx-federation-config.d.ts +0 -91
- package/dist/platform/deploy-config/parse-public-tree-dx-federation-config.js +0 -217
- package/dist/platform/desired-state/compile-desired-resource-graph.d.ts +0 -13
- package/dist/platform/desired-state/compile-desired-resource-graph.js +0 -130
- package/dist/platform/desired-state/desired-environment.d.ts +0 -79
- package/dist/platform/desired-state/desired-environment.js +0 -162
- package/dist/platform/desired-state/docker-source-closure.d.ts +0 -1
- package/dist/platform/desired-state/docker-source-closure.js +0 -33
- package/dist/platform/desired-state/local-development-resources.d.ts +0 -4
- package/dist/platform/desired-state/local-development-resources.js +0 -260
- package/dist/platform/desired-state/local-provider-resources.d.ts +0 -12
- package/dist/platform/desired-state/local-provider-resources.js +0 -129
- package/dist/platform/desired-state/local-tunnel-identity.d.ts +0 -8
- package/dist/platform/desired-state/local-tunnel-identity.js +0 -35
- package/dist/platform/desired-state/package-resources.d.ts +0 -4
- package/dist/platform/desired-state/package-resources.js +0 -282
- package/dist/platform/desired-state/release-gate-resources.d.ts +0 -6
- package/dist/platform/desired-state/release-gate-resources.js +0 -243
- package/dist/platform/desired-state/safe-tree-dx-repository-name.d.ts +0 -26
- package/dist/platform/desired-state/safe-tree-dx-repository-name.js +0 -184
- package/dist/platform/env.yaml +0 -931
- package/dist/platform/environment/api-surface-enabled.d.ts +0 -32
- package/dist/platform/environment/api-surface-enabled.js +0 -202
- package/dist/platform/environment/environment-scopes.d.ts +0 -142
- package/dist/platform/environment/environment-scopes.js +0 -107
- package/dist/platform/environment/is-entry-required.d.ts +0 -24
- package/dist/platform/environment/is-entry-required.js +0 -122
- package/dist/platform/environment/package-repository-credential-overlay.d.ts +0 -27
- package/dist/platform/environment/package-repository-credential-overlay.js +0 -230
- package/dist/platform/environment/resolve-content-bucket-binding.d.ts +0 -27
- package/dist/platform/environment/resolve-content-bucket-binding.js +0 -185
- package/dist/platform/hosting/deploy-config.d.ts +0 -4
- package/dist/platform/hosting/deploy-config.js +0 -4
- package/dist/platform/hosting/deploy-runtime.d.ts +0 -22
- package/dist/platform/hosting/deploy-runtime.js +0 -93
- package/dist/platform/packages/published-content-pipeline.d.ts +0 -3
- package/dist/platform/packages/published-content-pipeline.js +0 -3
- package/dist/platform/packages/published-content.d.ts +0 -11
- package/dist/platform/packages/published-content.js +0 -11
- package/dist/platform/plugins/constants.d.ts +0 -26
- package/dist/platform/plugins/constants.js +0 -33
- package/dist/platform/plugins/runtime.d.ts +0 -81
- package/dist/platform/plugins/runtime.js +0 -288
- package/dist/platform/published-content/hmac-sha256-base64-url.d.ts +0 -23
- package/dist/platform/published-content/hmac-sha256-base64-url.js +0 -228
- package/dist/platform/published-content/publication-contracts.d.ts +0 -60
- package/dist/platform/published-content/publication-contracts.js +0 -27
- package/dist/platform/published-content/published-content-manifest-schema-version.d.ts +0 -191
- package/dist/platform/published-content/published-content-manifest-schema-version.js +0 -53
- package/dist/platform/published-content/r2-api-token-publication-client.d.ts +0 -25
- package/dist/platform/published-content/r2-api-token-publication-client.js +0 -54
- package/dist/platform/published-content/r2-publication-acceptance.d.ts +0 -13
- package/dist/platform/published-content/r2-publication-acceptance.js +0 -30
- package/dist/platform/published-content/r2-publication-client.d.ts +0 -7
- package/dist/platform/published-content/r2-publication-client.js +0 -8
- package/dist/platform/published-content/r2-s3-publication-client.d.ts +0 -26
- package/dist/platform/published-content/r2-s3-publication-client.js +0 -112
- package/dist/platform/published-content/reconcile-content-publication.d.ts +0 -19
- package/dist/platform/published-content/reconcile-content-publication.js +0 -144
- package/dist/platform/published-content/runtime/build-runtime-publication.d.ts +0 -29
- package/dist/platform/published-content/runtime/build-runtime-publication.js +0 -170
- package/dist/platform/published-content/team-scoped-r2-overlay-content-runtime-provider.d.ts +0 -37
- package/dist/platform/published-content/team-scoped-r2-overlay-content-runtime-provider.js +0 -229
- package/dist/platform/published-content/validation/model-content.d.ts +0 -21
- package/dist/platform/published-content/validation/model-content.js +0 -85
- package/dist/platform/published-content/verify-editorial-preview-token.d.ts +0 -13
- package/dist/platform/published-content/verify-editorial-preview-token.js +0 -137
- package/dist/platform/published-content-pipeline/default-artifact-builder.d.ts +0 -29
- package/dist/platform/published-content-pipeline/default-artifact-builder.js +0 -247
- package/dist/platform/published-content-pipeline/list-markdown-files.d.ts +0 -32
- package/dist/platform/published-content-pipeline/list-markdown-files.js +0 -181
- package/dist/platform/published-content-pipeline/resolve-publication-access-mode.d.ts +0 -119
- package/dist/platform/published-content-pipeline/resolve-publication-access-mode.js +0 -143
- package/dist/platform/reconciliation/desired-state.d.ts +0 -6
- package/dist/platform/reconciliation/desired-state.js +0 -6
- package/dist/platform/support/contracts.d.ts +0 -374
- package/dist/platform/support/contracts.js +0 -0
- package/dist/platform/support/plugin.d.ts +0 -130
- package/dist/platform/support/plugin.js +0 -28
- package/dist/platform/support/plugins.d.ts +0 -6
- package/dist/platform/support/plugins.js +0 -42
- package/dist/platform/tenant/runtime-config.d.ts +0 -154
- package/dist/platform/tenant/runtime-config.js +0 -73
- package/dist/platform/treedx/repositories/local-treedx-seed.d.ts +0 -19
- package/dist/platform/treedx/repositories/local-treedx-seed.js +0 -55
- package/dist/platform/treedx/runtime-environment.d.ts +0 -20
- package/dist/platform/treedx/runtime-environment.js +0 -37
- package/dist/platform/utils/site-config-schema/is-record.d.ts +0 -52
- package/dist/platform/utils/site-config-schema/is-record.js +0 -232
- package/dist/platform/utils/site-config-schema/parse-access-policies.d.ts +0 -274
- package/dist/platform/utils/site-config-schema/parse-access-policies.js +0 -247
- package/dist/platform/utils/site-config-schema.d.ts +0 -2
- package/dist/platform/utils/site-config-schema.js +0 -2
- package/dist/reconcile/builtin-adapters/build/local-compose-build-policy.d.ts +0 -44
- package/dist/reconcile/builtin-adapters/build/local-compose-build-policy.js +0 -232
- package/dist/reconcile/builtin-adapters/capacity/providers/build-capacity-provider-adapter.d.ts +0 -74
- package/dist/reconcile/builtin-adapters/capacity/providers/build-capacity-provider-adapter.js +0 -396
- package/dist/reconcile/builtin-adapters/capacity/providers/capacity-provider-variables-for-service.d.ts +0 -21
- package/dist/reconcile/builtin-adapters/capacity/providers/capacity-provider-variables-for-service.js +0 -192
- package/dist/reconcile/builtin-adapters/hosting/build-cloudflare-diff.d.ts +0 -22
- package/dist/reconcile/builtin-adapters/hosting/build-cloudflare-diff.js +0 -219
- package/dist/reconcile/builtin-adapters/hosting/cloudflare-tunnel/build-cloudflare-tunnel-adapter.d.ts +0 -7
- package/dist/reconcile/builtin-adapters/hosting/cloudflare-tunnel/build-cloudflare-tunnel-adapter.js +0 -177
- package/dist/reconcile/builtin-adapters/hosting/first-railway-domain-string.d.ts +0 -71
- package/dist/reconcile/builtin-adapters/hosting/first-railway-domain-string.js +0 -212
- package/dist/reconcile/builtin-adapters/hosting/observe-cloudflare-unit.d.ts +0 -2
- package/dist/reconcile/builtin-adapters/hosting/observe-cloudflare-unit.js +0 -97
- package/dist/reconcile/builtin-adapters/hosting/observe-railway-unit.d.ts +0 -32
- package/dist/reconcile/builtin-adapters/hosting/observe-railway-unit.js +0 -219
- package/dist/reconcile/builtin-adapters/hosting/railway-verification-may-settle.d.ts +0 -41
- package/dist/reconcile/builtin-adapters/hosting/railway-verification-may-settle.js +0 -213
- package/dist/reconcile/builtin-adapters/hosting/resolve-railway-topology-for-scope.d.ts +0 -43
- package/dist/reconcile/builtin-adapters/hosting/resolve-railway-topology-for-scope.js +0 -227
- package/dist/reconcile/builtin-adapters/hosting/sync-railway-environment-for-scope.d.ts +0 -31
- package/dist/reconcile/builtin-adapters/hosting/sync-railway-environment-for-scope.js +0 -380
- package/dist/reconcile/builtin-adapters/hosting/to-deploy-target.d.ts +0 -23
- package/dist/reconcile/builtin-adapters/hosting/to-deploy-target.js +0 -250
- package/dist/reconcile/builtin-adapters/hosting/verify-cloudflare-unit-once.d.ts +0 -3
- package/dist/reconcile/builtin-adapters/hosting/verify-cloudflare-unit-once.js +0 -255
- package/dist/reconcile/builtin-adapters/hosting/verify-railway-unit.d.ts +0 -2
- package/dist/reconcile/builtin-adapters/hosting/verify-railway-unit.js +0 -283
- package/dist/reconcile/builtin-adapters/projects/knowledge/reconcile-remote-tree-dx-content.d.ts +0 -23
- package/dist/reconcile/builtin-adapters/projects/knowledge/reconcile-remote-tree-dx-content.js +0 -139
- package/dist/reconcile/builtin-adapters/projects/knowledge/verify-local-tree-dx-project-content.d.ts +0 -18
- package/dist/reconcile/builtin-adapters/projects/knowledge/verify-local-tree-dx-project-content.js +0 -386
- package/dist/reconcile/builtin-adapters/projects/projects-core/configured-railway-project-sync-groups.d.ts +0 -19
- package/dist/reconcile/builtin-adapters/projects/projects-core/configured-railway-project-sync-groups.js +0 -171
- package/dist/reconcile/builtin-adapters/projects/projects-core/reconcile-stale-operations-runner-resources-for-project.d.ts +0 -15
- package/dist/reconcile/builtin-adapters/projects/projects-core/reconcile-stale-operations-runner-resources-for-project.js +0 -63
- package/dist/reconcile/builtin-adapters/reconciliation/build-git-hub-workflow-dispatch-adapter.d.ts +0 -5
- package/dist/reconcile/builtin-adapters/reconciliation/build-git-hub-workflow-dispatch-adapter.js +0 -270
- package/dist/reconcile/builtin-adapters/reconciliation/build-local-content-materialization-adapter.d.ts +0 -7
- package/dist/reconcile/builtin-adapters/reconciliation/build-local-content-materialization-adapter.js +0 -245
- package/dist/reconcile/builtin-adapters/reconciliation/build-local-docker-compose-adapter.d.ts +0 -7
- package/dist/reconcile/builtin-adapters/reconciliation/build-local-docker-compose-adapter.js +0 -368
- package/dist/reconcile/builtin-adapters/reconciliation/build-railway-adapter.d.ts +0 -12
- package/dist/reconcile/builtin-adapters/reconciliation/build-railway-adapter.js +0 -218
- package/dist/reconcile/builtin-adapters/reconciliation/build-release-gate-adapter.d.ts +0 -3
- package/dist/reconcile/builtin-adapters/reconciliation/build-release-gate-adapter.js +0 -190
- package/dist/reconcile/builtin-adapters/reconciliation/build-workflow-meta-adapter.d.ts +0 -30
- package/dist/reconcile/builtin-adapters/reconciliation/build-workflow-meta-adapter.js +0 -237
- package/dist/reconcile/builtin-adapters/reconciliation/managed-repository-storage.d.ts +0 -22
- package/dist/reconcile/builtin-adapters/reconciliation/managed-repository-storage.js +0 -81
- package/dist/reconcile/builtin-adapters/reconciliation/reconcile-cloudflare-target.d.ts +0 -55
- package/dist/reconcile/builtin-adapters/reconciliation/reconcile-cloudflare-target.js +0 -267
- package/dist/reconcile/builtin-adapters/repositories/build-github-branch-adapter.d.ts +0 -3
- package/dist/reconcile/builtin-adapters/repositories/build-github-branch-adapter.js +0 -94
- package/dist/reconcile/builtin-adapters/repositories/build-github-branch-rules-adapter.d.ts +0 -2
- package/dist/reconcile/builtin-adapters/repositories/build-github-branch-rules-adapter.js +0 -54
- package/dist/reconcile/builtin-adapters/repositories/build-github-repository-adapter.d.ts +0 -2
- package/dist/reconcile/builtin-adapters/repositories/build-github-repository-adapter.js +0 -107
- package/dist/reconcile/builtin-adapters/repositories/build-github-workflow-observation-adapter.d.ts +0 -2
- package/dist/reconcile/builtin-adapters/repositories/build-github-workflow-observation-adapter.js +0 -63
- package/dist/reconcile/builtin-adapters/support/normalize-turnstile-domains.d.ts +0 -64
- package/dist/reconcile/builtin-adapters/support/normalize-turnstile-domains.js +0 -222
- package/dist/reconcile/builtin-adapters/support/summarize-verification.d.ts +0 -9
- package/dist/reconcile/builtin-adapters/support/summarize-verification.js +0 -101
- package/dist/reconcile/builtin-adapters/support/verify-custom-domain-unit.d.ts +0 -5
- package/dist/reconcile/builtin-adapters/support/verify-custom-domain-unit.js +0 -261
- package/dist/reconcile/builtin-adapters/treedx/graph/build-graph-only-adapter.d.ts +0 -13
- package/dist/reconcile/builtin-adapters/treedx/graph/build-graph-only-adapter.js +0 -198
- package/dist/reconcile/engine/destroy-target-units.d.ts +0 -71
- package/dist/reconcile/engine/destroy-target-units.js +0 -175
- package/dist/reconcile/engine/now-iso.d.ts +0 -36
- package/dist/reconcile/engine/now-iso.js +0 -206
- package/dist/reconcile/engine/reconcile-target.d.ts +0 -24
- package/dist/reconcile/engine/reconcile-target.js +0 -292
- package/dist/reconcile/engine/refresh-units.d.ts +0 -34
- package/dist/reconcile/engine/refresh-units.js +0 -93
- package/dist/reconcile/index.d.ts +0 -9
- package/dist/reconcile/index.js +0 -9
- package/dist/reconcile/providers/docker-private.d.ts +0 -78
- package/dist/reconcile/providers/docker-private.js +0 -146
- package/dist/reconcile/providers/github-private.d.ts +0 -206
- package/dist/reconcile/providers/github-private.js +0 -267
- package/dist/reconcile/providers/local-disk-capacity.d.ts +0 -22
- package/dist/reconcile/providers/local-disk-capacity.js +0 -50
- package/dist/reconcile/providers/local-private.d.ts +0 -28
- package/dist/reconcile/providers/local-private.js +0 -75
- package/dist/reconcile/providers/railway-iac/apply-railway-iac-project-with-plan.d.ts +0 -4
- package/dist/reconcile/providers/railway-iac/apply-railway-iac-project-with-plan.js +0 -90
- package/dist/reconcile/providers/railway-iac/railway-iac-service.d.ts +0 -158
- package/dist/reconcile/providers/railway-iac/railway-iac-service.js +0 -99
- package/dist/reconcile/providers/railway-iac/resolve-railway-iac-volume-bindings.d.ts +0 -17
- package/dist/reconcile/providers/railway-iac/resolve-railway-iac-volume-bindings.js +0 -240
- package/dist/reconcile/providers/railway-iac/run-railway-iac-with-rate-limit-retry.d.ts +0 -39
- package/dist/reconcile/providers/railway-iac/run-railway-iac-with-rate-limit-retry.js +0 -174
- package/dist/reconcile/providers/railway-iac/validate-railway-iac-change-set.d.ts +0 -30
- package/dist/reconcile/providers/railway-iac/validate-railway-iac-change-set.js +0 -174
- package/dist/reconcile/providers/railway-iac.d.ts +0 -5
- package/dist/reconcile/providers/railway-iac.js +0 -5
- package/dist/reconcile/providers/release-private.d.ts +0 -89
- package/dist/reconcile/providers/release-private.js +0 -140
- package/dist/reconcile/reconciliation/builtin-adapters.d.ts +0 -28
- package/dist/reconcile/reconciliation/builtin-adapters.js +0 -28
- package/dist/reconcile/reconciliation/desired-state.d.ts +0 -10
- package/dist/reconcile/reconciliation/desired-state.js +0 -322
- package/dist/reconcile/runtime/local-compose-state.d.ts +0 -45
- package/dist/reconcile/runtime/local-compose-state.js +0 -162
- package/dist/reconcile/seeds/local-seed-bootstrap-adapter.d.ts +0 -3
- package/dist/reconcile/seeds/local-seed-bootstrap-adapter.js +0 -197
- package/dist/reconcile/support/bootstrap-systems.d.ts +0 -32
- package/dist/reconcile/support/bootstrap-systems.js +0 -175
- package/dist/reconcile/support/contracts/contracts.d.ts +0 -172
- package/dist/reconcile/support/contracts/contracts.js +0 -0
- package/dist/reconcile/support/contracts/errors.d.ts +0 -5
- package/dist/reconcile/support/contracts/errors.js +0 -13
- package/dist/reconcile/support/engine/engine.d.ts +0 -4
- package/dist/reconcile/support/engine/engine.js +0 -4
- package/dist/reconcile/support/engine/units.d.ts +0 -6
- package/dist/reconcile/support/engine/units.js +0 -72
- package/dist/reconcile/support/state/platform.d.ts +0 -104
- package/dist/reconcile/support/state/platform.js +0 -100
- package/dist/reconcile/support/state/registry.d.ts +0 -7
- package/dist/reconcile/support/state/registry.js +0 -81
- package/dist/reconcile/support/state/state.d.ts +0 -7
- package/dist/reconcile/support/state/state.js +0 -270
- package/dist/repositories/git-runtime.d.ts +0 -16
- package/dist/repositories/git-runtime.js +0 -69
- package/dist/repositories/repository-custody.d.ts +0 -57
- package/dist/repositories/repository-custody.js +0 -39
- package/dist/repositories/repository-identity.d.ts +0 -12
- package/dist/repositories/repository-identity.js +0 -71
- package/dist/scenes/accounts/auth.d.ts +0 -2
- package/dist/scenes/accounts/auth.js +0 -28
- package/dist/scenes/build/evidence-bundle.d.ts +0 -5
- package/dist/scenes/build/evidence-bundle.js +0 -59
- package/dist/scenes/builtin-plugins/assertion-timeout.d.ts +0 -2
- package/dist/scenes/builtin-plugins/assertion-timeout.js +0 -6
- package/dist/scenes/builtin-plugins/browser-history-action.d.ts +0 -2
- package/dist/scenes/builtin-plugins/browser-history-action.js +0 -17
- package/dist/scenes/builtin-plugins/create-built-in-scene-plugins.d.ts +0 -2
- package/dist/scenes/builtin-plugins/create-built-in-scene-plugins.js +0 -495
- package/dist/scenes/builtin-plugins/duration.d.ts +0 -25
- package/dist/scenes/builtin-plugins/duration.js +0 -148
- package/dist/scenes/builtin-plugins/focus-assertion.d.ts +0 -6
- package/dist/scenes/builtin-plugins/focus-assertion.js +0 -29
- package/dist/scenes/builtin-plugins/keyboard-action.d.ts +0 -2
- package/dist/scenes/builtin-plugins/keyboard-action.js +0 -15
- package/dist/scenes/builtin-plugins/request-values.d.ts +0 -4
- package/dist/scenes/builtin-plugins/request-values.js +0 -19
- package/dist/scenes/builtin-plugins/responsive-actions.d.ts +0 -2
- package/dist/scenes/builtin-plugins/responsive-actions.js +0 -33
- package/dist/scenes/capacity/providers/diagram-providers.d.ts +0 -2
- package/dist/scenes/capacity/providers/diagram-providers.js +0 -181
- package/dist/scenes/configuration/environment.d.ts +0 -3
- package/dist/scenes/configuration/environment.js +0 -70
- package/dist/scenes/index.d.ts +0 -46
- package/dist/scenes/index.js +0 -306
- package/dist/scenes/operations/operations.d.ts +0 -3
- package/dist/scenes/operations/operations.js +0 -146
- package/dist/scenes/operations/runner.d.ts +0 -2
- package/dist/scenes/operations/runner.js +0 -2
- package/dist/scenes/packages/publish-destinations.d.ts +0 -12
- package/dist/scenes/packages/publish-destinations.js +0 -99
- package/dist/scenes/packages/publish-plan-report.d.ts +0 -10
- package/dist/scenes/packages/publish-plan-report.js +0 -70
- package/dist/scenes/packages/publish-plan.d.ts +0 -15
- package/dist/scenes/packages/publish-plan.js +0 -248
- package/dist/scenes/packages/publish-redaction.d.ts +0 -16
- package/dist/scenes/packages/publish-redaction.js +0 -152
- package/dist/scenes/packages/publish-release-record.d.ts +0 -13
- package/dist/scenes/packages/publish-release-record.js +0 -34
- package/dist/scenes/packages/publish-report.d.ts +0 -10
- package/dist/scenes/packages/publish-report.js +0 -67
- package/dist/scenes/packages/publish.d.ts +0 -16
- package/dist/scenes/packages/publish.js +0 -298
- package/dist/scenes/reconciliation/playwright-adapter.d.ts +0 -2
- package/dist/scenes/reconciliation/playwright-adapter.js +0 -67
- package/dist/scenes/reconciliation/remotion-adapter.d.ts +0 -3
- package/dist/scenes/reconciliation/remotion-adapter.js +0 -94
- package/dist/scenes/runner/now.d.ts +0 -72
- package/dist/scenes/runner/now.js +0 -270
- package/dist/scenes/runner/run-scene.d.ts +0 -2
- package/dist/scenes/runner/run-scene.js +0 -470
- package/dist/scenes/runner/trace-evidence.d.ts +0 -7
- package/dist/scenes/runner/trace-evidence.js +0 -38
- package/dist/scenes/runtime/device-matrix.d.ts +0 -2
- package/dist/scenes/runtime/device-matrix.js +0 -100
- package/dist/scenes/runtime/devices.d.ts +0 -11
- package/dist/scenes/runtime/devices.js +0 -36
- package/dist/scenes/runtime/phase0-runtime-capabilities.d.ts +0 -16
- package/dist/scenes/runtime/phase0-runtime-capabilities.js +0 -209
- package/dist/scenes/schema/filesystem-safe-scene-id.d.ts +0 -55
- package/dist/scenes/schema/filesystem-safe-scene-id.js +0 -233
- package/dist/scenes/schema/parse-action.d.ts +0 -18
- package/dist/scenes/schema/parse-action.js +0 -288
- package/dist/scenes/schema/parse-agent-lab.d.ts +0 -2
- package/dist/scenes/schema/parse-agent-lab.js +0 -87
- package/dist/scenes/schema/parse-diagrams.d.ts +0 -7
- package/dist/scenes/schema/parse-diagrams.js +0 -225
- package/dist/scenes/schema/parse-visual-audit.d.ts +0 -6
- package/dist/scenes/schema/parse-visual-audit.js +0 -142
- package/dist/scenes/schema/parse-workflow.d.ts +0 -10
- package/dist/scenes/schema/parse-workflow.js +0 -266
- package/dist/scenes/seeds/seed.d.ts +0 -2
- package/dist/scenes/seeds/seed.js +0 -85
- package/dist/scenes/support/evidence/artifacts.d.ts +0 -19
- package/dist/scenes/support/evidence/artifacts.js +0 -139
- package/dist/scenes/support/evidence/checkpoints.d.ts +0 -14
- package/dist/scenes/support/evidence/checkpoints.js +0 -33
- package/dist/scenes/support/evidence/evidence-report.d.ts +0 -10
- package/dist/scenes/support/evidence/evidence-report.js +0 -73
- package/dist/scenes/support/evidence/evidence.d.ts +0 -16
- package/dist/scenes/support/evidence/evidence.js +0 -281
- package/dist/scenes/support/evidence/segments.d.ts +0 -15
- package/dist/scenes/support/evidence/segments.js +0 -79
- package/dist/scenes/support/evidence/timeline.d.ts +0 -11
- package/dist/scenes/support/evidence/timeline.js +0 -26
- package/dist/scenes/support/execution/base-url.d.ts +0 -12
- package/dist/scenes/support/execution/base-url.js +0 -123
- package/dist/scenes/support/execution/loader.d.ts +0 -3
- package/dist/scenes/support/execution/loader.js +0 -38
- package/dist/scenes/support/execution/phase0.d.ts +0 -9
- package/dist/scenes/support/execution/phase0.js +0 -103
- package/dist/scenes/support/execution/planner.d.ts +0 -12
- package/dist/scenes/support/execution/planner.js +0 -166
- package/dist/scenes/support/execution/resume.d.ts +0 -2
- package/dist/scenes/support/execution/resume.js +0 -82
- package/dist/scenes/support/execution/timeouts.d.ts +0 -7
- package/dist/scenes/support/execution/timeouts.js +0 -26
- package/dist/scenes/support/plugins/builtin-plugins.d.ts +0 -2
- package/dist/scenes/support/plugins/builtin-plugins.js +0 -2
- package/dist/scenes/support/plugins/phase0-capabilities.d.ts +0 -3
- package/dist/scenes/support/plugins/phase0-capabilities.js +0 -8
- package/dist/scenes/support/plugins/phase0-publication-audit-capabilities.d.ts +0 -16
- package/dist/scenes/support/plugins/phase0-publication-audit-capabilities.js +0 -131
- package/dist/scenes/support/plugins/plugins.d.ts +0 -5
- package/dist/scenes/support/plugins/plugins.js +0 -115
- package/dist/scenes/support/plugins/registry.d.ts +0 -12
- package/dist/scenes/support/plugins/registry.js +0 -65
- package/dist/scenes/support/rendering/diagram-validation.d.ts +0 -22
- package/dist/scenes/support/rendering/diagram-validation.js +0 -74
- package/dist/scenes/support/rendering/phase0-media-evidence-capabilities.d.ts +0 -16
- package/dist/scenes/support/rendering/phase0-media-evidence-capabilities.js +0 -209
- package/dist/scenes/support/rendering/remotion-composition-registry.d.ts +0 -2
- package/dist/scenes/support/rendering/remotion-composition-registry.js +0 -12
- package/dist/scenes/support/rendering/remotion-compositions.d.ts +0 -15
- package/dist/scenes/support/rendering/remotion-compositions.js +0 -464
- package/dist/scenes/support/rendering/remotion-diagrams.d.ts +0 -9
- package/dist/scenes/support/rendering/remotion-diagrams.js +0 -188
- package/dist/scenes/support/rendering/remotion-input.d.ts +0 -13
- package/dist/scenes/support/rendering/remotion-input.js +0 -291
- package/dist/scenes/support/rendering/remotion-visuals.d.ts +0 -29
- package/dist/scenes/support/rendering/remotion-visuals.js +0 -198
- package/dist/scenes/support/rendering/render-media-assets.d.ts +0 -9
- package/dist/scenes/support/rendering/render-media-assets.js +0 -117
- package/dist/scenes/support/rendering/render-report.d.ts +0 -10
- package/dist/scenes/support/rendering/render-report.js +0 -27
- package/dist/scenes/support/rendering/render.d.ts +0 -2
- package/dist/scenes/support/rendering/render.js +0 -218
- package/dist/scenes/support/reporting/diagnostics.d.ts +0 -5
- package/dist/scenes/support/reporting/diagnostics.js +0 -22
- package/dist/scenes/support/reporting/inspect.d.ts +0 -9
- package/dist/scenes/support/reporting/inspect.js +0 -64
- package/dist/scenes/support/reporting/logs.d.ts +0 -2
- package/dist/scenes/support/reporting/logs.js +0 -47
- package/dist/scenes/support/reporting/progress.d.ts +0 -17
- package/dist/scenes/support/reporting/progress.js +0 -24
- package/dist/scenes/support/reporting/reporter.d.ts +0 -3
- package/dist/scenes/support/reporting/reporter.js +0 -101
- package/dist/scenes/support/training/training-captions.d.ts +0 -14
- package/dist/scenes/support/training/training-captions.js +0 -98
- package/dist/scenes/support/training/training-report.d.ts +0 -10
- package/dist/scenes/support/training/training-report.js +0 -78
- package/dist/scenes/support/training/training-transcript.d.ts +0 -24
- package/dist/scenes/support/training/training-transcript.js +0 -206
- package/dist/scenes/support/training/training.d.ts +0 -10
- package/dist/scenes/support/training/training.js +0 -134
- package/dist/scenes/support/validation/schema.d.ts +0 -5
- package/dist/scenes/support/validation/schema.js +0 -5
- package/dist/scenes/support/validation/selectors.d.ts +0 -3
- package/dist/scenes/support/validation/selectors.js +0 -21
- package/dist/scenes/support/visual-audit/visual-audit-contact-sheets.d.ts +0 -6
- package/dist/scenes/support/visual-audit/visual-audit-contact-sheets.js +0 -119
- package/dist/scenes/support/visual-audit/visual-audit-report.d.ts +0 -11
- package/dist/scenes/support/visual-audit/visual-audit-report.js +0 -85
- package/dist/scenes/support/visual-audit/visual-audit-review.d.ts +0 -4
- package/dist/scenes/support/visual-audit/visual-audit-review.js +0 -4
- package/dist/scenes/support/visual-audit/visual-audit-routes.d.ts +0 -13
- package/dist/scenes/support/visual-audit/visual-audit-routes.js +0 -317
- package/dist/scenes/support/visual-audit/visual-audit.d.ts +0 -3
- package/dist/scenes/support/visual-audit/visual-audit.js +0 -3
- package/dist/scenes/testing/visual-audit-tree-dx.d.ts +0 -17
- package/dist/scenes/testing/visual-audit-tree-dx.js +0 -67
- package/dist/scenes/types/scene-agent-lab.d.ts +0 -190
- package/dist/scenes/types/scene-agent-lab.js +0 -4
- package/dist/scenes/types/scene-checkpoint.d.ts +0 -212
- package/dist/scenes/types/scene-checkpoint.js +0 -0
- package/dist/scenes/types/scene-diagram.d.ts +0 -191
- package/dist/scenes/types/scene-diagram.js +0 -0
- package/dist/scenes/types/scene-evidence-artifact-kind.d.ts +0 -209
- package/dist/scenes/types/scene-evidence-artifact-kind.js +0 -0
- package/dist/scenes/types/scene-publish-plan-paths.d.ts +0 -249
- package/dist/scenes/types/scene-publish-plan-paths.js +0 -0
- package/dist/scenes/types/scene-render-input.d.ts +0 -240
- package/dist/scenes/types/scene-render-input.js +0 -0
- package/dist/scenes/types/scene-schema-version.d.ts +0 -257
- package/dist/scenes/types/scene-schema-version.js +0 -8
- package/dist/scenes/types/scene-timeline-writer.d.ts +0 -186
- package/dist/scenes/types/scene-timeline-writer.js +0 -0
- package/dist/scenes/types/scene-validation-report.d.ts +0 -206
- package/dist/scenes/types/scene-validation-report.js +0 -0
- package/dist/scenes/types/scene-visual-audit-finding.d.ts +0 -235
- package/dist/scenes/types/scene-visual-audit-finding.js +0 -0
- package/dist/scenes/types.d.ts +0 -10
- package/dist/scenes/types.js +0 -10
- package/dist/scenes/visual-audit/capture-route.d.ts +0 -33
- package/dist/scenes/visual-audit/capture-route.js +0 -221
- package/dist/scenes/visual-audit/run-scene-visual-audit.d.ts +0 -3
- package/dist/scenes/visual-audit/run-scene-visual-audit.js +0 -226
- package/dist/scenes/visual-audit/split-diagnostics.d.ts +0 -1718
- package/dist/scenes/visual-audit/split-diagnostics.js +0 -177
- package/dist/scenes/visual-audit-review/enrich-client-errors.d.ts +0 -59
- package/dist/scenes/visual-audit-review/enrich-client-errors.js +0 -256
- package/dist/scenes/visual-audit-review/format-owner-brief.d.ts +0 -12
- package/dist/scenes/visual-audit-review/format-owner-brief.js +0 -140
- package/dist/scenes/visual-audit-review/incident-title.d.ts +0 -49
- package/dist/scenes/visual-audit-review/incident-title.js +0 -266
- package/dist/scenes/visual-audit-review/severities.d.ts +0 -53
- package/dist/scenes/visual-audit-review/severities.js +0 -221
- package/dist/scripts/agents/fixture-tools.js +0 -29
- package/dist/scripts/build/build-dist.js +0 -306
- package/dist/scripts/build/build-tenant-worker.js +0 -36
- package/dist/scripts/build/check-build-warnings.js +0 -51
- package/dist/scripts/build/tenant-build.js +0 -44
- package/dist/scripts/capacity/capacity-core/generate-capacity-operator-parity.js +0 -13
- package/dist/scripts/configuration/config.js +0 -131
- package/dist/scripts/configuration/key-agent.js +0 -165
- package/dist/scripts/content/patch-starlight-content-path.js +0 -173
- package/dist/scripts/content/publish-content.js +0 -71
- package/dist/scripts/guarantees/migrate-journey-csv-to-guarantees.js +0 -140
- package/dist/scripts/hosting/deployment-readiness.js +0 -20
- package/dist/scripts/hosting/tenant-deploy.js +0 -220
- package/dist/scripts/hosting/test-cloudflare-local.js +0 -209
- package/dist/scripts/maintenance/cleanup-markdown.js +0 -377
- package/dist/scripts/maintenance/install-managed-dependencies.js +0 -12
- package/dist/scripts/maintenance/prepare.js +0 -10
- package/dist/scripts/operations/consolidate-workflow-lifecycle-tests.js +0 -87
- package/dist/scripts/operations/operations-runner-smoke.js +0 -16
- package/dist/scripts/operations/tenant-workflow-action.js +0 -131
- package/dist/scripts/packages/assert-release-tag-version.js +0 -21
- package/dist/scripts/packages/package-tools.js +0 -85
- package/dist/scripts/packages/publish-package.js +0 -93
- package/dist/scripts/packages/published-package-readback.js +0 -61
- package/dist/scripts/packages/release-verify.js +0 -106
- package/dist/scripts/packages/release-version.js +0 -16
- package/dist/scripts/packages/verify-published-package.js +0 -15
- package/dist/scripts/persistence/tenant-d1-migrate-local.js +0 -15
- package/dist/scripts/runtime/local-dev.js +0 -129
- package/dist/scripts/runtime/tenant-dev.js +0 -159
- package/dist/scripts/standards/acquire-accepted-baseline.js +0 -104
- package/dist/scripts/standards/build-contract-bundle.js +0 -52
- package/dist/scripts/standards/compare-compatibility.js +0 -49
- package/dist/scripts/standards/contract-models.js +0 -43
- package/dist/scripts/standards/create-release-evidence.js +0 -61
- package/dist/scripts/standards/package-acceptance.js +0 -43
- package/dist/scripts/standards/resolve-composition.js +0 -20
- package/dist/scripts/standards/verify-api-consumer.js +0 -80
- package/dist/scripts/templates/scaffold-site.js +0 -66
- package/dist/scripts/templates/sync-template.js +0 -20
- package/dist/scripts/templates/template-command.js +0 -31
- package/dist/scripts/templates/validate-templates.js +0 -6
- package/dist/scripts/tenant/tenant-astro-command.js +0 -3
- package/dist/scripts/tenant/tenant-destroy.js +0 -112
- package/dist/scripts/tenant/tenant-lint.js +0 -4
- package/dist/scripts/testing/cli-test-fixtures.js +0 -44
- package/dist/scripts/testing/run-fixture-astro-command.js +0 -18
- package/dist/scripts/testing/tenant-test.js +0 -4
- package/dist/scripts/testing/test-scaffold.js +0 -299
- package/dist/scripts/testing/test-smoke.js +0 -137
- package/dist/scripts/treedx/repositories/generate-treedx-openapi-types.js +0 -186
- package/dist/scripts/treedx/workspaces/workspace-command-e2e.js +0 -4
- package/dist/scripts/treedx/workspaces/workspace-lint.js +0 -15
- package/dist/scripts/treedx/workspaces/workspace-preflight.js +0 -22
- package/dist/scripts/treedx/workspaces/workspace-publish-changed-packages.js +0 -16
- package/dist/scripts/treedx/workspaces/workspace-release-test.js +0 -104
- package/dist/scripts/treedx/workspaces/workspace-release-verify.js +0 -81
- package/dist/scripts/treedx/workspaces/workspace-save.js +0 -64
- package/dist/scripts/treedx/workspaces/workspace-start-warning.js +0 -3
- package/dist/scripts/treedx/workspaces/workspace-test-unit.js +0 -4
- package/dist/scripts/treedx/workspaces/workspace-test.js +0 -17
- package/dist/scripts/verification/check-file-architecture.js +0 -111
- package/dist/scripts/verification/check-file-lengths.js +0 -46
- package/dist/scripts/verification/tenant-check.js +0 -6
- package/dist/scripts/verification/verify-driver.js +0 -39
- package/dist/scripts/workspace-command-e2e/root.js +0 -217
- package/dist/scripts/workspace-command-e2e/run-dev-session.js +0 -238
- package/dist/scripts/workspace-command-e2e/run-local-suite.js +0 -259
- package/dist/scripts/workspace-command-e2e/run-workspace-command-e2e.js +0 -24
- package/dist/sdk/accounts/resolve-dispatch-token.d.ts +0 -3
- package/dist/sdk/accounts/resolve-dispatch-token.js +0 -12
- package/dist/sdk/agents/list-agent-specs.d.ts +0 -5
- package/dist/sdk/agents/list-agent-specs.js +0 -8
- package/dist/sdk/agents/list-raw-agent-specs.d.ts +0 -4
- package/dist/sdk/agents/list-raw-agent-specs.js +0 -12
- package/dist/sdk/agents/scope-for-agent.d.ts +0 -3
- package/dist/sdk/agents/scope-for-agent.js +0 -7
- package/dist/sdk/build/build-context-pack.d.ts +0 -3
- package/dist/sdk/build/build-context-pack.js +0 -6
- package/dist/sdk/interface.d.ts +0 -57
- package/dist/sdk/interface.js +0 -0
- package/dist/sdk/methods.d.ts +0 -2
- package/dist/sdk/methods.js +0 -109
- package/dist/sdk/packages/get-release.d.ts +0 -3
- package/dist/sdk/packages/get-release.js +0 -7
- package/dist/sdk/packages/get-share-package.d.ts +0 -3
- package/dist/sdk/packages/get-share-package.js +0 -7
- package/dist/sdk/packages/list-releases.d.ts +0 -3
- package/dist/sdk/packages/list-releases.js +0 -7
- package/dist/sdk/packages/list-share-packages.d.ts +0 -3
- package/dist/sdk/packages/list-share-packages.js +0 -7
- package/dist/sdk/packages/release-all-leases.d.ts +0 -4
- package/dist/sdk/packages/release-all-leases.js +0 -7
- package/dist/sdk/packages/release-lease.d.ts +0 -3
- package/dist/sdk/packages/release-lease.js +0 -7
- package/dist/sdk/packages/upsert-release.d.ts +0 -5
- package/dist/sdk/packages/upsert-release.js +0 -7
- package/dist/sdk/packages/upsert-share-package.d.ts +0 -3
- package/dist/sdk/packages/upsert-share-package.js +0 -7
- package/dist/sdk/runtime/execute-dispatch-locally.d.ts +0 -3
- package/dist/sdk/runtime/execute-dispatch-locally.js +0 -47
- package/dist/sdk/seeds/resolve-seeds.d.ts +0 -3
- package/dist/sdk/seeds/resolve-seeds.js +0 -6
- package/dist/sdk/support/approvals/create-approval-request.d.ts +0 -3
- package/dist/sdk/support/approvals/create-approval-request.js +0 -7
- package/dist/sdk/support/approvals/decide-approval-request.d.ts +0 -3
- package/dist/sdk/support/approvals/decide-approval-request.js +0 -7
- package/dist/sdk/support/approvals/list-approval-requests.d.ts +0 -3
- package/dist/sdk/support/approvals/list-approval-requests.js +0 -7
- package/dist/sdk/support/create.d.ts +0 -3
- package/dist/sdk/support/create.js +0 -9
- package/dist/sdk/support/cursors/get-cursor.d.ts +0 -3
- package/dist/sdk/support/cursors/get-cursor.js +0 -7
- package/dist/sdk/support/cursors/upsert-cursor.d.ts +0 -3
- package/dist/sdk/support/cursors/upsert-cursor.js +0 -7
- package/dist/sdk/support/execution/record-run.d.ts +0 -3
- package/dist/sdk/support/execution/record-run.js +0 -7
- package/dist/sdk/support/get.d.ts +0 -3
- package/dist/sdk/support/get.js +0 -9
- package/dist/sdk/support/graph/explain-reference-chain.d.ts +0 -2
- package/dist/sdk/support/graph/explain-reference-chain.js +0 -6
- package/dist/sdk/support/graph/follow-references.d.ts +0 -3
- package/dist/sdk/support/graph/follow-references.js +0 -6
- package/dist/sdk/support/graph/follow.d.ts +0 -9
- package/dist/sdk/support/graph/follow.js +0 -11
- package/dist/sdk/support/graph/get-backlinks.d.ts +0 -7
- package/dist/sdk/support/graph/get-backlinks.js +0 -6
- package/dist/sdk/support/graph/get-neighbors.d.ts +0 -7
- package/dist/sdk/support/graph/get-neighbors.js +0 -6
- package/dist/sdk/support/graph/get-related.d.ts +0 -3
- package/dist/sdk/support/graph/get-related.js +0 -6
- package/dist/sdk/support/graph/resolve-reference.d.ts +0 -6
- package/dist/sdk/support/graph/resolve-reference.js +0 -6
- package/dist/sdk/support/messages/ack-message.d.ts +0 -6
- package/dist/sdk/support/messages/ack-message.js +0 -7
- package/dist/sdk/support/messages/claim-message.d.ts +0 -3
- package/dist/sdk/support/messages/claim-message.js +0 -9
- package/dist/sdk/support/messages/create-message.d.ts +0 -3
- package/dist/sdk/support/messages/create-message.js +0 -7
- package/dist/sdk/support/messages/dispatch.d.ts +0 -3
- package/dist/sdk/support/messages/dispatch.js +0 -42
- package/dist/sdk/support/messages/envelope.d.ts +0 -3
- package/dist/sdk/support/messages/envelope.js +0 -13
- package/dist/sdk/support/pick.d.ts +0 -3
- package/dist/sdk/support/pick.js +0 -11
- package/dist/sdk/support/read.d.ts +0 -9
- package/dist/sdk/support/read.js +0 -9
- package/dist/sdk/support/search/search-entities.d.ts +0 -3
- package/dist/sdk/support/search/search-entities.js +0 -6
- package/dist/sdk/support/search/search-files.d.ts +0 -3
- package/dist/sdk/support/search/search-files.js +0 -6
- package/dist/sdk/support/search/search-sections.d.ts +0 -3
- package/dist/sdk/support/search/search-sections.js +0 -6
- package/dist/sdk/support/search/search.d.ts +0 -3
- package/dist/sdk/support/search/search.js +0 -11
- package/dist/sdk/support/update.d.ts +0 -3
- package/dist/sdk/support/update.js +0 -9
- package/dist/sdk/support/workstreams/append-workstream-event.d.ts +0 -3
- package/dist/sdk/support/workstreams/append-workstream-event.js +0 -7
- package/dist/sdk/support/workstreams/get-workstream.d.ts +0 -3
- package/dist/sdk/support/workstreams/get-workstream.js +0 -7
- package/dist/sdk/support/workstreams/list-workstreams.d.ts +0 -3
- package/dist/sdk/support/workstreams/list-workstreams.js +0 -7
- package/dist/sdk/support/workstreams/upsert-workstream.d.ts +0 -3
- package/dist/sdk/support/workstreams/upsert-workstream.js +0 -7
- package/dist/sdk/teams/upsert-team-inbox-item.d.ts +0 -3
- package/dist/sdk/teams/upsert-team-inbox-item.js +0 -7
- package/dist/sdk/treedx/graph/get-graph-node.d.ts +0 -2
- package/dist/sdk/treedx/graph/get-graph-node.js +0 -6
- package/dist/sdk/treedx/graph/get-subgraph.d.ts +0 -3
- package/dist/sdk/treedx/graph/get-subgraph.js +0 -6
- package/dist/sdk/treedx/graph/parse-graph-dsl.d.ts +0 -3
- package/dist/sdk/treedx/graph/parse-graph-dsl.js +0 -6
- package/dist/sdk/treedx/graph/query-graph.d.ts +0 -3
- package/dist/sdk/treedx/graph/query-graph.js +0 -6
- package/dist/sdk/treedx/graph/refresh-graph.d.ts +0 -3
- package/dist/sdk/treedx/graph/refresh-graph.js +0 -6
- package/dist/secrets-capability/service-vault-crypto.d.ts +0 -20
- package/dist/secrets-capability/service-vault-crypto.js +0 -278
- package/dist/seeds/errors.d.ts +0 -5
- package/dist/seeds/errors.js +0 -22
- package/dist/seeds/index.d.ts +0 -58
- package/dist/seeds/index.js +0 -108
- package/dist/seeds/licensing/portfolio-license.d.ts +0 -60
- package/dist/seeds/licensing/portfolio-license.js +0 -130
- package/dist/seeds/loader.d.ts +0 -8
- package/dist/seeds/loader.js +0 -32
- package/dist/seeds/normalize.d.ts +0 -13
- package/dist/seeds/normalize.js +0 -156
- package/dist/seeds/planner.d.ts +0 -10
- package/dist/seeds/planner.js +0 -144
- package/dist/seeds/reconciliation/repository-units.d.ts +0 -3
- package/dist/seeds/reconciliation/repository-units.js +0 -175
- package/dist/seeds/repositories/content-cutover.d.ts +0 -43
- package/dist/seeds/repositories/content-cutover.js +0 -141
- package/dist/seeds/repositories/organization-reference-migration.d.ts +0 -45
- package/dist/seeds/repositories/organization-reference-migration.js +0 -136
- package/dist/seeds/repositories/repository-history.d.ts +0 -135
- package/dist/seeds/repositories/repository-history.js +0 -343
- package/dist/seeds/repositories/source-repository-history.d.ts +0 -85
- package/dist/seeds/repositories/source-repository-history.js +0 -123
- package/dist/seeds/repositories/support-repository-workflow.d.ts +0 -73
- package/dist/seeds/repositories/support-repository-workflow.js +0 -127
- package/dist/seeds/schema/array-bucket.d.ts +0 -7
- package/dist/seeds/schema/array-bucket.js +0 -261
- package/dist/seeds/schema/parse-project.d.ts +0 -15
- package/dist/seeds/schema/parse-project.js +0 -253
- package/dist/seeds/schema/resource-buckets.d.ts +0 -35
- package/dist/seeds/schema/resource-buckets.js +0 -312
- package/dist/seeds/schema.d.ts +0 -3
- package/dist/seeds/schema.js +0 -3
- package/dist/seeds/types.d.ts +0 -240
- package/dist/seeds/types.js +0 -12
- package/dist/seeds/workspaces/admin-descriptor-migration.d.ts +0 -37
- package/dist/seeds/workspaces/admin-descriptor-migration.js +0 -99
- package/dist/seeds/workspaces/managed-workspace-overlay.d.ts +0 -10
- package/dist/seeds/workspaces/managed-workspace-overlay.js +0 -28
- package/dist/seeds/workspaces/market-api-package-lock.d.ts +0 -2
- package/dist/seeds/workspaces/market-api-package-lock.js +0 -38
- package/dist/seeds/workspaces/platform-workspace-history.d.ts +0 -124
- package/dist/seeds/workspaces/platform-workspace-history.js +0 -312
- package/dist/stores/cursor-store.d.ts +0 -10
- package/dist/stores/cursor-store.js +0 -164
- package/dist/stores/envelopes.d.ts +0 -116
- package/dist/stores/envelopes.js +0 -219
- package/dist/stores/helpers.d.ts +0 -12
- package/dist/stores/helpers.js +0 -42
- package/dist/stores/lease-store.d.ts +0 -18
- package/dist/stores/lease-store.js +0 -189
- package/dist/stores/message-store.d.ts +0 -12
- package/dist/stores/message-store.js +0 -273
- package/dist/stores/operational-store.d.ts +0 -11
- package/dist/stores/operational-store.js +0 -214
- package/dist/stores/project-workflow-store/json-record.d.ts +0 -29
- package/dist/stores/project-workflow-store/json-record.js +0 -223
- package/dist/stores/project-workflow-store/sqlite-project-workflow-store.d.ts +0 -37
- package/dist/stores/project-workflow-store/sqlite-project-workflow-store.js +0 -271
- package/dist/stores/project-workflow-store.d.ts +0 -2
- package/dist/stores/project-workflow-store.js +0 -2
- package/dist/stores/run-store.d.ts +0 -9
- package/dist/stores/run-store.js +0 -75
- package/dist/stores/subscription-store.d.ts +0 -8
- package/dist/stores/subscription-store.js +0 -73
- package/dist/templates/template-catalog.d.ts +0 -13
- package/dist/templates/template-catalog.js +0 -149
- package/dist/testing/fixture-support.d.ts +0 -24
- package/dist/testing/fixture-support.js +0 -385
- package/dist/treedx/accounts/auth.d.ts +0 -17
- package/dist/treedx/accounts/auth.js +0 -48
- package/dist/treedx/accounts/repository-name.d.ts +0 -2
- package/dist/treedx/accounts/repository-name.js +0 -10
- package/dist/treedx/changesets/unified-diff.d.ts +0 -7
- package/dist/treedx/changesets/unified-diff.js +0 -56
- package/dist/treedx/client/accounts/contracts/auth-mode.d.ts +0 -3
- package/dist/treedx/client/accounts/contracts/auth-mode.js +0 -6
- package/dist/treedx/client/build/creation/build-context.d.ts +0 -3
- package/dist/treedx/client/build/creation/build-context.js +0 -7
- package/dist/treedx/client/build/creation/build-snapshot.d.ts +0 -3
- package/dist/treedx/client/build/creation/build-snapshot.js +0 -8
- package/dist/treedx/client/capacity/allocations/contracts/put-capability-grant.d.ts +0 -3
- package/dist/treedx/client/capacity/allocations/contracts/put-capability-grant.js +0 -7
- package/dist/treedx/client/capacity/allocations/queries/list-capability-grants.d.ts +0 -6
- package/dist/treedx/client/capacity/allocations/queries/list-capability-grants.js +0 -10
- package/dist/treedx/client/methods.d.ts +0 -102
- package/dist/treedx/client/methods.js +0 -209
- package/dist/treedx/client/persistence/contracts/restore-storage.d.ts +0 -3
- package/dist/treedx/client/persistence/contracts/restore-storage.js +0 -6
- package/dist/treedx/client/persistence/lifecycle/verify-storage-restore.d.ts +0 -3
- package/dist/treedx/client/persistence/lifecycle/verify-storage-restore.js +0 -6
- package/dist/treedx/client/repositories/creation/register-repository.d.ts +0 -3
- package/dist/treedx/client/repositories/creation/register-repository.js +0 -7
- package/dist/treedx/client/repositories/queries/get-repository.d.ts +0 -3
- package/dist/treedx/client/repositories/queries/get-repository.js +0 -7
- package/dist/treedx/client/repositories/queries/list-repository-paths.d.ts +0 -3
- package/dist/treedx/client/repositories/queries/list-repository-paths.js +0 -7
- package/dist/treedx/client/repositories/queries/list-repository-refs.d.ts +0 -3
- package/dist/treedx/client/repositories/queries/list-repository-refs.js +0 -12
- package/dist/treedx/client/repositories/queries/query-repository.d.ts +0 -3
- package/dist/treedx/client/repositories/queries/query-repository.js +0 -7
- package/dist/treedx/client/repositories/queries/read-repository-file.d.ts +0 -3
- package/dist/treedx/client/repositories/queries/read-repository-file.js +0 -6
- package/dist/treedx/client/repositories/queries/read-repository-files.d.ts +0 -3
- package/dist/treedx/client/repositories/queries/read-repository-files.js +0 -7
- package/dist/treedx/client/repositories/queries/search-repository-files.d.ts +0 -3
- package/dist/treedx/client/repositories/queries/search-repository-files.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/artifacts/contracts/download-artifact.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/artifacts/contracts/download-artifact.js +0 -9
- package/dist/treedx/client/support/contracts/treedx/authorization/contracts/whoami.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/authorization/contracts/whoami.js +0 -6
- package/dist/treedx/client/support/contracts/treedx/graph/contracts/parse-context-dsl.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/graph/contracts/parse-context-dsl.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/health/contracts/deep-health.d.ts +0 -5
- package/dist/treedx/client/support/contracts/treedx/health/contracts/deep-health.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/health/contracts/health.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/health/contracts/health.js +0 -6
- package/dist/treedx/client/support/contracts/treedx/health/contracts/metrics.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/health/contracts/metrics.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/health/contracts/prometheus-metrics.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/health/contracts/prometheus-metrics.js +0 -19
- package/dist/treedx/client/support/contracts/treedx/health/contracts/ready.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/health/contracts/ready.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/health/contracts/status.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/health/contracts/status.js +0 -6
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/commit.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/commit.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/diff.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/diff.js +0 -6
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/fetch-remote.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/fetch-remote.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/push.d.ts +0 -6
- package/dist/treedx/client/support/contracts/treedx/repositories/contracts/push.js +0 -23
- package/dist/treedx/client/support/contracts/treedx/search/contracts/compact-search-index.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/search/contracts/compact-search-index.js +0 -8
- package/dist/treedx/client/support/contracts/treedx/search/contracts/search.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/search/contracts/search.js +0 -7
- package/dist/treedx/client/support/contracts/treedx/storage/contracts/backup-storage.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/storage/contracts/backup-storage.js +0 -8
- package/dist/treedx/client/support/contracts/treedx/storage/contracts/compact-storage.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/storage/contracts/compact-storage.js +0 -8
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/assert-binary-ok.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/assert-binary-ok.js +0 -15
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/fetch-with-timeout.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/fetch-with-timeout.js +0 -38
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/headers.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/headers.js +0 -15
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/parse-json-response.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/parse-json-response.js +0 -15
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/query.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/query.js +0 -14
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/repo-id.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/repo-id.js +0 -14
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/request.d.ts +0 -6
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/request.js +0 -41
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/throw-api-error.d.ts +0 -2
- package/dist/treedx/client/support/contracts/treedx/transport/contracts/throw-api-error.js +0 -14
- package/dist/treedx/client/support/contracts/treedx/workspaces/contracts/exec.d.ts +0 -3
- package/dist/treedx/client/support/contracts/treedx/workspaces/contracts/exec.js +0 -7
- package/dist/treedx/client/support/creation/apply-changeset.d.ts +0 -3
- package/dist/treedx/client/support/creation/apply-changeset.js +0 -10
- package/dist/treedx/client/support/creation/apply-storage-migration.d.ts +0 -3
- package/dist/treedx/client/support/creation/apply-storage-migration.js +0 -7
- package/dist/treedx/client/support/creation/create-migration.d.ts +0 -6
- package/dist/treedx/client/support/creation/create-migration.js +0 -7
- package/dist/treedx/client/support/creation/export-artifact.d.ts +0 -3
- package/dist/treedx/client/support/creation/export-artifact.js +0 -8
- package/dist/treedx/client/support/creation/plan-storage-migration.d.ts +0 -3
- package/dist/treedx/client/support/creation/plan-storage-migration.js +0 -7
- package/dist/treedx/client/support/creation/request-binary.d.ts +0 -6
- package/dist/treedx/client/support/creation/request-binary.js +0 -42
- package/dist/treedx/client/support/creation/write-file.d.ts +0 -3
- package/dist/treedx/client/support/creation/write-file.js +0 -10
- package/dist/treedx/client/support/creation/write-files.d.ts +0 -3
- package/dist/treedx/client/support/creation/write-files.js +0 -12
- package/dist/treedx/client/support/queries/treedx/artifacts/queries/get-artifact.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/artifacts/queries/get-artifact.js +0 -7
- package/dist/treedx/client/support/queries/treedx/artifacts/queries/list-artifacts.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/artifacts/queries/list-artifacts.js +0 -7
- package/dist/treedx/client/support/queries/treedx/authorization/queries/effective-scope.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/authorization/queries/effective-scope.js +0 -9
- package/dist/treedx/client/support/queries/treedx/authorization/queries/list-capabilities.d.ts +0 -4
- package/dist/treedx/client/support/queries/treedx/authorization/queries/list-capabilities.js +0 -6
- package/dist/treedx/client/support/queries/treedx/federation/queries/get-placement.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/federation/queries/get-placement.js +0 -7
- package/dist/treedx/client/support/queries/treedx/graph/queries/get-node.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/graph/queries/get-node.js +0 -7
- package/dist/treedx/client/support/queries/treedx/graph/queries/get-related.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/graph/queries/get-related.js +0 -7
- package/dist/treedx/client/support/queries/treedx/graph/queries/list-nodes.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/graph/queries/list-nodes.js +0 -7
- package/dist/treedx/client/support/queries/treedx/repositories/queries/list-tree.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/repositories/queries/list-tree.js +0 -10
- package/dist/treedx/client/support/queries/treedx/repositories/queries/read-file.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/repositories/queries/read-file.js +0 -9
- package/dist/treedx/client/support/queries/treedx/search/queries/get-search-index-status.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/search/queries/get-search-index-status.js +0 -7
- package/dist/treedx/client/support/queries/treedx/storage/queries/get-migration.d.ts +0 -6
- package/dist/treedx/client/support/queries/treedx/storage/queries/get-migration.js +0 -7
- package/dist/treedx/client/support/queries/treedx/storage/queries/get-snapshot.d.ts +0 -6
- package/dist/treedx/client/support/queries/treedx/storage/queries/get-snapshot.js +0 -7
- package/dist/treedx/client/support/queries/treedx/storage/queries/list-storage-migrations.d.ts +0 -6
- package/dist/treedx/client/support/queries/treedx/storage/queries/list-storage-migrations.js +0 -6
- package/dist/treedx/client/support/queries/treedx/transport/queries/list-audit-events.d.ts +0 -15
- package/dist/treedx/client/support/queries/treedx/transport/queries/list-audit-events.js +0 -6
- package/dist/treedx/client/support/queries/treedx/transport/queries/list-repositories.d.ts +0 -3
- package/dist/treedx/client/support/queries/treedx/transport/queries/list-repositories.js +0 -7
- package/dist/treedx/client/support/retirement/cleanup-artifacts.d.ts +0 -3
- package/dist/treedx/client/support/retirement/cleanup-artifacts.js +0 -7
- package/dist/treedx/client/support/retirement/delete-artifact.d.ts +0 -3
- package/dist/treedx/client/support/retirement/delete-artifact.js +0 -7
- package/dist/treedx/client/support/retirement/delete-file.d.ts +0 -3
- package/dist/treedx/client/support/retirement/delete-file.js +0 -10
- package/dist/treedx/client/support/retirement/rollback-storage-migration.d.ts +0 -3
- package/dist/treedx/client/support/retirement/rollback-storage-migration.js +0 -7
- package/dist/treedx/client/support/updates/patch-file.d.ts +0 -3
- package/dist/treedx/client/support/updates/patch-file.js +0 -10
- package/dist/treedx/client/support/updates/refresh-search-index.d.ts +0 -3
- package/dist/treedx/client/support/updates/refresh-search-index.js +0 -8
- package/dist/treedx/client/treedx/blobs/contracts/download-blob.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/contracts/download-blob.js +0 -6
- package/dist/treedx/client/treedx/blobs/creation/create-blob-upload.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/creation/create-blob-upload.js +0 -8
- package/dist/treedx/client/treedx/blobs/creation/request-blob-download.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/creation/request-blob-download.js +0 -27
- package/dist/treedx/client/treedx/blobs/creation/request-blob-upload.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/creation/request-blob-upload.js +0 -41
- package/dist/treedx/client/treedx/blobs/creation/upload-blob-part.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/creation/upload-blob-part.js +0 -27
- package/dist/treedx/client/treedx/blobs/creation/upload-blob.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/creation/upload-blob.js +0 -6
- package/dist/treedx/client/treedx/blobs/creation/write-blob.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/creation/write-blob.js +0 -8
- package/dist/treedx/client/treedx/blobs/lifecycle/complete-blob-upload.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/lifecycle/complete-blob-upload.js +0 -8
- package/dist/treedx/client/treedx/blobs/queries/read-blob.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/queries/read-blob.js +0 -10
- package/dist/treedx/client/treedx/blobs/retirement/abort-blob-upload.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/retirement/abort-blob-upload.js +0 -7
- package/dist/treedx/client/treedx/blobs/retirement/delete-blob.d.ts +0 -3
- package/dist/treedx/client/treedx/blobs/retirement/delete-blob.js +0 -8
- package/dist/treedx/client/treedx/federation/contracts/federated-query.d.ts +0 -3
- package/dist/treedx/client/treedx/federation/contracts/federated-query.js +0 -7
- package/dist/treedx/client/treedx/federation/creation/plan-federated-query.d.ts +0 -3
- package/dist/treedx/client/treedx/federation/creation/plan-federated-query.js +0 -6
- package/dist/treedx/client/treedx/federation/queries/check-mirror-health.d.ts +0 -3
- package/dist/treedx/client/treedx/federation/queries/check-mirror-health.js +0 -7
- package/dist/treedx/client/treedx/federation/updates/promote-mirror.d.ts +0 -3
- package/dist/treedx/client/treedx/federation/updates/promote-mirror.js +0 -7
- package/dist/treedx/client/treedx/federation/updates/sync-mirror.d.ts +0 -3
- package/dist/treedx/client/treedx/federation/updates/sync-mirror.js +0 -7
- package/dist/treedx/client/treedx/graph/contracts/federated-context.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/contracts/federated-context.js +0 -7
- package/dist/treedx/client/treedx/graph/contracts/federated-graph.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/contracts/federated-graph.js +0 -7
- package/dist/treedx/client/treedx/graph/contracts/graph-search.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/contracts/graph-search.js +0 -8
- package/dist/treedx/client/treedx/graph/queries/get-graph-node.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/queries/get-graph-node.js +0 -10
- package/dist/treedx/client/treedx/graph/queries/get-graph-refresh-job.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/queries/get-graph-refresh-job.js +0 -7
- package/dist/treedx/client/treedx/graph/queries/get-subgraph.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/queries/get-subgraph.js +0 -7
- package/dist/treedx/client/treedx/graph/queries/query-graph.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/queries/query-graph.js +0 -7
- package/dist/treedx/client/treedx/graph/queries/search-graph-entities.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/queries/search-graph-entities.js +0 -6
- package/dist/treedx/client/treedx/graph/queries/search-graph-files.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/queries/search-graph-files.js +0 -6
- package/dist/treedx/client/treedx/graph/queries/search-graph-sections.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/queries/search-graph-sections.js +0 -6
- package/dist/treedx/client/treedx/graph/updates/refresh-graph.d.ts +0 -3
- package/dist/treedx/client/treedx/graph/updates/refresh-graph.js +0 -7
- package/dist/treedx/client/treedx/search/contracts/federated-search.d.ts +0 -3
- package/dist/treedx/client/treedx/search/contracts/federated-search.js +0 -7
- package/dist/treedx/client/treedx/workspaces/creation/create-workspace.d.ts +0 -3
- package/dist/treedx/client/treedx/workspaces/creation/create-workspace.js +0 -7
- package/dist/treedx/client/treedx/workspaces/retirement/abandon-workspace.d.ts +0 -3
- package/dist/treedx/client/treedx/workspaces/retirement/abandon-workspace.js +0 -12
- package/dist/treedx/client/treedx/workspaces/retirement/close-workspace.d.ts +0 -2
- package/dist/treedx/client/treedx/workspaces/retirement/close-workspace.js +0 -6
- package/dist/treedx/federation/federated-client.d.ts +0 -27
- package/dist/treedx/federation/federated-client.js +0 -158
- package/dist/treedx/generated/openapi-types.d.ts +0 -3662
- package/dist/treedx/generated/openapi-types.js +0 -0
- package/dist/treedx/graph/graph-adapter.d.ts +0 -33
- package/dist/treedx/graph/graph-adapter.js +0 -156
- package/dist/treedx/graph/graph.d.ts +0 -52
- package/dist/treedx/graph/graph.js +0 -133
- package/dist/treedx/reconciliation/adapters.d.ts +0 -6
- package/dist/treedx/reconciliation/adapters.js +0 -36
- package/dist/treedx/reconciliation/query-adapter.d.ts +0 -19
- package/dist/treedx/reconciliation/query-adapter.js +0 -62
- package/dist/treedx/reconciliation/repository-adapter.d.ts +0 -54
- package/dist/treedx/reconciliation/repository-adapter.js +0 -374
- package/dist/treedx/repositories/treedx-backends.d.ts +0 -4
- package/dist/treedx/repositories/treedx-backends.js +0 -4
- package/dist/treedx/support/client.d.ts +0 -251
- package/dist/treedx/support/client.js +0 -252
- package/dist/treedx/support/errors.d.ts +0 -13
- package/dist/treedx/support/errors.js +0 -17
- package/dist/treedx/support/market-integration.d.ts +0 -27
- package/dist/treedx/support/market-integration.js +0 -162
- package/dist/treedx/support/ports.d.ts +0 -166
- package/dist/treedx/support/ports.js +0 -231
- package/dist/treedx/support/registry-client.d.ts +0 -11
- package/dist/treedx/support/registry-client.js +0 -19
- package/dist/treedx/support/sdk-integration.d.ts +0 -27
- package/dist/treedx/support/sdk-integration.js +0 -63
- package/dist/treedx/types/tree-dx-actor.d.ts +0 -209
- package/dist/treedx/types/tree-dx-actor.js +0 -8
- package/dist/treedx/types/tree-dx-artifact-list-response.d.ts +0 -13
- package/dist/treedx/types/tree-dx-artifact-list-response.js +0 -0
- package/dist/treedx/types/tree-dx-changeset.d.ts +0 -51
- package/dist/treedx/types/tree-dx-changeset.js +0 -6
- package/dist/treedx/types/tree-dx-context-request.d.ts +0 -245
- package/dist/treedx/types/tree-dx-context-request.js +0 -0
- package/dist/treedx/types/tree-dx-exec-result.d.ts +0 -249
- package/dist/treedx/types/tree-dx-exec-result.js +0 -0
- package/dist/treedx/types/tree-dx-list-tree-request.d.ts +0 -222
- package/dist/treedx/types/tree-dx-list-tree-request.js +0 -0
- package/dist/treedx/types/tree-dx-push-request.d.ts +0 -229
- package/dist/treedx/types/tree-dx-push-request.js +0 -0
- package/dist/treedx/workspaces/workspace-adapter.d.ts +0 -28
- package/dist/treedx/workspaces/workspace-adapter.js +0 -68
- package/dist/treedx-backends/normalize-path-rule.d.ts +0 -57
- package/dist/treedx-backends/normalize-path-rule.js +0 -148
- package/dist/treedx-backends/tree-dx-content-backend.d.ts +0 -86
- package/dist/treedx-backends/tree-dx-content-backend.js +0 -303
- package/dist/treedx-backends/tree-dx-graph-backend.d.ts +0 -43
- package/dist/treedx-backends/tree-dx-graph-backend.js +0 -99
- package/dist/treedx-backends/tree-dx-repository-hint.d.ts +0 -97
- package/dist/treedx-backends/tree-dx-repository-hint.js +0 -159
- package/dist/treeseed/services/compose.yml +0 -6
- package/dist/treeseed/template-catalog/catalog.fixture.json +0 -215
- package/dist/types/cloudflare.d.ts +0 -54
- package/dist/verification/create-workspace-act-workflow.d.ts +0 -16
- package/dist/verification/create-workspace-act-workflow.js +0 -223
- package/dist/verification/run-verify-driver.d.ts +0 -7
- package/dist/verification/run-verify-driver.js +0 -71
- package/dist/verification/verify-driver.d.ts +0 -60
- package/dist/verification/verify-driver.js +0 -168
- package/dist/workflow/operations/configuration/workflow-config.d.ts +0 -192
- package/dist/workflow/operations/configuration/workflow-config.js +0 -345
- package/dist/workflow/operations/coordination/integration-change-set.d.ts +0 -95
- package/dist/workflow/operations/coordination/integration-change-set.js +0 -335
- package/dist/workflow/operations/coordination/staging-candidate-workflow-gates.d.ts +0 -46
- package/dist/workflow/operations/coordination/staging-candidate-workflow-gates.js +0 -287
- package/dist/workflow/operations/coordination/workflow-ci.d.ts +0 -23
- package/dist/workflow/operations/coordination/workflow-ci.js +0 -69
- package/dist/workflow/operations/coordination/workflow-destroy.d.ts +0 -180
- package/dist/workflow/operations/coordination/workflow-destroy.js +0 -162
- package/dist/workflow/operations/guarantees/workflow-proof.d.ts +0 -87
- package/dist/workflow/operations/guarantees/workflow-proof.js +0 -285
- package/dist/workflow/operations/packages/collect-published-release-artifact-checks.d.ts +0 -71
- package/dist/workflow/operations/packages/collect-published-release-artifact-checks.js +0 -238
- package/dist/workflow/operations/packages/collect-release-plan-blockers.d.ts +0 -39
- package/dist/workflow/operations/packages/collect-release-plan-blockers.js +0 -280
- package/dist/workflow/operations/packages/normalize-release-candidate-mode.d.ts +0 -43
- package/dist/workflow/operations/packages/normalize-release-candidate-mode.js +0 -222
- package/dist/workflow/operations/packages/plan-root-package-version.d.ts +0 -57
- package/dist/workflow/operations/packages/plan-root-package-version.js +0 -245
- package/dist/workflow/operations/packages/prepare-fresh-release-run.d.ts +0 -31
- package/dist/workflow/operations/packages/prepare-fresh-release-run.js +0 -264
- package/dist/workflow/operations/packages/release-admin-message.d.ts +0 -62
- package/dist/workflow/operations/packages/release-admin-message.js +0 -215
- package/dist/workflow/operations/reconciliation/reconcile-save-hosted-environment.d.ts +0 -72
- package/dist/workflow/operations/reconciliation/reconcile-save-hosted-environment.js +0 -260
- package/dist/workflow/operations/reconciliation/run-release-gate-reconcile-facade.d.ts +0 -43
- package/dist/workflow/operations/reconciliation/run-release-gate-reconcile-facade.js +0 -127
- package/dist/workflow/operations/recovery/fail-workflow-run.d.ts +0 -62
- package/dist/workflow/operations/recovery/fail-workflow-run.js +0 -266
- package/dist/workflow/operations/recovery/recover-save-integration.d.ts +0 -16
- package/dist/workflow/operations/recovery/recover-save-integration.js +0 -51
- package/dist/workflow/operations/recovery/workflow-resume.d.ts +0 -119
- package/dist/workflow/operations/recovery/workflow-resume.js +0 -240
- package/dist/workflow/operations/recovery/workflow-write.d.ts +0 -57
- package/dist/workflow/operations/recovery/workflow-write.js +0 -227
- package/dist/workflow/operations/recovery/workspace-artifact-state.d.ts +0 -18
- package/dist/workflow/operations/recovery/workspace-artifact-state.js +0 -59
- package/dist/workflow/operations/release/workflow-release.d.ts +0 -372
- package/dist/workflow/operations/release/workflow-release.js +0 -497
- package/dist/workflow/operations/release-support/helpers/back-merge-production-into-staging.d.ts +0 -91
- package/dist/workflow/operations/release-support/helpers/back-merge-production-into-staging.js +0 -241
- package/dist/workflow/operations/release-support/helpers/run-release-production-guarantees.d.ts +0 -80
- package/dist/workflow/operations/release-support/helpers/run-release-production-guarantees.js +0 -235
- package/dist/workflow/operations/repositories/gates-for-saved-repository-reports.d.ts +0 -49
- package/dist/workflow/operations/repositories/gates-for-saved-repository-reports.js +0 -226
- package/dist/workflow/operations/support/cleanup-stage-source-branches.d.ts +0 -20
- package/dist/workflow/operations/support/cleanup-stage-source-branches.js +0 -52
- package/dist/workflow/operations/support/create-repo-report.d.ts +0 -64
- package/dist/workflow/operations/support/create-repo-report.js +0 -224
- package/dist/workflow/operations/support/resolve-generated-dependency-conflict.d.ts +0 -7
- package/dist/workflow/operations/support/resolve-generated-dependency-conflict.js +0 -89
- package/dist/workflow/operations/support/sync-current-branch-to-origin.d.ts +0 -222
- package/dist/workflow/operations/support/sync-current-branch-to-origin.js +0 -258
- package/dist/workflow/operations/support/update-ahead-behind.d.ts +0 -69
- package/dist/workflow/operations/support/update-ahead-behind.js +0 -220
- package/dist/workflow/operations/support/workflow-helpers.d.ts +0 -22
- package/dist/workflow/operations/support/workflow-helpers.js +0 -114
- package/dist/workflow/operations/workspace-lifecycle/workflow-close.d.ts +0 -275
- package/dist/workflow/operations/workspace-lifecycle/workflow-close.js +0 -230
- package/dist/workflow/operations/workspace-lifecycle/workflow-save.d.ts +0 -135
- package/dist/workflow/operations/workspace-lifecycle/workflow-save.js +0 -522
- package/dist/workflow/operations/workspace-lifecycle/workflow-stage.d.ts +0 -45
- package/dist/workflow/operations/workspace-lifecycle/workflow-stage.js +0 -330
- package/dist/workflow/operations/workspace-lifecycle/workflow-switch.d.ts +0 -35
- package/dist/workflow/operations/workspace-lifecycle/workflow-switch.js +0 -295
- package/dist/workflow/operations/workspace-lifecycle/workflow-update.d.ts +0 -152
- package/dist/workflow/operations/workspace-lifecycle/workflow-update.js +0 -286
- package/dist/workflow/operations.d.ts +0 -31
- package/dist/workflow/operations.js +0 -31
- package/dist/workflow/policy.d.ts +0 -15
- package/dist/workflow/policy.js +0 -73
- package/dist/workflow/runs/ensure-workflow-exclude-rule.d.ts +0 -85
- package/dist/workflow/runs/ensure-workflow-exclude-rule.js +0 -292
- package/dist/workflow/runs/get-cached-successful-workflow-gate.d.ts +0 -24
- package/dist/workflow/runs/get-cached-successful-workflow-gate.js +0 -158
- package/dist/workflow/runs/update-workflow-run-journal.d.ts +0 -28
- package/dist/workflow/runs/update-workflow-run-journal.js +0 -230
- package/dist/workflow/runs/workflow-run-command.d.ts +0 -113
- package/dist/workflow/runs/workflow-run-command.js +0 -140
- package/dist/workflow/runs.d.ts +0 -4
- package/dist/workflow/runs.js +0 -4
- package/dist/workflow/session.d.ts +0 -37
- package/dist/workflow/session.js +0 -189
- package/dist/workflow/worktrees.d.ts +0 -77
- package/dist/workflow/worktrees.js +0 -338
- package/dist/workflow-state/branch-role.d.ts +0 -239
- package/dist/workflow-state/branch-role.js +0 -45
- package/dist/workflow-state/readiness-for-environment.d.ts +0 -62
- package/dist/workflow-state/readiness-for-environment.js +0 -217
- package/dist/workflow-state/recommend-next-steps.d.ts +0 -2
- package/dist/workflow-state/recommend-next-steps.js +0 -99
- package/dist/workflow-state/resolve-workflow-state.d.ts +0 -2
- package/dist/workflow-state/resolve-workflow-state.js +0 -426
- package/dist/workflow-state/safe-release-history.d.ts +0 -23
- package/dist/workflow-state/safe-release-history.js +0 -78
- package/drizzle/d1/0000_treeseed_d1.sql +0 -19
- package/drizzle/market/0000_market_control_plane.sql +0 -4064
- package/drizzle/market/0001_feedback_management.sql +0 -110
- package/drizzle/market/0001_knowledge_collaboration.sql +0 -37
- package/drizzle/market/0002_knowledge_pack_workflow.sql +0 -79
- package/drizzle/market/0003_knowledge_review_snapshot.sql +0 -2
- package/drizzle/market/0004_remote_provider_publication.sql +0 -193
- package/drizzle/market/0005_remote_delivery_operation_scope.sql +0 -9
- package/drizzle/market/0006_workflow_run_provenance.sql +0 -17
- package/drizzle/market/0007_transient_workflow_configuration.sql +0 -6
- package/drizzle/market/0008_guide_editorial_review.sql +0 -27
- package/drizzle/market/0009_capacity_workday_schedules.sql +0 -30
- package/drizzle/market/0010_agent_lab_realtime_preferences.sql +0 -2
- package/drizzle/market/0011_seed_team_membership_claims.sql +0 -20
- package/drizzle/market/0012_signal_time_planning.sql +0 -82
- package/drizzle/market/0013_planning_participant_nodes.sql +0 -8
- package/drizzle/market/0014_legacy_capacity_accounting_nullable.sql +0 -8
- package/drizzle/market/0015_remove_platform_repository_claims.sql +0 -1
- package/drizzle/market/0016_session_events.sql +0 -13
- package/drizzle/market/0017_agent_lab_view_state.sql +0 -18
- package/drizzle/market/0018_agent_context_query_checks.sql +0 -27
- package/drizzle/market/0019_context_query_check_evidence_only.sql +0 -1
- package/drizzle/market/0020_capacity_integrated_communication.sql +0 -181
- package/drizzle/market/0021_project_contribution_authorizations.sql +0 -48
- package/drizzle/market/0022_remove_project_contribution_authorizations.sql +0 -2
- package/scripts/verification/verify-driver.ts +0 -42
- /package/dist/{hosting → content}/contracts.js +0 -0
- /package/dist/{types → site-contracts}/cloudflare.js +0 -0
- /package/dist/{operations/services/package-bootstrap/contracts.js → site-contracts/platform.js} +0 -0
|
@@ -0,0 +1,1818 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const communicationRecipientSchema: z.ZodObject<{
|
|
3
|
+
projectId: z.ZodString;
|
|
4
|
+
agentSlug: z.ZodString;
|
|
5
|
+
}, "strict", z.ZodTypeAny, {
|
|
6
|
+
projectId: string;
|
|
7
|
+
agentSlug: string;
|
|
8
|
+
}, {
|
|
9
|
+
projectId: string;
|
|
10
|
+
agentSlug: string;
|
|
11
|
+
}>;
|
|
12
|
+
export declare const communicationSendRequestSchema: z.ZodObject<{
|
|
13
|
+
message: z.ZodString;
|
|
14
|
+
recipients: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
15
|
+
timeoutSeconds: z.ZodOptional<z.ZodNumber>;
|
|
16
|
+
}, "strict", z.ZodTypeAny, {
|
|
17
|
+
message: string;
|
|
18
|
+
timeoutSeconds?: number | undefined;
|
|
19
|
+
recipients?: string[] | undefined;
|
|
20
|
+
}, {
|
|
21
|
+
message: string;
|
|
22
|
+
timeoutSeconds?: number | undefined;
|
|
23
|
+
recipients?: string[] | undefined;
|
|
24
|
+
}>;
|
|
25
|
+
export declare const communicationTopicEventTypeSchema: z.ZodEnum<["message.posted", "mention.acknowledged", "response_lease.accepted", "agent.progress", "agent.response", "agent.abstained", "agent.failed"]>;
|
|
26
|
+
export declare const communicationTopicEventSchema: z.ZodObject<{
|
|
27
|
+
id: z.ZodString;
|
|
28
|
+
sequence: z.ZodNumber;
|
|
29
|
+
teamId: z.ZodString;
|
|
30
|
+
topicId: z.ZodString;
|
|
31
|
+
channel: z.ZodString;
|
|
32
|
+
type: z.ZodEnum<["message.posted", "mention.acknowledged", "response_lease.accepted", "agent.progress", "agent.response", "agent.abstained", "agent.failed"]>;
|
|
33
|
+
occurredAt: z.ZodString;
|
|
34
|
+
sendId: z.ZodNullable<z.ZodString>;
|
|
35
|
+
invocationId: z.ZodNullable<z.ZodString>;
|
|
36
|
+
assignmentId: z.ZodNullable<z.ZodString>;
|
|
37
|
+
actor: z.ZodObject<{
|
|
38
|
+
kind: z.ZodEnum<["user", "agent", "provider", "control-plane"]>;
|
|
39
|
+
id: z.ZodString;
|
|
40
|
+
handle: z.ZodNullable<z.ZodString>;
|
|
41
|
+
}, "strict", z.ZodTypeAny, {
|
|
42
|
+
id: string;
|
|
43
|
+
kind: "control-plane" | "provider" | "agent" | "user";
|
|
44
|
+
handle: string | null;
|
|
45
|
+
}, {
|
|
46
|
+
id: string;
|
|
47
|
+
kind: "control-plane" | "provider" | "agent" | "user";
|
|
48
|
+
handle: string | null;
|
|
49
|
+
}>;
|
|
50
|
+
summary: z.ZodString;
|
|
51
|
+
payload: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
52
|
+
}, "strict", z.ZodTypeAny, {
|
|
53
|
+
type: "message.posted" | "mention.acknowledged" | "response_lease.accepted" | "agent.progress" | "agent.response" | "agent.abstained" | "agent.failed";
|
|
54
|
+
id: string;
|
|
55
|
+
teamId: string;
|
|
56
|
+
assignmentId: string | null;
|
|
57
|
+
topicId: string;
|
|
58
|
+
sendId: string | null;
|
|
59
|
+
invocationId: string | null;
|
|
60
|
+
sequence: number;
|
|
61
|
+
payload: Record<string, unknown>;
|
|
62
|
+
actor: {
|
|
63
|
+
id: string;
|
|
64
|
+
kind: "control-plane" | "provider" | "agent" | "user";
|
|
65
|
+
handle: string | null;
|
|
66
|
+
};
|
|
67
|
+
summary: string;
|
|
68
|
+
channel: string;
|
|
69
|
+
occurredAt: string;
|
|
70
|
+
}, {
|
|
71
|
+
type: "message.posted" | "mention.acknowledged" | "response_lease.accepted" | "agent.progress" | "agent.response" | "agent.abstained" | "agent.failed";
|
|
72
|
+
id: string;
|
|
73
|
+
teamId: string;
|
|
74
|
+
assignmentId: string | null;
|
|
75
|
+
topicId: string;
|
|
76
|
+
sendId: string | null;
|
|
77
|
+
invocationId: string | null;
|
|
78
|
+
sequence: number;
|
|
79
|
+
payload: Record<string, unknown>;
|
|
80
|
+
actor: {
|
|
81
|
+
id: string;
|
|
82
|
+
kind: "control-plane" | "provider" | "agent" | "user";
|
|
83
|
+
handle: string | null;
|
|
84
|
+
};
|
|
85
|
+
summary: string;
|
|
86
|
+
channel: string;
|
|
87
|
+
occurredAt: string;
|
|
88
|
+
}>;
|
|
89
|
+
export declare const communicationDiagnosticSchema: z.ZodObject<{
|
|
90
|
+
availability: z.ZodEnum<["available", "partial", "unavailable"]>;
|
|
91
|
+
reason: z.ZodNullable<z.ZodString>;
|
|
92
|
+
provider: z.ZodObject<{
|
|
93
|
+
providerId: z.ZodNullable<z.ZodString>;
|
|
94
|
+
executionProviderId: z.ZodNullable<z.ZodString>;
|
|
95
|
+
runtimeVersion: z.ZodNullable<z.ZodString>;
|
|
96
|
+
}, "strict", z.ZodTypeAny, {
|
|
97
|
+
providerId: string | null;
|
|
98
|
+
executionProviderId: string | null;
|
|
99
|
+
runtimeVersion: string | null;
|
|
100
|
+
}, {
|
|
101
|
+
providerId: string | null;
|
|
102
|
+
executionProviderId: string | null;
|
|
103
|
+
runtimeVersion: string | null;
|
|
104
|
+
}>;
|
|
105
|
+
selection: z.ZodObject<{
|
|
106
|
+
model: z.ZodNullable<z.ZodString>;
|
|
107
|
+
capabilities: z.ZodArray<z.ZodString, "many">;
|
|
108
|
+
parameters: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
109
|
+
}, "strict", z.ZodTypeAny, {
|
|
110
|
+
capabilities: string[];
|
|
111
|
+
parameters: Record<string, unknown>;
|
|
112
|
+
model: string | null;
|
|
113
|
+
}, {
|
|
114
|
+
capabilities: string[];
|
|
115
|
+
parameters: Record<string, unknown>;
|
|
116
|
+
model: string | null;
|
|
117
|
+
}>;
|
|
118
|
+
identityManifest: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
119
|
+
contextManifest: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
120
|
+
usage: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
121
|
+
timing: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
122
|
+
resources: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
123
|
+
traceEvents: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
124
|
+
fullPayload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
125
|
+
}, "strict", z.ZodTypeAny, {
|
|
126
|
+
resources: Record<string, unknown>;
|
|
127
|
+
selection: {
|
|
128
|
+
capabilities: string[];
|
|
129
|
+
parameters: Record<string, unknown>;
|
|
130
|
+
model: string | null;
|
|
131
|
+
};
|
|
132
|
+
reason: string | null;
|
|
133
|
+
provider: {
|
|
134
|
+
providerId: string | null;
|
|
135
|
+
executionProviderId: string | null;
|
|
136
|
+
runtimeVersion: string | null;
|
|
137
|
+
};
|
|
138
|
+
usage: Record<string, unknown>[];
|
|
139
|
+
availability: "available" | "unavailable" | "partial";
|
|
140
|
+
identityManifest: Record<string, unknown>;
|
|
141
|
+
contextManifest: Record<string, unknown>[];
|
|
142
|
+
timing: Record<string, unknown>;
|
|
143
|
+
traceEvents: Record<string, unknown>[];
|
|
144
|
+
fullPayload?: Record<string, unknown> | undefined;
|
|
145
|
+
}, {
|
|
146
|
+
resources: Record<string, unknown>;
|
|
147
|
+
selection: {
|
|
148
|
+
capabilities: string[];
|
|
149
|
+
parameters: Record<string, unknown>;
|
|
150
|
+
model: string | null;
|
|
151
|
+
};
|
|
152
|
+
reason: string | null;
|
|
153
|
+
provider: {
|
|
154
|
+
providerId: string | null;
|
|
155
|
+
executionProviderId: string | null;
|
|
156
|
+
runtimeVersion: string | null;
|
|
157
|
+
};
|
|
158
|
+
usage: Record<string, unknown>[];
|
|
159
|
+
availability: "available" | "unavailable" | "partial";
|
|
160
|
+
identityManifest: Record<string, unknown>;
|
|
161
|
+
contextManifest: Record<string, unknown>[];
|
|
162
|
+
timing: Record<string, unknown>;
|
|
163
|
+
traceEvents: Record<string, unknown>[];
|
|
164
|
+
fullPayload?: Record<string, unknown> | undefined;
|
|
165
|
+
}>;
|
|
166
|
+
export declare const communicationTargetSchema: z.ZodObject<{
|
|
167
|
+
projectId: z.ZodString;
|
|
168
|
+
agentSlug: z.ZodString;
|
|
169
|
+
} & {
|
|
170
|
+
projectSlug: z.ZodString;
|
|
171
|
+
definitionRevision: z.ZodString;
|
|
172
|
+
revisions: z.ZodObject<{
|
|
173
|
+
project: z.ZodString;
|
|
174
|
+
library: z.ZodString;
|
|
175
|
+
agentDefinition: z.ZodString;
|
|
176
|
+
chatProfile: z.ZodString;
|
|
177
|
+
}, "strict", z.ZodTypeAny, {
|
|
178
|
+
project: string;
|
|
179
|
+
library: string;
|
|
180
|
+
agentDefinition: string;
|
|
181
|
+
chatProfile: string;
|
|
182
|
+
}, {
|
|
183
|
+
project: string;
|
|
184
|
+
library: string;
|
|
185
|
+
agentDefinition: string;
|
|
186
|
+
chatProfile: string;
|
|
187
|
+
}>;
|
|
188
|
+
invocationId: z.ZodNullable<z.ZodString>;
|
|
189
|
+
requirement: z.ZodEnum<["required", "optional"]>;
|
|
190
|
+
parentInvocationId: z.ZodNullable<z.ZodString>;
|
|
191
|
+
depth: z.ZodNumber;
|
|
192
|
+
status: z.ZodEnum<["queued", "running", "responded", "abstained", "failed", "cancelled"]>;
|
|
193
|
+
requestedAt: z.ZodString;
|
|
194
|
+
updatedAt: z.ZodString;
|
|
195
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
196
|
+
failure: z.ZodNullable<z.ZodObject<{
|
|
197
|
+
code: z.ZodString;
|
|
198
|
+
message: z.ZodNullable<z.ZodString>;
|
|
199
|
+
}, "strict", z.ZodTypeAny, {
|
|
200
|
+
code: string;
|
|
201
|
+
message: string | null;
|
|
202
|
+
}, {
|
|
203
|
+
code: string;
|
|
204
|
+
message: string | null;
|
|
205
|
+
}>>;
|
|
206
|
+
capacity: z.ZodObject<{
|
|
207
|
+
assignmentId: z.ZodNullable<z.ZodString>;
|
|
208
|
+
providerId: z.ZodNullable<z.ZodString>;
|
|
209
|
+
executionProviderId: z.ZodNullable<z.ZodString>;
|
|
210
|
+
laneId: z.ZodNullable<z.ZodString>;
|
|
211
|
+
lanePurpose: z.ZodNullable<z.ZodString>;
|
|
212
|
+
status: z.ZodNullable<z.ZodString>;
|
|
213
|
+
assignedAt: z.ZodNullable<z.ZodString>;
|
|
214
|
+
claimedAt: z.ZodNullable<z.ZodString>;
|
|
215
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
216
|
+
returnedAt: z.ZodNullable<z.ZodString>;
|
|
217
|
+
failedAt: z.ZodNullable<z.ZodString>;
|
|
218
|
+
}, "strict", z.ZodTypeAny, {
|
|
219
|
+
status: string | null;
|
|
220
|
+
providerId: string | null;
|
|
221
|
+
assignmentId: string | null;
|
|
222
|
+
completedAt: string | null;
|
|
223
|
+
executionProviderId: string | null;
|
|
224
|
+
laneId: string | null;
|
|
225
|
+
lanePurpose: string | null;
|
|
226
|
+
assignedAt: string | null;
|
|
227
|
+
claimedAt: string | null;
|
|
228
|
+
returnedAt: string | null;
|
|
229
|
+
failedAt: string | null;
|
|
230
|
+
}, {
|
|
231
|
+
status: string | null;
|
|
232
|
+
providerId: string | null;
|
|
233
|
+
assignmentId: string | null;
|
|
234
|
+
completedAt: string | null;
|
|
235
|
+
executionProviderId: string | null;
|
|
236
|
+
laneId: string | null;
|
|
237
|
+
lanePurpose: string | null;
|
|
238
|
+
assignedAt: string | null;
|
|
239
|
+
claimedAt: string | null;
|
|
240
|
+
returnedAt: string | null;
|
|
241
|
+
failedAt: string | null;
|
|
242
|
+
}>;
|
|
243
|
+
acknowledgedAt: z.ZodNullable<z.ZodString>;
|
|
244
|
+
leaseAcceptedAt: z.ZodNullable<z.ZodString>;
|
|
245
|
+
diagnostics: z.ZodObject<{
|
|
246
|
+
availability: z.ZodEnum<["available", "partial", "unavailable"]>;
|
|
247
|
+
reason: z.ZodNullable<z.ZodString>;
|
|
248
|
+
provider: z.ZodObject<{
|
|
249
|
+
providerId: z.ZodNullable<z.ZodString>;
|
|
250
|
+
executionProviderId: z.ZodNullable<z.ZodString>;
|
|
251
|
+
runtimeVersion: z.ZodNullable<z.ZodString>;
|
|
252
|
+
}, "strict", z.ZodTypeAny, {
|
|
253
|
+
providerId: string | null;
|
|
254
|
+
executionProviderId: string | null;
|
|
255
|
+
runtimeVersion: string | null;
|
|
256
|
+
}, {
|
|
257
|
+
providerId: string | null;
|
|
258
|
+
executionProviderId: string | null;
|
|
259
|
+
runtimeVersion: string | null;
|
|
260
|
+
}>;
|
|
261
|
+
selection: z.ZodObject<{
|
|
262
|
+
model: z.ZodNullable<z.ZodString>;
|
|
263
|
+
capabilities: z.ZodArray<z.ZodString, "many">;
|
|
264
|
+
parameters: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
265
|
+
}, "strict", z.ZodTypeAny, {
|
|
266
|
+
capabilities: string[];
|
|
267
|
+
parameters: Record<string, unknown>;
|
|
268
|
+
model: string | null;
|
|
269
|
+
}, {
|
|
270
|
+
capabilities: string[];
|
|
271
|
+
parameters: Record<string, unknown>;
|
|
272
|
+
model: string | null;
|
|
273
|
+
}>;
|
|
274
|
+
identityManifest: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
275
|
+
contextManifest: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
276
|
+
usage: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
277
|
+
timing: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
278
|
+
resources: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
279
|
+
traceEvents: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
280
|
+
fullPayload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
281
|
+
}, "strict", z.ZodTypeAny, {
|
|
282
|
+
resources: Record<string, unknown>;
|
|
283
|
+
selection: {
|
|
284
|
+
capabilities: string[];
|
|
285
|
+
parameters: Record<string, unknown>;
|
|
286
|
+
model: string | null;
|
|
287
|
+
};
|
|
288
|
+
reason: string | null;
|
|
289
|
+
provider: {
|
|
290
|
+
providerId: string | null;
|
|
291
|
+
executionProviderId: string | null;
|
|
292
|
+
runtimeVersion: string | null;
|
|
293
|
+
};
|
|
294
|
+
usage: Record<string, unknown>[];
|
|
295
|
+
availability: "available" | "unavailable" | "partial";
|
|
296
|
+
identityManifest: Record<string, unknown>;
|
|
297
|
+
contextManifest: Record<string, unknown>[];
|
|
298
|
+
timing: Record<string, unknown>;
|
|
299
|
+
traceEvents: Record<string, unknown>[];
|
|
300
|
+
fullPayload?: Record<string, unknown> | undefined;
|
|
301
|
+
}, {
|
|
302
|
+
resources: Record<string, unknown>;
|
|
303
|
+
selection: {
|
|
304
|
+
capabilities: string[];
|
|
305
|
+
parameters: Record<string, unknown>;
|
|
306
|
+
model: string | null;
|
|
307
|
+
};
|
|
308
|
+
reason: string | null;
|
|
309
|
+
provider: {
|
|
310
|
+
providerId: string | null;
|
|
311
|
+
executionProviderId: string | null;
|
|
312
|
+
runtimeVersion: string | null;
|
|
313
|
+
};
|
|
314
|
+
usage: Record<string, unknown>[];
|
|
315
|
+
availability: "available" | "unavailable" | "partial";
|
|
316
|
+
identityManifest: Record<string, unknown>;
|
|
317
|
+
contextManifest: Record<string, unknown>[];
|
|
318
|
+
timing: Record<string, unknown>;
|
|
319
|
+
traceEvents: Record<string, unknown>[];
|
|
320
|
+
fullPayload?: Record<string, unknown> | undefined;
|
|
321
|
+
}>;
|
|
322
|
+
}, "strict", z.ZodTypeAny, {
|
|
323
|
+
status: "failed" | "running" | "cancelled" | "queued" | "responded" | "abstained";
|
|
324
|
+
projectId: string;
|
|
325
|
+
invocationId: string | null;
|
|
326
|
+
completedAt: string | null;
|
|
327
|
+
requirement: "required" | "optional";
|
|
328
|
+
agentSlug: string;
|
|
329
|
+
capacity: {
|
|
330
|
+
status: string | null;
|
|
331
|
+
providerId: string | null;
|
|
332
|
+
assignmentId: string | null;
|
|
333
|
+
completedAt: string | null;
|
|
334
|
+
executionProviderId: string | null;
|
|
335
|
+
laneId: string | null;
|
|
336
|
+
lanePurpose: string | null;
|
|
337
|
+
assignedAt: string | null;
|
|
338
|
+
claimedAt: string | null;
|
|
339
|
+
returnedAt: string | null;
|
|
340
|
+
failedAt: string | null;
|
|
341
|
+
};
|
|
342
|
+
diagnostics: {
|
|
343
|
+
resources: Record<string, unknown>;
|
|
344
|
+
selection: {
|
|
345
|
+
capabilities: string[];
|
|
346
|
+
parameters: Record<string, unknown>;
|
|
347
|
+
model: string | null;
|
|
348
|
+
};
|
|
349
|
+
reason: string | null;
|
|
350
|
+
provider: {
|
|
351
|
+
providerId: string | null;
|
|
352
|
+
executionProviderId: string | null;
|
|
353
|
+
runtimeVersion: string | null;
|
|
354
|
+
};
|
|
355
|
+
usage: Record<string, unknown>[];
|
|
356
|
+
availability: "available" | "unavailable" | "partial";
|
|
357
|
+
identityManifest: Record<string, unknown>;
|
|
358
|
+
contextManifest: Record<string, unknown>[];
|
|
359
|
+
timing: Record<string, unknown>;
|
|
360
|
+
traceEvents: Record<string, unknown>[];
|
|
361
|
+
fullPayload?: Record<string, unknown> | undefined;
|
|
362
|
+
};
|
|
363
|
+
projectSlug: string;
|
|
364
|
+
definitionRevision: string;
|
|
365
|
+
revisions: {
|
|
366
|
+
project: string;
|
|
367
|
+
library: string;
|
|
368
|
+
agentDefinition: string;
|
|
369
|
+
chatProfile: string;
|
|
370
|
+
};
|
|
371
|
+
parentInvocationId: string | null;
|
|
372
|
+
depth: number;
|
|
373
|
+
requestedAt: string;
|
|
374
|
+
updatedAt: string;
|
|
375
|
+
failure: {
|
|
376
|
+
code: string;
|
|
377
|
+
message: string | null;
|
|
378
|
+
} | null;
|
|
379
|
+
acknowledgedAt: string | null;
|
|
380
|
+
leaseAcceptedAt: string | null;
|
|
381
|
+
}, {
|
|
382
|
+
status: "failed" | "running" | "cancelled" | "queued" | "responded" | "abstained";
|
|
383
|
+
projectId: string;
|
|
384
|
+
invocationId: string | null;
|
|
385
|
+
completedAt: string | null;
|
|
386
|
+
requirement: "required" | "optional";
|
|
387
|
+
agentSlug: string;
|
|
388
|
+
capacity: {
|
|
389
|
+
status: string | null;
|
|
390
|
+
providerId: string | null;
|
|
391
|
+
assignmentId: string | null;
|
|
392
|
+
completedAt: string | null;
|
|
393
|
+
executionProviderId: string | null;
|
|
394
|
+
laneId: string | null;
|
|
395
|
+
lanePurpose: string | null;
|
|
396
|
+
assignedAt: string | null;
|
|
397
|
+
claimedAt: string | null;
|
|
398
|
+
returnedAt: string | null;
|
|
399
|
+
failedAt: string | null;
|
|
400
|
+
};
|
|
401
|
+
diagnostics: {
|
|
402
|
+
resources: Record<string, unknown>;
|
|
403
|
+
selection: {
|
|
404
|
+
capabilities: string[];
|
|
405
|
+
parameters: Record<string, unknown>;
|
|
406
|
+
model: string | null;
|
|
407
|
+
};
|
|
408
|
+
reason: string | null;
|
|
409
|
+
provider: {
|
|
410
|
+
providerId: string | null;
|
|
411
|
+
executionProviderId: string | null;
|
|
412
|
+
runtimeVersion: string | null;
|
|
413
|
+
};
|
|
414
|
+
usage: Record<string, unknown>[];
|
|
415
|
+
availability: "available" | "unavailable" | "partial";
|
|
416
|
+
identityManifest: Record<string, unknown>;
|
|
417
|
+
contextManifest: Record<string, unknown>[];
|
|
418
|
+
timing: Record<string, unknown>;
|
|
419
|
+
traceEvents: Record<string, unknown>[];
|
|
420
|
+
fullPayload?: Record<string, unknown> | undefined;
|
|
421
|
+
};
|
|
422
|
+
projectSlug: string;
|
|
423
|
+
definitionRevision: string;
|
|
424
|
+
revisions: {
|
|
425
|
+
project: string;
|
|
426
|
+
library: string;
|
|
427
|
+
agentDefinition: string;
|
|
428
|
+
chatProfile: string;
|
|
429
|
+
};
|
|
430
|
+
parentInvocationId: string | null;
|
|
431
|
+
depth: number;
|
|
432
|
+
requestedAt: string;
|
|
433
|
+
updatedAt: string;
|
|
434
|
+
failure: {
|
|
435
|
+
code: string;
|
|
436
|
+
message: string | null;
|
|
437
|
+
} | null;
|
|
438
|
+
acknowledgedAt: string | null;
|
|
439
|
+
leaseAcceptedAt: string | null;
|
|
440
|
+
}>;
|
|
441
|
+
export declare const communicationResponseSchema: z.ZodObject<{
|
|
442
|
+
projectId: z.ZodString;
|
|
443
|
+
agentSlug: z.ZodString;
|
|
444
|
+
} & {
|
|
445
|
+
projectSlug: z.ZodString;
|
|
446
|
+
invocationId: z.ZodString;
|
|
447
|
+
assignmentId: z.ZodNullable<z.ZodString>;
|
|
448
|
+
messageRef: z.ZodString;
|
|
449
|
+
markdown: z.ZodString;
|
|
450
|
+
requirement: z.ZodEnum<["required", "optional"]>;
|
|
451
|
+
status: z.ZodEnum<["responded", "abstained", "failed", "cancelled"]>;
|
|
452
|
+
createdAt: z.ZodString;
|
|
453
|
+
}, "strict", z.ZodTypeAny, {
|
|
454
|
+
status: "failed" | "cancelled" | "responded" | "abstained";
|
|
455
|
+
projectId: string;
|
|
456
|
+
createdAt: string;
|
|
457
|
+
assignmentId: string | null;
|
|
458
|
+
invocationId: string;
|
|
459
|
+
requirement: "required" | "optional";
|
|
460
|
+
agentSlug: string;
|
|
461
|
+
projectSlug: string;
|
|
462
|
+
messageRef: string;
|
|
463
|
+
markdown: string;
|
|
464
|
+
}, {
|
|
465
|
+
status: "failed" | "cancelled" | "responded" | "abstained";
|
|
466
|
+
projectId: string;
|
|
467
|
+
createdAt: string;
|
|
468
|
+
assignmentId: string | null;
|
|
469
|
+
invocationId: string;
|
|
470
|
+
requirement: "required" | "optional";
|
|
471
|
+
agentSlug: string;
|
|
472
|
+
projectSlug: string;
|
|
473
|
+
messageRef: string;
|
|
474
|
+
markdown: string;
|
|
475
|
+
}>;
|
|
476
|
+
export declare const communicationSendReceiptSchema: z.ZodObject<{
|
|
477
|
+
schemaVersion: z.ZodLiteral<"treeseed.communication-send-receipt/v4">;
|
|
478
|
+
sendId: z.ZodString;
|
|
479
|
+
teamId: z.ZodString;
|
|
480
|
+
channel: z.ZodString;
|
|
481
|
+
topic: z.ZodObject<{
|
|
482
|
+
id: z.ZodString;
|
|
483
|
+
slug: z.ZodString;
|
|
484
|
+
}, "strict", z.ZodTypeAny, {
|
|
485
|
+
slug: string;
|
|
486
|
+
id: string;
|
|
487
|
+
}, {
|
|
488
|
+
slug: string;
|
|
489
|
+
id: string;
|
|
490
|
+
}>;
|
|
491
|
+
projectStreams: z.ZodArray<z.ZodObject<{
|
|
492
|
+
id: z.ZodString;
|
|
493
|
+
projectId: z.ZodString;
|
|
494
|
+
projectSlug: z.ZodString;
|
|
495
|
+
discussionId: z.ZodString;
|
|
496
|
+
messageRef: z.ZodString;
|
|
497
|
+
}, "strict", z.ZodTypeAny, {
|
|
498
|
+
id: string;
|
|
499
|
+
projectId: string;
|
|
500
|
+
projectSlug: string;
|
|
501
|
+
messageRef: string;
|
|
502
|
+
discussionId: string;
|
|
503
|
+
}, {
|
|
504
|
+
id: string;
|
|
505
|
+
projectId: string;
|
|
506
|
+
projectSlug: string;
|
|
507
|
+
messageRef: string;
|
|
508
|
+
discussionId: string;
|
|
509
|
+
}>, "many">;
|
|
510
|
+
status: z.ZodEnum<["queued", "running", "complete", "partial", "failed"]>;
|
|
511
|
+
targets: z.ZodArray<z.ZodObject<{
|
|
512
|
+
projectId: z.ZodString;
|
|
513
|
+
agentSlug: z.ZodString;
|
|
514
|
+
} & {
|
|
515
|
+
projectSlug: z.ZodString;
|
|
516
|
+
definitionRevision: z.ZodString;
|
|
517
|
+
revisions: z.ZodObject<{
|
|
518
|
+
project: z.ZodString;
|
|
519
|
+
library: z.ZodString;
|
|
520
|
+
agentDefinition: z.ZodString;
|
|
521
|
+
chatProfile: z.ZodString;
|
|
522
|
+
}, "strict", z.ZodTypeAny, {
|
|
523
|
+
project: string;
|
|
524
|
+
library: string;
|
|
525
|
+
agentDefinition: string;
|
|
526
|
+
chatProfile: string;
|
|
527
|
+
}, {
|
|
528
|
+
project: string;
|
|
529
|
+
library: string;
|
|
530
|
+
agentDefinition: string;
|
|
531
|
+
chatProfile: string;
|
|
532
|
+
}>;
|
|
533
|
+
invocationId: z.ZodNullable<z.ZodString>;
|
|
534
|
+
requirement: z.ZodEnum<["required", "optional"]>;
|
|
535
|
+
parentInvocationId: z.ZodNullable<z.ZodString>;
|
|
536
|
+
depth: z.ZodNumber;
|
|
537
|
+
status: z.ZodEnum<["queued", "running", "responded", "abstained", "failed", "cancelled"]>;
|
|
538
|
+
requestedAt: z.ZodString;
|
|
539
|
+
updatedAt: z.ZodString;
|
|
540
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
541
|
+
failure: z.ZodNullable<z.ZodObject<{
|
|
542
|
+
code: z.ZodString;
|
|
543
|
+
message: z.ZodNullable<z.ZodString>;
|
|
544
|
+
}, "strict", z.ZodTypeAny, {
|
|
545
|
+
code: string;
|
|
546
|
+
message: string | null;
|
|
547
|
+
}, {
|
|
548
|
+
code: string;
|
|
549
|
+
message: string | null;
|
|
550
|
+
}>>;
|
|
551
|
+
capacity: z.ZodObject<{
|
|
552
|
+
assignmentId: z.ZodNullable<z.ZodString>;
|
|
553
|
+
providerId: z.ZodNullable<z.ZodString>;
|
|
554
|
+
executionProviderId: z.ZodNullable<z.ZodString>;
|
|
555
|
+
laneId: z.ZodNullable<z.ZodString>;
|
|
556
|
+
lanePurpose: z.ZodNullable<z.ZodString>;
|
|
557
|
+
status: z.ZodNullable<z.ZodString>;
|
|
558
|
+
assignedAt: z.ZodNullable<z.ZodString>;
|
|
559
|
+
claimedAt: z.ZodNullable<z.ZodString>;
|
|
560
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
561
|
+
returnedAt: z.ZodNullable<z.ZodString>;
|
|
562
|
+
failedAt: z.ZodNullable<z.ZodString>;
|
|
563
|
+
}, "strict", z.ZodTypeAny, {
|
|
564
|
+
status: string | null;
|
|
565
|
+
providerId: string | null;
|
|
566
|
+
assignmentId: string | null;
|
|
567
|
+
completedAt: string | null;
|
|
568
|
+
executionProviderId: string | null;
|
|
569
|
+
laneId: string | null;
|
|
570
|
+
lanePurpose: string | null;
|
|
571
|
+
assignedAt: string | null;
|
|
572
|
+
claimedAt: string | null;
|
|
573
|
+
returnedAt: string | null;
|
|
574
|
+
failedAt: string | null;
|
|
575
|
+
}, {
|
|
576
|
+
status: string | null;
|
|
577
|
+
providerId: string | null;
|
|
578
|
+
assignmentId: string | null;
|
|
579
|
+
completedAt: string | null;
|
|
580
|
+
executionProviderId: string | null;
|
|
581
|
+
laneId: string | null;
|
|
582
|
+
lanePurpose: string | null;
|
|
583
|
+
assignedAt: string | null;
|
|
584
|
+
claimedAt: string | null;
|
|
585
|
+
returnedAt: string | null;
|
|
586
|
+
failedAt: string | null;
|
|
587
|
+
}>;
|
|
588
|
+
acknowledgedAt: z.ZodNullable<z.ZodString>;
|
|
589
|
+
leaseAcceptedAt: z.ZodNullable<z.ZodString>;
|
|
590
|
+
diagnostics: z.ZodObject<{
|
|
591
|
+
availability: z.ZodEnum<["available", "partial", "unavailable"]>;
|
|
592
|
+
reason: z.ZodNullable<z.ZodString>;
|
|
593
|
+
provider: z.ZodObject<{
|
|
594
|
+
providerId: z.ZodNullable<z.ZodString>;
|
|
595
|
+
executionProviderId: z.ZodNullable<z.ZodString>;
|
|
596
|
+
runtimeVersion: z.ZodNullable<z.ZodString>;
|
|
597
|
+
}, "strict", z.ZodTypeAny, {
|
|
598
|
+
providerId: string | null;
|
|
599
|
+
executionProviderId: string | null;
|
|
600
|
+
runtimeVersion: string | null;
|
|
601
|
+
}, {
|
|
602
|
+
providerId: string | null;
|
|
603
|
+
executionProviderId: string | null;
|
|
604
|
+
runtimeVersion: string | null;
|
|
605
|
+
}>;
|
|
606
|
+
selection: z.ZodObject<{
|
|
607
|
+
model: z.ZodNullable<z.ZodString>;
|
|
608
|
+
capabilities: z.ZodArray<z.ZodString, "many">;
|
|
609
|
+
parameters: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
610
|
+
}, "strict", z.ZodTypeAny, {
|
|
611
|
+
capabilities: string[];
|
|
612
|
+
parameters: Record<string, unknown>;
|
|
613
|
+
model: string | null;
|
|
614
|
+
}, {
|
|
615
|
+
capabilities: string[];
|
|
616
|
+
parameters: Record<string, unknown>;
|
|
617
|
+
model: string | null;
|
|
618
|
+
}>;
|
|
619
|
+
identityManifest: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
620
|
+
contextManifest: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
621
|
+
usage: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
622
|
+
timing: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
623
|
+
resources: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
624
|
+
traceEvents: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
625
|
+
fullPayload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
626
|
+
}, "strict", z.ZodTypeAny, {
|
|
627
|
+
resources: Record<string, unknown>;
|
|
628
|
+
selection: {
|
|
629
|
+
capabilities: string[];
|
|
630
|
+
parameters: Record<string, unknown>;
|
|
631
|
+
model: string | null;
|
|
632
|
+
};
|
|
633
|
+
reason: string | null;
|
|
634
|
+
provider: {
|
|
635
|
+
providerId: string | null;
|
|
636
|
+
executionProviderId: string | null;
|
|
637
|
+
runtimeVersion: string | null;
|
|
638
|
+
};
|
|
639
|
+
usage: Record<string, unknown>[];
|
|
640
|
+
availability: "available" | "unavailable" | "partial";
|
|
641
|
+
identityManifest: Record<string, unknown>;
|
|
642
|
+
contextManifest: Record<string, unknown>[];
|
|
643
|
+
timing: Record<string, unknown>;
|
|
644
|
+
traceEvents: Record<string, unknown>[];
|
|
645
|
+
fullPayload?: Record<string, unknown> | undefined;
|
|
646
|
+
}, {
|
|
647
|
+
resources: Record<string, unknown>;
|
|
648
|
+
selection: {
|
|
649
|
+
capabilities: string[];
|
|
650
|
+
parameters: Record<string, unknown>;
|
|
651
|
+
model: string | null;
|
|
652
|
+
};
|
|
653
|
+
reason: string | null;
|
|
654
|
+
provider: {
|
|
655
|
+
providerId: string | null;
|
|
656
|
+
executionProviderId: string | null;
|
|
657
|
+
runtimeVersion: string | null;
|
|
658
|
+
};
|
|
659
|
+
usage: Record<string, unknown>[];
|
|
660
|
+
availability: "available" | "unavailable" | "partial";
|
|
661
|
+
identityManifest: Record<string, unknown>;
|
|
662
|
+
contextManifest: Record<string, unknown>[];
|
|
663
|
+
timing: Record<string, unknown>;
|
|
664
|
+
traceEvents: Record<string, unknown>[];
|
|
665
|
+
fullPayload?: Record<string, unknown> | undefined;
|
|
666
|
+
}>;
|
|
667
|
+
}, "strict", z.ZodTypeAny, {
|
|
668
|
+
status: "failed" | "running" | "cancelled" | "queued" | "responded" | "abstained";
|
|
669
|
+
projectId: string;
|
|
670
|
+
invocationId: string | null;
|
|
671
|
+
completedAt: string | null;
|
|
672
|
+
requirement: "required" | "optional";
|
|
673
|
+
agentSlug: string;
|
|
674
|
+
capacity: {
|
|
675
|
+
status: string | null;
|
|
676
|
+
providerId: string | null;
|
|
677
|
+
assignmentId: string | null;
|
|
678
|
+
completedAt: string | null;
|
|
679
|
+
executionProviderId: string | null;
|
|
680
|
+
laneId: string | null;
|
|
681
|
+
lanePurpose: string | null;
|
|
682
|
+
assignedAt: string | null;
|
|
683
|
+
claimedAt: string | null;
|
|
684
|
+
returnedAt: string | null;
|
|
685
|
+
failedAt: string | null;
|
|
686
|
+
};
|
|
687
|
+
diagnostics: {
|
|
688
|
+
resources: Record<string, unknown>;
|
|
689
|
+
selection: {
|
|
690
|
+
capabilities: string[];
|
|
691
|
+
parameters: Record<string, unknown>;
|
|
692
|
+
model: string | null;
|
|
693
|
+
};
|
|
694
|
+
reason: string | null;
|
|
695
|
+
provider: {
|
|
696
|
+
providerId: string | null;
|
|
697
|
+
executionProviderId: string | null;
|
|
698
|
+
runtimeVersion: string | null;
|
|
699
|
+
};
|
|
700
|
+
usage: Record<string, unknown>[];
|
|
701
|
+
availability: "available" | "unavailable" | "partial";
|
|
702
|
+
identityManifest: Record<string, unknown>;
|
|
703
|
+
contextManifest: Record<string, unknown>[];
|
|
704
|
+
timing: Record<string, unknown>;
|
|
705
|
+
traceEvents: Record<string, unknown>[];
|
|
706
|
+
fullPayload?: Record<string, unknown> | undefined;
|
|
707
|
+
};
|
|
708
|
+
projectSlug: string;
|
|
709
|
+
definitionRevision: string;
|
|
710
|
+
revisions: {
|
|
711
|
+
project: string;
|
|
712
|
+
library: string;
|
|
713
|
+
agentDefinition: string;
|
|
714
|
+
chatProfile: string;
|
|
715
|
+
};
|
|
716
|
+
parentInvocationId: string | null;
|
|
717
|
+
depth: number;
|
|
718
|
+
requestedAt: string;
|
|
719
|
+
updatedAt: string;
|
|
720
|
+
failure: {
|
|
721
|
+
code: string;
|
|
722
|
+
message: string | null;
|
|
723
|
+
} | null;
|
|
724
|
+
acknowledgedAt: string | null;
|
|
725
|
+
leaseAcceptedAt: string | null;
|
|
726
|
+
}, {
|
|
727
|
+
status: "failed" | "running" | "cancelled" | "queued" | "responded" | "abstained";
|
|
728
|
+
projectId: string;
|
|
729
|
+
invocationId: string | null;
|
|
730
|
+
completedAt: string | null;
|
|
731
|
+
requirement: "required" | "optional";
|
|
732
|
+
agentSlug: string;
|
|
733
|
+
capacity: {
|
|
734
|
+
status: string | null;
|
|
735
|
+
providerId: string | null;
|
|
736
|
+
assignmentId: string | null;
|
|
737
|
+
completedAt: string | null;
|
|
738
|
+
executionProviderId: string | null;
|
|
739
|
+
laneId: string | null;
|
|
740
|
+
lanePurpose: string | null;
|
|
741
|
+
assignedAt: string | null;
|
|
742
|
+
claimedAt: string | null;
|
|
743
|
+
returnedAt: string | null;
|
|
744
|
+
failedAt: string | null;
|
|
745
|
+
};
|
|
746
|
+
diagnostics: {
|
|
747
|
+
resources: Record<string, unknown>;
|
|
748
|
+
selection: {
|
|
749
|
+
capabilities: string[];
|
|
750
|
+
parameters: Record<string, unknown>;
|
|
751
|
+
model: string | null;
|
|
752
|
+
};
|
|
753
|
+
reason: string | null;
|
|
754
|
+
provider: {
|
|
755
|
+
providerId: string | null;
|
|
756
|
+
executionProviderId: string | null;
|
|
757
|
+
runtimeVersion: string | null;
|
|
758
|
+
};
|
|
759
|
+
usage: Record<string, unknown>[];
|
|
760
|
+
availability: "available" | "unavailable" | "partial";
|
|
761
|
+
identityManifest: Record<string, unknown>;
|
|
762
|
+
contextManifest: Record<string, unknown>[];
|
|
763
|
+
timing: Record<string, unknown>;
|
|
764
|
+
traceEvents: Record<string, unknown>[];
|
|
765
|
+
fullPayload?: Record<string, unknown> | undefined;
|
|
766
|
+
};
|
|
767
|
+
projectSlug: string;
|
|
768
|
+
definitionRevision: string;
|
|
769
|
+
revisions: {
|
|
770
|
+
project: string;
|
|
771
|
+
library: string;
|
|
772
|
+
agentDefinition: string;
|
|
773
|
+
chatProfile: string;
|
|
774
|
+
};
|
|
775
|
+
parentInvocationId: string | null;
|
|
776
|
+
depth: number;
|
|
777
|
+
requestedAt: string;
|
|
778
|
+
updatedAt: string;
|
|
779
|
+
failure: {
|
|
780
|
+
code: string;
|
|
781
|
+
message: string | null;
|
|
782
|
+
} | null;
|
|
783
|
+
acknowledgedAt: string | null;
|
|
784
|
+
leaseAcceptedAt: string | null;
|
|
785
|
+
}>, "many">;
|
|
786
|
+
responses: z.ZodArray<z.ZodObject<{
|
|
787
|
+
projectId: z.ZodString;
|
|
788
|
+
agentSlug: z.ZodString;
|
|
789
|
+
} & {
|
|
790
|
+
projectSlug: z.ZodString;
|
|
791
|
+
invocationId: z.ZodString;
|
|
792
|
+
assignmentId: z.ZodNullable<z.ZodString>;
|
|
793
|
+
messageRef: z.ZodString;
|
|
794
|
+
markdown: z.ZodString;
|
|
795
|
+
requirement: z.ZodEnum<["required", "optional"]>;
|
|
796
|
+
status: z.ZodEnum<["responded", "abstained", "failed", "cancelled"]>;
|
|
797
|
+
createdAt: z.ZodString;
|
|
798
|
+
}, "strict", z.ZodTypeAny, {
|
|
799
|
+
status: "failed" | "cancelled" | "responded" | "abstained";
|
|
800
|
+
projectId: string;
|
|
801
|
+
createdAt: string;
|
|
802
|
+
assignmentId: string | null;
|
|
803
|
+
invocationId: string;
|
|
804
|
+
requirement: "required" | "optional";
|
|
805
|
+
agentSlug: string;
|
|
806
|
+
projectSlug: string;
|
|
807
|
+
messageRef: string;
|
|
808
|
+
markdown: string;
|
|
809
|
+
}, {
|
|
810
|
+
status: "failed" | "cancelled" | "responded" | "abstained";
|
|
811
|
+
projectId: string;
|
|
812
|
+
createdAt: string;
|
|
813
|
+
assignmentId: string | null;
|
|
814
|
+
invocationId: string;
|
|
815
|
+
requirement: "required" | "optional";
|
|
816
|
+
agentSlug: string;
|
|
817
|
+
projectSlug: string;
|
|
818
|
+
messageRef: string;
|
|
819
|
+
markdown: string;
|
|
820
|
+
}>, "many">;
|
|
821
|
+
events: z.ZodArray<z.ZodObject<{
|
|
822
|
+
id: z.ZodString;
|
|
823
|
+
sequence: z.ZodNumber;
|
|
824
|
+
teamId: z.ZodString;
|
|
825
|
+
topicId: z.ZodString;
|
|
826
|
+
channel: z.ZodString;
|
|
827
|
+
type: z.ZodEnum<["message.posted", "mention.acknowledged", "response_lease.accepted", "agent.progress", "agent.response", "agent.abstained", "agent.failed"]>;
|
|
828
|
+
occurredAt: z.ZodString;
|
|
829
|
+
sendId: z.ZodNullable<z.ZodString>;
|
|
830
|
+
invocationId: z.ZodNullable<z.ZodString>;
|
|
831
|
+
assignmentId: z.ZodNullable<z.ZodString>;
|
|
832
|
+
actor: z.ZodObject<{
|
|
833
|
+
kind: z.ZodEnum<["user", "agent", "provider", "control-plane"]>;
|
|
834
|
+
id: z.ZodString;
|
|
835
|
+
handle: z.ZodNullable<z.ZodString>;
|
|
836
|
+
}, "strict", z.ZodTypeAny, {
|
|
837
|
+
id: string;
|
|
838
|
+
kind: "control-plane" | "provider" | "agent" | "user";
|
|
839
|
+
handle: string | null;
|
|
840
|
+
}, {
|
|
841
|
+
id: string;
|
|
842
|
+
kind: "control-plane" | "provider" | "agent" | "user";
|
|
843
|
+
handle: string | null;
|
|
844
|
+
}>;
|
|
845
|
+
summary: z.ZodString;
|
|
846
|
+
payload: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
847
|
+
}, "strict", z.ZodTypeAny, {
|
|
848
|
+
type: "message.posted" | "mention.acknowledged" | "response_lease.accepted" | "agent.progress" | "agent.response" | "agent.abstained" | "agent.failed";
|
|
849
|
+
id: string;
|
|
850
|
+
teamId: string;
|
|
851
|
+
assignmentId: string | null;
|
|
852
|
+
topicId: string;
|
|
853
|
+
sendId: string | null;
|
|
854
|
+
invocationId: string | null;
|
|
855
|
+
sequence: number;
|
|
856
|
+
payload: Record<string, unknown>;
|
|
857
|
+
actor: {
|
|
858
|
+
id: string;
|
|
859
|
+
kind: "control-plane" | "provider" | "agent" | "user";
|
|
860
|
+
handle: string | null;
|
|
861
|
+
};
|
|
862
|
+
summary: string;
|
|
863
|
+
channel: string;
|
|
864
|
+
occurredAt: string;
|
|
865
|
+
}, {
|
|
866
|
+
type: "message.posted" | "mention.acknowledged" | "response_lease.accepted" | "agent.progress" | "agent.response" | "agent.abstained" | "agent.failed";
|
|
867
|
+
id: string;
|
|
868
|
+
teamId: string;
|
|
869
|
+
assignmentId: string | null;
|
|
870
|
+
topicId: string;
|
|
871
|
+
sendId: string | null;
|
|
872
|
+
invocationId: string | null;
|
|
873
|
+
sequence: number;
|
|
874
|
+
payload: Record<string, unknown>;
|
|
875
|
+
actor: {
|
|
876
|
+
id: string;
|
|
877
|
+
kind: "control-plane" | "provider" | "agent" | "user";
|
|
878
|
+
handle: string | null;
|
|
879
|
+
};
|
|
880
|
+
summary: string;
|
|
881
|
+
channel: string;
|
|
882
|
+
occurredAt: string;
|
|
883
|
+
}>, "many">;
|
|
884
|
+
createdAt: z.ZodString;
|
|
885
|
+
updatedAt: z.ZodString;
|
|
886
|
+
replayed: z.ZodBoolean;
|
|
887
|
+
}, "strict", z.ZodTypeAny, {
|
|
888
|
+
status: "failed" | "running" | "partial" | "complete" | "queued";
|
|
889
|
+
schemaVersion: "treeseed.communication-send-receipt/v4";
|
|
890
|
+
targets: {
|
|
891
|
+
status: "failed" | "running" | "cancelled" | "queued" | "responded" | "abstained";
|
|
892
|
+
projectId: string;
|
|
893
|
+
invocationId: string | null;
|
|
894
|
+
completedAt: string | null;
|
|
895
|
+
requirement: "required" | "optional";
|
|
896
|
+
agentSlug: string;
|
|
897
|
+
capacity: {
|
|
898
|
+
status: string | null;
|
|
899
|
+
providerId: string | null;
|
|
900
|
+
assignmentId: string | null;
|
|
901
|
+
completedAt: string | null;
|
|
902
|
+
executionProviderId: string | null;
|
|
903
|
+
laneId: string | null;
|
|
904
|
+
lanePurpose: string | null;
|
|
905
|
+
assignedAt: string | null;
|
|
906
|
+
claimedAt: string | null;
|
|
907
|
+
returnedAt: string | null;
|
|
908
|
+
failedAt: string | null;
|
|
909
|
+
};
|
|
910
|
+
diagnostics: {
|
|
911
|
+
resources: Record<string, unknown>;
|
|
912
|
+
selection: {
|
|
913
|
+
capabilities: string[];
|
|
914
|
+
parameters: Record<string, unknown>;
|
|
915
|
+
model: string | null;
|
|
916
|
+
};
|
|
917
|
+
reason: string | null;
|
|
918
|
+
provider: {
|
|
919
|
+
providerId: string | null;
|
|
920
|
+
executionProviderId: string | null;
|
|
921
|
+
runtimeVersion: string | null;
|
|
922
|
+
};
|
|
923
|
+
usage: Record<string, unknown>[];
|
|
924
|
+
availability: "available" | "unavailable" | "partial";
|
|
925
|
+
identityManifest: Record<string, unknown>;
|
|
926
|
+
contextManifest: Record<string, unknown>[];
|
|
927
|
+
timing: Record<string, unknown>;
|
|
928
|
+
traceEvents: Record<string, unknown>[];
|
|
929
|
+
fullPayload?: Record<string, unknown> | undefined;
|
|
930
|
+
};
|
|
931
|
+
projectSlug: string;
|
|
932
|
+
definitionRevision: string;
|
|
933
|
+
revisions: {
|
|
934
|
+
project: string;
|
|
935
|
+
library: string;
|
|
936
|
+
agentDefinition: string;
|
|
937
|
+
chatProfile: string;
|
|
938
|
+
};
|
|
939
|
+
parentInvocationId: string | null;
|
|
940
|
+
depth: number;
|
|
941
|
+
requestedAt: string;
|
|
942
|
+
updatedAt: string;
|
|
943
|
+
failure: {
|
|
944
|
+
code: string;
|
|
945
|
+
message: string | null;
|
|
946
|
+
} | null;
|
|
947
|
+
acknowledgedAt: string | null;
|
|
948
|
+
leaseAcceptedAt: string | null;
|
|
949
|
+
}[];
|
|
950
|
+
teamId: string;
|
|
951
|
+
createdAt: string;
|
|
952
|
+
sendId: string;
|
|
953
|
+
responses: {
|
|
954
|
+
status: "failed" | "cancelled" | "responded" | "abstained";
|
|
955
|
+
projectId: string;
|
|
956
|
+
createdAt: string;
|
|
957
|
+
assignmentId: string | null;
|
|
958
|
+
invocationId: string;
|
|
959
|
+
requirement: "required" | "optional";
|
|
960
|
+
agentSlug: string;
|
|
961
|
+
projectSlug: string;
|
|
962
|
+
messageRef: string;
|
|
963
|
+
markdown: string;
|
|
964
|
+
}[];
|
|
965
|
+
channel: string;
|
|
966
|
+
topic: {
|
|
967
|
+
slug: string;
|
|
968
|
+
id: string;
|
|
969
|
+
};
|
|
970
|
+
events: {
|
|
971
|
+
type: "message.posted" | "mention.acknowledged" | "response_lease.accepted" | "agent.progress" | "agent.response" | "agent.abstained" | "agent.failed";
|
|
972
|
+
id: string;
|
|
973
|
+
teamId: string;
|
|
974
|
+
assignmentId: string | null;
|
|
975
|
+
topicId: string;
|
|
976
|
+
sendId: string | null;
|
|
977
|
+
invocationId: string | null;
|
|
978
|
+
sequence: number;
|
|
979
|
+
payload: Record<string, unknown>;
|
|
980
|
+
actor: {
|
|
981
|
+
id: string;
|
|
982
|
+
kind: "control-plane" | "provider" | "agent" | "user";
|
|
983
|
+
handle: string | null;
|
|
984
|
+
};
|
|
985
|
+
summary: string;
|
|
986
|
+
channel: string;
|
|
987
|
+
occurredAt: string;
|
|
988
|
+
}[];
|
|
989
|
+
updatedAt: string;
|
|
990
|
+
projectStreams: {
|
|
991
|
+
id: string;
|
|
992
|
+
projectId: string;
|
|
993
|
+
projectSlug: string;
|
|
994
|
+
messageRef: string;
|
|
995
|
+
discussionId: string;
|
|
996
|
+
}[];
|
|
997
|
+
replayed: boolean;
|
|
998
|
+
}, {
|
|
999
|
+
status: "failed" | "running" | "partial" | "complete" | "queued";
|
|
1000
|
+
schemaVersion: "treeseed.communication-send-receipt/v4";
|
|
1001
|
+
targets: {
|
|
1002
|
+
status: "failed" | "running" | "cancelled" | "queued" | "responded" | "abstained";
|
|
1003
|
+
projectId: string;
|
|
1004
|
+
invocationId: string | null;
|
|
1005
|
+
completedAt: string | null;
|
|
1006
|
+
requirement: "required" | "optional";
|
|
1007
|
+
agentSlug: string;
|
|
1008
|
+
capacity: {
|
|
1009
|
+
status: string | null;
|
|
1010
|
+
providerId: string | null;
|
|
1011
|
+
assignmentId: string | null;
|
|
1012
|
+
completedAt: string | null;
|
|
1013
|
+
executionProviderId: string | null;
|
|
1014
|
+
laneId: string | null;
|
|
1015
|
+
lanePurpose: string | null;
|
|
1016
|
+
assignedAt: string | null;
|
|
1017
|
+
claimedAt: string | null;
|
|
1018
|
+
returnedAt: string | null;
|
|
1019
|
+
failedAt: string | null;
|
|
1020
|
+
};
|
|
1021
|
+
diagnostics: {
|
|
1022
|
+
resources: Record<string, unknown>;
|
|
1023
|
+
selection: {
|
|
1024
|
+
capabilities: string[];
|
|
1025
|
+
parameters: Record<string, unknown>;
|
|
1026
|
+
model: string | null;
|
|
1027
|
+
};
|
|
1028
|
+
reason: string | null;
|
|
1029
|
+
provider: {
|
|
1030
|
+
providerId: string | null;
|
|
1031
|
+
executionProviderId: string | null;
|
|
1032
|
+
runtimeVersion: string | null;
|
|
1033
|
+
};
|
|
1034
|
+
usage: Record<string, unknown>[];
|
|
1035
|
+
availability: "available" | "unavailable" | "partial";
|
|
1036
|
+
identityManifest: Record<string, unknown>;
|
|
1037
|
+
contextManifest: Record<string, unknown>[];
|
|
1038
|
+
timing: Record<string, unknown>;
|
|
1039
|
+
traceEvents: Record<string, unknown>[];
|
|
1040
|
+
fullPayload?: Record<string, unknown> | undefined;
|
|
1041
|
+
};
|
|
1042
|
+
projectSlug: string;
|
|
1043
|
+
definitionRevision: string;
|
|
1044
|
+
revisions: {
|
|
1045
|
+
project: string;
|
|
1046
|
+
library: string;
|
|
1047
|
+
agentDefinition: string;
|
|
1048
|
+
chatProfile: string;
|
|
1049
|
+
};
|
|
1050
|
+
parentInvocationId: string | null;
|
|
1051
|
+
depth: number;
|
|
1052
|
+
requestedAt: string;
|
|
1053
|
+
updatedAt: string;
|
|
1054
|
+
failure: {
|
|
1055
|
+
code: string;
|
|
1056
|
+
message: string | null;
|
|
1057
|
+
} | null;
|
|
1058
|
+
acknowledgedAt: string | null;
|
|
1059
|
+
leaseAcceptedAt: string | null;
|
|
1060
|
+
}[];
|
|
1061
|
+
teamId: string;
|
|
1062
|
+
createdAt: string;
|
|
1063
|
+
sendId: string;
|
|
1064
|
+
responses: {
|
|
1065
|
+
status: "failed" | "cancelled" | "responded" | "abstained";
|
|
1066
|
+
projectId: string;
|
|
1067
|
+
createdAt: string;
|
|
1068
|
+
assignmentId: string | null;
|
|
1069
|
+
invocationId: string;
|
|
1070
|
+
requirement: "required" | "optional";
|
|
1071
|
+
agentSlug: string;
|
|
1072
|
+
projectSlug: string;
|
|
1073
|
+
messageRef: string;
|
|
1074
|
+
markdown: string;
|
|
1075
|
+
}[];
|
|
1076
|
+
channel: string;
|
|
1077
|
+
topic: {
|
|
1078
|
+
slug: string;
|
|
1079
|
+
id: string;
|
|
1080
|
+
};
|
|
1081
|
+
events: {
|
|
1082
|
+
type: "message.posted" | "mention.acknowledged" | "response_lease.accepted" | "agent.progress" | "agent.response" | "agent.abstained" | "agent.failed";
|
|
1083
|
+
id: string;
|
|
1084
|
+
teamId: string;
|
|
1085
|
+
assignmentId: string | null;
|
|
1086
|
+
topicId: string;
|
|
1087
|
+
sendId: string | null;
|
|
1088
|
+
invocationId: string | null;
|
|
1089
|
+
sequence: number;
|
|
1090
|
+
payload: Record<string, unknown>;
|
|
1091
|
+
actor: {
|
|
1092
|
+
id: string;
|
|
1093
|
+
kind: "control-plane" | "provider" | "agent" | "user";
|
|
1094
|
+
handle: string | null;
|
|
1095
|
+
};
|
|
1096
|
+
summary: string;
|
|
1097
|
+
channel: string;
|
|
1098
|
+
occurredAt: string;
|
|
1099
|
+
}[];
|
|
1100
|
+
updatedAt: string;
|
|
1101
|
+
projectStreams: {
|
|
1102
|
+
id: string;
|
|
1103
|
+
projectId: string;
|
|
1104
|
+
projectSlug: string;
|
|
1105
|
+
messageRef: string;
|
|
1106
|
+
discussionId: string;
|
|
1107
|
+
}[];
|
|
1108
|
+
replayed: boolean;
|
|
1109
|
+
}>;
|
|
1110
|
+
export declare const communicationTopicListenerSchema: z.ZodObject<{
|
|
1111
|
+
projectId: z.ZodString;
|
|
1112
|
+
agentSlug: z.ZodString;
|
|
1113
|
+
} & {
|
|
1114
|
+
projectSlug: z.ZodString;
|
|
1115
|
+
agentHandle: z.ZodString;
|
|
1116
|
+
status: z.ZodEnum<["active", "removed"]>;
|
|
1117
|
+
subscribedAt: z.ZodString;
|
|
1118
|
+
updatedAt: z.ZodString;
|
|
1119
|
+
source: z.ZodEnum<["mention", "operator", "seed"]>;
|
|
1120
|
+
}, "strict", z.ZodTypeAny, {
|
|
1121
|
+
status: "active" | "removed";
|
|
1122
|
+
projectId: string;
|
|
1123
|
+
source: "seed" | "operator" | "mention";
|
|
1124
|
+
agentSlug: string;
|
|
1125
|
+
projectSlug: string;
|
|
1126
|
+
updatedAt: string;
|
|
1127
|
+
agentHandle: string;
|
|
1128
|
+
subscribedAt: string;
|
|
1129
|
+
}, {
|
|
1130
|
+
status: "active" | "removed";
|
|
1131
|
+
projectId: string;
|
|
1132
|
+
source: "seed" | "operator" | "mention";
|
|
1133
|
+
agentSlug: string;
|
|
1134
|
+
projectSlug: string;
|
|
1135
|
+
updatedAt: string;
|
|
1136
|
+
agentHandle: string;
|
|
1137
|
+
subscribedAt: string;
|
|
1138
|
+
}>;
|
|
1139
|
+
export declare const communicationTopicSchema: z.ZodObject<{
|
|
1140
|
+
id: z.ZodString;
|
|
1141
|
+
teamId: z.ZodString;
|
|
1142
|
+
slug: z.ZodString;
|
|
1143
|
+
status: z.ZodEnum<["active", "archived"]>;
|
|
1144
|
+
createdAt: z.ZodString;
|
|
1145
|
+
updatedAt: z.ZodString;
|
|
1146
|
+
streams: z.ZodArray<z.ZodObject<{
|
|
1147
|
+
id: z.ZodString;
|
|
1148
|
+
projectId: z.ZodString;
|
|
1149
|
+
projectSlug: z.ZodString;
|
|
1150
|
+
discussionId: z.ZodString;
|
|
1151
|
+
}, "strict", z.ZodTypeAny, {
|
|
1152
|
+
id: string;
|
|
1153
|
+
projectId: string;
|
|
1154
|
+
projectSlug: string;
|
|
1155
|
+
discussionId: string;
|
|
1156
|
+
}, {
|
|
1157
|
+
id: string;
|
|
1158
|
+
projectId: string;
|
|
1159
|
+
projectSlug: string;
|
|
1160
|
+
discussionId: string;
|
|
1161
|
+
}>, "many">;
|
|
1162
|
+
listeners: z.ZodArray<z.ZodObject<{
|
|
1163
|
+
projectId: z.ZodString;
|
|
1164
|
+
agentSlug: z.ZodString;
|
|
1165
|
+
} & {
|
|
1166
|
+
projectSlug: z.ZodString;
|
|
1167
|
+
agentHandle: z.ZodString;
|
|
1168
|
+
status: z.ZodEnum<["active", "removed"]>;
|
|
1169
|
+
subscribedAt: z.ZodString;
|
|
1170
|
+
updatedAt: z.ZodString;
|
|
1171
|
+
source: z.ZodEnum<["mention", "operator", "seed"]>;
|
|
1172
|
+
}, "strict", z.ZodTypeAny, {
|
|
1173
|
+
status: "active" | "removed";
|
|
1174
|
+
projectId: string;
|
|
1175
|
+
source: "seed" | "operator" | "mention";
|
|
1176
|
+
agentSlug: string;
|
|
1177
|
+
projectSlug: string;
|
|
1178
|
+
updatedAt: string;
|
|
1179
|
+
agentHandle: string;
|
|
1180
|
+
subscribedAt: string;
|
|
1181
|
+
}, {
|
|
1182
|
+
status: "active" | "removed";
|
|
1183
|
+
projectId: string;
|
|
1184
|
+
source: "seed" | "operator" | "mention";
|
|
1185
|
+
agentSlug: string;
|
|
1186
|
+
projectSlug: string;
|
|
1187
|
+
updatedAt: string;
|
|
1188
|
+
agentHandle: string;
|
|
1189
|
+
subscribedAt: string;
|
|
1190
|
+
}>, "many">;
|
|
1191
|
+
}, "strict", z.ZodTypeAny, {
|
|
1192
|
+
status: "active" | "archived";
|
|
1193
|
+
slug: string;
|
|
1194
|
+
id: string;
|
|
1195
|
+
teamId: string;
|
|
1196
|
+
createdAt: string;
|
|
1197
|
+
updatedAt: string;
|
|
1198
|
+
streams: {
|
|
1199
|
+
id: string;
|
|
1200
|
+
projectId: string;
|
|
1201
|
+
projectSlug: string;
|
|
1202
|
+
discussionId: string;
|
|
1203
|
+
}[];
|
|
1204
|
+
listeners: {
|
|
1205
|
+
status: "active" | "removed";
|
|
1206
|
+
projectId: string;
|
|
1207
|
+
source: "seed" | "operator" | "mention";
|
|
1208
|
+
agentSlug: string;
|
|
1209
|
+
projectSlug: string;
|
|
1210
|
+
updatedAt: string;
|
|
1211
|
+
agentHandle: string;
|
|
1212
|
+
subscribedAt: string;
|
|
1213
|
+
}[];
|
|
1214
|
+
}, {
|
|
1215
|
+
status: "active" | "archived";
|
|
1216
|
+
slug: string;
|
|
1217
|
+
id: string;
|
|
1218
|
+
teamId: string;
|
|
1219
|
+
createdAt: string;
|
|
1220
|
+
updatedAt: string;
|
|
1221
|
+
streams: {
|
|
1222
|
+
id: string;
|
|
1223
|
+
projectId: string;
|
|
1224
|
+
projectSlug: string;
|
|
1225
|
+
discussionId: string;
|
|
1226
|
+
}[];
|
|
1227
|
+
listeners: {
|
|
1228
|
+
status: "active" | "removed";
|
|
1229
|
+
projectId: string;
|
|
1230
|
+
source: "seed" | "operator" | "mention";
|
|
1231
|
+
agentSlug: string;
|
|
1232
|
+
projectSlug: string;
|
|
1233
|
+
updatedAt: string;
|
|
1234
|
+
agentHandle: string;
|
|
1235
|
+
subscribedAt: string;
|
|
1236
|
+
}[];
|
|
1237
|
+
}>;
|
|
1238
|
+
export declare const communicationTopicPageSchema: z.ZodObject<{
|
|
1239
|
+
items: z.ZodArray<z.ZodObject<{
|
|
1240
|
+
id: z.ZodString;
|
|
1241
|
+
teamId: z.ZodString;
|
|
1242
|
+
slug: z.ZodString;
|
|
1243
|
+
status: z.ZodEnum<["active", "archived"]>;
|
|
1244
|
+
createdAt: z.ZodString;
|
|
1245
|
+
updatedAt: z.ZodString;
|
|
1246
|
+
streams: z.ZodArray<z.ZodObject<{
|
|
1247
|
+
id: z.ZodString;
|
|
1248
|
+
projectId: z.ZodString;
|
|
1249
|
+
projectSlug: z.ZodString;
|
|
1250
|
+
discussionId: z.ZodString;
|
|
1251
|
+
}, "strict", z.ZodTypeAny, {
|
|
1252
|
+
id: string;
|
|
1253
|
+
projectId: string;
|
|
1254
|
+
projectSlug: string;
|
|
1255
|
+
discussionId: string;
|
|
1256
|
+
}, {
|
|
1257
|
+
id: string;
|
|
1258
|
+
projectId: string;
|
|
1259
|
+
projectSlug: string;
|
|
1260
|
+
discussionId: string;
|
|
1261
|
+
}>, "many">;
|
|
1262
|
+
listeners: z.ZodArray<z.ZodObject<{
|
|
1263
|
+
projectId: z.ZodString;
|
|
1264
|
+
agentSlug: z.ZodString;
|
|
1265
|
+
} & {
|
|
1266
|
+
projectSlug: z.ZodString;
|
|
1267
|
+
agentHandle: z.ZodString;
|
|
1268
|
+
status: z.ZodEnum<["active", "removed"]>;
|
|
1269
|
+
subscribedAt: z.ZodString;
|
|
1270
|
+
updatedAt: z.ZodString;
|
|
1271
|
+
source: z.ZodEnum<["mention", "operator", "seed"]>;
|
|
1272
|
+
}, "strict", z.ZodTypeAny, {
|
|
1273
|
+
status: "active" | "removed";
|
|
1274
|
+
projectId: string;
|
|
1275
|
+
source: "seed" | "operator" | "mention";
|
|
1276
|
+
agentSlug: string;
|
|
1277
|
+
projectSlug: string;
|
|
1278
|
+
updatedAt: string;
|
|
1279
|
+
agentHandle: string;
|
|
1280
|
+
subscribedAt: string;
|
|
1281
|
+
}, {
|
|
1282
|
+
status: "active" | "removed";
|
|
1283
|
+
projectId: string;
|
|
1284
|
+
source: "seed" | "operator" | "mention";
|
|
1285
|
+
agentSlug: string;
|
|
1286
|
+
projectSlug: string;
|
|
1287
|
+
updatedAt: string;
|
|
1288
|
+
agentHandle: string;
|
|
1289
|
+
subscribedAt: string;
|
|
1290
|
+
}>, "many">;
|
|
1291
|
+
}, "strict", z.ZodTypeAny, {
|
|
1292
|
+
status: "active" | "archived";
|
|
1293
|
+
slug: string;
|
|
1294
|
+
id: string;
|
|
1295
|
+
teamId: string;
|
|
1296
|
+
createdAt: string;
|
|
1297
|
+
updatedAt: string;
|
|
1298
|
+
streams: {
|
|
1299
|
+
id: string;
|
|
1300
|
+
projectId: string;
|
|
1301
|
+
projectSlug: string;
|
|
1302
|
+
discussionId: string;
|
|
1303
|
+
}[];
|
|
1304
|
+
listeners: {
|
|
1305
|
+
status: "active" | "removed";
|
|
1306
|
+
projectId: string;
|
|
1307
|
+
source: "seed" | "operator" | "mention";
|
|
1308
|
+
agentSlug: string;
|
|
1309
|
+
projectSlug: string;
|
|
1310
|
+
updatedAt: string;
|
|
1311
|
+
agentHandle: string;
|
|
1312
|
+
subscribedAt: string;
|
|
1313
|
+
}[];
|
|
1314
|
+
}, {
|
|
1315
|
+
status: "active" | "archived";
|
|
1316
|
+
slug: string;
|
|
1317
|
+
id: string;
|
|
1318
|
+
teamId: string;
|
|
1319
|
+
createdAt: string;
|
|
1320
|
+
updatedAt: string;
|
|
1321
|
+
streams: {
|
|
1322
|
+
id: string;
|
|
1323
|
+
projectId: string;
|
|
1324
|
+
projectSlug: string;
|
|
1325
|
+
discussionId: string;
|
|
1326
|
+
}[];
|
|
1327
|
+
listeners: {
|
|
1328
|
+
status: "active" | "removed";
|
|
1329
|
+
projectId: string;
|
|
1330
|
+
source: "seed" | "operator" | "mention";
|
|
1331
|
+
agentSlug: string;
|
|
1332
|
+
projectSlug: string;
|
|
1333
|
+
updatedAt: string;
|
|
1334
|
+
agentHandle: string;
|
|
1335
|
+
subscribedAt: string;
|
|
1336
|
+
}[];
|
|
1337
|
+
}>, "many">;
|
|
1338
|
+
cursor: z.ZodNullable<z.ZodString>;
|
|
1339
|
+
}, "strict", z.ZodTypeAny, {
|
|
1340
|
+
items: {
|
|
1341
|
+
status: "active" | "archived";
|
|
1342
|
+
slug: string;
|
|
1343
|
+
id: string;
|
|
1344
|
+
teamId: string;
|
|
1345
|
+
createdAt: string;
|
|
1346
|
+
updatedAt: string;
|
|
1347
|
+
streams: {
|
|
1348
|
+
id: string;
|
|
1349
|
+
projectId: string;
|
|
1350
|
+
projectSlug: string;
|
|
1351
|
+
discussionId: string;
|
|
1352
|
+
}[];
|
|
1353
|
+
listeners: {
|
|
1354
|
+
status: "active" | "removed";
|
|
1355
|
+
projectId: string;
|
|
1356
|
+
source: "seed" | "operator" | "mention";
|
|
1357
|
+
agentSlug: string;
|
|
1358
|
+
projectSlug: string;
|
|
1359
|
+
updatedAt: string;
|
|
1360
|
+
agentHandle: string;
|
|
1361
|
+
subscribedAt: string;
|
|
1362
|
+
}[];
|
|
1363
|
+
}[];
|
|
1364
|
+
cursor: string | null;
|
|
1365
|
+
}, {
|
|
1366
|
+
items: {
|
|
1367
|
+
status: "active" | "archived";
|
|
1368
|
+
slug: string;
|
|
1369
|
+
id: string;
|
|
1370
|
+
teamId: string;
|
|
1371
|
+
createdAt: string;
|
|
1372
|
+
updatedAt: string;
|
|
1373
|
+
streams: {
|
|
1374
|
+
id: string;
|
|
1375
|
+
projectId: string;
|
|
1376
|
+
projectSlug: string;
|
|
1377
|
+
discussionId: string;
|
|
1378
|
+
}[];
|
|
1379
|
+
listeners: {
|
|
1380
|
+
status: "active" | "removed";
|
|
1381
|
+
projectId: string;
|
|
1382
|
+
source: "seed" | "operator" | "mention";
|
|
1383
|
+
agentSlug: string;
|
|
1384
|
+
projectSlug: string;
|
|
1385
|
+
updatedAt: string;
|
|
1386
|
+
agentHandle: string;
|
|
1387
|
+
subscribedAt: string;
|
|
1388
|
+
}[];
|
|
1389
|
+
}[];
|
|
1390
|
+
cursor: string | null;
|
|
1391
|
+
}>;
|
|
1392
|
+
export declare const communicationTopicTimelineSchema: z.ZodObject<{
|
|
1393
|
+
topic: z.ZodObject<{
|
|
1394
|
+
id: z.ZodString;
|
|
1395
|
+
teamId: z.ZodString;
|
|
1396
|
+
slug: z.ZodString;
|
|
1397
|
+
status: z.ZodEnum<["active", "archived"]>;
|
|
1398
|
+
createdAt: z.ZodString;
|
|
1399
|
+
updatedAt: z.ZodString;
|
|
1400
|
+
streams: z.ZodArray<z.ZodObject<{
|
|
1401
|
+
id: z.ZodString;
|
|
1402
|
+
projectId: z.ZodString;
|
|
1403
|
+
projectSlug: z.ZodString;
|
|
1404
|
+
discussionId: z.ZodString;
|
|
1405
|
+
}, "strict", z.ZodTypeAny, {
|
|
1406
|
+
id: string;
|
|
1407
|
+
projectId: string;
|
|
1408
|
+
projectSlug: string;
|
|
1409
|
+
discussionId: string;
|
|
1410
|
+
}, {
|
|
1411
|
+
id: string;
|
|
1412
|
+
projectId: string;
|
|
1413
|
+
projectSlug: string;
|
|
1414
|
+
discussionId: string;
|
|
1415
|
+
}>, "many">;
|
|
1416
|
+
listeners: z.ZodArray<z.ZodObject<{
|
|
1417
|
+
projectId: z.ZodString;
|
|
1418
|
+
agentSlug: z.ZodString;
|
|
1419
|
+
} & {
|
|
1420
|
+
projectSlug: z.ZodString;
|
|
1421
|
+
agentHandle: z.ZodString;
|
|
1422
|
+
status: z.ZodEnum<["active", "removed"]>;
|
|
1423
|
+
subscribedAt: z.ZodString;
|
|
1424
|
+
updatedAt: z.ZodString;
|
|
1425
|
+
source: z.ZodEnum<["mention", "operator", "seed"]>;
|
|
1426
|
+
}, "strict", z.ZodTypeAny, {
|
|
1427
|
+
status: "active" | "removed";
|
|
1428
|
+
projectId: string;
|
|
1429
|
+
source: "seed" | "operator" | "mention";
|
|
1430
|
+
agentSlug: string;
|
|
1431
|
+
projectSlug: string;
|
|
1432
|
+
updatedAt: string;
|
|
1433
|
+
agentHandle: string;
|
|
1434
|
+
subscribedAt: string;
|
|
1435
|
+
}, {
|
|
1436
|
+
status: "active" | "removed";
|
|
1437
|
+
projectId: string;
|
|
1438
|
+
source: "seed" | "operator" | "mention";
|
|
1439
|
+
agentSlug: string;
|
|
1440
|
+
projectSlug: string;
|
|
1441
|
+
updatedAt: string;
|
|
1442
|
+
agentHandle: string;
|
|
1443
|
+
subscribedAt: string;
|
|
1444
|
+
}>, "many">;
|
|
1445
|
+
}, "strict", z.ZodTypeAny, {
|
|
1446
|
+
status: "active" | "archived";
|
|
1447
|
+
slug: string;
|
|
1448
|
+
id: string;
|
|
1449
|
+
teamId: string;
|
|
1450
|
+
createdAt: string;
|
|
1451
|
+
updatedAt: string;
|
|
1452
|
+
streams: {
|
|
1453
|
+
id: string;
|
|
1454
|
+
projectId: string;
|
|
1455
|
+
projectSlug: string;
|
|
1456
|
+
discussionId: string;
|
|
1457
|
+
}[];
|
|
1458
|
+
listeners: {
|
|
1459
|
+
status: "active" | "removed";
|
|
1460
|
+
projectId: string;
|
|
1461
|
+
source: "seed" | "operator" | "mention";
|
|
1462
|
+
agentSlug: string;
|
|
1463
|
+
projectSlug: string;
|
|
1464
|
+
updatedAt: string;
|
|
1465
|
+
agentHandle: string;
|
|
1466
|
+
subscribedAt: string;
|
|
1467
|
+
}[];
|
|
1468
|
+
}, {
|
|
1469
|
+
status: "active" | "archived";
|
|
1470
|
+
slug: string;
|
|
1471
|
+
id: string;
|
|
1472
|
+
teamId: string;
|
|
1473
|
+
createdAt: string;
|
|
1474
|
+
updatedAt: string;
|
|
1475
|
+
streams: {
|
|
1476
|
+
id: string;
|
|
1477
|
+
projectId: string;
|
|
1478
|
+
projectSlug: string;
|
|
1479
|
+
discussionId: string;
|
|
1480
|
+
}[];
|
|
1481
|
+
listeners: {
|
|
1482
|
+
status: "active" | "removed";
|
|
1483
|
+
projectId: string;
|
|
1484
|
+
source: "seed" | "operator" | "mention";
|
|
1485
|
+
agentSlug: string;
|
|
1486
|
+
projectSlug: string;
|
|
1487
|
+
updatedAt: string;
|
|
1488
|
+
agentHandle: string;
|
|
1489
|
+
subscribedAt: string;
|
|
1490
|
+
}[];
|
|
1491
|
+
}>;
|
|
1492
|
+
events: z.ZodArray<z.ZodObject<{
|
|
1493
|
+
id: z.ZodString;
|
|
1494
|
+
sequence: z.ZodNumber;
|
|
1495
|
+
teamId: z.ZodString;
|
|
1496
|
+
topicId: z.ZodString;
|
|
1497
|
+
channel: z.ZodString;
|
|
1498
|
+
type: z.ZodEnum<["message.posted", "mention.acknowledged", "response_lease.accepted", "agent.progress", "agent.response", "agent.abstained", "agent.failed"]>;
|
|
1499
|
+
occurredAt: z.ZodString;
|
|
1500
|
+
sendId: z.ZodNullable<z.ZodString>;
|
|
1501
|
+
invocationId: z.ZodNullable<z.ZodString>;
|
|
1502
|
+
assignmentId: z.ZodNullable<z.ZodString>;
|
|
1503
|
+
actor: z.ZodObject<{
|
|
1504
|
+
kind: z.ZodEnum<["user", "agent", "provider", "control-plane"]>;
|
|
1505
|
+
id: z.ZodString;
|
|
1506
|
+
handle: z.ZodNullable<z.ZodString>;
|
|
1507
|
+
}, "strict", z.ZodTypeAny, {
|
|
1508
|
+
id: string;
|
|
1509
|
+
kind: "control-plane" | "provider" | "agent" | "user";
|
|
1510
|
+
handle: string | null;
|
|
1511
|
+
}, {
|
|
1512
|
+
id: string;
|
|
1513
|
+
kind: "control-plane" | "provider" | "agent" | "user";
|
|
1514
|
+
handle: string | null;
|
|
1515
|
+
}>;
|
|
1516
|
+
summary: z.ZodString;
|
|
1517
|
+
payload: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
1518
|
+
}, "strict", z.ZodTypeAny, {
|
|
1519
|
+
type: "message.posted" | "mention.acknowledged" | "response_lease.accepted" | "agent.progress" | "agent.response" | "agent.abstained" | "agent.failed";
|
|
1520
|
+
id: string;
|
|
1521
|
+
teamId: string;
|
|
1522
|
+
assignmentId: string | null;
|
|
1523
|
+
topicId: string;
|
|
1524
|
+
sendId: string | null;
|
|
1525
|
+
invocationId: string | null;
|
|
1526
|
+
sequence: number;
|
|
1527
|
+
payload: Record<string, unknown>;
|
|
1528
|
+
actor: {
|
|
1529
|
+
id: string;
|
|
1530
|
+
kind: "control-plane" | "provider" | "agent" | "user";
|
|
1531
|
+
handle: string | null;
|
|
1532
|
+
};
|
|
1533
|
+
summary: string;
|
|
1534
|
+
channel: string;
|
|
1535
|
+
occurredAt: string;
|
|
1536
|
+
}, {
|
|
1537
|
+
type: "message.posted" | "mention.acknowledged" | "response_lease.accepted" | "agent.progress" | "agent.response" | "agent.abstained" | "agent.failed";
|
|
1538
|
+
id: string;
|
|
1539
|
+
teamId: string;
|
|
1540
|
+
assignmentId: string | null;
|
|
1541
|
+
topicId: string;
|
|
1542
|
+
sendId: string | null;
|
|
1543
|
+
invocationId: string | null;
|
|
1544
|
+
sequence: number;
|
|
1545
|
+
payload: Record<string, unknown>;
|
|
1546
|
+
actor: {
|
|
1547
|
+
id: string;
|
|
1548
|
+
kind: "control-plane" | "provider" | "agent" | "user";
|
|
1549
|
+
handle: string | null;
|
|
1550
|
+
};
|
|
1551
|
+
summary: string;
|
|
1552
|
+
channel: string;
|
|
1553
|
+
occurredAt: string;
|
|
1554
|
+
}>, "many">;
|
|
1555
|
+
cursor: z.ZodNullable<z.ZodString>;
|
|
1556
|
+
}, "strict", z.ZodTypeAny, {
|
|
1557
|
+
cursor: string | null;
|
|
1558
|
+
topic: {
|
|
1559
|
+
status: "active" | "archived";
|
|
1560
|
+
slug: string;
|
|
1561
|
+
id: string;
|
|
1562
|
+
teamId: string;
|
|
1563
|
+
createdAt: string;
|
|
1564
|
+
updatedAt: string;
|
|
1565
|
+
streams: {
|
|
1566
|
+
id: string;
|
|
1567
|
+
projectId: string;
|
|
1568
|
+
projectSlug: string;
|
|
1569
|
+
discussionId: string;
|
|
1570
|
+
}[];
|
|
1571
|
+
listeners: {
|
|
1572
|
+
status: "active" | "removed";
|
|
1573
|
+
projectId: string;
|
|
1574
|
+
source: "seed" | "operator" | "mention";
|
|
1575
|
+
agentSlug: string;
|
|
1576
|
+
projectSlug: string;
|
|
1577
|
+
updatedAt: string;
|
|
1578
|
+
agentHandle: string;
|
|
1579
|
+
subscribedAt: string;
|
|
1580
|
+
}[];
|
|
1581
|
+
};
|
|
1582
|
+
events: {
|
|
1583
|
+
type: "message.posted" | "mention.acknowledged" | "response_lease.accepted" | "agent.progress" | "agent.response" | "agent.abstained" | "agent.failed";
|
|
1584
|
+
id: string;
|
|
1585
|
+
teamId: string;
|
|
1586
|
+
assignmentId: string | null;
|
|
1587
|
+
topicId: string;
|
|
1588
|
+
sendId: string | null;
|
|
1589
|
+
invocationId: string | null;
|
|
1590
|
+
sequence: number;
|
|
1591
|
+
payload: Record<string, unknown>;
|
|
1592
|
+
actor: {
|
|
1593
|
+
id: string;
|
|
1594
|
+
kind: "control-plane" | "provider" | "agent" | "user";
|
|
1595
|
+
handle: string | null;
|
|
1596
|
+
};
|
|
1597
|
+
summary: string;
|
|
1598
|
+
channel: string;
|
|
1599
|
+
occurredAt: string;
|
|
1600
|
+
}[];
|
|
1601
|
+
}, {
|
|
1602
|
+
cursor: string | null;
|
|
1603
|
+
topic: {
|
|
1604
|
+
status: "active" | "archived";
|
|
1605
|
+
slug: string;
|
|
1606
|
+
id: string;
|
|
1607
|
+
teamId: string;
|
|
1608
|
+
createdAt: string;
|
|
1609
|
+
updatedAt: string;
|
|
1610
|
+
streams: {
|
|
1611
|
+
id: string;
|
|
1612
|
+
projectId: string;
|
|
1613
|
+
projectSlug: string;
|
|
1614
|
+
discussionId: string;
|
|
1615
|
+
}[];
|
|
1616
|
+
listeners: {
|
|
1617
|
+
status: "active" | "removed";
|
|
1618
|
+
projectId: string;
|
|
1619
|
+
source: "seed" | "operator" | "mention";
|
|
1620
|
+
agentSlug: string;
|
|
1621
|
+
projectSlug: string;
|
|
1622
|
+
updatedAt: string;
|
|
1623
|
+
agentHandle: string;
|
|
1624
|
+
subscribedAt: string;
|
|
1625
|
+
}[];
|
|
1626
|
+
};
|
|
1627
|
+
events: {
|
|
1628
|
+
type: "message.posted" | "mention.acknowledged" | "response_lease.accepted" | "agent.progress" | "agent.response" | "agent.abstained" | "agent.failed";
|
|
1629
|
+
id: string;
|
|
1630
|
+
teamId: string;
|
|
1631
|
+
assignmentId: string | null;
|
|
1632
|
+
topicId: string;
|
|
1633
|
+
sendId: string | null;
|
|
1634
|
+
invocationId: string | null;
|
|
1635
|
+
sequence: number;
|
|
1636
|
+
payload: Record<string, unknown>;
|
|
1637
|
+
actor: {
|
|
1638
|
+
id: string;
|
|
1639
|
+
kind: "control-plane" | "provider" | "agent" | "user";
|
|
1640
|
+
handle: string | null;
|
|
1641
|
+
};
|
|
1642
|
+
summary: string;
|
|
1643
|
+
channel: string;
|
|
1644
|
+
occurredAt: string;
|
|
1645
|
+
}[];
|
|
1646
|
+
}>;
|
|
1647
|
+
export declare const communicationTopicSubscriptionRequestSchema: z.ZodObject<{
|
|
1648
|
+
agent: z.ZodString;
|
|
1649
|
+
}, "strict", z.ZodTypeAny, {
|
|
1650
|
+
agent: string;
|
|
1651
|
+
}, {
|
|
1652
|
+
agent: string;
|
|
1653
|
+
}>;
|
|
1654
|
+
export declare const communicationTopicSubscriptionReceiptSchema: z.ZodObject<{
|
|
1655
|
+
topicId: z.ZodString;
|
|
1656
|
+
listener: z.ZodObject<{
|
|
1657
|
+
projectId: z.ZodString;
|
|
1658
|
+
agentSlug: z.ZodString;
|
|
1659
|
+
} & {
|
|
1660
|
+
projectSlug: z.ZodString;
|
|
1661
|
+
agentHandle: z.ZodString;
|
|
1662
|
+
status: z.ZodEnum<["active", "removed"]>;
|
|
1663
|
+
subscribedAt: z.ZodString;
|
|
1664
|
+
updatedAt: z.ZodString;
|
|
1665
|
+
source: z.ZodEnum<["mention", "operator", "seed"]>;
|
|
1666
|
+
}, "strict", z.ZodTypeAny, {
|
|
1667
|
+
status: "active" | "removed";
|
|
1668
|
+
projectId: string;
|
|
1669
|
+
source: "seed" | "operator" | "mention";
|
|
1670
|
+
agentSlug: string;
|
|
1671
|
+
projectSlug: string;
|
|
1672
|
+
updatedAt: string;
|
|
1673
|
+
agentHandle: string;
|
|
1674
|
+
subscribedAt: string;
|
|
1675
|
+
}, {
|
|
1676
|
+
status: "active" | "removed";
|
|
1677
|
+
projectId: string;
|
|
1678
|
+
source: "seed" | "operator" | "mention";
|
|
1679
|
+
agentSlug: string;
|
|
1680
|
+
projectSlug: string;
|
|
1681
|
+
updatedAt: string;
|
|
1682
|
+
agentHandle: string;
|
|
1683
|
+
subscribedAt: string;
|
|
1684
|
+
}>;
|
|
1685
|
+
replayed: z.ZodBoolean;
|
|
1686
|
+
}, "strict", z.ZodTypeAny, {
|
|
1687
|
+
topicId: string;
|
|
1688
|
+
replayed: boolean;
|
|
1689
|
+
listener: {
|
|
1690
|
+
status: "active" | "removed";
|
|
1691
|
+
projectId: string;
|
|
1692
|
+
source: "seed" | "operator" | "mention";
|
|
1693
|
+
agentSlug: string;
|
|
1694
|
+
projectSlug: string;
|
|
1695
|
+
updatedAt: string;
|
|
1696
|
+
agentHandle: string;
|
|
1697
|
+
subscribedAt: string;
|
|
1698
|
+
};
|
|
1699
|
+
}, {
|
|
1700
|
+
topicId: string;
|
|
1701
|
+
replayed: boolean;
|
|
1702
|
+
listener: {
|
|
1703
|
+
status: "active" | "removed";
|
|
1704
|
+
projectId: string;
|
|
1705
|
+
source: "seed" | "operator" | "mention";
|
|
1706
|
+
agentSlug: string;
|
|
1707
|
+
projectSlug: string;
|
|
1708
|
+
updatedAt: string;
|
|
1709
|
+
agentHandle: string;
|
|
1710
|
+
subscribedAt: string;
|
|
1711
|
+
};
|
|
1712
|
+
}>;
|
|
1713
|
+
export declare const providerCommunicationNotificationAcknowledgeRequestSchema: z.ZodObject<{
|
|
1714
|
+
providerId: z.ZodString;
|
|
1715
|
+
runnerId: z.ZodString;
|
|
1716
|
+
observedAt: z.ZodString;
|
|
1717
|
+
}, "strict", z.ZodTypeAny, {
|
|
1718
|
+
providerId: string;
|
|
1719
|
+
observedAt: string;
|
|
1720
|
+
runnerId: string;
|
|
1721
|
+
}, {
|
|
1722
|
+
providerId: string;
|
|
1723
|
+
observedAt: string;
|
|
1724
|
+
runnerId: string;
|
|
1725
|
+
}>;
|
|
1726
|
+
export declare const providerCommunicationTraceEventRequestSchema: z.ZodObject<{
|
|
1727
|
+
leaseToken: z.ZodString;
|
|
1728
|
+
runnerId: z.ZodString;
|
|
1729
|
+
sequence: z.ZodNumber;
|
|
1730
|
+
type: z.ZodString;
|
|
1731
|
+
occurredAt: z.ZodString;
|
|
1732
|
+
summary: z.ZodString;
|
|
1733
|
+
payload: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
1734
|
+
protectedPayload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1735
|
+
}, "strict", z.ZodTypeAny, {
|
|
1736
|
+
type: string;
|
|
1737
|
+
sequence: number;
|
|
1738
|
+
payload: Record<string, unknown>;
|
|
1739
|
+
summary: string;
|
|
1740
|
+
occurredAt: string;
|
|
1741
|
+
runnerId: string;
|
|
1742
|
+
leaseToken: string;
|
|
1743
|
+
protectedPayload?: Record<string, unknown> | undefined;
|
|
1744
|
+
}, {
|
|
1745
|
+
type: string;
|
|
1746
|
+
sequence: number;
|
|
1747
|
+
payload: Record<string, unknown>;
|
|
1748
|
+
summary: string;
|
|
1749
|
+
occurredAt: string;
|
|
1750
|
+
runnerId: string;
|
|
1751
|
+
leaseToken: string;
|
|
1752
|
+
protectedPayload?: Record<string, unknown> | undefined;
|
|
1753
|
+
}>;
|
|
1754
|
+
export declare const providerDiscussionResponseRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
1755
|
+
leaseToken: z.ZodString;
|
|
1756
|
+
runnerId: z.ZodString;
|
|
1757
|
+
outcome: z.ZodDefault<z.ZodEnum<["responded", "abstained"]>>;
|
|
1758
|
+
markdown: z.ZodOptional<z.ZodString>;
|
|
1759
|
+
summary: z.ZodOptional<z.ZodString>;
|
|
1760
|
+
usage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1761
|
+
}, "strict", z.ZodTypeAny, {
|
|
1762
|
+
runnerId: string;
|
|
1763
|
+
leaseToken: string;
|
|
1764
|
+
outcome: "responded" | "abstained";
|
|
1765
|
+
summary?: string | undefined;
|
|
1766
|
+
usage?: Record<string, unknown> | undefined;
|
|
1767
|
+
markdown?: string | undefined;
|
|
1768
|
+
}, {
|
|
1769
|
+
runnerId: string;
|
|
1770
|
+
leaseToken: string;
|
|
1771
|
+
summary?: string | undefined;
|
|
1772
|
+
usage?: Record<string, unknown> | undefined;
|
|
1773
|
+
markdown?: string | undefined;
|
|
1774
|
+
outcome?: "responded" | "abstained" | undefined;
|
|
1775
|
+
}>, {
|
|
1776
|
+
runnerId: string;
|
|
1777
|
+
leaseToken: string;
|
|
1778
|
+
outcome: "responded" | "abstained";
|
|
1779
|
+
summary?: string | undefined;
|
|
1780
|
+
usage?: Record<string, unknown> | undefined;
|
|
1781
|
+
markdown?: string | undefined;
|
|
1782
|
+
}, {
|
|
1783
|
+
runnerId: string;
|
|
1784
|
+
leaseToken: string;
|
|
1785
|
+
summary?: string | undefined;
|
|
1786
|
+
usage?: Record<string, unknown> | undefined;
|
|
1787
|
+
markdown?: string | undefined;
|
|
1788
|
+
outcome?: "responded" | "abstained" | undefined;
|
|
1789
|
+
}>;
|
|
1790
|
+
export declare const providerDiscussionResponseReceiptSchema: z.ZodObject<{
|
|
1791
|
+
schemaVersion: z.ZodLiteral<"treeseed.provider-discussion-response-receipt/v1">;
|
|
1792
|
+
assignmentId: z.ZodString;
|
|
1793
|
+
invocationId: z.ZodString;
|
|
1794
|
+
messageRef: z.ZodString;
|
|
1795
|
+
status: z.ZodEnum<["responded", "abstained"]>;
|
|
1796
|
+
settledAt: z.ZodString;
|
|
1797
|
+
}, "strict", z.ZodTypeAny, {
|
|
1798
|
+
status: "responded" | "abstained";
|
|
1799
|
+
schemaVersion: "treeseed.provider-discussion-response-receipt/v1";
|
|
1800
|
+
assignmentId: string;
|
|
1801
|
+
invocationId: string;
|
|
1802
|
+
messageRef: string;
|
|
1803
|
+
settledAt: string;
|
|
1804
|
+
}, {
|
|
1805
|
+
status: "responded" | "abstained";
|
|
1806
|
+
schemaVersion: "treeseed.provider-discussion-response-receipt/v1";
|
|
1807
|
+
assignmentId: string;
|
|
1808
|
+
invocationId: string;
|
|
1809
|
+
messageRef: string;
|
|
1810
|
+
settledAt: string;
|
|
1811
|
+
}>;
|
|
1812
|
+
export type CommunicationSendRequest = z.infer<typeof communicationSendRequestSchema>;
|
|
1813
|
+
export type CommunicationSendReceipt = z.infer<typeof communicationSendReceiptSchema>;
|
|
1814
|
+
export type CommunicationResponse = z.infer<typeof communicationResponseSchema>;
|
|
1815
|
+
export type CommunicationTopicEvent = z.infer<typeof communicationTopicEventSchema>;
|
|
1816
|
+
export type CommunicationDiagnostic = z.infer<typeof communicationDiagnosticSchema>;
|
|
1817
|
+
export type ProviderDiscussionResponseRequest = z.infer<typeof providerDiscussionResponseRequestSchema>;
|
|
1818
|
+
export type ProviderDiscussionResponseReceipt = z.infer<typeof providerDiscussionResponseReceiptSchema>;
|