@petepetrash/circuit 0.1.0
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/LICENSE +21 -0
- package/README.md +246 -0
- package/bin/circuit +44 -0
- package/bin/node-version-guard.d.ts +12 -0
- package/bin/node-version-guard.js +65 -0
- package/dist/app/checkpoints/discover.d.ts +63 -0
- package/dist/app/checkpoints/discover.d.ts.map +1 -0
- package/dist/app/checkpoints/discover.js +121 -0
- package/dist/app/checkpoints/discover.js.map +1 -0
- package/dist/app/checkpoints/render.d.ts +4 -0
- package/dist/app/checkpoints/render.d.ts.map +1 -0
- package/dist/app/checkpoints/render.js +68 -0
- package/dist/app/checkpoints/render.js.map +1 -0
- package/dist/app/continuity/brief.d.ts +140 -0
- package/dist/app/continuity/brief.d.ts.map +1 -0
- package/dist/app/continuity/brief.js +557 -0
- package/dist/app/continuity/brief.js.map +1 -0
- package/dist/app/continuity/harvest.d.ts +65 -0
- package/dist/app/continuity/harvest.d.ts.map +1 -0
- package/dist/app/continuity/harvest.js +658 -0
- package/dist/app/continuity/harvest.js.map +1 -0
- package/dist/app/continuity/records.d.ts +39 -0
- package/dist/app/continuity/records.d.ts.map +1 -0
- package/dist/app/continuity/records.js +210 -0
- package/dist/app/continuity/records.js.map +1 -0
- package/dist/app/history/extract.d.ts +8 -0
- package/dist/app/history/extract.d.ts.map +1 -0
- package/dist/app/history/extract.js +716 -0
- package/dist/app/history/extract.js.map +1 -0
- package/dist/app/history/indexer.d.ts +107 -0
- package/dist/app/history/indexer.d.ts.map +1 -0
- package/dist/app/history/indexer.js +234 -0
- package/dist/app/history/indexer.js.map +1 -0
- package/dist/app/history/memory-effect-read.d.ts +8 -0
- package/dist/app/history/memory-effect-read.d.ts.map +1 -0
- package/dist/app/history/memory-effect-read.js +40 -0
- package/dist/app/history/memory-effect-read.js.map +1 -0
- package/dist/app/history/memory-effect.d.ts +34 -0
- package/dist/app/history/memory-effect.d.ts.map +1 -0
- package/dist/app/history/memory-effect.js +234 -0
- package/dist/app/history/memory-effect.js.map +1 -0
- package/dist/app/history/memory-identity.d.ts +7 -0
- package/dist/app/history/memory-identity.d.ts.map +1 -0
- package/dist/app/history/memory-identity.js +39 -0
- package/dist/app/history/memory-identity.js.map +1 -0
- package/dist/app/history/memory-merge.d.ts +16 -0
- package/dist/app/history/memory-merge.d.ts.map +1 -0
- package/dist/app/history/memory-merge.js +224 -0
- package/dist/app/history/memory-merge.js.map +1 -0
- package/dist/app/history/memory-preview.d.ts +10 -0
- package/dist/app/history/memory-preview.d.ts.map +1 -0
- package/dist/app/history/memory-preview.js +103 -0
- package/dist/app/history/memory-preview.js.map +1 -0
- package/dist/app/history/pull-log.d.ts +13 -0
- package/dist/app/history/pull-log.d.ts.map +1 -0
- package/dist/app/history/pull-log.js +91 -0
- package/dist/app/history/pull-log.js.map +1 -0
- package/dist/app/history/pull-suppression.d.ts +12 -0
- package/dist/app/history/pull-suppression.d.ts.map +1 -0
- package/dist/app/history/pull-suppression.js +40 -0
- package/dist/app/history/pull-suppression.js.map +1 -0
- package/dist/app/history/query.d.ts +19 -0
- package/dist/app/history/query.d.ts.map +1 -0
- package/dist/app/history/query.js +342 -0
- package/dist/app/history/query.js.map +1 -0
- package/dist/app/history/recall-precision.d.ts +15 -0
- package/dist/app/history/recall-precision.d.ts.map +1 -0
- package/dist/app/history/recall-precision.js +116 -0
- package/dist/app/history/recall-precision.js.map +1 -0
- package/dist/app/history/run-source-files.d.ts +23 -0
- package/dist/app/history/run-source-files.d.ts.map +1 -0
- package/dist/app/history/run-source-files.js +82 -0
- package/dist/app/history/run-source-files.js.map +1 -0
- package/dist/app/history/run-start-recall.d.ts +18 -0
- package/dist/app/history/run-start-recall.d.ts.map +1 -0
- package/dist/app/history/run-start-recall.js +156 -0
- package/dist/app/history/run-start-recall.js.map +1 -0
- package/dist/app/inbox/discover.d.ts +63 -0
- package/dist/app/inbox/discover.d.ts.map +1 -0
- package/dist/app/inbox/discover.js +120 -0
- package/dist/app/inbox/discover.js.map +1 -0
- package/dist/app/inbox/render.d.ts +4 -0
- package/dist/app/inbox/render.d.ts.map +1 -0
- package/dist/app/inbox/render.js +66 -0
- package/dist/app/inbox/render.js.map +1 -0
- package/dist/app/operator-summary/writer.d.ts +41 -0
- package/dist/app/operator-summary/writer.d.ts.map +1 -0
- package/dist/app/operator-summary/writer.js +1667 -0
- package/dist/app/operator-summary/writer.js.map +1 -0
- package/dist/app/process-evidence/projection.d.ts +36 -0
- package/dist/app/process-evidence/projection.d.ts.map +1 -0
- package/dist/app/process-evidence/projection.js +137 -0
- package/dist/app/process-evidence/projection.js.map +1 -0
- package/dist/app/run-envelope/autonomous-run.d.ts +17 -0
- package/dist/app/run-envelope/autonomous-run.d.ts.map +1 -0
- package/dist/app/run-envelope/autonomous-run.js +59 -0
- package/dist/app/run-envelope/autonomous-run.js.map +1 -0
- package/dist/app/run-envelope/continuation-loop.d.ts +24 -0
- package/dist/app/run-envelope/continuation-loop.d.ts.map +1 -0
- package/dist/app/run-envelope/continuation-loop.js +72 -0
- package/dist/app/run-envelope/continuation-loop.js.map +1 -0
- package/dist/app/run-envelope/contract-lock.d.ts +15 -0
- package/dist/app/run-envelope/contract-lock.d.ts.map +1 -0
- package/dist/app/run-envelope/contract-lock.js +44 -0
- package/dist/app/run-envelope/contract-lock.js.map +1 -0
- package/dist/app/run-envelope/contract-quality.d.ts +15 -0
- package/dist/app/run-envelope/contract-quality.d.ts.map +1 -0
- package/dist/app/run-envelope/contract-quality.js +48 -0
- package/dist/app/run-envelope/contract-quality.js.map +1 -0
- package/dist/app/run-envelope/no-progress.d.ts +11 -0
- package/dist/app/run-envelope/no-progress.d.ts.map +1 -0
- package/dist/app/run-envelope/no-progress.js +40 -0
- package/dist/app/run-envelope/no-progress.js.map +1 -0
- package/dist/app/run-envelope/shadow-record.d.ts +40 -0
- package/dist/app/run-envelope/shadow-record.d.ts.map +1 -0
- package/dist/app/run-envelope/shadow-record.js +108 -0
- package/dist/app/run-envelope/shadow-record.js.map +1 -0
- package/dist/app/run-envelope/source-record.d.ts +62 -0
- package/dist/app/run-envelope/source-record.d.ts.map +1 -0
- package/dist/app/run-envelope/source-record.js +648 -0
- package/dist/app/run-envelope/source-record.js.map +1 -0
- package/dist/app/run-status/projection-common.d.ts +57 -0
- package/dist/app/run-status/projection-common.d.ts.map +1 -0
- package/dist/app/run-status/projection-common.js +90 -0
- package/dist/app/run-status/projection-common.js.map +1 -0
- package/dist/app/run-status/run-folder-projector.d.ts +9 -0
- package/dist/app/run-status/run-folder-projector.d.ts.map +1 -0
- package/dist/app/run-status/run-folder-projector.js +68 -0
- package/dist/app/run-status/run-folder-projector.js.map +1 -0
- package/dist/app/run-status/runtime-run-folder.d.ts +4 -0
- package/dist/app/run-status/runtime-run-folder.d.ts.map +1 -0
- package/dist/app/run-status/runtime-run-folder.js +461 -0
- package/dist/app/run-status/runtime-run-folder.js.map +1 -0
- package/dist/cli/checkpoints.d.ts +7 -0
- package/dist/cli/checkpoints.d.ts.map +1 -0
- package/dist/cli/checkpoints.js +60 -0
- package/dist/cli/checkpoints.js.map +1 -0
- package/dist/cli/chosen-connectors.d.ts +14 -0
- package/dist/cli/chosen-connectors.d.ts.map +1 -0
- package/dist/cli/chosen-connectors.js +85 -0
- package/dist/cli/chosen-connectors.js.map +1 -0
- package/dist/cli/circuit.d.ts +9 -0
- package/dist/cli/circuit.d.ts.map +1 -0
- package/dist/cli/circuit.js +218 -0
- package/dist/cli/circuit.js.map +1 -0
- package/dist/cli/command-vocabulary.d.ts +3 -0
- package/dist/cli/command-vocabulary.d.ts.map +1 -0
- package/dist/cli/command-vocabulary.js +26 -0
- package/dist/cli/command-vocabulary.js.map +1 -0
- package/dist/cli/commander-support.d.ts +6 -0
- package/dist/cli/commander-support.d.ts.map +1 -0
- package/dist/cli/commander-support.js +61 -0
- package/dist/cli/commander-support.js.map +1 -0
- package/dist/cli/compiled-flow-loading.d.ts +21 -0
- package/dist/cli/compiled-flow-loading.d.ts.map +1 -0
- package/dist/cli/compiled-flow-loading.js +84 -0
- package/dist/cli/compiled-flow-loading.js.map +1 -0
- package/dist/cli/config-command.d.ts +33 -0
- package/dist/cli/config-command.d.ts.map +1 -0
- package/dist/cli/config-command.js +367 -0
- package/dist/cli/config-command.js.map +1 -0
- package/dist/cli/create.d.ts +12 -0
- package/dist/cli/create.d.ts.map +1 -0
- package/dist/cli/create.js +229 -0
- package/dist/cli/create.js.map +1 -0
- package/dist/cli/custom-flow-package.d.ts +62 -0
- package/dist/cli/custom-flow-package.d.ts.map +1 -0
- package/dist/cli/custom-flow-package.js +294 -0
- package/dist/cli/custom-flow-package.js.map +1 -0
- package/dist/cli/doctor.d.ts +9 -0
- package/dist/cli/doctor.d.ts.map +1 -0
- package/dist/cli/doctor.js +147 -0
- package/dist/cli/doctor.js.map +1 -0
- package/dist/cli/flow-selection-preview.d.ts +784 -0
- package/dist/cli/flow-selection-preview.d.ts.map +1 -0
- package/dist/cli/flow-selection-preview.js +248 -0
- package/dist/cli/flow-selection-preview.js.map +1 -0
- package/dist/cli/front-door.d.ts +3 -0
- package/dist/cli/front-door.d.ts.map +1 -0
- package/dist/cli/front-door.js +41 -0
- package/dist/cli/front-door.js.map +1 -0
- package/dist/cli/generate.d.ts +8 -0
- package/dist/cli/generate.d.ts.map +1 -0
- package/dist/cli/generate.js +346 -0
- package/dist/cli/generate.js.map +1 -0
- package/dist/cli/handoff-codex-hooks.d.ts +25 -0
- package/dist/cli/handoff-codex-hooks.d.ts.map +1 -0
- package/dist/cli/handoff-codex-hooks.js +555 -0
- package/dist/cli/handoff-codex-hooks.js.map +1 -0
- package/dist/cli/handoff.d.ts +8 -0
- package/dist/cli/handoff.d.ts.map +1 -0
- package/dist/cli/handoff.js +634 -0
- package/dist/cli/handoff.js.map +1 -0
- package/dist/cli/help.d.ts +15 -0
- package/dist/cli/help.d.ts.map +1 -0
- package/dist/cli/help.js +312 -0
- package/dist/cli/help.js.map +1 -0
- package/dist/cli/history.d.ts +2 -0
- package/dist/cli/history.d.ts.map +1 -0
- package/dist/cli/history.js +384 -0
- package/dist/cli/history.js.map +1 -0
- package/dist/cli/inbox.d.ts +7 -0
- package/dist/cli/inbox.d.ts.map +1 -0
- package/dist/cli/inbox.js +58 -0
- package/dist/cli/inbox.js.map +1 -0
- package/dist/cli/interactive/app.d.ts +11 -0
- package/dist/cli/interactive/app.d.ts.map +1 -0
- package/dist/cli/interactive/app.js +220 -0
- package/dist/cli/interactive/app.js.map +1 -0
- package/dist/cli/interactive/index.d.ts +2 -0
- package/dist/cli/interactive/index.d.ts.map +1 -0
- package/dist/cli/interactive/index.js +51 -0
- package/dist/cli/interactive/index.js.map +1 -0
- package/dist/cli/interactive/state.d.ts +122 -0
- package/dist/cli/interactive/state.d.ts.map +1 -0
- package/dist/cli/interactive/state.js +413 -0
- package/dist/cli/interactive/state.js.map +1 -0
- package/dist/cli/memory.d.ts +5 -0
- package/dist/cli/memory.d.ts.map +1 -0
- package/dist/cli/memory.js +327 -0
- package/dist/cli/memory.js.map +1 -0
- package/dist/cli/post-run-artifacts.d.ts +45 -0
- package/dist/cli/post-run-artifacts.d.ts.map +1 -0
- package/dist/cli/post-run-artifacts.js +100 -0
- package/dist/cli/post-run-artifacts.js.map +1 -0
- package/dist/cli/preview.d.ts +9 -0
- package/dist/cli/preview.d.ts.map +1 -0
- package/dist/cli/preview.js +326 -0
- package/dist/cli/preview.js.map +1 -0
- package/dist/cli/reclaim.d.ts +2 -0
- package/dist/cli/reclaim.d.ts.map +1 -0
- package/dist/cli/reclaim.js +67 -0
- package/dist/cli/reclaim.js.map +1 -0
- package/dist/cli/recovery-attempt-runner.d.ts +25 -0
- package/dist/cli/recovery-attempt-runner.d.ts.map +1 -0
- package/dist/cli/recovery-attempt-runner.js +98 -0
- package/dist/cli/recovery-attempt-runner.js.map +1 -0
- package/dist/cli/resume-input.d.ts +27 -0
- package/dist/cli/resume-input.d.ts.map +1 -0
- package/dist/cli/resume-input.js +58 -0
- package/dist/cli/resume-input.js.map +1 -0
- package/dist/cli/routed-connectors.d.ts +14 -0
- package/dist/cli/routed-connectors.d.ts.map +1 -0
- package/dist/cli/routed-connectors.js +85 -0
- package/dist/cli/routed-connectors.js.map +1 -0
- package/dist/cli/run-flag-vocabulary.d.ts +14 -0
- package/dist/cli/run-flag-vocabulary.d.ts.map +1 -0
- package/dist/cli/run-flag-vocabulary.js +38 -0
- package/dist/cli/run-flag-vocabulary.js.map +1 -0
- package/dist/cli/run-output.d.ts +32 -0
- package/dist/cli/run-output.d.ts.map +1 -0
- package/dist/cli/run-output.js +47 -0
- package/dist/cli/run-output.js.map +1 -0
- package/dist/cli/run-stdout-envelope.d.ts +47 -0
- package/dist/cli/run-stdout-envelope.d.ts.map +1 -0
- package/dist/cli/run-stdout-envelope.js +98 -0
- package/dist/cli/run-stdout-envelope.js.map +1 -0
- package/dist/cli/run.d.ts +59 -0
- package/dist/cli/run.d.ts.map +1 -0
- package/dist/cli/run.js +1182 -0
- package/dist/cli/run.js.map +1 -0
- package/dist/cli/runs.d.ts +2 -0
- package/dist/cli/runs.d.ts.map +1 -0
- package/dist/cli/runs.js +88 -0
- package/dist/cli/runs.js.map +1 -0
- package/dist/cli/runtime-routing-policy.d.ts +51 -0
- package/dist/cli/runtime-routing-policy.d.ts.map +1 -0
- package/dist/cli/runtime-routing-policy.js +143 -0
- package/dist/cli/runtime-routing-policy.js.map +1 -0
- package/dist/cli/styled-table.d.ts +11 -0
- package/dist/cli/styled-table.d.ts.map +1 -0
- package/dist/cli/styled-table.js +40 -0
- package/dist/cli/styled-table.js.map +1 -0
- package/dist/cli/terminal-style.d.ts +26 -0
- package/dist/cli/terminal-style.d.ts.map +1 -0
- package/dist/cli/terminal-style.js +75 -0
- package/dist/cli/terminal-style.js.map +1 -0
- package/dist/cli/tty-notice.d.ts +21 -0
- package/dist/cli/tty-notice.d.ts.map +1 -0
- package/dist/cli/tty-notice.js +35 -0
- package/dist/cli/tty-notice.js.map +1 -0
- package/dist/cli/uninstall.d.ts +22 -0
- package/dist/cli/uninstall.d.ts.map +1 -0
- package/dist/cli/uninstall.js +277 -0
- package/dist/cli/uninstall.js.map +1 -0
- package/dist/cli/utility-progress.d.ts +14 -0
- package/dist/cli/utility-progress.d.ts.map +1 -0
- package/dist/cli/utility-progress.js +23 -0
- package/dist/cli/utility-progress.js.map +1 -0
- package/dist/cli/version-info.d.ts +2 -0
- package/dist/cli/version-info.d.ts.map +1 -0
- package/dist/cli/version-info.js +32 -0
- package/dist/cli/version-info.js.map +1 -0
- package/dist/connectors/claude-code.d.ts +16 -0
- package/dist/connectors/claude-code.d.ts.map +1 -0
- package/dist/connectors/claude-code.js +492 -0
- package/dist/connectors/claude-code.js.map +1 -0
- package/dist/connectors/codex-default-model.d.ts +10 -0
- package/dist/connectors/codex-default-model.d.ts.map +1 -0
- package/dist/connectors/codex-default-model.js +142 -0
- package/dist/connectors/codex-default-model.js.map +1 -0
- package/dist/connectors/codex.d.ts +21 -0
- package/dist/connectors/codex.d.ts.map +1 -0
- package/dist/connectors/codex.js +709 -0
- package/dist/connectors/codex.js.map +1 -0
- package/dist/connectors/connector.d.ts +7 -0
- package/dist/connectors/connector.d.ts.map +1 -0
- package/dist/connectors/connector.js +2 -0
- package/dist/connectors/connector.js.map +1 -0
- package/dist/connectors/cursor-agent.d.ts +10 -0
- package/dist/connectors/cursor-agent.d.ts.map +1 -0
- package/dist/connectors/cursor-agent.js +156 -0
- package/dist/connectors/cursor-agent.js.map +1 -0
- package/dist/connectors/custom.d.ts +7 -0
- package/dist/connectors/custom.d.ts.map +1 -0
- package/dist/connectors/custom.js +135 -0
- package/dist/connectors/custom.js.map +1 -0
- package/dist/connectors/health.d.ts +35 -0
- package/dist/connectors/health.d.ts.map +1 -0
- package/dist/connectors/health.js +169 -0
- package/dist/connectors/health.js.map +1 -0
- package/dist/connectors/remediation.d.ts +3 -0
- package/dist/connectors/remediation.d.ts.map +1 -0
- package/dist/connectors/remediation.js +16 -0
- package/dist/connectors/remediation.js.map +1 -0
- package/dist/connectors/resolver.d.ts +44 -0
- package/dist/connectors/resolver.d.ts.map +1 -0
- package/dist/connectors/resolver.js +204 -0
- package/dist/connectors/resolver.js.map +1 -0
- package/dist/connectors/subprocess.d.ts +59 -0
- package/dist/connectors/subprocess.d.ts.map +1 -0
- package/dist/connectors/subprocess.js +375 -0
- package/dist/connectors/subprocess.js.map +1 -0
- package/dist/flows/accommodation-ledger.d.ts +49 -0
- package/dist/flows/accommodation-ledger.d.ts.map +1 -0
- package/dist/flows/accommodation-ledger.js +277 -0
- package/dist/flows/accommodation-ledger.js.map +1 -0
- package/dist/flows/assemble-flow-schematic.d.ts +30 -0
- package/dist/flows/assemble-flow-schematic.d.ts.map +1 -0
- package/dist/flows/assemble-flow-schematic.js +58 -0
- package/dist/flows/assemble-flow-schematic.js.map +1 -0
- package/dist/flows/axis-selections.d.ts +4 -0
- package/dist/flows/axis-selections.d.ts.map +1 -0
- package/dist/flows/axis-selections.js +34 -0
- package/dist/flows/axis-selections.js.map +1 -0
- package/dist/flows/block-step-expansion.d.ts +69 -0
- package/dist/flows/block-step-expansion.d.ts.map +1 -0
- package/dist/flows/block-step-expansion.js +219 -0
- package/dist/flows/block-step-expansion.js.map +1 -0
- package/dist/flows/build/assembly-spec.d.ts +5 -0
- package/dist/flows/build/assembly-spec.d.ts.map +1 -0
- package/dist/flows/build/assembly-spec.js +287 -0
- package/dist/flows/build/assembly-spec.js.map +1 -0
- package/dist/flows/build/data.d.ts +848 -0
- package/dist/flows/build/data.d.ts.map +1 -0
- package/dist/flows/build/data.js +163 -0
- package/dist/flows/build/data.js.map +1 -0
- package/dist/flows/build/flow.d.ts +2 -0
- package/dist/flows/build/flow.d.ts.map +1 -0
- package/dist/flows/build/flow.js +4 -0
- package/dist/flows/build/flow.js.map +1 -0
- package/dist/flows/build/index.d.ts +4 -0
- package/dist/flows/build/index.d.ts.map +1 -0
- package/dist/flows/build/index.js +8 -0
- package/dist/flows/build/index.js.map +1 -0
- package/dist/flows/build/relay-hints.d.ts +5 -0
- package/dist/flows/build/relay-hints.d.ts.map +1 -0
- package/dist/flows/build/relay-hints.js +51 -0
- package/dist/flows/build/relay-hints.js.map +1 -0
- package/dist/flows/build/reports.d.ts +577 -0
- package/dist/flows/build/reports.d.ts.map +1 -0
- package/dist/flows/build/reports.js +698 -0
- package/dist/flows/build/reports.js.map +1 -0
- package/dist/flows/build/writers/baseline-snapshot.d.ts +4 -0
- package/dist/flows/build/writers/baseline-snapshot.d.ts.map +1 -0
- package/dist/flows/build/writers/baseline-snapshot.js +76 -0
- package/dist/flows/build/writers/baseline-snapshot.js.map +1 -0
- package/dist/flows/build/writers/checkpoint-brief-projection.d.ts +29 -0
- package/dist/flows/build/writers/checkpoint-brief-projection.d.ts.map +1 -0
- package/dist/flows/build/writers/checkpoint-brief-projection.js +145 -0
- package/dist/flows/build/writers/checkpoint-brief-projection.js.map +1 -0
- package/dist/flows/build/writers/checkpoint-brief.d.ts +3 -0
- package/dist/flows/build/writers/checkpoint-brief.d.ts.map +1 -0
- package/dist/flows/build/writers/checkpoint-brief.js +55 -0
- package/dist/flows/build/writers/checkpoint-brief.js.map +1 -0
- package/dist/flows/build/writers/checkpoint-html.d.ts +3 -0
- package/dist/flows/build/writers/checkpoint-html.d.ts.map +1 -0
- package/dist/flows/build/writers/checkpoint-html.js +106 -0
- package/dist/flows/build/writers/checkpoint-html.js.map +1 -0
- package/dist/flows/build/writers/close.d.ts +3 -0
- package/dist/flows/build/writers/close.d.ts.map +1 -0
- package/dist/flows/build/writers/close.js +72 -0
- package/dist/flows/build/writers/close.js.map +1 -0
- package/dist/flows/build/writers/plan.d.ts +3 -0
- package/dist/flows/build/writers/plan.d.ts.map +1 -0
- package/dist/flows/build/writers/plan.js +74 -0
- package/dist/flows/build/writers/plan.js.map +1 -0
- package/dist/flows/build/writers/result-projection.d.ts +13 -0
- package/dist/flows/build/writers/result-projection.d.ts.map +1 -0
- package/dist/flows/build/writers/result-projection.js +105 -0
- package/dist/flows/build/writers/result-projection.js.map +1 -0
- package/dist/flows/build/writers/touch-area-projection.d.ts +9 -0
- package/dist/flows/build/writers/touch-area-projection.d.ts.map +1 -0
- package/dist/flows/build/writers/touch-area-projection.js +120 -0
- package/dist/flows/build/writers/touch-area-projection.js.map +1 -0
- package/dist/flows/build/writers/touch-area.d.ts +3 -0
- package/dist/flows/build/writers/touch-area.d.ts.map +1 -0
- package/dist/flows/build/writers/touch-area.js +130 -0
- package/dist/flows/build/writers/touch-area.js.map +1 -0
- package/dist/flows/build/writers/verification-projection.d.ts +4 -0
- package/dist/flows/build/writers/verification-projection.d.ts.map +1 -0
- package/dist/flows/build/writers/verification-projection.js +21 -0
- package/dist/flows/build/writers/verification-projection.js.map +1 -0
- package/dist/flows/build/writers/verification.d.ts +3 -0
- package/dist/flows/build/writers/verification.d.ts.map +1 -0
- package/dist/flows/build/writers/verification.js +31 -0
- package/dist/flows/build/writers/verification.js.map +1 -0
- package/dist/flows/canonical-stage-policy.d.ts +14 -0
- package/dist/flows/canonical-stage-policy.d.ts.map +1 -0
- package/dist/flows/canonical-stage-policy.js +31 -0
- package/dist/flows/canonical-stage-policy.js.map +1 -0
- package/dist/flows/catalog-derivations.d.ts +34 -0
- package/dist/flows/catalog-derivations.d.ts.map +1 -0
- package/dist/flows/catalog-derivations.js +144 -0
- package/dist/flows/catalog-derivations.js.map +1 -0
- package/dist/flows/catalog.d.ts +16 -0
- package/dist/flows/catalog.d.ts.map +1 -0
- package/dist/flows/catalog.js +87 -0
- package/dist/flows/catalog.js.map +1 -0
- package/dist/flows/compile-schematic-to-flow.d.ts +16 -0
- package/dist/flows/compile-schematic-to-flow.d.ts.map +1 -0
- package/dist/flows/compile-schematic-to-flow.js +651 -0
- package/dist/flows/compile-schematic-to-flow.js.map +1 -0
- package/dist/flows/compiled-flow-file-plan.d.ts +8 -0
- package/dist/flows/compiled-flow-file-plan.d.ts.map +1 -0
- package/dist/flows/compiled-flow-file-plan.js +50 -0
- package/dist/flows/compiled-flow-file-plan.js.map +1 -0
- package/dist/flows/composition/actual-menu.d.ts +30 -0
- package/dist/flows/composition/actual-menu.d.ts.map +1 -0
- package/dist/flows/composition/actual-menu.js +131 -0
- package/dist/flows/composition/actual-menu.js.map +1 -0
- package/dist/flows/composition/composer.d.ts +73 -0
- package/dist/flows/composition/composer.d.ts.map +1 -0
- package/dist/flows/composition/composer.js +1339 -0
- package/dist/flows/composition/composer.js.map +1 -0
- package/dist/flows/composition/equipment-profiles.d.ts +21 -0
- package/dist/flows/composition/equipment-profiles.d.ts.map +1 -0
- package/dist/flows/composition/equipment-profiles.js +82 -0
- package/dist/flows/composition/equipment-profiles.js.map +1 -0
- package/dist/flows/composition/evaluate.d.ts +76 -0
- package/dist/flows/composition/evaluate.d.ts.map +1 -0
- package/dist/flows/composition/evaluate.js +373 -0
- package/dist/flows/composition/evaluate.js.map +1 -0
- package/dist/flows/composition/index.d.ts +8 -0
- package/dist/flows/composition/index.d.ts.map +1 -0
- package/dist/flows/composition/index.js +16 -0
- package/dist/flows/composition/index.js.map +1 -0
- package/dist/flows/composition/intent.d.ts +10 -0
- package/dist/flows/composition/intent.d.ts.map +1 -0
- package/dist/flows/composition/intent.js +125 -0
- package/dist/flows/composition/intent.js.map +1 -0
- package/dist/flows/composition/propose-prompts.d.ts +3 -0
- package/dist/flows/composition/propose-prompts.d.ts.map +1 -0
- package/dist/flows/composition/propose-prompts.js +196 -0
- package/dist/flows/composition/propose-prompts.js.map +1 -0
- package/dist/flows/composition/propose.d.ts +36 -0
- package/dist/flows/composition/propose.d.ts.map +1 -0
- package/dist/flows/composition/propose.js +275 -0
- package/dist/flows/composition/propose.js.map +1 -0
- package/dist/flows/contract-body-signature.d.ts +4 -0
- package/dist/flows/contract-body-signature.d.ts.map +1 -0
- package/dist/flows/contract-body-signature.js +166 -0
- package/dist/flows/contract-body-signature.js.map +1 -0
- package/dist/flows/converge-proof/assembly-spec.d.ts +5 -0
- package/dist/flows/converge-proof/assembly-spec.d.ts.map +1 -0
- package/dist/flows/converge-proof/assembly-spec.js +115 -0
- package/dist/flows/converge-proof/assembly-spec.js.map +1 -0
- package/dist/flows/converge-proof/data.d.ts +412 -0
- package/dist/flows/converge-proof/data.d.ts.map +1 -0
- package/dist/flows/converge-proof/data.js +23 -0
- package/dist/flows/converge-proof/data.js.map +1 -0
- package/dist/flows/converge-proof/flow.d.ts +2 -0
- package/dist/flows/converge-proof/flow.d.ts.map +1 -0
- package/dist/flows/converge-proof/flow.js +4 -0
- package/dist/flows/converge-proof/flow.js.map +1 -0
- package/dist/flows/cross-tool-build/assembly-spec.d.ts +5 -0
- package/dist/flows/cross-tool-build/assembly-spec.d.ts.map +1 -0
- package/dist/flows/cross-tool-build/assembly-spec.js +183 -0
- package/dist/flows/cross-tool-build/assembly-spec.js.map +1 -0
- package/dist/flows/cross-tool-build/data.d.ts +570 -0
- package/dist/flows/cross-tool-build/data.d.ts.map +1 -0
- package/dist/flows/cross-tool-build/data.js +94 -0
- package/dist/flows/cross-tool-build/data.js.map +1 -0
- package/dist/flows/cross-tool-build/flow.d.ts +2 -0
- package/dist/flows/cross-tool-build/flow.d.ts.map +1 -0
- package/dist/flows/cross-tool-build/flow.js +4 -0
- package/dist/flows/cross-tool-build/flow.js.map +1 -0
- package/dist/flows/cross-tool-build/relay-hints.d.ts +7 -0
- package/dist/flows/cross-tool-build/relay-hints.d.ts.map +1 -0
- package/dist/flows/cross-tool-build/relay-hints.js +76 -0
- package/dist/flows/cross-tool-build/relay-hints.js.map +1 -0
- package/dist/flows/cross-tool-build/reports.d.ts +161 -0
- package/dist/flows/cross-tool-build/reports.d.ts.map +1 -0
- package/dist/flows/cross-tool-build/reports.js +196 -0
- package/dist/flows/cross-tool-build/reports.js.map +1 -0
- package/dist/flows/cross-tool-build/writers/close.d.ts +3 -0
- package/dist/flows/cross-tool-build/writers/close.d.ts.map +1 -0
- package/dist/flows/cross-tool-build/writers/close.js +49 -0
- package/dist/flows/cross-tool-build/writers/close.js.map +1 -0
- package/dist/flows/cross-tool-build/writers/plan.d.ts +3 -0
- package/dist/flows/cross-tool-build/writers/plan.d.ts.map +1 -0
- package/dist/flows/cross-tool-build/writers/plan.js +27 -0
- package/dist/flows/cross-tool-build/writers/plan.js.map +1 -0
- package/dist/flows/cross-tool-build/writers/verification.d.ts +3 -0
- package/dist/flows/cross-tool-build/writers/verification.d.ts.map +1 -0
- package/dist/flows/cross-tool-build/writers/verification.js +46 -0
- package/dist/flows/cross-tool-build/writers/verification.js.map +1 -0
- package/dist/flows/equipment-reshape.d.ts +18 -0
- package/dist/flows/equipment-reshape.d.ts.map +1 -0
- package/dist/flows/equipment-reshape.js +119 -0
- package/dist/flows/equipment-reshape.js.map +1 -0
- package/dist/flows/explainer/data.d.ts +1032 -0
- package/dist/flows/explainer/data.d.ts.map +1 -0
- package/dist/flows/explainer/data.js +712 -0
- package/dist/flows/explainer/data.js.map +1 -0
- package/dist/flows/explainer/flow.d.ts +2 -0
- package/dist/flows/explainer/flow.d.ts.map +1 -0
- package/dist/flows/explainer/flow.js +4 -0
- package/dist/flows/explainer/flow.js.map +1 -0
- package/dist/flows/explainer/relay-hints.d.ts +4 -0
- package/dist/flows/explainer/relay-hints.d.ts.map +1 -0
- package/dist/flows/explainer/relay-hints.js +28 -0
- package/dist/flows/explainer/relay-hints.js.map +1 -0
- package/dist/flows/explainer/reports.d.ts +394 -0
- package/dist/flows/explainer/reports.d.ts.map +1 -0
- package/dist/flows/explainer/reports.js +296 -0
- package/dist/flows/explainer/reports.js.map +1 -0
- package/dist/flows/explainer/writers/close.d.ts +3 -0
- package/dist/flows/explainer/writers/close.d.ts.map +1 -0
- package/dist/flows/explainer/writers/close.js +67 -0
- package/dist/flows/explainer/writers/close.js.map +1 -0
- package/dist/flows/explainer/writers/digest.d.ts +3 -0
- package/dist/flows/explainer/writers/digest.d.ts.map +1 -0
- package/dist/flows/explainer/writers/digest.js +47 -0
- package/dist/flows/explainer/writers/digest.js.map +1 -0
- package/dist/flows/explainer/writers/ideas.d.ts +3 -0
- package/dist/flows/explainer/writers/ideas.d.ts.map +1 -0
- package/dist/flows/explainer/writers/ideas.js +65 -0
- package/dist/flows/explainer/writers/ideas.js.map +1 -0
- package/dist/flows/explainer/writers/intake.d.ts +3 -0
- package/dist/flows/explainer/writers/intake.d.ts.map +1 -0
- package/dist/flows/explainer/writers/intake.js +33 -0
- package/dist/flows/explainer/writers/intake.js.map +1 -0
- package/dist/flows/explainer/writers/spec.d.ts +3 -0
- package/dist/flows/explainer/writers/spec.d.ts.map +1 -0
- package/dist/flows/explainer/writers/spec.js +77 -0
- package/dist/flows/explainer/writers/spec.js.map +1 -0
- package/dist/flows/explainer/writers/verification.d.ts +3 -0
- package/dist/flows/explainer/writers/verification.d.ts.map +1 -0
- package/dist/flows/explainer/writers/verification.js +43 -0
- package/dist/flows/explainer/writers/verification.js.map +1 -0
- package/dist/flows/explore/assembly-spec.d.ts +5 -0
- package/dist/flows/explore/assembly-spec.d.ts.map +1 -0
- package/dist/flows/explore/assembly-spec.js +344 -0
- package/dist/flows/explore/assembly-spec.js.map +1 -0
- package/dist/flows/explore/data.d.ts +734 -0
- package/dist/flows/explore/data.d.ts.map +1 -0
- package/dist/flows/explore/data.js +174 -0
- package/dist/flows/explore/data.js.map +1 -0
- package/dist/flows/explore/flow.d.ts +2 -0
- package/dist/flows/explore/flow.d.ts.map +1 -0
- package/dist/flows/explore/flow.js +4 -0
- package/dist/flows/explore/flow.js.map +1 -0
- package/dist/flows/explore/index.d.ts +4 -0
- package/dist/flows/explore/index.d.ts.map +1 -0
- package/dist/flows/explore/index.js +8 -0
- package/dist/flows/explore/index.js.map +1 -0
- package/dist/flows/explore/relay-hints.d.ts +6 -0
- package/dist/flows/explore/relay-hints.d.ts.map +1 -0
- package/dist/flows/explore/relay-hints.js +53 -0
- package/dist/flows/explore/relay-hints.js.map +1 -0
- package/dist/flows/explore/reports.d.ts +483 -0
- package/dist/flows/explore/reports.d.ts.map +1 -0
- package/dist/flows/explore/reports.js +359 -0
- package/dist/flows/explore/reports.js.map +1 -0
- package/dist/flows/explore/writers/analysis.d.ts +3 -0
- package/dist/flows/explore/writers/analysis.d.ts.map +1 -0
- package/dist/flows/explore/writers/analysis.js +55 -0
- package/dist/flows/explore/writers/analysis.js.map +1 -0
- package/dist/flows/explore/writers/brief.d.ts +3 -0
- package/dist/flows/explore/writers/brief.d.ts.map +1 -0
- package/dist/flows/explore/writers/brief.js +24 -0
- package/dist/flows/explore/writers/brief.js.map +1 -0
- package/dist/flows/explore/writers/close.d.ts +3 -0
- package/dist/flows/explore/writers/close.d.ts.map +1 -0
- package/dist/flows/explore/writers/close.js +86 -0
- package/dist/flows/explore/writers/close.js.map +1 -0
- package/dist/flows/explore/writers/decision-options-projection.d.ts +10 -0
- package/dist/flows/explore/writers/decision-options-projection.d.ts.map +1 -0
- package/dist/flows/explore/writers/decision-options-projection.js +108 -0
- package/dist/flows/explore/writers/decision-options-projection.js.map +1 -0
- package/dist/flows/explore/writers/decision-options.d.ts +3 -0
- package/dist/flows/explore/writers/decision-options.d.ts.map +1 -0
- package/dist/flows/explore/writers/decision-options.js +25 -0
- package/dist/flows/explore/writers/decision-options.js.map +1 -0
- package/dist/flows/explore/writers/decision.d.ts +3 -0
- package/dist/flows/explore/writers/decision.d.ts.map +1 -0
- package/dist/flows/explore/writers/decision.js +80 -0
- package/dist/flows/explore/writers/decision.js.map +1 -0
- package/dist/flows/explore/writers/result-projection.d.ts +17 -0
- package/dist/flows/explore/writers/result-projection.d.ts.map +1 -0
- package/dist/flows/explore/writers/result-projection.js +41 -0
- package/dist/flows/explore/writers/result-projection.js.map +1 -0
- package/dist/flows/explore/writers/tournament-html.d.ts +3 -0
- package/dist/flows/explore/writers/tournament-html.d.ts.map +1 -0
- package/dist/flows/explore/writers/tournament-html.js +119 -0
- package/dist/flows/explore/writers/tournament-html.js.map +1 -0
- package/dist/flows/fix/assembly-spec.d.ts +5 -0
- package/dist/flows/fix/assembly-spec.d.ts.map +1 -0
- package/dist/flows/fix/assembly-spec.js +405 -0
- package/dist/flows/fix/assembly-spec.js.map +1 -0
- package/dist/flows/fix/data.d.ts +921 -0
- package/dist/flows/fix/data.d.ts.map +1 -0
- package/dist/flows/fix/data.js +207 -0
- package/dist/flows/fix/data.js.map +1 -0
- package/dist/flows/fix/flow.d.ts +2 -0
- package/dist/flows/fix/flow.d.ts.map +1 -0
- package/dist/flows/fix/flow.js +4 -0
- package/dist/flows/fix/flow.js.map +1 -0
- package/dist/flows/fix/index.d.ts +3 -0
- package/dist/flows/fix/index.d.ts.map +1 -0
- package/dist/flows/fix/index.js +5 -0
- package/dist/flows/fix/index.js.map +1 -0
- package/dist/flows/fix/relay-hints.d.ts +6 -0
- package/dist/flows/fix/relay-hints.d.ts.map +1 -0
- package/dist/flows/fix/relay-hints.js +52 -0
- package/dist/flows/fix/relay-hints.js.map +1 -0
- package/dist/flows/fix/reports.d.ts +562 -0
- package/dist/flows/fix/reports.d.ts.map +1 -0
- package/dist/flows/fix/reports.js +822 -0
- package/dist/flows/fix/reports.js.map +1 -0
- package/dist/flows/fix/writers/baseline-snapshot.d.ts +3 -0
- package/dist/flows/fix/writers/baseline-snapshot.d.ts.map +1 -0
- package/dist/flows/fix/writers/baseline-snapshot.js +45 -0
- package/dist/flows/fix/writers/baseline-snapshot.js.map +1 -0
- package/dist/flows/fix/writers/brief-projection.d.ts +8 -0
- package/dist/flows/fix/writers/brief-projection.d.ts.map +1 -0
- package/dist/flows/fix/writers/brief-projection.js +149 -0
- package/dist/flows/fix/writers/brief-projection.js.map +1 -0
- package/dist/flows/fix/writers/brief.d.ts +3 -0
- package/dist/flows/fix/writers/brief.d.ts.map +1 -0
- package/dist/flows/fix/writers/brief.js +29 -0
- package/dist/flows/fix/writers/brief.js.map +1 -0
- package/dist/flows/fix/writers/change-set-projection.d.ts +10 -0
- package/dist/flows/fix/writers/change-set-projection.d.ts.map +1 -0
- package/dist/flows/fix/writers/change-set-projection.js +62 -0
- package/dist/flows/fix/writers/change-set-projection.js.map +1 -0
- package/dist/flows/fix/writers/change-set.d.ts +3 -0
- package/dist/flows/fix/writers/change-set.d.ts.map +1 -0
- package/dist/flows/fix/writers/change-set.js +93 -0
- package/dist/flows/fix/writers/change-set.js.map +1 -0
- package/dist/flows/fix/writers/close.d.ts +3 -0
- package/dist/flows/fix/writers/close.d.ts.map +1 -0
- package/dist/flows/fix/writers/close.js +86 -0
- package/dist/flows/fix/writers/close.js.map +1 -0
- package/dist/flows/fix/writers/regression-baseline.d.ts +3 -0
- package/dist/flows/fix/writers/regression-baseline.d.ts.map +1 -0
- package/dist/flows/fix/writers/regression-baseline.js +39 -0
- package/dist/flows/fix/writers/regression-baseline.js.map +1 -0
- package/dist/flows/fix/writers/regression-projection.d.ts +5 -0
- package/dist/flows/fix/writers/regression-projection.d.ts.map +1 -0
- package/dist/flows/fix/writers/regression-projection.js +71 -0
- package/dist/flows/fix/writers/regression-projection.js.map +1 -0
- package/dist/flows/fix/writers/regression-rerun.d.ts +3 -0
- package/dist/flows/fix/writers/regression-rerun.d.ts.map +1 -0
- package/dist/flows/fix/writers/regression-rerun.js +51 -0
- package/dist/flows/fix/writers/regression-rerun.js.map +1 -0
- package/dist/flows/fix/writers/result-projection.d.ts +15 -0
- package/dist/flows/fix/writers/result-projection.d.ts.map +1 -0
- package/dist/flows/fix/writers/result-projection.js +58 -0
- package/dist/flows/fix/writers/result-projection.js.map +1 -0
- package/dist/flows/fix/writers/verification-projection.d.ts +4 -0
- package/dist/flows/fix/writers/verification-projection.d.ts.map +1 -0
- package/dist/flows/fix/writers/verification-projection.js +24 -0
- package/dist/flows/fix/writers/verification-projection.js.map +1 -0
- package/dist/flows/fix/writers/verification.d.ts +3 -0
- package/dist/flows/fix/writers/verification.d.ts.map +1 -0
- package/dist/flows/fix/writers/verification.js +32 -0
- package/dist/flows/fix/writers/verification.js.map +1 -0
- package/dist/flows/fix-until-green/assembly-spec.d.ts +5 -0
- package/dist/flows/fix-until-green/assembly-spec.d.ts.map +1 -0
- package/dist/flows/fix-until-green/assembly-spec.js +141 -0
- package/dist/flows/fix-until-green/assembly-spec.js.map +1 -0
- package/dist/flows/fix-until-green/data.d.ts +462 -0
- package/dist/flows/fix-until-green/data.d.ts.map +1 -0
- package/dist/flows/fix-until-green/data.js +49 -0
- package/dist/flows/fix-until-green/data.js.map +1 -0
- package/dist/flows/fix-until-green/flow.d.ts +2 -0
- package/dist/flows/fix-until-green/flow.d.ts.map +1 -0
- package/dist/flows/fix-until-green/flow.js +4 -0
- package/dist/flows/fix-until-green/flow.js.map +1 -0
- package/dist/flows/fix-until-green/relay-hints.d.ts +3 -0
- package/dist/flows/fix-until-green/relay-hints.d.ts.map +1 -0
- package/dist/flows/fix-until-green/relay-hints.js +37 -0
- package/dist/flows/fix-until-green/relay-hints.js.map +1 -0
- package/dist/flows/fix-until-green/reports.d.ts +38 -0
- package/dist/flows/fix-until-green/reports.d.ts.map +1 -0
- package/dist/flows/fix-until-green/reports.js +28 -0
- package/dist/flows/fix-until-green/reports.js.map +1 -0
- package/dist/flows/fix-until-green/writers/plan.d.ts +3 -0
- package/dist/flows/fix-until-green/writers/plan.d.ts.map +1 -0
- package/dist/flows/fix-until-green/writers/plan.js +27 -0
- package/dist/flows/fix-until-green/writers/plan.js.map +1 -0
- package/dist/flows/fix-until-green/writers/verification.d.ts +3 -0
- package/dist/flows/fix-until-green/writers/verification.d.ts.map +1 -0
- package/dist/flows/fix-until-green/writers/verification.js +46 -0
- package/dist/flows/fix-until-green/writers/verification.js.map +1 -0
- package/dist/flows/flow-definition.d.ts +81 -0
- package/dist/flows/flow-definition.d.ts.map +1 -0
- package/dist/flows/flow-definition.js +258 -0
- package/dist/flows/flow-definition.js.map +1 -0
- package/dist/flows/goal/assembly-spec.d.ts +5 -0
- package/dist/flows/goal/assembly-spec.d.ts.map +1 -0
- package/dist/flows/goal/assembly-spec.js +352 -0
- package/dist/flows/goal/assembly-spec.js.map +1 -0
- package/dist/flows/goal/data.d.ts +795 -0
- package/dist/flows/goal/data.d.ts.map +1 -0
- package/dist/flows/goal/data.js +181 -0
- package/dist/flows/goal/data.js.map +1 -0
- package/dist/flows/goal/flow.d.ts +2 -0
- package/dist/flows/goal/flow.d.ts.map +1 -0
- package/dist/flows/goal/flow.js +4 -0
- package/dist/flows/goal/flow.js.map +1 -0
- package/dist/flows/goal/relay-hints.d.ts +5 -0
- package/dist/flows/goal/relay-hints.d.ts.map +1 -0
- package/dist/flows/goal/relay-hints.js +48 -0
- package/dist/flows/goal/relay-hints.js.map +1 -0
- package/dist/flows/goal/reports.d.ts +442 -0
- package/dist/flows/goal/reports.d.ts.map +1 -0
- package/dist/flows/goal/reports.js +510 -0
- package/dist/flows/goal/reports.js.map +1 -0
- package/dist/flows/goal/writers/attempt.d.ts +3 -0
- package/dist/flows/goal/writers/attempt.d.ts.map +1 -0
- package/dist/flows/goal/writers/attempt.js +52 -0
- package/dist/flows/goal/writers/attempt.js.map +1 -0
- package/dist/flows/goal/writers/close.d.ts +3 -0
- package/dist/flows/goal/writers/close.d.ts.map +1 -0
- package/dist/flows/goal/writers/close.js +80 -0
- package/dist/flows/goal/writers/close.js.map +1 -0
- package/dist/flows/goal/writers/contract.d.ts +3 -0
- package/dist/flows/goal/writers/contract.d.ts.map +1 -0
- package/dist/flows/goal/writers/contract.js +137 -0
- package/dist/flows/goal/writers/contract.js.map +1 -0
- package/dist/flows/goal/writers/evidence-evaluation.d.ts +3 -0
- package/dist/flows/goal/writers/evidence-evaluation.d.ts.map +1 -0
- package/dist/flows/goal/writers/evidence-evaluation.js +91 -0
- package/dist/flows/goal/writers/evidence-evaluation.js.map +1 -0
- package/dist/flows/goal/writers/recovery.d.ts +3 -0
- package/dist/flows/goal/writers/recovery.d.ts.map +1 -0
- package/dist/flows/goal/writers/recovery.js +67 -0
- package/dist/flows/goal/writers/recovery.js.map +1 -0
- package/dist/flows/prototype/assembly-spec.d.ts +5 -0
- package/dist/flows/prototype/assembly-spec.d.ts.map +1 -0
- package/dist/flows/prototype/assembly-spec.js +408 -0
- package/dist/flows/prototype/assembly-spec.js.map +1 -0
- package/dist/flows/prototype/data.d.ts +947 -0
- package/dist/flows/prototype/data.d.ts.map +1 -0
- package/dist/flows/prototype/data.js +212 -0
- package/dist/flows/prototype/data.js.map +1 -0
- package/dist/flows/prototype/flow.d.ts +2 -0
- package/dist/flows/prototype/flow.d.ts.map +1 -0
- package/dist/flows/prototype/flow.js +4 -0
- package/dist/flows/prototype/flow.js.map +1 -0
- package/dist/flows/prototype/index.d.ts +4 -0
- package/dist/flows/prototype/index.d.ts.map +1 -0
- package/dist/flows/prototype/index.js +8 -0
- package/dist/flows/prototype/index.js.map +1 -0
- package/dist/flows/prototype/relay-hints.d.ts +5 -0
- package/dist/flows/prototype/relay-hints.d.ts.map +1 -0
- package/dist/flows/prototype/relay-hints.js +46 -0
- package/dist/flows/prototype/relay-hints.js.map +1 -0
- package/dist/flows/prototype/reports.d.ts +909 -0
- package/dist/flows/prototype/reports.d.ts.map +1 -0
- package/dist/flows/prototype/reports.js +721 -0
- package/dist/flows/prototype/reports.js.map +1 -0
- package/dist/flows/prototype/writers/brief.d.ts +3 -0
- package/dist/flows/prototype/writers/brief.d.ts.map +1 -0
- package/dist/flows/prototype/writers/brief.js +51 -0
- package/dist/flows/prototype/writers/brief.js.map +1 -0
- package/dist/flows/prototype/writers/checkpoint-html.d.ts +3 -0
- package/dist/flows/prototype/writers/checkpoint-html.d.ts.map +1 -0
- package/dist/flows/prototype/writers/checkpoint-html.js +247 -0
- package/dist/flows/prototype/writers/checkpoint-html.js.map +1 -0
- package/dist/flows/prototype/writers/close.d.ts +3 -0
- package/dist/flows/prototype/writers/close.d.ts.map +1 -0
- package/dist/flows/prototype/writers/close.js +358 -0
- package/dist/flows/prototype/writers/close.js.map +1 -0
- package/dist/flows/prototype/writers/plan.d.ts +3 -0
- package/dist/flows/prototype/writers/plan.d.ts.map +1 -0
- package/dist/flows/prototype/writers/plan.js +31 -0
- package/dist/flows/prototype/writers/plan.js.map +1 -0
- package/dist/flows/prototype/writers/variant-choice-options.d.ts +3 -0
- package/dist/flows/prototype/writers/variant-choice-options.d.ts.map +1 -0
- package/dist/flows/prototype/writers/variant-choice-options.js +58 -0
- package/dist/flows/prototype/writers/variant-choice-options.js.map +1 -0
- package/dist/flows/prototype/writers/variant-options.d.ts +3 -0
- package/dist/flows/prototype/writers/variant-options.d.ts.map +1 -0
- package/dist/flows/prototype/writers/variant-options.js +74 -0
- package/dist/flows/prototype/writers/variant-options.js.map +1 -0
- package/dist/flows/prototype/writers/variant-provider-evidence.d.ts +3 -0
- package/dist/flows/prototype/writers/variant-provider-evidence.d.ts.map +1 -0
- package/dist/flows/prototype/writers/variant-provider-evidence.js +79 -0
- package/dist/flows/prototype/writers/variant-provider-evidence.js.map +1 -0
- package/dist/flows/prototype/writers/variant-verification.d.ts +3 -0
- package/dist/flows/prototype/writers/variant-verification.d.ts.map +1 -0
- package/dist/flows/prototype/writers/variant-verification.js +149 -0
- package/dist/flows/prototype/writers/variant-verification.js.map +1 -0
- package/dist/flows/prototype/writers/verification.d.ts +3 -0
- package/dist/flows/prototype/writers/verification.d.ts.map +1 -0
- package/dist/flows/prototype/writers/verification.js +105 -0
- package/dist/flows/prototype/writers/verification.js.map +1 -0
- package/dist/flows/pursue/assembly-spec.d.ts +6 -0
- package/dist/flows/pursue/assembly-spec.d.ts.map +1 -0
- package/dist/flows/pursue/assembly-spec.js +181 -0
- package/dist/flows/pursue/assembly-spec.js.map +1 -0
- package/dist/flows/pursue/data.d.ts +740 -0
- package/dist/flows/pursue/data.d.ts.map +1 -0
- package/dist/flows/pursue/data.js +125 -0
- package/dist/flows/pursue/data.js.map +1 -0
- package/dist/flows/pursue/flow.d.ts +2 -0
- package/dist/flows/pursue/flow.d.ts.map +1 -0
- package/dist/flows/pursue/flow.js +4 -0
- package/dist/flows/pursue/flow.js.map +1 -0
- package/dist/flows/pursue/relay-hints.d.ts +4 -0
- package/dist/flows/pursue/relay-hints.d.ts.map +1 -0
- package/dist/flows/pursue/relay-hints.js +34 -0
- package/dist/flows/pursue/relay-hints.js.map +1 -0
- package/dist/flows/pursue/reports.d.ts +383 -0
- package/dist/flows/pursue/reports.d.ts.map +1 -0
- package/dist/flows/pursue/reports.js +404 -0
- package/dist/flows/pursue/reports.js.map +1 -0
- package/dist/flows/pursue/writers/close.d.ts +3 -0
- package/dist/flows/pursue/writers/close.d.ts.map +1 -0
- package/dist/flows/pursue/writers/close.js +41 -0
- package/dist/flows/pursue/writers/close.js.map +1 -0
- package/dist/flows/pursue/writers/contract-projection.d.ts +7 -0
- package/dist/flows/pursue/writers/contract-projection.d.ts.map +1 -0
- package/dist/flows/pursue/writers/contract-projection.js +125 -0
- package/dist/flows/pursue/writers/contract-projection.js.map +1 -0
- package/dist/flows/pursue/writers/contract.d.ts +3 -0
- package/dist/flows/pursue/writers/contract.d.ts.map +1 -0
- package/dist/flows/pursue/writers/contract.js +17 -0
- package/dist/flows/pursue/writers/contract.js.map +1 -0
- package/dist/flows/pursue/writers/graph.d.ts +3 -0
- package/dist/flows/pursue/writers/graph.d.ts.map +1 -0
- package/dist/flows/pursue/writers/graph.js +76 -0
- package/dist/flows/pursue/writers/graph.js.map +1 -0
- package/dist/flows/pursue/writers/result-projection.d.ts +11 -0
- package/dist/flows/pursue/writers/result-projection.d.ts.map +1 -0
- package/dist/flows/pursue/writers/result-projection.js +85 -0
- package/dist/flows/pursue/writers/result-projection.js.map +1 -0
- package/dist/flows/pursue/writers/verification-projection.d.ts +4 -0
- package/dist/flows/pursue/writers/verification-projection.d.ts.map +1 -0
- package/dist/flows/pursue/writers/verification-projection.js +20 -0
- package/dist/flows/pursue/writers/verification-projection.js.map +1 -0
- package/dist/flows/pursue/writers/verification.d.ts +3 -0
- package/dist/flows/pursue/writers/verification.d.ts.map +1 -0
- package/dist/flows/pursue/writers/verification.js +24 -0
- package/dist/flows/pursue/writers/verification.js.map +1 -0
- package/dist/flows/pursue/writers/wave-plan.d.ts +3 -0
- package/dist/flows/pursue/writers/wave-plan.d.ts.map +1 -0
- package/dist/flows/pursue/writers/wave-plan.js +36 -0
- package/dist/flows/pursue/writers/wave-plan.js.map +1 -0
- package/dist/flows/registries/checkpoint-writers/registry.d.ts +3 -0
- package/dist/flows/registries/checkpoint-writers/registry.d.ts.map +1 -0
- package/dist/flows/registries/checkpoint-writers/registry.js +12 -0
- package/dist/flows/registries/checkpoint-writers/registry.js.map +1 -0
- package/dist/flows/registries/checkpoint-writers/types.d.ts +22 -0
- package/dist/flows/registries/checkpoint-writers/types.d.ts.map +1 -0
- package/dist/flows/registries/checkpoint-writers/types.js +24 -0
- package/dist/flows/registries/checkpoint-writers/types.js.map +1 -0
- package/dist/flows/registries/close-writers/generic-close-builder.d.ts +3 -0
- package/dist/flows/registries/close-writers/generic-close-builder.d.ts.map +1 -0
- package/dist/flows/registries/close-writers/generic-close-builder.js +45 -0
- package/dist/flows/registries/close-writers/generic-close-builder.js.map +1 -0
- package/dist/flows/registries/close-writers/registry.d.ts +5 -0
- package/dist/flows/registries/close-writers/registry.d.ts.map +1 -0
- package/dist/flows/registries/close-writers/registry.js +48 -0
- package/dist/flows/registries/close-writers/registry.js.map +1 -0
- package/dist/flows/registries/close-writers/types.d.ts +19 -0
- package/dist/flows/registries/close-writers/types.d.ts.map +1 -0
- package/dist/flows/registries/close-writers/types.js +19 -0
- package/dist/flows/registries/close-writers/types.js.map +1 -0
- package/dist/flows/registries/compose-writers/registry.d.ts +6 -0
- package/dist/flows/registries/compose-writers/registry.d.ts.map +1 -0
- package/dist/flows/registries/compose-writers/registry.js +46 -0
- package/dist/flows/registries/compose-writers/registry.js.map +1 -0
- package/dist/flows/registries/compose-writers/types.d.ts +30 -0
- package/dist/flows/registries/compose-writers/types.d.ts.map +1 -0
- package/dist/flows/registries/compose-writers/types.js +22 -0
- package/dist/flows/registries/compose-writers/types.js.map +1 -0
- package/dist/flows/registries/cross-report-validators.d.ts +10 -0
- package/dist/flows/registries/cross-report-validators.d.ts.map +1 -0
- package/dist/flows/registries/cross-report-validators.js +31 -0
- package/dist/flows/registries/cross-report-validators.js.map +1 -0
- package/dist/flows/registries/report-schemas.d.ts +10 -0
- package/dist/flows/registries/report-schemas.d.ts.map +1 -0
- package/dist/flows/registries/report-schemas.js +77 -0
- package/dist/flows/registries/report-schemas.js.map +1 -0
- package/dist/flows/registries/runtime-index.d.ts +100 -0
- package/dist/flows/registries/runtime-index.d.ts.map +1 -0
- package/dist/flows/registries/runtime-index.js +27 -0
- package/dist/flows/registries/runtime-index.js.map +1 -0
- package/dist/flows/registries/shape-hints/from-zod.d.ts +6 -0
- package/dist/flows/registries/shape-hints/from-zod.d.ts.map +1 -0
- package/dist/flows/registries/shape-hints/from-zod.js +354 -0
- package/dist/flows/registries/shape-hints/from-zod.js.map +1 -0
- package/dist/flows/registries/shape-hints/instruction-helpers.d.ts +3 -0
- package/dist/flows/registries/shape-hints/instruction-helpers.d.ts.map +1 -0
- package/dist/flows/registries/shape-hints/instruction-helpers.js +28 -0
- package/dist/flows/registries/shape-hints/instruction-helpers.js.map +1 -0
- package/dist/flows/registries/shape-hints/registry.d.ts +5 -0
- package/dist/flows/registries/shape-hints/registry.d.ts.map +1 -0
- package/dist/flows/registries/shape-hints/registry.js +33 -0
- package/dist/flows/registries/shape-hints/registry.js.map +1 -0
- package/dist/flows/registries/shape-hints/types.d.ts +14 -0
- package/dist/flows/registries/shape-hints/types.d.ts.map +1 -0
- package/dist/flows/registries/shape-hints/types.js +25 -0
- package/dist/flows/registries/shape-hints/types.js.map +1 -0
- package/dist/flows/registries/verification-writers/registry.d.ts +6 -0
- package/dist/flows/registries/verification-writers/registry.d.ts.map +1 -0
- package/dist/flows/registries/verification-writers/registry.js +37 -0
- package/dist/flows/registries/verification-writers/registry.js.map +1 -0
- package/dist/flows/registries/verification-writers/types.d.ts +37 -0
- package/dist/flows/registries/verification-writers/types.d.ts.map +1 -0
- package/dist/flows/registries/verification-writers/types.js +22 -0
- package/dist/flows/registries/verification-writers/types.js.map +1 -0
- package/dist/flows/report-declarations.d.ts +23 -0
- package/dist/flows/report-declarations.d.ts.map +1 -0
- package/dist/flows/report-declarations.js +46 -0
- package/dist/flows/report-declarations.js.map +1 -0
- package/dist/flows/report-schema-kit.d.ts +22 -0
- package/dist/flows/report-schema-kit.d.ts.map +1 -0
- package/dist/flows/report-schema-kit.js +59 -0
- package/dist/flows/report-schema-kit.js.map +1 -0
- package/dist/flows/resolvers/archetype.d.ts +14 -0
- package/dist/flows/resolvers/archetype.d.ts.map +1 -0
- package/dist/flows/resolvers/archetype.js +125 -0
- package/dist/flows/resolvers/archetype.js.map +1 -0
- package/dist/flows/resolvers/equipment.d.ts +32 -0
- package/dist/flows/resolvers/equipment.d.ts.map +1 -0
- package/dist/flows/resolvers/equipment.js +101 -0
- package/dist/flows/resolvers/equipment.js.map +1 -0
- package/dist/flows/resolvers/signals.d.ts +27 -0
- package/dist/flows/resolvers/signals.d.ts.map +1 -0
- package/dist/flows/resolvers/signals.js +273 -0
- package/dist/flows/resolvers/signals.js.map +1 -0
- package/dist/flows/resolvers/structure.d.ts +23 -0
- package/dist/flows/resolvers/structure.d.ts.map +1 -0
- package/dist/flows/resolvers/structure.js +112 -0
- package/dist/flows/resolvers/structure.js.map +1 -0
- package/dist/flows/review/assembly-spec.d.ts +5 -0
- package/dist/flows/review/assembly-spec.d.ts.map +1 -0
- package/dist/flows/review/assembly-spec.js +90 -0
- package/dist/flows/review/assembly-spec.js.map +1 -0
- package/dist/flows/review/data.d.ts +555 -0
- package/dist/flows/review/data.d.ts.map +1 -0
- package/dist/flows/review/data.js +75 -0
- package/dist/flows/review/data.js.map +1 -0
- package/dist/flows/review/flow.d.ts +2 -0
- package/dist/flows/review/flow.d.ts.map +1 -0
- package/dist/flows/review/flow.js +4 -0
- package/dist/flows/review/flow.js.map +1 -0
- package/dist/flows/review/index.d.ts +4 -0
- package/dist/flows/review/index.d.ts.map +1 -0
- package/dist/flows/review/index.js +8 -0
- package/dist/flows/review/index.js.map +1 -0
- package/dist/flows/review/relay-hints.d.ts +3 -0
- package/dist/flows/review/relay-hints.d.ts.map +1 -0
- package/dist/flows/review/relay-hints.js +31 -0
- package/dist/flows/review/relay-hints.js.map +1 -0
- package/dist/flows/review/reports.d.ts +247 -0
- package/dist/flows/review/reports.d.ts.map +1 -0
- package/dist/flows/review/reports.js +176 -0
- package/dist/flows/review/reports.js.map +1 -0
- package/dist/flows/review/writers/intake-projection.d.ts +13 -0
- package/dist/flows/review/writers/intake-projection.d.ts.map +1 -0
- package/dist/flows/review/writers/intake-projection.js +90 -0
- package/dist/flows/review/writers/intake-projection.js.map +1 -0
- package/dist/flows/review/writers/intake.d.ts +3 -0
- package/dist/flows/review/writers/intake.d.ts.map +1 -0
- package/dist/flows/review/writers/intake.js +186 -0
- package/dist/flows/review/writers/intake.js.map +1 -0
- package/dist/flows/review/writers/result-html.d.ts +3 -0
- package/dist/flows/review/writers/result-html.d.ts.map +1 -0
- package/dist/flows/review/writers/result-html.js +78 -0
- package/dist/flows/review/writers/result-html.js.map +1 -0
- package/dist/flows/review/writers/result-projection.d.ts +6 -0
- package/dist/flows/review/writers/result-projection.d.ts.map +1 -0
- package/dist/flows/review/writers/result-projection.js +29 -0
- package/dist/flows/review/writers/result-projection.js.map +1 -0
- package/dist/flows/review/writers/result.d.ts +3 -0
- package/dist/flows/review/writers/result.d.ts.map +1 -0
- package/dist/flows/review/writers/result.js +50 -0
- package/dist/flows/review/writers/result.js.map +1 -0
- package/dist/flows/runtime-proof/assembly-spec.d.ts +5 -0
- package/dist/flows/runtime-proof/assembly-spec.d.ts.map +1 -0
- package/dist/flows/runtime-proof/assembly-spec.js +54 -0
- package/dist/flows/runtime-proof/assembly-spec.js.map +1 -0
- package/dist/flows/runtime-proof/data.d.ts +423 -0
- package/dist/flows/runtime-proof/data.d.ts.map +1 -0
- package/dist/flows/runtime-proof/data.js +36 -0
- package/dist/flows/runtime-proof/data.js.map +1 -0
- package/dist/flows/runtime-proof/flow.d.ts +2 -0
- package/dist/flows/runtime-proof/flow.d.ts.map +1 -0
- package/dist/flows/runtime-proof/flow.js +4 -0
- package/dist/flows/runtime-proof/flow.js.map +1 -0
- package/dist/flows/runtime-proof/reports.d.ts +6 -0
- package/dist/flows/runtime-proof/reports.d.ts.map +1 -0
- package/dist/flows/runtime-proof/reports.js +7 -0
- package/dist/flows/runtime-proof/reports.js.map +1 -0
- package/dist/flows/runtime-proof/writers/compose.d.ts +3 -0
- package/dist/flows/runtime-proof/writers/compose.d.ts.map +1 -0
- package/dist/flows/runtime-proof/writers/compose.js +10 -0
- package/dist/flows/runtime-proof/writers/compose.js.map +1 -0
- package/dist/flows/schematic-catalog-check.d.ts +3 -0
- package/dist/flows/schematic-catalog-check.d.ts.map +1 -0
- package/dist/flows/schematic-catalog-check.js +73 -0
- package/dist/flows/schematic-catalog-check.js.map +1 -0
- package/dist/flows/stage-policy.d.ts +22 -0
- package/dist/flows/stage-policy.d.ts.map +1 -0
- package/dist/flows/stage-policy.js +27 -0
- package/dist/flows/stage-policy.js.map +1 -0
- package/dist/flows/sweep/assembly-spec.d.ts +5 -0
- package/dist/flows/sweep/assembly-spec.d.ts.map +1 -0
- package/dist/flows/sweep/assembly-spec.js +170 -0
- package/dist/flows/sweep/assembly-spec.js.map +1 -0
- package/dist/flows/sweep/data.d.ts +552 -0
- package/dist/flows/sweep/data.d.ts.map +1 -0
- package/dist/flows/sweep/data.js +70 -0
- package/dist/flows/sweep/data.js.map +1 -0
- package/dist/flows/sweep/flow.d.ts +2 -0
- package/dist/flows/sweep/flow.d.ts.map +1 -0
- package/dist/flows/sweep/flow.js +4 -0
- package/dist/flows/sweep/flow.js.map +1 -0
- package/dist/flows/sweep/paths.d.ts +11 -0
- package/dist/flows/sweep/paths.d.ts.map +1 -0
- package/dist/flows/sweep/paths.js +18 -0
- package/dist/flows/sweep/paths.js.map +1 -0
- package/dist/flows/sweep/relay-hints.d.ts +3 -0
- package/dist/flows/sweep/relay-hints.d.ts.map +1 -0
- package/dist/flows/sweep/relay-hints.js +27 -0
- package/dist/flows/sweep/relay-hints.js.map +1 -0
- package/dist/flows/sweep/reports.d.ts +172 -0
- package/dist/flows/sweep/reports.d.ts.map +1 -0
- package/dist/flows/sweep/reports.js +179 -0
- package/dist/flows/sweep/reports.js.map +1 -0
- package/dist/flows/sweep/writers/census.d.ts +3 -0
- package/dist/flows/sweep/writers/census.d.ts.map +1 -0
- package/dist/flows/sweep/writers/census.js +67 -0
- package/dist/flows/sweep/writers/census.js.map +1 -0
- package/dist/flows/sweep/writers/partition.d.ts +3 -0
- package/dist/flows/sweep/writers/partition.d.ts.map +1 -0
- package/dist/flows/sweep/writers/partition.js +130 -0
- package/dist/flows/sweep/writers/partition.js.map +1 -0
- package/dist/flows/sweep/writers/scan.d.ts +5 -0
- package/dist/flows/sweep/writers/scan.d.ts.map +1 -0
- package/dist/flows/sweep/writers/scan.js +89 -0
- package/dist/flows/sweep/writers/scan.js.map +1 -0
- package/dist/flows/sweep/writers/verification.d.ts +3 -0
- package/dist/flows/sweep/writers/verification.d.ts.map +1 -0
- package/dist/flows/sweep/writers/verification.js +55 -0
- package/dist/flows/sweep/writers/verification.js.map +1 -0
- package/dist/flows/types.d.ts +111 -0
- package/dist/flows/types.d.ts.map +1 -0
- package/dist/flows/types.js +14 -0
- package/dist/flows/types.js.map +1 -0
- package/dist/history/run-corpus.d.ts +16 -0
- package/dist/history/run-corpus.d.ts.map +1 -0
- package/dist/history/run-corpus.js +55 -0
- package/dist/history/run-corpus.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/dist/memory/project-distill.d.ts +18 -0
- package/dist/memory/project-distill.d.ts.map +1 -0
- package/dist/memory/project-distill.js +244 -0
- package/dist/memory/project-distill.js.map +1 -0
- package/dist/memory/project-identity.d.ts +25 -0
- package/dist/memory/project-identity.d.ts.map +1 -0
- package/dist/memory/project-identity.js +125 -0
- package/dist/memory/project-identity.js.map +1 -0
- package/dist/memory/project-injection.d.ts +12 -0
- package/dist/memory/project-injection.d.ts.map +1 -0
- package/dist/memory/project-injection.js +56 -0
- package/dist/memory/project-injection.js.map +1 -0
- package/dist/memory/project-store.d.ts +35 -0
- package/dist/memory/project-store.d.ts.map +1 -0
- package/dist/memory/project-store.js +150 -0
- package/dist/memory/project-store.js.map +1 -0
- package/dist/policy/fanout-join-policy.d.ts +26 -0
- package/dist/policy/fanout-join-policy.d.ts.map +1 -0
- package/dist/policy/fanout-join-policy.js +87 -0
- package/dist/policy/fanout-join-policy.js.map +1 -0
- package/dist/policy/flow-kind-policy-core.d.ts +50 -0
- package/dist/policy/flow-kind-policy-core.d.ts.map +1 -0
- package/dist/policy/flow-kind-policy-core.js +250 -0
- package/dist/policy/flow-kind-policy-core.js.map +1 -0
- package/dist/policy/flow-kind-policy.d.ts +19 -0
- package/dist/policy/flow-kind-policy.d.ts.map +1 -0
- package/dist/policy/flow-kind-policy.js +41 -0
- package/dist/policy/flow-kind-policy.js.map +1 -0
- package/dist/policy/policy-envelope.d.ts +28 -0
- package/dist/policy/policy-envelope.d.ts.map +1 -0
- package/dist/policy/policy-envelope.js +317 -0
- package/dist/policy/policy-envelope.js.map +1 -0
- package/dist/policy/recovery-route-policy.d.ts +165 -0
- package/dist/policy/recovery-route-policy.d.ts.map +1 -0
- package/dist/policy/recovery-route-policy.js +112 -0
- package/dist/policy/recovery-route-policy.js.map +1 -0
- package/dist/policy/rubric.d.ts +28 -0
- package/dist/policy/rubric.d.ts.map +1 -0
- package/dist/policy/rubric.js +139 -0
- package/dist/policy/rubric.js.map +1 -0
- package/dist/release/checks.d.ts +45 -0
- package/dist/release/checks.d.ts.map +1 -0
- package/dist/release/checks.js +382 -0
- package/dist/release/checks.js.map +1 -0
- package/dist/release/schemas.d.ts +590 -0
- package/dist/release/schemas.d.ts.map +1 -0
- package/dist/release/schemas.js +369 -0
- package/dist/release/schemas.js.map +1 -0
- package/dist/runtime/acceptance-criteria.d.ts +41 -0
- package/dist/runtime/acceptance-criteria.d.ts.map +1 -0
- package/dist/runtime/acceptance-criteria.js +282 -0
- package/dist/runtime/acceptance-criteria.js.map +1 -0
- package/dist/runtime/domain/flow.d.ts +11 -0
- package/dist/runtime/domain/flow.d.ts.map +1 -0
- package/dist/runtime/domain/flow.js +2 -0
- package/dist/runtime/domain/flow.js.map +1 -0
- package/dist/runtime/domain/route.d.ts +13 -0
- package/dist/runtime/domain/route.d.ts.map +1 -0
- package/dist/runtime/domain/route.js +7 -0
- package/dist/runtime/domain/route.js.map +1 -0
- package/dist/runtime/domain/run-file.d.ts +5 -0
- package/dist/runtime/domain/run-file.d.ts.map +1 -0
- package/dist/runtime/domain/run-file.js +2 -0
- package/dist/runtime/domain/run-file.js.map +1 -0
- package/dist/runtime/domain/run.d.ts +4 -0
- package/dist/runtime/domain/run.d.ts.map +1 -0
- package/dist/runtime/domain/run.js +2 -0
- package/dist/runtime/domain/run.js.map +1 -0
- package/dist/runtime/domain/selection.d.ts +11 -0
- package/dist/runtime/domain/selection.d.ts.map +1 -0
- package/dist/runtime/domain/selection.js +2 -0
- package/dist/runtime/domain/selection.js.map +1 -0
- package/dist/runtime/domain/step.d.ts +19 -0
- package/dist/runtime/domain/step.d.ts.map +1 -0
- package/dist/runtime/domain/step.js +4 -0
- package/dist/runtime/domain/step.js.map +1 -0
- package/dist/runtime/domain/trace.d.ts +21 -0
- package/dist/runtime/domain/trace.d.ts.map +1 -0
- package/dist/runtime/domain/trace.js +2 -0
- package/dist/runtime/domain/trace.js.map +1 -0
- package/dist/runtime/executors/checkpoint.d.ts +18 -0
- package/dist/runtime/executors/checkpoint.d.ts.map +1 -0
- package/dist/runtime/executors/checkpoint.js +463 -0
- package/dist/runtime/executors/checkpoint.js.map +1 -0
- package/dist/runtime/executors/compose.d.ts +11 -0
- package/dist/runtime/executors/compose.d.ts.map +1 -0
- package/dist/runtime/executors/compose.js +124 -0
- package/dist/runtime/executors/compose.js.map +1 -0
- package/dist/runtime/executors/fanout.d.ts +8 -0
- package/dist/runtime/executors/fanout.d.ts.map +1 -0
- package/dist/runtime/executors/fanout.js +312 -0
- package/dist/runtime/executors/fanout.js.map +1 -0
- package/dist/runtime/executors/index.d.ts +11 -0
- package/dist/runtime/executors/index.d.ts.map +1 -0
- package/dist/runtime/executors/index.js +32 -0
- package/dist/runtime/executors/index.js.map +1 -0
- package/dist/runtime/executors/relay.d.ts +73 -0
- package/dist/runtime/executors/relay.d.ts.map +1 -0
- package/dist/runtime/executors/relay.js +788 -0
- package/dist/runtime/executors/relay.js.map +1 -0
- package/dist/runtime/executors/result.d.ts +14 -0
- package/dist/runtime/executors/result.d.ts.map +1 -0
- package/dist/runtime/executors/result.js +19 -0
- package/dist/runtime/executors/result.js.map +1 -0
- package/dist/runtime/executors/shared.d.ts +17 -0
- package/dist/runtime/executors/shared.d.ts.map +1 -0
- package/dist/runtime/executors/shared.js +49 -0
- package/dist/runtime/executors/shared.js.map +1 -0
- package/dist/runtime/executors/sub-run.d.ts +8 -0
- package/dist/runtime/executors/sub-run.d.ts.map +1 -0
- package/dist/runtime/executors/sub-run.js +275 -0
- package/dist/runtime/executors/sub-run.js.map +1 -0
- package/dist/runtime/executors/verification.d.ts +7 -0
- package/dist/runtime/executors/verification.d.ts.map +1 -0
- package/dist/runtime/executors/verification.js +374 -0
- package/dist/runtime/executors/verification.js.map +1 -0
- package/dist/runtime/fanout/branch-execution.d.ts +17 -0
- package/dist/runtime/fanout/branch-execution.d.ts.map +1 -0
- package/dist/runtime/fanout/branch-execution.js +576 -0
- package/dist/runtime/fanout/branch-execution.js.map +1 -0
- package/dist/runtime/fanout/branch-expansion.d.ts +6 -0
- package/dist/runtime/fanout/branch-expansion.d.ts.map +1 -0
- package/dist/runtime/fanout/branch-expansion.js +64 -0
- package/dist/runtime/fanout/branch-expansion.js.map +1 -0
- package/dist/runtime/fanout/run-owner-lock.d.ts +28 -0
- package/dist/runtime/fanout/run-owner-lock.d.ts.map +1 -0
- package/dist/runtime/fanout/run-owner-lock.js +98 -0
- package/dist/runtime/fanout/run-owner-lock.js.map +1 -0
- package/dist/runtime/fanout/types.d.ts +38 -0
- package/dist/runtime/fanout/types.d.ts.map +1 -0
- package/dist/runtime/fanout/types.js +2 -0
- package/dist/runtime/fanout/types.js.map +1 -0
- package/dist/runtime/fanout/worktree-reaper.d.ts +108 -0
- package/dist/runtime/fanout/worktree-reaper.d.ts.map +1 -0
- package/dist/runtime/fanout/worktree-reaper.js +195 -0
- package/dist/runtime/fanout/worktree-reaper.js.map +1 -0
- package/dist/runtime/fanout/worktree.d.ts +3 -0
- package/dist/runtime/fanout/worktree.d.ts.map +1 -0
- package/dist/runtime/fanout/worktree.js +35 -0
- package/dist/runtime/fanout/worktree.js.map +1 -0
- package/dist/runtime/manifest/executable-flow.d.ts +100 -0
- package/dist/runtime/manifest/executable-flow.d.ts.map +1 -0
- package/dist/runtime/manifest/executable-flow.js +2 -0
- package/dist/runtime/manifest/executable-flow.js.map +1 -0
- package/dist/runtime/manifest/from-compiled-flow.d.ts +4 -0
- package/dist/runtime/manifest/from-compiled-flow.d.ts.map +1 -0
- package/dist/runtime/manifest/from-compiled-flow.js +169 -0
- package/dist/runtime/manifest/from-compiled-flow.js.map +1 -0
- package/dist/runtime/manifest/runtime-package-index.d.ts +4 -0
- package/dist/runtime/manifest/runtime-package-index.d.ts.map +1 -0
- package/dist/runtime/manifest/runtime-package-index.js +98 -0
- package/dist/runtime/manifest/runtime-package-index.js.map +1 -0
- package/dist/runtime/manifest/validate-executable-flow.d.ts +8 -0
- package/dist/runtime/manifest/validate-executable-flow.d.ts.map +1 -0
- package/dist/runtime/manifest/validate-executable-flow.js +143 -0
- package/dist/runtime/manifest/validate-executable-flow.js.map +1 -0
- package/dist/runtime/projections/progress.d.ts +16 -0
- package/dist/runtime/projections/progress.d.ts.map +1 -0
- package/dist/runtime/projections/progress.js +679 -0
- package/dist/runtime/projections/progress.js.map +1 -0
- package/dist/runtime/projections/status.d.ts +4 -0
- package/dist/runtime/projections/status.d.ts.map +1 -0
- package/dist/runtime/projections/status.js +14 -0
- package/dist/runtime/projections/status.js.map +1 -0
- package/dist/runtime/projections/tournament-checkpoint-context.d.ts +18 -0
- package/dist/runtime/projections/tournament-checkpoint-context.d.ts.map +1 -0
- package/dist/runtime/projections/tournament-checkpoint-context.js +106 -0
- package/dist/runtime/projections/tournament-checkpoint-context.js.map +1 -0
- package/dist/runtime/run/binding-legibility.d.ts +71 -0
- package/dist/runtime/run/binding-legibility.d.ts.map +1 -0
- package/dist/runtime/run/binding-legibility.js +61 -0
- package/dist/runtime/run/binding-legibility.js.map +1 -0
- package/dist/runtime/run/capabilities.d.ts +34 -0
- package/dist/runtime/run/capabilities.d.ts.map +1 -0
- package/dist/runtime/run/capabilities.js +22 -0
- package/dist/runtime/run/capabilities.js.map +1 -0
- package/dist/runtime/run/carried-notes.d.ts +13 -0
- package/dist/runtime/run/carried-notes.d.ts.map +1 -0
- package/dist/runtime/run/carried-notes.js +53 -0
- package/dist/runtime/run/carried-notes.js.map +1 -0
- package/dist/runtime/run/checkpoint-resume.d.ts +44 -0
- package/dist/runtime/run/checkpoint-resume.d.ts.map +1 -0
- package/dist/runtime/run/checkpoint-resume.js +549 -0
- package/dist/runtime/run/checkpoint-resume.js.map +1 -0
- package/dist/runtime/run/child-runner.d.ts +57 -0
- package/dist/runtime/run/child-runner.d.ts.map +1 -0
- package/dist/runtime/run/child-runner.js +2 -0
- package/dist/runtime/run/child-runner.js.map +1 -0
- package/dist/runtime/run/commit-containment.d.ts +11 -0
- package/dist/runtime/run/commit-containment.d.ts.map +1 -0
- package/dist/runtime/run/commit-containment.js +46 -0
- package/dist/runtime/run/commit-containment.js.map +1 -0
- package/dist/runtime/run/compiled-flow-runner.d.ts +26 -0
- package/dist/runtime/run/compiled-flow-runner.d.ts.map +1 -0
- package/dist/runtime/run/compiled-flow-runner.js +137 -0
- package/dist/runtime/run/compiled-flow-runner.js.map +1 -0
- package/dist/runtime/run/connector-planning.d.ts +3 -0
- package/dist/runtime/run/connector-planning.d.ts.map +1 -0
- package/dist/runtime/run/connector-planning.js +29 -0
- package/dist/runtime/run/connector-planning.js.map +1 -0
- package/dist/runtime/run/context-delivery.d.ts +24 -0
- package/dist/runtime/run/context-delivery.d.ts.map +1 -0
- package/dist/runtime/run/context-delivery.js +92 -0
- package/dist/runtime/run/context-delivery.js.map +1 -0
- package/dist/runtime/run/context-pull.d.ts +22 -0
- package/dist/runtime/run/context-pull.d.ts.map +1 -0
- package/dist/runtime/run/context-pull.js +112 -0
- package/dist/runtime/run/context-pull.js.map +1 -0
- package/dist/runtime/run/engine-flags.d.ts +7 -0
- package/dist/runtime/run/engine-flags.d.ts.map +1 -0
- package/dist/runtime/run/engine-flags.js +89 -0
- package/dist/runtime/run/engine-flags.js.map +1 -0
- package/dist/runtime/run/equipment-reshape.d.ts +24 -0
- package/dist/runtime/run/equipment-reshape.d.ts.map +1 -0
- package/dist/runtime/run/equipment-reshape.js +156 -0
- package/dist/runtime/run/equipment-reshape.js.map +1 -0
- package/dist/runtime/run/external-files.d.ts +5 -0
- package/dist/runtime/run/external-files.d.ts.map +1 -0
- package/dist/runtime/run/external-files.js +7 -0
- package/dist/runtime/run/external-files.js.map +1 -0
- package/dist/runtime/run/frozen-eval.d.ts +8 -0
- package/dist/runtime/run/frozen-eval.d.ts.map +1 -0
- package/dist/runtime/run/frozen-eval.js +60 -0
- package/dist/runtime/run/frozen-eval.js.map +1 -0
- package/dist/runtime/run/graph-runner.d.ts +67 -0
- package/dist/runtime/run/graph-runner.d.ts.map +1 -0
- package/dist/runtime/run/graph-runner.js +1755 -0
- package/dist/runtime/run/graph-runner.js.map +1 -0
- package/dist/runtime/run/guidance.d.ts +49 -0
- package/dist/runtime/run/guidance.d.ts.map +1 -0
- package/dist/runtime/run/guidance.js +227 -0
- package/dist/runtime/run/guidance.js.map +1 -0
- package/dist/runtime/run/honesty-ledger.d.ts +21 -0
- package/dist/runtime/run/honesty-ledger.d.ts.map +1 -0
- package/dist/runtime/run/honesty-ledger.js +75 -0
- package/dist/runtime/run/honesty-ledger.js.map +1 -0
- package/dist/runtime/run/iteration-ledger.d.ts +15 -0
- package/dist/runtime/run/iteration-ledger.d.ts.map +1 -0
- package/dist/runtime/run/iteration-ledger.js +91 -0
- package/dist/runtime/run/iteration-ledger.js.map +1 -0
- package/dist/runtime/run/manifest-snapshot.d.ts +27 -0
- package/dist/runtime/run/manifest-snapshot.d.ts.map +1 -0
- package/dist/runtime/run/manifest-snapshot.js +58 -0
- package/dist/runtime/run/manifest-snapshot.js.map +1 -0
- package/dist/runtime/run/oracle-command-pin.d.ts +20 -0
- package/dist/runtime/run/oracle-command-pin.d.ts.map +1 -0
- package/dist/runtime/run/oracle-command-pin.js +94 -0
- package/dist/runtime/run/oracle-command-pin.js.map +1 -0
- package/dist/runtime/run/recovery-binding-verdict.d.ts +40 -0
- package/dist/runtime/run/recovery-binding-verdict.d.ts.map +1 -0
- package/dist/runtime/run/recovery-binding-verdict.js +70 -0
- package/dist/runtime/run/recovery-binding-verdict.js.map +1 -0
- package/dist/runtime/run/recovery-corridor.d.ts +103 -0
- package/dist/runtime/run/recovery-corridor.d.ts.map +1 -0
- package/dist/runtime/run/recovery-corridor.js +178 -0
- package/dist/runtime/run/recovery-corridor.js.map +1 -0
- package/dist/runtime/run/recovery-selection.d.ts +18 -0
- package/dist/runtime/run/recovery-selection.d.ts.map +1 -0
- package/dist/runtime/run/recovery-selection.js +43 -0
- package/dist/runtime/run/recovery-selection.js.map +1 -0
- package/dist/runtime/run/relay-guidance.d.ts +40 -0
- package/dist/runtime/run/relay-guidance.d.ts.map +1 -0
- package/dist/runtime/run/relay-guidance.js +306 -0
- package/dist/runtime/run/relay-guidance.js.map +1 -0
- package/dist/runtime/run/relay-support.d.ts +29 -0
- package/dist/runtime/run/relay-support.d.ts.map +1 -0
- package/dist/runtime/run/relay-support.js +436 -0
- package/dist/runtime/run/relay-support.js.map +1 -0
- package/dist/runtime/run/result-recovery.d.ts +16 -0
- package/dist/runtime/run/result-recovery.d.ts.map +1 -0
- package/dist/runtime/run/result-recovery.js +73 -0
- package/dist/runtime/run/result-recovery.js.map +1 -0
- package/dist/runtime/run/result-writer.d.ts +17 -0
- package/dist/runtime/run/result-writer.d.ts.map +1 -0
- package/dist/runtime/run/result-writer.js +5 -0
- package/dist/runtime/run/result-writer.js.map +1 -0
- package/dist/runtime/run/resume-lock.d.ts +29 -0
- package/dist/runtime/run/resume-lock.d.ts.map +1 -0
- package/dist/runtime/run/resume-lock.js +166 -0
- package/dist/runtime/run/resume-lock.js.map +1 -0
- package/dist/runtime/run/reuse-children.d.ts +24 -0
- package/dist/runtime/run/reuse-children.d.ts.map +1 -0
- package/dist/runtime/run/reuse-children.js +107 -0
- package/dist/runtime/run/reuse-children.js.map +1 -0
- package/dist/runtime/run/run-boundary.d.ts +30 -0
- package/dist/runtime/run/run-boundary.d.ts.map +1 -0
- package/dist/runtime/run/run-boundary.js +110 -0
- package/dist/runtime/run/run-boundary.js.map +1 -0
- package/dist/runtime/run/run-close.d.ts +22 -0
- package/dist/runtime/run/run-close.d.ts.map +1 -0
- package/dist/runtime/run/run-close.js +228 -0
- package/dist/runtime/run/run-close.js.map +1 -0
- package/dist/runtime/run/run-context.d.ts +59 -0
- package/dist/runtime/run/run-context.d.ts.map +1 -0
- package/dist/runtime/run/run-context.js +2 -0
- package/dist/runtime/run/run-context.js.map +1 -0
- package/dist/runtime/run/run-transition.d.ts +43 -0
- package/dist/runtime/run/run-transition.d.ts.map +1 -0
- package/dist/runtime/run/run-transition.js +52 -0
- package/dist/runtime/run/run-transition.js.map +1 -0
- package/dist/runtime/run/run-values.d.ts +80 -0
- package/dist/runtime/run/run-values.d.ts.map +1 -0
- package/dist/runtime/run/run-values.js +85 -0
- package/dist/runtime/run/run-values.js.map +1 -0
- package/dist/runtime/run/slice-corridor.d.ts +27 -0
- package/dist/runtime/run/slice-corridor.d.ts.map +1 -0
- package/dist/runtime/run/slice-corridor.js +99 -0
- package/dist/runtime/run/slice-corridor.js.map +1 -0
- package/dist/runtime/run/trace-evidence.d.ts +34 -0
- package/dist/runtime/run/trace-evidence.d.ts.map +1 -0
- package/dist/runtime/run/trace-evidence.js +148 -0
- package/dist/runtime/run/trace-evidence.js.map +1 -0
- package/dist/runtime/run/until-budget.d.ts +12 -0
- package/dist/runtime/run/until-budget.d.ts.map +1 -0
- package/dist/runtime/run/until-budget.js +102 -0
- package/dist/runtime/run/until-budget.js.map +1 -0
- package/dist/runtime/run/until-corridor.d.ts +32 -0
- package/dist/runtime/run/until-corridor.d.ts.map +1 -0
- package/dist/runtime/run/until-corridor.js +161 -0
- package/dist/runtime/run/until-corridor.js.map +1 -0
- package/dist/runtime/run-files/report-validator.d.ts +3 -0
- package/dist/runtime/run-files/report-validator.d.ts.map +1 -0
- package/dist/runtime/run-files/report-validator.js +29 -0
- package/dist/runtime/run-files/report-validator.js.map +1 -0
- package/dist/runtime/run-files/run-file-store.d.ts +13 -0
- package/dist/runtime/run-files/run-file-store.d.ts.map +1 -0
- package/dist/runtime/run-files/run-file-store.js +42 -0
- package/dist/runtime/run-files/run-file-store.js.map +1 -0
- package/dist/runtime/trace/trace-fields.d.ts +97 -0
- package/dist/runtime/trace/trace-fields.d.ts.map +1 -0
- package/dist/runtime/trace/trace-fields.js +181 -0
- package/dist/runtime/trace/trace-fields.js.map +1 -0
- package/dist/runtime/trace/trace-store.d.ts +20 -0
- package/dist/runtime/trace/trace-store.d.ts.map +1 -0
- package/dist/runtime/trace/trace-store.js +157 -0
- package/dist/runtime/trace/trace-store.js.map +1 -0
- package/dist/schemas/acceptance-criteria.d.ts +94 -0
- package/dist/schemas/acceptance-criteria.d.ts.map +1 -0
- package/dist/schemas/acceptance-criteria.js +42 -0
- package/dist/schemas/acceptance-criteria.js.map +1 -0
- package/dist/schemas/axes.d.ts +45 -0
- package/dist/schemas/axes.d.ts.map +1 -0
- package/dist/schemas/axes.js +79 -0
- package/dist/schemas/axes.js.map +1 -0
- package/dist/schemas/axis-config-requirement.d.ts +20 -0
- package/dist/schemas/axis-config-requirement.d.ts.map +1 -0
- package/dist/schemas/axis-config-requirement.js +24 -0
- package/dist/schemas/axis-config-requirement.js.map +1 -0
- package/dist/schemas/builtin-report-schemas.d.ts +6 -0
- package/dist/schemas/builtin-report-schemas.d.ts.map +1 -0
- package/dist/schemas/builtin-report-schemas.js +155 -0
- package/dist/schemas/builtin-report-schemas.js.map +1 -0
- package/dist/schemas/change-kind.d.ts +75 -0
- package/dist/schemas/change-kind.d.ts.map +1 -0
- package/dist/schemas/change-kind.js +35 -0
- package/dist/schemas/change-kind.js.map +1 -0
- package/dist/schemas/change-packet.d.ts +42 -0
- package/dist/schemas/change-packet.d.ts.map +1 -0
- package/dist/schemas/change-packet.js +26 -0
- package/dist/schemas/change-packet.js.map +1 -0
- package/dist/schemas/check.d.ts +174 -0
- package/dist/schemas/check.d.ts.map +1 -0
- package/dist/schemas/check.js +162 -0
- package/dist/schemas/check.js.map +1 -0
- package/dist/schemas/checkpoint-boundary.d.ts +605 -0
- package/dist/schemas/checkpoint-boundary.d.ts.map +1 -0
- package/dist/schemas/checkpoint-boundary.js +243 -0
- package/dist/schemas/checkpoint-boundary.js.map +1 -0
- package/dist/schemas/compiled-flow.d.ts +1065 -0
- package/dist/schemas/compiled-flow.d.ts.map +1 -0
- package/dist/schemas/compiled-flow.js +331 -0
- package/dist/schemas/compiled-flow.js.map +1 -0
- package/dist/schemas/config.d.ts +905 -0
- package/dist/schemas/config.d.ts.map +1 -0
- package/dist/schemas/config.js +240 -0
- package/dist/schemas/config.js.map +1 -0
- package/dist/schemas/connector.d.ts +216 -0
- package/dist/schemas/connector.d.ts.map +1 -0
- package/dist/schemas/connector.js +150 -0
- package/dist/schemas/connector.js.map +1 -0
- package/dist/schemas/context-request.d.ts +14 -0
- package/dist/schemas/context-request.d.ts.map +1 -0
- package/dist/schemas/context-request.js +33 -0
- package/dist/schemas/context-request.js.map +1 -0
- package/dist/schemas/continuity.d.ts +362 -0
- package/dist/schemas/continuity.d.ts.map +1 -0
- package/dist/schemas/continuity.js +232 -0
- package/dist/schemas/continuity.js.map +1 -0
- package/dist/schemas/custom-flow-descriptor.d.ts +10 -0
- package/dist/schemas/custom-flow-descriptor.d.ts.map +1 -0
- package/dist/schemas/custom-flow-descriptor.js +12 -0
- package/dist/schemas/custom-flow-descriptor.js.map +1 -0
- package/dist/schemas/depth.d.ts +16 -0
- package/dist/schemas/depth.d.ts.map +1 -0
- package/dist/schemas/depth.js +7 -0
- package/dist/schemas/depth.js.map +1 -0
- package/dist/schemas/engine-flags.d.ts +44 -0
- package/dist/schemas/engine-flags.d.ts.map +1 -0
- package/dist/schemas/engine-flags.js +104 -0
- package/dist/schemas/engine-flags.js.map +1 -0
- package/dist/schemas/equipment-discovery.d.ts +8 -0
- package/dist/schemas/equipment-discovery.d.ts.map +1 -0
- package/dist/schemas/equipment-discovery.js +36 -0
- package/dist/schemas/equipment-discovery.js.map +1 -0
- package/dist/schemas/equipment-scope.d.ts +42 -0
- package/dist/schemas/equipment-scope.d.ts.map +1 -0
- package/dist/schemas/equipment-scope.js +84 -0
- package/dist/schemas/equipment-scope.js.map +1 -0
- package/dist/schemas/flow-block-definitions.d.ts +59 -0
- package/dist/schemas/flow-block-definitions.d.ts.map +1 -0
- package/dist/schemas/flow-block-definitions.js +867 -0
- package/dist/schemas/flow-block-definitions.js.map +1 -0
- package/dist/schemas/flow-blocks.d.ts +301 -0
- package/dist/schemas/flow-blocks.d.ts.map +1 -0
- package/dist/schemas/flow-blocks.js +223 -0
- package/dist/schemas/flow-blocks.js.map +1 -0
- package/dist/schemas/flow-schematic-policy.d.ts +6 -0
- package/dist/schemas/flow-schematic-policy.d.ts.map +1 -0
- package/dist/schemas/flow-schematic-policy.js +8 -0
- package/dist/schemas/flow-schematic-policy.js.map +1 -0
- package/dist/schemas/flow-schematic.d.ts +1407 -0
- package/dist/schemas/flow-schematic.d.ts.map +1 -0
- package/dist/schemas/flow-schematic.js +944 -0
- package/dist/schemas/flow-schematic.js.map +1 -0
- package/dist/schemas/guidance-decision.d.ts +728 -0
- package/dist/schemas/guidance-decision.d.ts.map +1 -0
- package/dist/schemas/guidance-decision.js +527 -0
- package/dist/schemas/guidance-decision.js.map +1 -0
- package/dist/schemas/hashing.d.ts +6 -0
- package/dist/schemas/hashing.d.ts.map +1 -0
- package/dist/schemas/hashing.js +27 -0
- package/dist/schemas/hashing.js.map +1 -0
- package/dist/schemas/history.d.ts +1735 -0
- package/dist/schemas/history.d.ts.map +1 -0
- package/dist/schemas/history.js +662 -0
- package/dist/schemas/history.js.map +1 -0
- package/dist/schemas/host.d.ts +16 -0
- package/dist/schemas/host.d.ts.map +1 -0
- package/dist/schemas/host.js +8 -0
- package/dist/schemas/host.js.map +1 -0
- package/dist/schemas/ids.d.ts +18 -0
- package/dist/schemas/ids.d.ts.map +1 -0
- package/dist/schemas/ids.js +17 -0
- package/dist/schemas/ids.js.map +1 -0
- package/dist/schemas/index.d.ts +60 -0
- package/dist/schemas/index.d.ts.map +1 -0
- package/dist/schemas/index.js +60 -0
- package/dist/schemas/index.js.map +1 -0
- package/dist/schemas/json.d.ts +10 -0
- package/dist/schemas/json.d.ts.map +1 -0
- package/dist/schemas/json.js +12 -0
- package/dist/schemas/json.js.map +1 -0
- package/dist/schemas/manifest.d.ts +15 -0
- package/dist/schemas/manifest.d.ts.map +1 -0
- package/dist/schemas/manifest.js +61 -0
- package/dist/schemas/manifest.js.map +1 -0
- package/dist/schemas/memory-input.d.ts +94 -0
- package/dist/schemas/memory-input.d.ts.map +1 -0
- package/dist/schemas/memory-input.js +119 -0
- package/dist/schemas/memory-input.js.map +1 -0
- package/dist/schemas/operator-summary.d.ts +369 -0
- package/dist/schemas/operator-summary.d.ts.map +1 -0
- package/dist/schemas/operator-summary.js +207 -0
- package/dist/schemas/operator-summary.js.map +1 -0
- package/dist/schemas/policy-envelope.d.ts +1655 -0
- package/dist/schemas/policy-envelope.d.ts.map +1 -0
- package/dist/schemas/policy-envelope.js +330 -0
- package/dist/schemas/policy-envelope.js.map +1 -0
- package/dist/schemas/power.d.ts +26 -0
- package/dist/schemas/power.d.ts.map +1 -0
- package/dist/schemas/power.js +38 -0
- package/dist/schemas/power.js.map +1 -0
- package/dist/schemas/process-evidence.d.ts +156 -0
- package/dist/schemas/process-evidence.d.ts.map +1 -0
- package/dist/schemas/process-evidence.js +142 -0
- package/dist/schemas/process-evidence.js.map +1 -0
- package/dist/schemas/process.d.ts +16 -0
- package/dist/schemas/process.d.ts.map +1 -0
- package/dist/schemas/process.js +7 -0
- package/dist/schemas/process.js.map +1 -0
- package/dist/schemas/progress-event.d.ts +1505 -0
- package/dist/schemas/progress-event.d.ts.map +1 -0
- package/dist/schemas/progress-event.js +246 -0
- package/dist/schemas/progress-event.js.map +1 -0
- package/dist/schemas/proof-assessment.d.ts +542 -0
- package/dist/schemas/proof-assessment.d.ts.map +1 -0
- package/dist/schemas/proof-assessment.js +336 -0
- package/dist/schemas/proof-assessment.js.map +1 -0
- package/dist/schemas/recovery-route-kind.d.ts +229 -0
- package/dist/schemas/recovery-route-kind.d.ts.map +1 -0
- package/dist/schemas/recovery-route-kind.js +242 -0
- package/dist/schemas/recovery-route-kind.js.map +1 -0
- package/dist/schemas/ref.d.ts +51 -0
- package/dist/schemas/ref.d.ts.map +1 -0
- package/dist/schemas/ref.js +96 -0
- package/dist/schemas/ref.js.map +1 -0
- package/dist/schemas/report-file-surface.d.ts +44 -0
- package/dist/schemas/report-file-surface.d.ts.map +1 -0
- package/dist/schemas/report-file-surface.js +22 -0
- package/dist/schemas/report-file-surface.js.map +1 -0
- package/dist/schemas/result.d.ts +23 -0
- package/dist/schemas/result.d.ts.map +1 -0
- package/dist/schemas/result.js +55 -0
- package/dist/schemas/result.js.map +1 -0
- package/dist/schemas/role.d.ts +8 -0
- package/dist/schemas/role.d.ts.map +1 -0
- package/dist/schemas/role.js +5 -0
- package/dist/schemas/role.js.map +1 -0
- package/dist/schemas/route-policy.d.ts +5 -0
- package/dist/schemas/route-policy.d.ts.map +1 -0
- package/dist/schemas/route-policy.js +9 -0
- package/dist/schemas/route-policy.js.map +1 -0
- package/dist/schemas/routing-contract-schemas.d.ts +11 -0
- package/dist/schemas/routing-contract-schemas.d.ts.map +1 -0
- package/dist/schemas/routing-contract-schemas.js +72 -0
- package/dist/schemas/routing-contract-schemas.js.map +1 -0
- package/dist/schemas/rubric.d.ts +74 -0
- package/dist/schemas/rubric.d.ts.map +1 -0
- package/dist/schemas/rubric.js +125 -0
- package/dist/schemas/rubric.js.map +1 -0
- package/dist/schemas/run-envelope.d.ts +1333 -0
- package/dist/schemas/run-envelope.d.ts.map +1 -0
- package/dist/schemas/run-envelope.js +578 -0
- package/dist/schemas/run-envelope.js.map +1 -0
- package/dist/schemas/run-status.d.ts +216 -0
- package/dist/schemas/run-status.d.ts.map +1 -0
- package/dist/schemas/run-status.js +146 -0
- package/dist/schemas/run-status.js.map +1 -0
- package/dist/schemas/run.d.ts +2866 -0
- package/dist/schemas/run.d.ts.map +1 -0
- package/dist/schemas/run.js +647 -0
- package/dist/schemas/run.js.map +1 -0
- package/dist/schemas/runtime-evidence.d.ts +152 -0
- package/dist/schemas/runtime-evidence.d.ts.map +1 -0
- package/dist/schemas/runtime-evidence.js +127 -0
- package/dist/schemas/runtime-evidence.js.map +1 -0
- package/dist/schemas/runtime-source.d.ts +55 -0
- package/dist/schemas/runtime-source.d.ts.map +1 -0
- package/dist/schemas/runtime-source.js +40 -0
- package/dist/schemas/runtime-source.js.map +1 -0
- package/dist/schemas/scalars.d.ts +21 -0
- package/dist/schemas/scalars.d.ts.map +1 -0
- package/dist/schemas/scalars.js +51 -0
- package/dist/schemas/scalars.js.map +1 -0
- package/dist/schemas/selection-policy.d.ts +764 -0
- package/dist/schemas/selection-policy.d.ts.map +1 -0
- package/dist/schemas/selection-policy.js +209 -0
- package/dist/schemas/selection-policy.js.map +1 -0
- package/dist/schemas/skill-hook.d.ts +214 -0
- package/dist/schemas/skill-hook.d.ts.map +1 -0
- package/dist/schemas/skill-hook.js +279 -0
- package/dist/schemas/skill-hook.js.map +1 -0
- package/dist/schemas/skill.d.ts +59 -0
- package/dist/schemas/skill.d.ts.map +1 -0
- package/dist/schemas/skill.js +82 -0
- package/dist/schemas/skill.js.map +1 -0
- package/dist/schemas/snapshot.d.ts +108 -0
- package/dist/schemas/snapshot.d.ts.map +1 -0
- package/dist/schemas/snapshot.js +40 -0
- package/dist/schemas/snapshot.js.map +1 -0
- package/dist/schemas/stage.d.ts +85 -0
- package/dist/schemas/stage.d.ts.map +1 -0
- package/dist/schemas/stage.js +58 -0
- package/dist/schemas/stage.js.map +1 -0
- package/dist/schemas/step.d.ts +2455 -0
- package/dist/schemas/step.d.ts.map +1 -0
- package/dist/schemas/step.js +567 -0
- package/dist/schemas/step.js.map +1 -0
- package/dist/schemas/trace-entry.d.ts +2573 -0
- package/dist/schemas/trace-entry.d.ts.map +1 -0
- package/dist/schemas/trace-entry.js +973 -0
- package/dist/schemas/trace-entry.js.map +1 -0
- package/dist/schemas/verification.d.ts +47 -0
- package/dist/schemas/verification.d.ts.map +1 -0
- package/dist/schemas/verification.js +122 -0
- package/dist/schemas/verification.js.map +1 -0
- package/dist/schemas/work-contract-projection.d.ts +473 -0
- package/dist/schemas/work-contract-projection.d.ts.map +1 -0
- package/dist/schemas/work-contract-projection.js +232 -0
- package/dist/schemas/work-contract-projection.js.map +1 -0
- package/dist/selection/connector-planning.d.ts +23 -0
- package/dist/selection/connector-planning.d.ts.map +1 -0
- package/dist/selection/connector-planning.js +31 -0
- package/dist/selection/connector-planning.js.map +1 -0
- package/dist/selection/power-inference.d.ts +20 -0
- package/dist/selection/power-inference.d.ts.map +1 -0
- package/dist/selection/power-inference.js +74 -0
- package/dist/selection/power-inference.js.map +1 -0
- package/dist/selection/power-tiers.d.ts +24 -0
- package/dist/selection/power-tiers.d.ts.map +1 -0
- package/dist/selection/power-tiers.js +115 -0
- package/dist/selection/power-tiers.js.map +1 -0
- package/dist/selection/relay-selection.d.ts +11 -0
- package/dist/selection/relay-selection.d.ts.map +1 -0
- package/dist/selection/relay-selection.js +57 -0
- package/dist/selection/relay-selection.js.map +1 -0
- package/dist/selection/selection-resolver.d.ts +23 -0
- package/dist/selection/selection-resolver.d.ts.map +1 -0
- package/dist/selection/selection-resolver.js +153 -0
- package/dist/selection/selection-resolver.js.map +1 -0
- package/dist/shared/atomic-io.d.ts +11 -0
- package/dist/shared/atomic-io.d.ts.map +1 -0
- package/dist/shared/atomic-io.js +29 -0
- package/dist/shared/atomic-io.js.map +1 -0
- package/dist/shared/checkpoint-auto-resolution.d.ts +17 -0
- package/dist/shared/checkpoint-auto-resolution.d.ts.map +1 -0
- package/dist/shared/checkpoint-auto-resolution.js +72 -0
- package/dist/shared/checkpoint-auto-resolution.js.map +1 -0
- package/dist/shared/checkpoint-boundary.d.ts +15 -0
- package/dist/shared/checkpoint-boundary.d.ts.map +1 -0
- package/dist/shared/checkpoint-boundary.js +125 -0
- package/dist/shared/checkpoint-boundary.js.map +1 -0
- package/dist/shared/config-loader.d.ts +20 -0
- package/dist/shared/config-loader.d.ts.map +1 -0
- package/dist/shared/config-loader.js +140 -0
- package/dist/shared/config-loader.js.map +1 -0
- package/dist/shared/connector-relay.d.ts +39 -0
- package/dist/shared/connector-relay.d.ts.map +1 -0
- package/dist/shared/connector-relay.js +2 -0
- package/dist/shared/connector-relay.js.map +1 -0
- package/dist/shared/control-plane-gitignore.d.ts +10 -0
- package/dist/shared/control-plane-gitignore.d.ts.map +1 -0
- package/dist/shared/control-plane-gitignore.js +46 -0
- package/dist/shared/control-plane-gitignore.js.map +1 -0
- package/dist/shared/control-plane-paths.d.ts +36 -0
- package/dist/shared/control-plane-paths.d.ts.map +1 -0
- package/dist/shared/control-plane-paths.js +71 -0
- package/dist/shared/control-plane-paths.js.map +1 -0
- package/dist/shared/equipment-enforcement.d.ts +11 -0
- package/dist/shared/equipment-enforcement.d.ts.map +1 -0
- package/dist/shared/equipment-enforcement.js +37 -0
- package/dist/shared/equipment-enforcement.js.map +1 -0
- package/dist/shared/fanout-aggregate-report.d.ts +32 -0
- package/dist/shared/fanout-aggregate-report.d.ts.map +1 -0
- package/dist/shared/fanout-aggregate-report.js +73 -0
- package/dist/shared/fanout-aggregate-report.js.map +1 -0
- package/dist/shared/fanout-branch-template.d.ts +4 -0
- package/dist/shared/fanout-branch-template.d.ts.map +1 -0
- package/dist/shared/fanout-branch-template.js +55 -0
- package/dist/shared/fanout-branch-template.js.map +1 -0
- package/dist/shared/git-state-command.d.ts +19 -0
- package/dist/shared/git-state-command.d.ts.map +1 -0
- package/dist/shared/git-state-command.js +52 -0
- package/dist/shared/git-state-command.js.map +1 -0
- package/dist/shared/git-state.d.ts +3 -0
- package/dist/shared/git-state.d.ts.map +1 -0
- package/dist/shared/git-state.js +163 -0
- package/dist/shared/git-state.js.map +1 -0
- package/dist/shared/git-state.ts +175 -0
- package/dist/shared/html/checkpoint-page.d.ts +41 -0
- package/dist/shared/html/checkpoint-page.d.ts.map +1 -0
- package/dist/shared/html/checkpoint-page.js +108 -0
- package/dist/shared/html/checkpoint-page.js.map +1 -0
- package/dist/shared/html/index.d.ts +6 -0
- package/dist/shared/html/index.d.ts.map +1 -0
- package/dist/shared/html/index.js +16 -0
- package/dist/shared/html/index.js.map +1 -0
- package/dist/shared/html/multi-variant.d.ts +56 -0
- package/dist/shared/html/multi-variant.d.ts.map +1 -0
- package/dist/shared/html/multi-variant.js +183 -0
- package/dist/shared/html/multi-variant.js.map +1 -0
- package/dist/shared/html/page.d.ts +5 -0
- package/dist/shared/html/page.d.ts.map +1 -0
- package/dist/shared/html/page.js +42 -0
- package/dist/shared/html/page.js.map +1 -0
- package/dist/shared/html/projector.d.ts +38 -0
- package/dist/shared/html/projector.d.ts.map +1 -0
- package/dist/shared/html/projector.js +7 -0
- package/dist/shared/html/projector.js.map +1 -0
- package/dist/shared/html/react-page.d.ts +10 -0
- package/dist/shared/html/react-page.d.ts.map +1 -0
- package/dist/shared/html/react-page.js +31 -0
- package/dist/shared/html/react-page.js.map +1 -0
- package/dist/shared/html/report-components.d.ts +57 -0
- package/dist/shared/html/report-components.d.ts.map +1 -0
- package/dist/shared/html/report-components.js +69 -0
- package/dist/shared/html/report-components.js.map +1 -0
- package/dist/shared/html/ui/alert.d.ts +10 -0
- package/dist/shared/html/ui/alert.d.ts.map +1 -0
- package/dist/shared/html/ui/alert.js +28 -0
- package/dist/shared/html/ui/alert.js.map +1 -0
- package/dist/shared/html/ui/badge.d.ts +11 -0
- package/dist/shared/html/ui/badge.d.ts.map +1 -0
- package/dist/shared/html/ui/badge.js +32 -0
- package/dist/shared/html/ui/badge.js.map +1 -0
- package/dist/shared/html/ui/button.d.ts +13 -0
- package/dist/shared/html/ui/button.d.ts.map +1 -0
- package/dist/shared/html/ui/button.js +36 -0
- package/dist/shared/html/ui/button.js.map +1 -0
- package/dist/shared/html/ui/card.d.ts +10 -0
- package/dist/shared/html/ui/card.d.ts.map +1 -0
- package/dist/shared/html/ui/card.js +25 -0
- package/dist/shared/html/ui/card.js.map +1 -0
- package/dist/shared/html/ui/checkbox.d.ts +4 -0
- package/dist/shared/html/ui/checkbox.d.ts.map +1 -0
- package/dist/shared/html/ui/checkbox.js +7 -0
- package/dist/shared/html/ui/checkbox.js.map +1 -0
- package/dist/shared/html/ui/collapsible.d.ts +6 -0
- package/dist/shared/html/ui/collapsible.d.ts.map +1 -0
- package/dist/shared/html/ui/collapsible.js +13 -0
- package/dist/shared/html/ui/collapsible.js.map +1 -0
- package/dist/shared/html/ui/css.generated.d.ts +2 -0
- package/dist/shared/html/ui/css.generated.d.ts.map +1 -0
- package/dist/shared/html/ui/css.generated.js +5 -0
- package/dist/shared/html/ui/css.generated.js.map +1 -0
- package/dist/shared/html/ui/field.d.ts +26 -0
- package/dist/shared/html/ui/field.d.ts.map +1 -0
- package/dist/shared/html/ui/field.js +79 -0
- package/dist/shared/html/ui/field.js.map +1 -0
- package/dist/shared/html/ui/index.d.ts +16 -0
- package/dist/shared/html/ui/index.d.ts.map +1 -0
- package/dist/shared/html/ui/index.js +20 -0
- package/dist/shared/html/ui/index.js.map +1 -0
- package/dist/shared/html/ui/input.d.ts +5 -0
- package/dist/shared/html/ui/input.d.ts.map +1 -0
- package/dist/shared/html/ui/input.js +11 -0
- package/dist/shared/html/ui/input.js.map +1 -0
- package/dist/shared/html/ui/kbd.d.ts +5 -0
- package/dist/shared/html/ui/kbd.d.ts.map +1 -0
- package/dist/shared/html/ui/kbd.js +10 -0
- package/dist/shared/html/ui/kbd.js.map +1 -0
- package/dist/shared/html/ui/label.d.ts +4 -0
- package/dist/shared/html/ui/label.d.ts.map +1 -0
- package/dist/shared/html/ui/label.js +9 -0
- package/dist/shared/html/ui/label.js.map +1 -0
- package/dist/shared/html/ui/radio-group.d.ts +5 -0
- package/dist/shared/html/ui/radio-group.d.ts.map +1 -0
- package/dist/shared/html/ui/radio-group.js +10 -0
- package/dist/shared/html/ui/radio-group.js.map +1 -0
- package/dist/shared/html/ui/separator.d.ts +4 -0
- package/dist/shared/html/ui/separator.d.ts.map +1 -0
- package/dist/shared/html/ui/separator.js +11 -0
- package/dist/shared/html/ui/separator.js.map +1 -0
- package/dist/shared/html/ui/table.d.ts +11 -0
- package/dist/shared/html/ui/table.d.ts.map +1 -0
- package/dist/shared/html/ui/table.js +28 -0
- package/dist/shared/html/ui/table.js.map +1 -0
- package/dist/shared/html/ui/textarea.d.ts +4 -0
- package/dist/shared/html/ui/textarea.d.ts.map +1 -0
- package/dist/shared/html/ui/textarea.js +7 -0
- package/dist/shared/html/ui/textarea.js.map +1 -0
- package/dist/shared/html/ui/utils.d.ts +3 -0
- package/dist/shared/html/ui/utils.d.ts.map +1 -0
- package/dist/shared/html/ui/utils.js +11 -0
- package/dist/shared/html/ui/utils.js.map +1 -0
- package/dist/shared/json-extraction.d.ts +2 -0
- package/dist/shared/json-extraction.d.ts.map +1 -0
- package/dist/shared/json-extraction.js +68 -0
- package/dist/shared/json-extraction.js.map +1 -0
- package/dist/shared/manifest-snapshot.d.ts +13 -0
- package/dist/shared/manifest-snapshot.d.ts.map +1 -0
- package/dist/shared/manifest-snapshot.js +48 -0
- package/dist/shared/manifest-snapshot.js.map +1 -0
- package/dist/shared/operator-summary/explore.d.ts +3 -0
- package/dist/shared/operator-summary/explore.d.ts.map +1 -0
- package/dist/shared/operator-summary/explore.js +208 -0
- package/dist/shared/operator-summary/explore.js.map +1 -0
- package/dist/shared/operator-summary/index.d.ts +6 -0
- package/dist/shared/operator-summary/index.d.ts.map +1 -0
- package/dist/shared/operator-summary/index.js +10 -0
- package/dist/shared/operator-summary/index.js.map +1 -0
- package/dist/shared/operator-summary/json.d.ts +10 -0
- package/dist/shared/operator-summary/json.d.ts.map +1 -0
- package/dist/shared/operator-summary/json.js +63 -0
- package/dist/shared/operator-summary/json.js.map +1 -0
- package/dist/shared/operator-summary/projections.d.ts +4 -0
- package/dist/shared/operator-summary/projections.d.ts.map +1 -0
- package/dist/shared/operator-summary/projections.js +452 -0
- package/dist/shared/operator-summary/projections.js.map +1 -0
- package/dist/shared/operator-summary/projector.d.ts +14 -0
- package/dist/shared/operator-summary/projector.d.ts.map +1 -0
- package/dist/shared/operator-summary/projector.js +12 -0
- package/dist/shared/operator-summary/projector.js.map +1 -0
- package/dist/shared/operator-summary/text.d.ts +11 -0
- package/dist/shared/operator-summary/text.d.ts.map +1 -0
- package/dist/shared/operator-summary/text.js +92 -0
- package/dist/shared/operator-summary/text.js.map +1 -0
- package/dist/shared/outcome.d.ts +13 -0
- package/dist/shared/outcome.d.ts.map +1 -0
- package/dist/shared/outcome.js +76 -0
- package/dist/shared/outcome.js.map +1 -0
- package/dist/shared/progress-output.d.ts +12 -0
- package/dist/shared/progress-output.d.ts.map +1 -0
- package/dist/shared/progress-output.js +50 -0
- package/dist/shared/progress-output.js.map +1 -0
- package/dist/shared/proof-assessment.d.ts +7 -0
- package/dist/shared/proof-assessment.d.ts.map +1 -0
- package/dist/shared/proof-assessment.js +67 -0
- package/dist/shared/proof-assessment.js.map +1 -0
- package/dist/shared/proof-plan.d.ts +26 -0
- package/dist/shared/proof-plan.d.ts.map +1 -0
- package/dist/shared/proof-plan.js +164 -0
- package/dist/shared/proof-plan.js.map +1 -0
- package/dist/shared/relay-runtime-types.d.ts +30 -0
- package/dist/shared/relay-runtime-types.d.ts.map +1 -0
- package/dist/shared/relay-runtime-types.js +2 -0
- package/dist/shared/relay-runtime-types.js.map +1 -0
- package/dist/shared/result-path.d.ts +3 -0
- package/dist/shared/result-path.d.ts.map +1 -0
- package/dist/shared/result-path.js +6 -0
- package/dist/shared/result-path.js.map +1 -0
- package/dist/shared/run-artifact-io.d.ts +3 -0
- package/dist/shared/run-artifact-io.d.ts.map +1 -0
- package/dist/shared/run-artifact-io.js +17 -0
- package/dist/shared/run-artifact-io.js.map +1 -0
- package/dist/shared/run-file-paths.d.ts +3 -0
- package/dist/shared/run-file-paths.d.ts.map +1 -0
- package/dist/shared/run-file-paths.js +72 -0
- package/dist/shared/run-file-paths.js.map +1 -0
- package/dist/shared/run-relative-path.d.ts +2 -0
- package/dist/shared/run-relative-path.d.ts.map +1 -0
- package/dist/shared/run-relative-path.js +43 -0
- package/dist/shared/run-relative-path.js.map +1 -0
- package/dist/shared/runtime-source.d.ts +24 -0
- package/dist/shared/runtime-source.d.ts.map +1 -0
- package/dist/shared/runtime-source.js +75 -0
- package/dist/shared/runtime-source.js.map +1 -0
- package/dist/shared/runtime-touched-files.d.ts +12 -0
- package/dist/shared/runtime-touched-files.d.ts.map +1 -0
- package/dist/shared/runtime-touched-files.js +106 -0
- package/dist/shared/runtime-touched-files.js.map +1 -0
- package/dist/shared/skill-loading.d.ts +22 -0
- package/dist/shared/skill-loading.d.ts.map +1 -0
- package/dist/shared/skill-loading.js +75 -0
- package/dist/shared/skill-loading.js.map +1 -0
- package/dist/shared/status-block-renderer.d.ts +16 -0
- package/dist/shared/status-block-renderer.d.ts.map +1 -0
- package/dist/shared/status-block-renderer.js +67 -0
- package/dist/shared/status-block-renderer.js.map +1 -0
- package/dist/shared/user-skill-registry.d.ts +18 -0
- package/dist/shared/user-skill-registry.d.ts.map +1 -0
- package/dist/shared/user-skill-registry.js +130 -0
- package/dist/shared/user-skill-registry.js.map +1 -0
- package/dist/shared/verification-resolver.d.ts +23 -0
- package/dist/shared/verification-resolver.d.ts.map +1 -0
- package/dist/shared/verification-resolver.js +162 -0
- package/dist/shared/verification-resolver.js.map +1 -0
- package/dist/shared/work-contract-projection.d.ts +15 -0
- package/dist/shared/work-contract-projection.d.ts.map +1 -0
- package/dist/shared/work-contract-projection.js +498 -0
- package/dist/shared/work-contract-projection.js.map +1 -0
- package/dist/shared/working-tree-changes.d.ts +18 -0
- package/dist/shared/working-tree-changes.d.ts.map +1 -0
- package/dist/shared/working-tree-changes.js +94 -0
- package/dist/shared/working-tree-changes.js.map +1 -0
- package/dist/shared/write-capable-worker-disclosure.d.ts +3 -0
- package/dist/shared/write-capable-worker-disclosure.d.ts.map +1 -0
- package/dist/shared/write-capable-worker-disclosure.js +6 -0
- package/dist/shared/write-capable-worker-disclosure.js.map +1 -0
- package/dist/shared/zod-to-response-schema.d.ts +4 -0
- package/dist/shared/zod-to-response-schema.d.ts.map +1 -0
- package/dist/shared/zod-to-response-schema.js +88 -0
- package/dist/shared/zod-to-response-schema.js.map +1 -0
- package/dist/skill-hooks/decision-packet.d.ts +10 -0
- package/dist/skill-hooks/decision-packet.d.ts.map +1 -0
- package/dist/skill-hooks/decision-packet.js +42 -0
- package/dist/skill-hooks/decision-packet.js.map +1 -0
- package/dist/skill-hooks/dispatch.d.ts +27 -0
- package/dist/skill-hooks/dispatch.d.ts.map +1 -0
- package/dist/skill-hooks/dispatch.js +167 -0
- package/dist/skill-hooks/dispatch.js.map +1 -0
- package/dist/skill-hooks/injection.d.ts +7 -0
- package/dist/skill-hooks/injection.d.ts.map +1 -0
- package/dist/skill-hooks/injection.js +50 -0
- package/dist/skill-hooks/injection.js.map +1 -0
- package/dist/skill-hooks/policy.d.ts +32 -0
- package/dist/skill-hooks/policy.d.ts.map +1 -0
- package/dist/skill-hooks/policy.js +104 -0
- package/dist/skill-hooks/policy.js.map +1 -0
- package/dist/skill-hooks/surface-sources.d.ts +8 -0
- package/dist/skill-hooks/surface-sources.d.ts.map +1 -0
- package/dist/skill-hooks/surface-sources.js +55 -0
- package/dist/skill-hooks/surface-sources.js.map +1 -0
- package/generated/flows/build/circuit.json +439 -0
- package/generated/flows/build/circuit.work-contract.v0.json +1283 -0
- package/generated/flows/catalog.json +29 -0
- package/generated/flows/converge-proof/circuit.json +145 -0
- package/generated/flows/converge-proof/circuit.work-contract.v0.json +275 -0
- package/generated/flows/cross-tool-build/circuit.json +321 -0
- package/generated/flows/cross-tool-build/circuit.work-contract.v0.json +1157 -0
- package/generated/flows/explainer/circuit.json +610 -0
- package/generated/flows/explainer/circuit.work-contract.v0.json +1552 -0
- package/generated/flows/explore/circuit.json +217 -0
- package/generated/flows/explore/circuit.work-contract.v0.json +717 -0
- package/generated/flows/explore/tournament.json +412 -0
- package/generated/flows/explore/tournament.work-contract.v0.json +983 -0
- package/generated/flows/fix/circuit.json +563 -0
- package/generated/flows/fix/circuit.work-contract.v0.json +2175 -0
- package/generated/flows/fix/low.json +511 -0
- package/generated/flows/fix/low.work-contract.v0.json +1921 -0
- package/generated/flows/fix-until-green/circuit.json +183 -0
- package/generated/flows/fix-until-green/circuit.work-contract.v0.json +438 -0
- package/generated/flows/goal/circuit.json +638 -0
- package/generated/flows/goal/circuit.work-contract.v0.json +2133 -0
- package/generated/flows/prototype/circuit.json +278 -0
- package/generated/flows/prototype/circuit.work-contract.v0.json +690 -0
- package/generated/flows/prototype/tournament.json +505 -0
- package/generated/flows/prototype/tournament.work-contract.v0.json +1122 -0
- package/generated/flows/pursue/circuit.json +298 -0
- package/generated/flows/pursue/circuit.work-contract.v0.json +944 -0
- package/generated/flows/review/circuit.json +142 -0
- package/generated/flows/review/circuit.work-contract.v0.json +392 -0
- package/generated/flows/runtime-proof/circuit.json +91 -0
- package/generated/flows/runtime-proof/circuit.work-contract.v0.json +183 -0
- package/generated/flows/sweep/circuit.json +239 -0
- package/generated/flows/sweep/circuit.work-contract.v0.json +590 -0
- package/package.json +102 -0
- package/plugins/version.json +3 -0
|
@@ -0,0 +1,2866 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { type SnapshotStatus } from './snapshot.js';
|
|
3
|
+
import { type RunClosedOutcome } from './trace-entry.js';
|
|
4
|
+
export declare const RunTrace: z.ZodPipe<z.ZodCustom<unknown[], unknown[]>, z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
5
|
+
schema_version: z.ZodLiteral<1>;
|
|
6
|
+
sequence: z.ZodNumber;
|
|
7
|
+
recorded_at: z.ZodISODateTime;
|
|
8
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
9
|
+
kind: z.ZodLiteral<"run.bootstrapped">;
|
|
10
|
+
flow_id: z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">;
|
|
11
|
+
invocation_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "InvocationId", "out">>;
|
|
12
|
+
depth: z.ZodEnum<{
|
|
13
|
+
low: "low";
|
|
14
|
+
medium: "medium";
|
|
15
|
+
high: "high";
|
|
16
|
+
tournament: "tournament";
|
|
17
|
+
autonomous: "autonomous";
|
|
18
|
+
}>;
|
|
19
|
+
goal: z.ZodString;
|
|
20
|
+
change_kind: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
21
|
+
failure_mode: z.ZodString;
|
|
22
|
+
acceptance_evidence: z.ZodString;
|
|
23
|
+
alternate_framing: z.ZodString;
|
|
24
|
+
change_kind: z.ZodLiteral<"ratchet-advance">;
|
|
25
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
26
|
+
failure_mode: z.ZodString;
|
|
27
|
+
acceptance_evidence: z.ZodString;
|
|
28
|
+
alternate_framing: z.ZodString;
|
|
29
|
+
change_kind: z.ZodLiteral<"equivalence-refactor">;
|
|
30
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
31
|
+
failure_mode: z.ZodString;
|
|
32
|
+
acceptance_evidence: z.ZodString;
|
|
33
|
+
alternate_framing: z.ZodString;
|
|
34
|
+
change_kind: z.ZodLiteral<"discovery">;
|
|
35
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
36
|
+
failure_mode: z.ZodString;
|
|
37
|
+
acceptance_evidence: z.ZodString;
|
|
38
|
+
alternate_framing: z.ZodString;
|
|
39
|
+
change_kind: z.ZodLiteral<"disposable">;
|
|
40
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
41
|
+
failure_mode: z.ZodString;
|
|
42
|
+
acceptance_evidence: z.ZodString;
|
|
43
|
+
alternate_framing: z.ZodString;
|
|
44
|
+
change_kind: z.ZodLiteral<"migration-escrow">;
|
|
45
|
+
expires_at: z.ZodISODateTime;
|
|
46
|
+
restoration_plan: z.ZodString;
|
|
47
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
48
|
+
failure_mode: z.ZodString;
|
|
49
|
+
acceptance_evidence: z.ZodString;
|
|
50
|
+
alternate_framing: z.ZodString;
|
|
51
|
+
change_kind: z.ZodLiteral<"break-glass">;
|
|
52
|
+
post_hoc_adr_deadline_at: z.ZodISODateTime;
|
|
53
|
+
}, z.core.$strict>], "change_kind">;
|
|
54
|
+
manifest_hash: z.ZodString;
|
|
55
|
+
reduced_bindings: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
56
|
+
edit_file_surfaces: "edit_file_surfaces";
|
|
57
|
+
depth_binding: "depth_binding";
|
|
58
|
+
slice_loop: "slice_loop";
|
|
59
|
+
terminal_outcome_binding: "terminal_outcome_binding";
|
|
60
|
+
primary_result_surface: "primary_result_surface";
|
|
61
|
+
}>>>;
|
|
62
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
63
|
+
schema_version: z.ZodLiteral<1>;
|
|
64
|
+
sequence: z.ZodNumber;
|
|
65
|
+
recorded_at: z.ZodISODateTime;
|
|
66
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
67
|
+
kind: z.ZodLiteral<"step.entered">;
|
|
68
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
69
|
+
attempt: z.ZodNumber;
|
|
70
|
+
slice_index: z.ZodOptional<z.ZodNumber>;
|
|
71
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
72
|
+
schema_version: z.ZodLiteral<1>;
|
|
73
|
+
sequence: z.ZodNumber;
|
|
74
|
+
recorded_at: z.ZodISODateTime;
|
|
75
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
76
|
+
kind: z.ZodLiteral<"step.report_written">;
|
|
77
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
78
|
+
attempt: z.ZodNumber;
|
|
79
|
+
report_path: z.ZodString;
|
|
80
|
+
report_schema: z.ZodString;
|
|
81
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
82
|
+
schema_version: z.ZodLiteral<1>;
|
|
83
|
+
sequence: z.ZodNumber;
|
|
84
|
+
recorded_at: z.ZodISODateTime;
|
|
85
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
86
|
+
kind: z.ZodLiteral<"step.report_skipped">;
|
|
87
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
88
|
+
attempt: z.ZodNumber;
|
|
89
|
+
report_path: z.ZodString;
|
|
90
|
+
reason: z.ZodString;
|
|
91
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
92
|
+
schema_version: z.ZodLiteral<1>;
|
|
93
|
+
sequence: z.ZodNumber;
|
|
94
|
+
recorded_at: z.ZodISODateTime;
|
|
95
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
96
|
+
kind: z.ZodLiteral<"check.evaluated">;
|
|
97
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
98
|
+
attempt: z.ZodNumber;
|
|
99
|
+
check_kind: z.ZodEnum<{
|
|
100
|
+
schema_sections: "schema_sections";
|
|
101
|
+
checkpoint_selection: "checkpoint_selection";
|
|
102
|
+
result_verdict: "result_verdict";
|
|
103
|
+
fanout_aggregate: "fanout_aggregate";
|
|
104
|
+
acceptance_criteria: "acceptance_criteria";
|
|
105
|
+
}>;
|
|
106
|
+
outcome: z.ZodEnum<{
|
|
107
|
+
pass: "pass";
|
|
108
|
+
fail: "fail";
|
|
109
|
+
}>;
|
|
110
|
+
criterion_id: z.ZodOptional<z.ZodString>;
|
|
111
|
+
criterion_kind: z.ZodOptional<z.ZodEnum<{
|
|
112
|
+
command: "command";
|
|
113
|
+
report_field: "report_field";
|
|
114
|
+
}>>;
|
|
115
|
+
exit_code: z.ZodOptional<z.ZodNumber>;
|
|
116
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
117
|
+
passed: "passed";
|
|
118
|
+
failed: "failed";
|
|
119
|
+
}>>;
|
|
120
|
+
stdout_summary: z.ZodOptional<z.ZodString>;
|
|
121
|
+
stderr_summary: z.ZodOptional<z.ZodString>;
|
|
122
|
+
missing_sections: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
123
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
124
|
+
slice_index: z.ZodOptional<z.ZodNumber>;
|
|
125
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
126
|
+
schema_version: z.ZodLiteral<1>;
|
|
127
|
+
sequence: z.ZodNumber;
|
|
128
|
+
recorded_at: z.ZodISODateTime;
|
|
129
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
130
|
+
kind: z.ZodLiteral<"verification.command_evaluated">;
|
|
131
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
132
|
+
attempt: z.ZodNumber;
|
|
133
|
+
command_id: z.ZodString;
|
|
134
|
+
cwd: z.ZodString;
|
|
135
|
+
argv: z.ZodArray<z.ZodString>;
|
|
136
|
+
exit_code: z.ZodNumber;
|
|
137
|
+
status: z.ZodEnum<{
|
|
138
|
+
passed: "passed";
|
|
139
|
+
failed: "failed";
|
|
140
|
+
}>;
|
|
141
|
+
duration_ms: z.ZodNumber;
|
|
142
|
+
stdout_summary: z.ZodString;
|
|
143
|
+
stderr_summary: z.ZodString;
|
|
144
|
+
timed_out: z.ZodDefault<z.ZodBoolean>;
|
|
145
|
+
slice_index: z.ZodOptional<z.ZodNumber>;
|
|
146
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
147
|
+
schema_version: z.ZodLiteral<1>;
|
|
148
|
+
sequence: z.ZodNumber;
|
|
149
|
+
recorded_at: z.ZodISODateTime;
|
|
150
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
151
|
+
kind: z.ZodLiteral<"proof.assessed">;
|
|
152
|
+
assessment_id: z.ZodString;
|
|
153
|
+
scope: z.ZodObject<{
|
|
154
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
155
|
+
flow_id: z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">;
|
|
156
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
157
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
158
|
+
}, z.core.$strict>;
|
|
159
|
+
proof_policy_decision_id: z.ZodString;
|
|
160
|
+
assessment_ref: z.ZodObject<{
|
|
161
|
+
kind: z.ZodEnum<{
|
|
162
|
+
command: "command";
|
|
163
|
+
report: "report";
|
|
164
|
+
policy: "policy";
|
|
165
|
+
work_contract: "work_contract";
|
|
166
|
+
trace: "trace";
|
|
167
|
+
evidence: "evidence";
|
|
168
|
+
request: "request";
|
|
169
|
+
context_packet: "context_packet";
|
|
170
|
+
diff: "diff";
|
|
171
|
+
patch: "patch";
|
|
172
|
+
change_packet: "change_packet";
|
|
173
|
+
safe_apply: "safe_apply";
|
|
174
|
+
worktree: "worktree";
|
|
175
|
+
generated_surface: "generated_surface";
|
|
176
|
+
memory: "memory";
|
|
177
|
+
operator_input: "operator_input";
|
|
178
|
+
}>;
|
|
179
|
+
ref: z.ZodString;
|
|
180
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
181
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
182
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
183
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
184
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
185
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
186
|
+
}, z.core.$strict>;
|
|
187
|
+
overall_status: z.ZodEnum<{
|
|
188
|
+
proven: "proven";
|
|
189
|
+
weak: "weak";
|
|
190
|
+
contradicted: "contradicted";
|
|
191
|
+
unproved: "unproved";
|
|
192
|
+
}>;
|
|
193
|
+
close_allowed: z.ZodBoolean;
|
|
194
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
195
|
+
schema_version: z.ZodLiteral<1>;
|
|
196
|
+
sequence: z.ZodNumber;
|
|
197
|
+
recorded_at: z.ZodISODateTime;
|
|
198
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
199
|
+
kind: z.ZodLiteral<"safe_apply.result">;
|
|
200
|
+
decision_id: z.ZodString;
|
|
201
|
+
scope: z.ZodObject<{
|
|
202
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
203
|
+
flow_id: z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">;
|
|
204
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
205
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
206
|
+
}, z.core.$strict>;
|
|
207
|
+
change_packet_ref: z.ZodObject<{
|
|
208
|
+
kind: z.ZodEnum<{
|
|
209
|
+
command: "command";
|
|
210
|
+
report: "report";
|
|
211
|
+
policy: "policy";
|
|
212
|
+
work_contract: "work_contract";
|
|
213
|
+
trace: "trace";
|
|
214
|
+
evidence: "evidence";
|
|
215
|
+
request: "request";
|
|
216
|
+
context_packet: "context_packet";
|
|
217
|
+
diff: "diff";
|
|
218
|
+
patch: "patch";
|
|
219
|
+
change_packet: "change_packet";
|
|
220
|
+
safe_apply: "safe_apply";
|
|
221
|
+
worktree: "worktree";
|
|
222
|
+
generated_surface: "generated_surface";
|
|
223
|
+
memory: "memory";
|
|
224
|
+
operator_input: "operator_input";
|
|
225
|
+
}>;
|
|
226
|
+
ref: z.ZodString;
|
|
227
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
228
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
229
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
230
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
231
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
232
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
233
|
+
}, z.core.$strict>;
|
|
234
|
+
base_ref: z.ZodObject<{
|
|
235
|
+
kind: z.ZodEnum<{
|
|
236
|
+
command: "command";
|
|
237
|
+
report: "report";
|
|
238
|
+
policy: "policy";
|
|
239
|
+
work_contract: "work_contract";
|
|
240
|
+
trace: "trace";
|
|
241
|
+
evidence: "evidence";
|
|
242
|
+
request: "request";
|
|
243
|
+
context_packet: "context_packet";
|
|
244
|
+
diff: "diff";
|
|
245
|
+
patch: "patch";
|
|
246
|
+
change_packet: "change_packet";
|
|
247
|
+
safe_apply: "safe_apply";
|
|
248
|
+
worktree: "worktree";
|
|
249
|
+
generated_surface: "generated_surface";
|
|
250
|
+
memory: "memory";
|
|
251
|
+
operator_input: "operator_input";
|
|
252
|
+
}>;
|
|
253
|
+
ref: z.ZodString;
|
|
254
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
255
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
256
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
257
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
258
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
259
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
260
|
+
}, z.core.$strict>;
|
|
261
|
+
action: z.ZodEnum<{
|
|
262
|
+
applied: "applied";
|
|
263
|
+
rejected: "rejected";
|
|
264
|
+
accepted_for_review: "accepted_for_review";
|
|
265
|
+
}>;
|
|
266
|
+
outcome: z.ZodEnum<{
|
|
267
|
+
pass: "pass";
|
|
268
|
+
fail: "fail";
|
|
269
|
+
}>;
|
|
270
|
+
reason_codes: z.ZodArray<z.ZodEnum<{
|
|
271
|
+
applied: "applied";
|
|
272
|
+
weak_proof: "weak_proof";
|
|
273
|
+
rejected: "rejected";
|
|
274
|
+
guidance_missing: "guidance_missing";
|
|
275
|
+
packet_invalid: "packet_invalid";
|
|
276
|
+
base_mismatch: "base_mismatch";
|
|
277
|
+
dirty_parent: "dirty_parent";
|
|
278
|
+
patch_hash_mismatch: "patch_hash_mismatch";
|
|
279
|
+
apply_conflict: "apply_conflict";
|
|
280
|
+
touched_files_mismatch: "touched_files_mismatch";
|
|
281
|
+
protected_file_touched: "protected_file_touched";
|
|
282
|
+
generated_surface_drift: "generated_surface_drift";
|
|
283
|
+
final_verification_failed: "final_verification_failed";
|
|
284
|
+
review_required: "review_required";
|
|
285
|
+
}>>;
|
|
286
|
+
protected_file_decision: z.ZodOptional<z.ZodEnum<{
|
|
287
|
+
allowed: "allowed";
|
|
288
|
+
rejected: "rejected";
|
|
289
|
+
checkpointed: "checkpointed";
|
|
290
|
+
}>>;
|
|
291
|
+
final_verification_ref: z.ZodOptional<z.ZodObject<{
|
|
292
|
+
kind: z.ZodEnum<{
|
|
293
|
+
command: "command";
|
|
294
|
+
report: "report";
|
|
295
|
+
policy: "policy";
|
|
296
|
+
work_contract: "work_contract";
|
|
297
|
+
trace: "trace";
|
|
298
|
+
evidence: "evidence";
|
|
299
|
+
request: "request";
|
|
300
|
+
context_packet: "context_packet";
|
|
301
|
+
diff: "diff";
|
|
302
|
+
patch: "patch";
|
|
303
|
+
change_packet: "change_packet";
|
|
304
|
+
safe_apply: "safe_apply";
|
|
305
|
+
worktree: "worktree";
|
|
306
|
+
generated_surface: "generated_surface";
|
|
307
|
+
memory: "memory";
|
|
308
|
+
operator_input: "operator_input";
|
|
309
|
+
}>;
|
|
310
|
+
ref: z.ZodString;
|
|
311
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
312
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
313
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
314
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
315
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
316
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
317
|
+
}, z.core.$strict>>;
|
|
318
|
+
touched_files_ref: z.ZodOptional<z.ZodObject<{
|
|
319
|
+
kind: z.ZodEnum<{
|
|
320
|
+
command: "command";
|
|
321
|
+
report: "report";
|
|
322
|
+
policy: "policy";
|
|
323
|
+
work_contract: "work_contract";
|
|
324
|
+
trace: "trace";
|
|
325
|
+
evidence: "evidence";
|
|
326
|
+
request: "request";
|
|
327
|
+
context_packet: "context_packet";
|
|
328
|
+
diff: "diff";
|
|
329
|
+
patch: "patch";
|
|
330
|
+
change_packet: "change_packet";
|
|
331
|
+
safe_apply: "safe_apply";
|
|
332
|
+
worktree: "worktree";
|
|
333
|
+
generated_surface: "generated_surface";
|
|
334
|
+
memory: "memory";
|
|
335
|
+
operator_input: "operator_input";
|
|
336
|
+
}>;
|
|
337
|
+
ref: z.ZodString;
|
|
338
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
339
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
340
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
341
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
342
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
343
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
344
|
+
}, z.core.$strict>>;
|
|
345
|
+
result_ref: z.ZodObject<{
|
|
346
|
+
kind: z.ZodEnum<{
|
|
347
|
+
command: "command";
|
|
348
|
+
report: "report";
|
|
349
|
+
policy: "policy";
|
|
350
|
+
work_contract: "work_contract";
|
|
351
|
+
trace: "trace";
|
|
352
|
+
evidence: "evidence";
|
|
353
|
+
request: "request";
|
|
354
|
+
context_packet: "context_packet";
|
|
355
|
+
diff: "diff";
|
|
356
|
+
patch: "patch";
|
|
357
|
+
change_packet: "change_packet";
|
|
358
|
+
safe_apply: "safe_apply";
|
|
359
|
+
worktree: "worktree";
|
|
360
|
+
generated_surface: "generated_surface";
|
|
361
|
+
memory: "memory";
|
|
362
|
+
operator_input: "operator_input";
|
|
363
|
+
}>;
|
|
364
|
+
ref: z.ZodString;
|
|
365
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
366
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
367
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
368
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
369
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
370
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
371
|
+
}, z.core.$strict>;
|
|
372
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
373
|
+
schema_version: z.ZodLiteral<1>;
|
|
374
|
+
sequence: z.ZodNumber;
|
|
375
|
+
recorded_at: z.ZodISODateTime;
|
|
376
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
377
|
+
kind: z.ZodLiteral<"checkpoint.requested">;
|
|
378
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
379
|
+
attempt: z.ZodNumber;
|
|
380
|
+
options: z.ZodArray<z.ZodString>;
|
|
381
|
+
request_path: z.ZodString;
|
|
382
|
+
request_report_hash: z.ZodString;
|
|
383
|
+
boundary_ref: z.ZodObject<{
|
|
384
|
+
kind: z.ZodEnum<{
|
|
385
|
+
command: "command";
|
|
386
|
+
report: "report";
|
|
387
|
+
policy: "policy";
|
|
388
|
+
work_contract: "work_contract";
|
|
389
|
+
trace: "trace";
|
|
390
|
+
evidence: "evidence";
|
|
391
|
+
request: "request";
|
|
392
|
+
context_packet: "context_packet";
|
|
393
|
+
diff: "diff";
|
|
394
|
+
patch: "patch";
|
|
395
|
+
change_packet: "change_packet";
|
|
396
|
+
safe_apply: "safe_apply";
|
|
397
|
+
worktree: "worktree";
|
|
398
|
+
generated_surface: "generated_surface";
|
|
399
|
+
memory: "memory";
|
|
400
|
+
operator_input: "operator_input";
|
|
401
|
+
}>;
|
|
402
|
+
ref: z.ZodString;
|
|
403
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
404
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
405
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
406
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
407
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
408
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
409
|
+
}, z.core.$strict>;
|
|
410
|
+
boundary_hash: z.ZodString;
|
|
411
|
+
auto_resolved: z.ZodOptional<z.ZodLiteral<false>>;
|
|
412
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
413
|
+
schema_version: z.ZodLiteral<1>;
|
|
414
|
+
sequence: z.ZodNumber;
|
|
415
|
+
recorded_at: z.ZodISODateTime;
|
|
416
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
417
|
+
kind: z.ZodLiteral<"checkpoint.resolved">;
|
|
418
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
419
|
+
attempt: z.ZodNumber;
|
|
420
|
+
selection: z.ZodString;
|
|
421
|
+
route_id: z.ZodString;
|
|
422
|
+
auto_resolved: z.ZodBoolean;
|
|
423
|
+
resolution_source: z.ZodEnum<{
|
|
424
|
+
policy: "policy";
|
|
425
|
+
operator: "operator";
|
|
426
|
+
"declared-default": "declared-default";
|
|
427
|
+
}>;
|
|
428
|
+
response_path: z.ZodString;
|
|
429
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
430
|
+
schema_version: z.ZodLiteral<1>;
|
|
431
|
+
sequence: z.ZodNumber;
|
|
432
|
+
recorded_at: z.ZodISODateTime;
|
|
433
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
434
|
+
kind: z.ZodLiteral<"relay.started">;
|
|
435
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
436
|
+
attempt: z.ZodNumber;
|
|
437
|
+
connector: z.ZodUnion<readonly [z.ZodObject<{
|
|
438
|
+
kind: z.ZodLiteral<"builtin">;
|
|
439
|
+
name: z.ZodEnum<{
|
|
440
|
+
"claude-code": "claude-code";
|
|
441
|
+
codex: "codex";
|
|
442
|
+
"cursor-agent": "cursor-agent";
|
|
443
|
+
}>;
|
|
444
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
445
|
+
kind: z.ZodLiteral<"custom">;
|
|
446
|
+
name: z.ZodString;
|
|
447
|
+
command: z.ZodArray<z.ZodString>;
|
|
448
|
+
prompt_transport: z.ZodEnum<{
|
|
449
|
+
"prompt-file": "prompt-file";
|
|
450
|
+
}>;
|
|
451
|
+
output: z.ZodObject<{
|
|
452
|
+
kind: z.ZodLiteral<"output-file">;
|
|
453
|
+
}, z.core.$strict>;
|
|
454
|
+
capabilities: z.ZodObject<{
|
|
455
|
+
filesystem: z.ZodEnum<{
|
|
456
|
+
"read-only": "read-only";
|
|
457
|
+
"trusted-write": "trusted-write";
|
|
458
|
+
"isolated-write": "isolated-write";
|
|
459
|
+
}>;
|
|
460
|
+
structured_output: z.ZodEnum<{
|
|
461
|
+
json: "json";
|
|
462
|
+
}>;
|
|
463
|
+
tool_scope: z.ZodDefault<z.ZodEnum<{
|
|
464
|
+
none: "none";
|
|
465
|
+
"allow-list": "allow-list";
|
|
466
|
+
}>>;
|
|
467
|
+
}, z.core.$strict>;
|
|
468
|
+
}, z.core.$strict>]>;
|
|
469
|
+
role: z.ZodEnum<{
|
|
470
|
+
researcher: "researcher";
|
|
471
|
+
implementer: "implementer";
|
|
472
|
+
reviewer: "reviewer";
|
|
473
|
+
}>;
|
|
474
|
+
resolved_selection: z.ZodObject<{
|
|
475
|
+
model: z.ZodOptional<z.ZodObject<{
|
|
476
|
+
provider: z.ZodEnum<{
|
|
477
|
+
custom: "custom";
|
|
478
|
+
openai: "openai";
|
|
479
|
+
anthropic: "anthropic";
|
|
480
|
+
gemini: "gemini";
|
|
481
|
+
}>;
|
|
482
|
+
model: z.ZodString;
|
|
483
|
+
}, z.core.$strict>>;
|
|
484
|
+
effort: z.ZodOptional<z.ZodEnum<{
|
|
485
|
+
low: "low";
|
|
486
|
+
medium: "medium";
|
|
487
|
+
high: "high";
|
|
488
|
+
none: "none";
|
|
489
|
+
minimal: "minimal";
|
|
490
|
+
xhigh: "xhigh";
|
|
491
|
+
max: "max";
|
|
492
|
+
}>>;
|
|
493
|
+
skills: z.ZodArray<z.core.$ZodBranded<z.ZodString, "SkillId", "out">>;
|
|
494
|
+
depth: z.ZodOptional<z.ZodEnum<{
|
|
495
|
+
low: "low";
|
|
496
|
+
medium: "medium";
|
|
497
|
+
high: "high";
|
|
498
|
+
tournament: "tournament";
|
|
499
|
+
autonomous: "autonomous";
|
|
500
|
+
}>>;
|
|
501
|
+
invocation_options: z.ZodDefault<z.ZodType<import("./json.js").JsonObject, unknown, z.core.$ZodTypeInternals<import("./json.js").JsonObject, unknown>>>;
|
|
502
|
+
power: z.ZodOptional<z.ZodEnum<{
|
|
503
|
+
low: "low";
|
|
504
|
+
medium: "medium";
|
|
505
|
+
high: "high";
|
|
506
|
+
}>>;
|
|
507
|
+
power_escalated: z.ZodOptional<z.ZodBoolean>;
|
|
508
|
+
power_source: z.ZodOptional<z.ZodLiteral<"auto">>;
|
|
509
|
+
}, z.core.$strict>;
|
|
510
|
+
resolved_from: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
511
|
+
source: z.ZodLiteral<"explicit">;
|
|
512
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
513
|
+
source: z.ZodLiteral<"role">;
|
|
514
|
+
role: z.ZodEnum<{
|
|
515
|
+
researcher: "researcher";
|
|
516
|
+
implementer: "implementer";
|
|
517
|
+
reviewer: "reviewer";
|
|
518
|
+
}>;
|
|
519
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
520
|
+
source: z.ZodLiteral<"flow">;
|
|
521
|
+
flow_id: z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">;
|
|
522
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
523
|
+
source: z.ZodLiteral<"default">;
|
|
524
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
525
|
+
source: z.ZodLiteral<"auto">;
|
|
526
|
+
}, z.core.$strict>], "source">;
|
|
527
|
+
equipment: z.ZodOptional<z.ZodObject<{
|
|
528
|
+
declared: z.ZodEnum<{
|
|
529
|
+
trusted: "trusted";
|
|
530
|
+
enforced: "enforced";
|
|
531
|
+
}>;
|
|
532
|
+
effective: z.ZodEnum<{
|
|
533
|
+
trusted: "trusted";
|
|
534
|
+
enforced: "enforced";
|
|
535
|
+
}>;
|
|
536
|
+
downgraded: z.ZodBoolean;
|
|
537
|
+
enforced_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
538
|
+
}, z.core.$strict>>;
|
|
539
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
540
|
+
schema_version: z.ZodLiteral<1>;
|
|
541
|
+
sequence: z.ZodNumber;
|
|
542
|
+
recorded_at: z.ZodISODateTime;
|
|
543
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
544
|
+
kind: z.ZodLiteral<"skills.loaded">;
|
|
545
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
546
|
+
attempt: z.ZodNumber;
|
|
547
|
+
skills: z.ZodArray<z.ZodObject<{
|
|
548
|
+
id: z.core.$ZodBranded<z.ZodString, "SkillId", "out">;
|
|
549
|
+
cause: z.ZodEnum<{
|
|
550
|
+
selection: "selection";
|
|
551
|
+
binding: "binding";
|
|
552
|
+
"skill-hook": "skill-hook";
|
|
553
|
+
}>;
|
|
554
|
+
slot: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "SkillSlotId", "out">>;
|
|
555
|
+
path: z.ZodString;
|
|
556
|
+
sha256: z.ZodString;
|
|
557
|
+
bytes: z.ZodNumber;
|
|
558
|
+
}, z.core.$strict>>;
|
|
559
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
560
|
+
schema_version: z.ZodLiteral<1>;
|
|
561
|
+
sequence: z.ZodNumber;
|
|
562
|
+
recorded_at: z.ZodISODateTime;
|
|
563
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
564
|
+
kind: z.ZodLiteral<"relay.request">;
|
|
565
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
566
|
+
attempt: z.ZodNumber;
|
|
567
|
+
request_payload_hash: z.ZodString;
|
|
568
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
569
|
+
schema_version: z.ZodLiteral<1>;
|
|
570
|
+
sequence: z.ZodNumber;
|
|
571
|
+
recorded_at: z.ZodISODateTime;
|
|
572
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
573
|
+
kind: z.ZodLiteral<"relay.failed">;
|
|
574
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
575
|
+
attempt: z.ZodNumber;
|
|
576
|
+
connector: z.ZodUnion<readonly [z.ZodObject<{
|
|
577
|
+
kind: z.ZodLiteral<"builtin">;
|
|
578
|
+
name: z.ZodEnum<{
|
|
579
|
+
"claude-code": "claude-code";
|
|
580
|
+
codex: "codex";
|
|
581
|
+
"cursor-agent": "cursor-agent";
|
|
582
|
+
}>;
|
|
583
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
584
|
+
kind: z.ZodLiteral<"custom">;
|
|
585
|
+
name: z.ZodString;
|
|
586
|
+
command: z.ZodArray<z.ZodString>;
|
|
587
|
+
prompt_transport: z.ZodEnum<{
|
|
588
|
+
"prompt-file": "prompt-file";
|
|
589
|
+
}>;
|
|
590
|
+
output: z.ZodObject<{
|
|
591
|
+
kind: z.ZodLiteral<"output-file">;
|
|
592
|
+
}, z.core.$strict>;
|
|
593
|
+
capabilities: z.ZodObject<{
|
|
594
|
+
filesystem: z.ZodEnum<{
|
|
595
|
+
"read-only": "read-only";
|
|
596
|
+
"trusted-write": "trusted-write";
|
|
597
|
+
"isolated-write": "isolated-write";
|
|
598
|
+
}>;
|
|
599
|
+
structured_output: z.ZodEnum<{
|
|
600
|
+
json: "json";
|
|
601
|
+
}>;
|
|
602
|
+
tool_scope: z.ZodDefault<z.ZodEnum<{
|
|
603
|
+
none: "none";
|
|
604
|
+
"allow-list": "allow-list";
|
|
605
|
+
}>>;
|
|
606
|
+
}, z.core.$strict>;
|
|
607
|
+
}, z.core.$strict>]>;
|
|
608
|
+
role: z.ZodEnum<{
|
|
609
|
+
researcher: "researcher";
|
|
610
|
+
implementer: "implementer";
|
|
611
|
+
reviewer: "reviewer";
|
|
612
|
+
}>;
|
|
613
|
+
resolved_selection: z.ZodObject<{
|
|
614
|
+
model: z.ZodOptional<z.ZodObject<{
|
|
615
|
+
provider: z.ZodEnum<{
|
|
616
|
+
custom: "custom";
|
|
617
|
+
openai: "openai";
|
|
618
|
+
anthropic: "anthropic";
|
|
619
|
+
gemini: "gemini";
|
|
620
|
+
}>;
|
|
621
|
+
model: z.ZodString;
|
|
622
|
+
}, z.core.$strict>>;
|
|
623
|
+
effort: z.ZodOptional<z.ZodEnum<{
|
|
624
|
+
low: "low";
|
|
625
|
+
medium: "medium";
|
|
626
|
+
high: "high";
|
|
627
|
+
none: "none";
|
|
628
|
+
minimal: "minimal";
|
|
629
|
+
xhigh: "xhigh";
|
|
630
|
+
max: "max";
|
|
631
|
+
}>>;
|
|
632
|
+
skills: z.ZodArray<z.core.$ZodBranded<z.ZodString, "SkillId", "out">>;
|
|
633
|
+
depth: z.ZodOptional<z.ZodEnum<{
|
|
634
|
+
low: "low";
|
|
635
|
+
medium: "medium";
|
|
636
|
+
high: "high";
|
|
637
|
+
tournament: "tournament";
|
|
638
|
+
autonomous: "autonomous";
|
|
639
|
+
}>>;
|
|
640
|
+
invocation_options: z.ZodDefault<z.ZodType<import("./json.js").JsonObject, unknown, z.core.$ZodTypeInternals<import("./json.js").JsonObject, unknown>>>;
|
|
641
|
+
power: z.ZodOptional<z.ZodEnum<{
|
|
642
|
+
low: "low";
|
|
643
|
+
medium: "medium";
|
|
644
|
+
high: "high";
|
|
645
|
+
}>>;
|
|
646
|
+
power_escalated: z.ZodOptional<z.ZodBoolean>;
|
|
647
|
+
power_source: z.ZodOptional<z.ZodLiteral<"auto">>;
|
|
648
|
+
}, z.core.$strict>;
|
|
649
|
+
resolved_from: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
650
|
+
source: z.ZodLiteral<"explicit">;
|
|
651
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
652
|
+
source: z.ZodLiteral<"role">;
|
|
653
|
+
role: z.ZodEnum<{
|
|
654
|
+
researcher: "researcher";
|
|
655
|
+
implementer: "implementer";
|
|
656
|
+
reviewer: "reviewer";
|
|
657
|
+
}>;
|
|
658
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
659
|
+
source: z.ZodLiteral<"flow">;
|
|
660
|
+
flow_id: z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">;
|
|
661
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
662
|
+
source: z.ZodLiteral<"default">;
|
|
663
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
664
|
+
source: z.ZodLiteral<"auto">;
|
|
665
|
+
}, z.core.$strict>], "source">;
|
|
666
|
+
request_payload_hash: z.ZodString;
|
|
667
|
+
reason: z.ZodString;
|
|
668
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
669
|
+
schema_version: z.ZodLiteral<1>;
|
|
670
|
+
sequence: z.ZodNumber;
|
|
671
|
+
recorded_at: z.ZodISODateTime;
|
|
672
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
673
|
+
kind: z.ZodLiteral<"relay.receipt">;
|
|
674
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
675
|
+
attempt: z.ZodNumber;
|
|
676
|
+
cli_version: z.ZodString;
|
|
677
|
+
receipt_id: z.ZodString;
|
|
678
|
+
model: z.ZodOptional<z.ZodString>;
|
|
679
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
680
|
+
schema_version: z.ZodLiteral<1>;
|
|
681
|
+
sequence: z.ZodNumber;
|
|
682
|
+
recorded_at: z.ZodISODateTime;
|
|
683
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
684
|
+
kind: z.ZodLiteral<"relay.result">;
|
|
685
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
686
|
+
attempt: z.ZodNumber;
|
|
687
|
+
result_report_hash: z.ZodString;
|
|
688
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
689
|
+
schema_version: z.ZodLiteral<1>;
|
|
690
|
+
sequence: z.ZodNumber;
|
|
691
|
+
recorded_at: z.ZodISODateTime;
|
|
692
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
693
|
+
kind: z.ZodLiteral<"relay.completed">;
|
|
694
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
695
|
+
attempt: z.ZodNumber;
|
|
696
|
+
verdict: z.ZodString;
|
|
697
|
+
duration_ms: z.ZodNumber;
|
|
698
|
+
result_path: z.ZodString;
|
|
699
|
+
receipt_path: z.ZodString;
|
|
700
|
+
usage: z.ZodOptional<z.ZodObject<{
|
|
701
|
+
input_tokens: z.ZodNumber;
|
|
702
|
+
output_tokens: z.ZodNumber;
|
|
703
|
+
cache_read_tokens: z.ZodNumber;
|
|
704
|
+
cache_creation_tokens: z.ZodNumber;
|
|
705
|
+
cache_creation_5m_tokens: z.ZodNumber;
|
|
706
|
+
cache_creation_1h_tokens: z.ZodNumber;
|
|
707
|
+
total_cost_usd_reported: z.ZodOptional<z.ZodNumber>;
|
|
708
|
+
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
709
|
+
model: z.ZodString;
|
|
710
|
+
input_tokens: z.ZodNumber;
|
|
711
|
+
output_tokens: z.ZodNumber;
|
|
712
|
+
cache_read_tokens: z.ZodNumber;
|
|
713
|
+
cache_creation_tokens: z.ZodNumber;
|
|
714
|
+
cost_usd_reported: z.ZodOptional<z.ZodNumber>;
|
|
715
|
+
}, z.core.$strict>>>;
|
|
716
|
+
}, z.core.$strict>>;
|
|
717
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
718
|
+
schema_version: z.ZodLiteral<1>;
|
|
719
|
+
sequence: z.ZodNumber;
|
|
720
|
+
recorded_at: z.ZodISODateTime;
|
|
721
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
722
|
+
kind: z.ZodLiteral<"sub_run.started">;
|
|
723
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
724
|
+
attempt: z.ZodNumber;
|
|
725
|
+
child_run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
726
|
+
child_flow_id: z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">;
|
|
727
|
+
child_entry_mode: z.ZodString;
|
|
728
|
+
child_depth: z.ZodEnum<{
|
|
729
|
+
low: "low";
|
|
730
|
+
medium: "medium";
|
|
731
|
+
high: "high";
|
|
732
|
+
tournament: "tournament";
|
|
733
|
+
autonomous: "autonomous";
|
|
734
|
+
}>;
|
|
735
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
736
|
+
schema_version: z.ZodLiteral<1>;
|
|
737
|
+
sequence: z.ZodNumber;
|
|
738
|
+
recorded_at: z.ZodISODateTime;
|
|
739
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
740
|
+
kind: z.ZodLiteral<"sub_run.completed">;
|
|
741
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
742
|
+
attempt: z.ZodNumber;
|
|
743
|
+
child_run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
744
|
+
child_outcome: z.ZodEnum<{
|
|
745
|
+
complete: "complete";
|
|
746
|
+
stopped: "stopped";
|
|
747
|
+
handoff: "handoff";
|
|
748
|
+
aborted: "aborted";
|
|
749
|
+
escalated: "escalated";
|
|
750
|
+
}>;
|
|
751
|
+
verdict: z.ZodString;
|
|
752
|
+
duration_ms: z.ZodNumber;
|
|
753
|
+
result_path: z.ZodString;
|
|
754
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
755
|
+
schema_version: z.ZodLiteral<1>;
|
|
756
|
+
sequence: z.ZodNumber;
|
|
757
|
+
recorded_at: z.ZodISODateTime;
|
|
758
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
759
|
+
kind: z.ZodLiteral<"fanout.started">;
|
|
760
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
761
|
+
attempt: z.ZodNumber;
|
|
762
|
+
branch_ids: z.ZodArray<z.ZodString>;
|
|
763
|
+
on_child_failure: z.ZodEnum<{
|
|
764
|
+
"abort-all": "abort-all";
|
|
765
|
+
"continue-others": "continue-others";
|
|
766
|
+
}>;
|
|
767
|
+
execution_policy: z.ZodOptional<z.ZodObject<{
|
|
768
|
+
configured_concurrency: z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"unbounded">]>;
|
|
769
|
+
effective_concurrency: z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"unbounded">]>;
|
|
770
|
+
writable_relay_branches_serialized: z.ZodBoolean;
|
|
771
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
772
|
+
}, z.core.$strict>>;
|
|
773
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
774
|
+
schema_version: z.ZodLiteral<1>;
|
|
775
|
+
sequence: z.ZodNumber;
|
|
776
|
+
recorded_at: z.ZodISODateTime;
|
|
777
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
778
|
+
kind: z.ZodLiteral<"fanout.branch_started">;
|
|
779
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
780
|
+
attempt: z.ZodNumber;
|
|
781
|
+
branch_id: z.ZodString;
|
|
782
|
+
branch_kind: z.ZodEnum<{
|
|
783
|
+
relay: "relay";
|
|
784
|
+
"sub-run": "sub-run";
|
|
785
|
+
}>;
|
|
786
|
+
child_run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
787
|
+
worktree_path: z.ZodString;
|
|
788
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
789
|
+
schema_version: z.ZodLiteral<1>;
|
|
790
|
+
sequence: z.ZodNumber;
|
|
791
|
+
recorded_at: z.ZodISODateTime;
|
|
792
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
793
|
+
kind: z.ZodLiteral<"fanout.branch_completed">;
|
|
794
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
795
|
+
attempt: z.ZodNumber;
|
|
796
|
+
branch_id: z.ZodString;
|
|
797
|
+
branch_kind: z.ZodEnum<{
|
|
798
|
+
relay: "relay";
|
|
799
|
+
"sub-run": "sub-run";
|
|
800
|
+
}>;
|
|
801
|
+
child_run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
802
|
+
child_outcome: z.ZodEnum<{
|
|
803
|
+
complete: "complete";
|
|
804
|
+
stopped: "stopped";
|
|
805
|
+
handoff: "handoff";
|
|
806
|
+
aborted: "aborted";
|
|
807
|
+
escalated: "escalated";
|
|
808
|
+
}>;
|
|
809
|
+
verdict: z.ZodString;
|
|
810
|
+
duration_ms: z.ZodNumber;
|
|
811
|
+
result_path: z.ZodString;
|
|
812
|
+
reused_from: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
813
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
814
|
+
schema_version: z.ZodLiteral<1>;
|
|
815
|
+
sequence: z.ZodNumber;
|
|
816
|
+
recorded_at: z.ZodISODateTime;
|
|
817
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
818
|
+
kind: z.ZodLiteral<"fanout.joined">;
|
|
819
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
820
|
+
attempt: z.ZodNumber;
|
|
821
|
+
policy: z.ZodEnum<{
|
|
822
|
+
"pick-winner": "pick-winner";
|
|
823
|
+
"disjoint-merge": "disjoint-merge";
|
|
824
|
+
"aggregate-only": "aggregate-only";
|
|
825
|
+
"aggregate-survivors": "aggregate-survivors";
|
|
826
|
+
}>;
|
|
827
|
+
selected_branch_id: z.ZodOptional<z.ZodString>;
|
|
828
|
+
aggregate_path: z.ZodString;
|
|
829
|
+
branches_completed: z.ZodNumber;
|
|
830
|
+
branches_failed: z.ZodNumber;
|
|
831
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
832
|
+
schema_version: z.ZodLiteral<1>;
|
|
833
|
+
sequence: z.ZodNumber;
|
|
834
|
+
recorded_at: z.ZodISODateTime;
|
|
835
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
836
|
+
kind: z.ZodLiteral<"step.completed">;
|
|
837
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
838
|
+
attempt: z.ZodNumber;
|
|
839
|
+
route_taken: z.ZodString;
|
|
840
|
+
slice_index: z.ZodOptional<z.ZodNumber>;
|
|
841
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
842
|
+
schema_version: z.ZodLiteral<1>;
|
|
843
|
+
sequence: z.ZodNumber;
|
|
844
|
+
recorded_at: z.ZodISODateTime;
|
|
845
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
846
|
+
kind: z.ZodLiteral<"step.aborted">;
|
|
847
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
848
|
+
attempt: z.ZodNumber;
|
|
849
|
+
reason: z.ZodString;
|
|
850
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
851
|
+
schema_version: z.ZodLiteral<1>;
|
|
852
|
+
sequence: z.ZodNumber;
|
|
853
|
+
recorded_at: z.ZodISODateTime;
|
|
854
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
855
|
+
kind: z.ZodLiteral<"run.closed">;
|
|
856
|
+
outcome: z.ZodEnum<{
|
|
857
|
+
complete: "complete";
|
|
858
|
+
stopped: "stopped";
|
|
859
|
+
handoff: "handoff";
|
|
860
|
+
aborted: "aborted";
|
|
861
|
+
escalated: "escalated";
|
|
862
|
+
}>;
|
|
863
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
864
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
865
|
+
schema_version: z.ZodLiteral<1>;
|
|
866
|
+
sequence: z.ZodNumber;
|
|
867
|
+
recorded_at: z.ZodISODateTime;
|
|
868
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
869
|
+
kind: z.ZodLiteral<"run.skill-hook">;
|
|
870
|
+
event: z.ZodObject<{
|
|
871
|
+
schema: z.ZodLiteral<"run.skill-hook@v0">;
|
|
872
|
+
event_id: z.ZodString;
|
|
873
|
+
hook: z.ZodString;
|
|
874
|
+
detected_from: z.ZodArray<z.ZodString>;
|
|
875
|
+
cardinality: z.ZodEnum<{
|
|
876
|
+
"per-run": "per-run";
|
|
877
|
+
"per-step": "per-step";
|
|
878
|
+
"per-stage": "per-stage";
|
|
879
|
+
}>;
|
|
880
|
+
policy: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
881
|
+
mode: z.ZodLiteral<"none">;
|
|
882
|
+
source: z.ZodLiteral<"none">;
|
|
883
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
884
|
+
mode: z.ZodEnum<{
|
|
885
|
+
auto: "auto";
|
|
886
|
+
mute: "mute";
|
|
887
|
+
}>;
|
|
888
|
+
source: z.ZodEnum<{
|
|
889
|
+
"project-policy": "project-policy";
|
|
890
|
+
"user-global-policy": "user-global-policy";
|
|
891
|
+
"default-mapping": "default-mapping";
|
|
892
|
+
}>;
|
|
893
|
+
strict: z.ZodBoolean;
|
|
894
|
+
policy_ref: z.ZodOptional<z.ZodString>;
|
|
895
|
+
}, z.core.$strict>], "source">;
|
|
896
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
897
|
+
stage_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StageId", "out">>;
|
|
898
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
899
|
+
attempt_id: z.ZodOptional<z.ZodString>;
|
|
900
|
+
decision_packet_id: z.ZodOptional<z.ZodString>;
|
|
901
|
+
triggered_skills: z.ZodArray<z.ZodObject<{
|
|
902
|
+
id: z.core.$ZodBranded<z.ZodString, "SkillId", "out">;
|
|
903
|
+
state: z.ZodEnum<{
|
|
904
|
+
planned: "planned";
|
|
905
|
+
staged: "staged";
|
|
906
|
+
requested: "requested";
|
|
907
|
+
observed: "observed";
|
|
908
|
+
unplanned: "unplanned";
|
|
909
|
+
unavailable: "unavailable";
|
|
910
|
+
}>;
|
|
911
|
+
source: z.ZodEnum<{
|
|
912
|
+
"project-policy": "project-policy";
|
|
913
|
+
"user-global-policy": "user-global-policy";
|
|
914
|
+
"default-mapping": "default-mapping";
|
|
915
|
+
"host-observed": "host-observed";
|
|
916
|
+
}>;
|
|
917
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
918
|
+
}, z.core.$strict>>;
|
|
919
|
+
unavailable_skills: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
920
|
+
id: z.core.$ZodBranded<z.ZodString, "SkillId", "out">;
|
|
921
|
+
state: z.ZodEnum<{
|
|
922
|
+
planned: "planned";
|
|
923
|
+
staged: "staged";
|
|
924
|
+
requested: "requested";
|
|
925
|
+
observed: "observed";
|
|
926
|
+
unplanned: "unplanned";
|
|
927
|
+
unavailable: "unavailable";
|
|
928
|
+
}>;
|
|
929
|
+
source: z.ZodEnum<{
|
|
930
|
+
"project-policy": "project-policy";
|
|
931
|
+
"user-global-policy": "user-global-policy";
|
|
932
|
+
"default-mapping": "default-mapping";
|
|
933
|
+
"host-observed": "host-observed";
|
|
934
|
+
}>;
|
|
935
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
936
|
+
}, z.core.$strict>>>;
|
|
937
|
+
}, z.core.$strict>;
|
|
938
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
939
|
+
schema_version: z.ZodLiteral<1>;
|
|
940
|
+
sequence: z.ZodNumber;
|
|
941
|
+
recorded_at: z.ZodISODateTime;
|
|
942
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
943
|
+
kind: z.ZodLiteral<"run.skill-hook-error">;
|
|
944
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
945
|
+
message: z.ZodString;
|
|
946
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
947
|
+
schema_version: z.ZodLiteral<1>;
|
|
948
|
+
sequence: z.ZodNumber;
|
|
949
|
+
recorded_at: z.ZodISODateTime;
|
|
950
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
951
|
+
kind: z.ZodLiteral<"run.power-inference">;
|
|
952
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
953
|
+
recommended: z.ZodEnum<{
|
|
954
|
+
low: "low";
|
|
955
|
+
medium: "medium";
|
|
956
|
+
high: "high";
|
|
957
|
+
}>;
|
|
958
|
+
rationale: z.ZodString;
|
|
959
|
+
floor: z.ZodEnum<{
|
|
960
|
+
low: "low";
|
|
961
|
+
medium: "medium";
|
|
962
|
+
high: "high";
|
|
963
|
+
}>;
|
|
964
|
+
ceiling: z.ZodEnum<{
|
|
965
|
+
low: "low";
|
|
966
|
+
medium: "medium";
|
|
967
|
+
high: "high";
|
|
968
|
+
}>;
|
|
969
|
+
resolved: z.ZodEnum<{
|
|
970
|
+
low: "low";
|
|
971
|
+
medium: "medium";
|
|
972
|
+
high: "high";
|
|
973
|
+
}>;
|
|
974
|
+
clamped: z.ZodBoolean;
|
|
975
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
976
|
+
schema_version: z.ZodLiteral<1>;
|
|
977
|
+
sequence: z.ZodNumber;
|
|
978
|
+
recorded_at: z.ZodISODateTime;
|
|
979
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
980
|
+
kind: z.ZodLiteral<"run.power-inference-error">;
|
|
981
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
982
|
+
message: z.ZodString;
|
|
983
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
984
|
+
schema_version: z.ZodLiteral<1>;
|
|
985
|
+
sequence: z.ZodNumber;
|
|
986
|
+
recorded_at: z.ZodISODateTime;
|
|
987
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
988
|
+
kind: z.ZodLiteral<"run.equipment-reshape">;
|
|
989
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
990
|
+
confirmed: z.ZodBoolean;
|
|
991
|
+
reshaped: z.ZodBoolean;
|
|
992
|
+
domain_tags: z.ZodArray<z.ZodString>;
|
|
993
|
+
equipped_steps: z.ZodOptional<z.ZodArray<z.core.$ZodBranded<z.ZodString, "StepId", "out">>>;
|
|
994
|
+
reason: z.ZodString;
|
|
995
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
996
|
+
schema_version: z.ZodLiteral<1>;
|
|
997
|
+
sequence: z.ZodNumber;
|
|
998
|
+
recorded_at: z.ZodISODateTime;
|
|
999
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1000
|
+
kind: z.ZodLiteral<"run.context-pull">;
|
|
1001
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
1002
|
+
from_step: z.ZodString;
|
|
1003
|
+
field_path: z.ZodString;
|
|
1004
|
+
answered: z.ZodBoolean;
|
|
1005
|
+
bytes: z.ZodOptional<z.ZodNumber>;
|
|
1006
|
+
reason: z.ZodString;
|
|
1007
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1008
|
+
schema_version: z.ZodLiteral<1>;
|
|
1009
|
+
sequence: z.ZodNumber;
|
|
1010
|
+
recorded_at: z.ZodISODateTime;
|
|
1011
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1012
|
+
kind: z.ZodLiteral<"run.context-delivery">;
|
|
1013
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
1014
|
+
delivered_slices: z.ZodNumber;
|
|
1015
|
+
delivered_bytes: z.ZodNumber;
|
|
1016
|
+
retried: z.ZodBoolean;
|
|
1017
|
+
kept: z.ZodEnum<{
|
|
1018
|
+
retry: "retry";
|
|
1019
|
+
original: "original";
|
|
1020
|
+
}>;
|
|
1021
|
+
reason: z.ZodString;
|
|
1022
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1023
|
+
schema_version: z.ZodLiteral<1>;
|
|
1024
|
+
sequence: z.ZodNumber;
|
|
1025
|
+
recorded_at: z.ZodISODateTime;
|
|
1026
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1027
|
+
kind: z.ZodLiteral<"run.context-delivery-error">;
|
|
1028
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
1029
|
+
message: z.ZodString;
|
|
1030
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1031
|
+
schema_version: z.ZodLiteral<1>;
|
|
1032
|
+
sequence: z.ZodNumber;
|
|
1033
|
+
recorded_at: z.ZodISODateTime;
|
|
1034
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1035
|
+
kind: z.ZodLiteral<"run.until-judgment">;
|
|
1036
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
1037
|
+
iteration: z.ZodNumber;
|
|
1038
|
+
goal_proposed: z.ZodBoolean;
|
|
1039
|
+
evidence_confirmed: z.ZodBoolean;
|
|
1040
|
+
disposition: z.ZodEnum<{
|
|
1041
|
+
"stop-clean": "stop-clean";
|
|
1042
|
+
reenter: "reenter";
|
|
1043
|
+
"needs-attention": "needs-attention";
|
|
1044
|
+
}>;
|
|
1045
|
+
no_progress_count: z.ZodNumber;
|
|
1046
|
+
open_latch_count: z.ZodNumber;
|
|
1047
|
+
lesson: z.ZodOptional<z.ZodString>;
|
|
1048
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1049
|
+
schema_version: z.ZodLiteral<1>;
|
|
1050
|
+
sequence: z.ZodNumber;
|
|
1051
|
+
recorded_at: z.ZodISODateTime;
|
|
1052
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1053
|
+
kind: z.ZodLiteral<"guidance.decision">;
|
|
1054
|
+
decision_id: z.ZodString;
|
|
1055
|
+
subject: z.ZodEnum<{
|
|
1056
|
+
safe_apply: "safe_apply";
|
|
1057
|
+
recovery_route: "recovery_route";
|
|
1058
|
+
flow_selection: "flow_selection";
|
|
1059
|
+
relay_execution: "relay_execution";
|
|
1060
|
+
checkpoint_resolution: "checkpoint_resolution";
|
|
1061
|
+
proof_policy: "proof_policy";
|
|
1062
|
+
}>;
|
|
1063
|
+
scope: z.ZodObject<{
|
|
1064
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1065
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
1066
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
1067
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
1068
|
+
branch_id: z.ZodOptional<z.ZodString>;
|
|
1069
|
+
}, z.core.$strict>;
|
|
1070
|
+
source: z.ZodEnum<{
|
|
1071
|
+
deterministic: "deterministic";
|
|
1072
|
+
heuristic: "heuristic";
|
|
1073
|
+
model_recommended: "model_recommended";
|
|
1074
|
+
host_recommended: "host_recommended";
|
|
1075
|
+
operator_override: "operator_override";
|
|
1076
|
+
}>;
|
|
1077
|
+
selected: z.ZodUnion<readonly [z.ZodObject<{
|
|
1078
|
+
flow_id: z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">;
|
|
1079
|
+
work_contract_ref: z.ZodObject<{
|
|
1080
|
+
kind: z.ZodEnum<{
|
|
1081
|
+
command: "command";
|
|
1082
|
+
report: "report";
|
|
1083
|
+
policy: "policy";
|
|
1084
|
+
work_contract: "work_contract";
|
|
1085
|
+
trace: "trace";
|
|
1086
|
+
evidence: "evidence";
|
|
1087
|
+
request: "request";
|
|
1088
|
+
context_packet: "context_packet";
|
|
1089
|
+
diff: "diff";
|
|
1090
|
+
patch: "patch";
|
|
1091
|
+
change_packet: "change_packet";
|
|
1092
|
+
safe_apply: "safe_apply";
|
|
1093
|
+
worktree: "worktree";
|
|
1094
|
+
generated_surface: "generated_surface";
|
|
1095
|
+
memory: "memory";
|
|
1096
|
+
operator_input: "operator_input";
|
|
1097
|
+
}>;
|
|
1098
|
+
ref: z.ZodString;
|
|
1099
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
1100
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
1101
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
1102
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
1103
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
1104
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
1105
|
+
}, z.core.$strict>;
|
|
1106
|
+
host_recommendation: z.ZodOptional<z.ZodObject<{
|
|
1107
|
+
flow_id: z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">;
|
|
1108
|
+
accepted: z.ZodBoolean;
|
|
1109
|
+
}, z.core.$strict>>;
|
|
1110
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1111
|
+
role: z.ZodEnum<{
|
|
1112
|
+
researcher: "researcher";
|
|
1113
|
+
implementer: "implementer";
|
|
1114
|
+
reviewer: "reviewer";
|
|
1115
|
+
}>;
|
|
1116
|
+
connector: z.ZodUnion<readonly [z.ZodObject<{
|
|
1117
|
+
kind: z.ZodLiteral<"builtin">;
|
|
1118
|
+
name: z.ZodEnum<{
|
|
1119
|
+
"claude-code": "claude-code";
|
|
1120
|
+
codex: "codex";
|
|
1121
|
+
"cursor-agent": "cursor-agent";
|
|
1122
|
+
}>;
|
|
1123
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1124
|
+
kind: z.ZodLiteral<"custom">;
|
|
1125
|
+
name: z.ZodString;
|
|
1126
|
+
command: z.ZodArray<z.ZodString>;
|
|
1127
|
+
prompt_transport: z.ZodEnum<{
|
|
1128
|
+
"prompt-file": "prompt-file";
|
|
1129
|
+
}>;
|
|
1130
|
+
output: z.ZodObject<{
|
|
1131
|
+
kind: z.ZodLiteral<"output-file">;
|
|
1132
|
+
}, z.core.$strict>;
|
|
1133
|
+
capabilities: z.ZodObject<{
|
|
1134
|
+
filesystem: z.ZodEnum<{
|
|
1135
|
+
"read-only": "read-only";
|
|
1136
|
+
"trusted-write": "trusted-write";
|
|
1137
|
+
"isolated-write": "isolated-write";
|
|
1138
|
+
}>;
|
|
1139
|
+
structured_output: z.ZodEnum<{
|
|
1140
|
+
json: "json";
|
|
1141
|
+
}>;
|
|
1142
|
+
tool_scope: z.ZodDefault<z.ZodEnum<{
|
|
1143
|
+
none: "none";
|
|
1144
|
+
"allow-list": "allow-list";
|
|
1145
|
+
}>>;
|
|
1146
|
+
}, z.core.$strict>;
|
|
1147
|
+
}, z.core.$strict>]>;
|
|
1148
|
+
model: z.ZodOptional<z.ZodObject<{
|
|
1149
|
+
provider: z.ZodEnum<{
|
|
1150
|
+
custom: "custom";
|
|
1151
|
+
openai: "openai";
|
|
1152
|
+
anthropic: "anthropic";
|
|
1153
|
+
gemini: "gemini";
|
|
1154
|
+
}>;
|
|
1155
|
+
model: z.ZodString;
|
|
1156
|
+
}, z.core.$strict>>;
|
|
1157
|
+
effort: z.ZodOptional<z.ZodEnum<{
|
|
1158
|
+
low: "low";
|
|
1159
|
+
medium: "medium";
|
|
1160
|
+
high: "high";
|
|
1161
|
+
none: "none";
|
|
1162
|
+
minimal: "minimal";
|
|
1163
|
+
xhigh: "xhigh";
|
|
1164
|
+
max: "max";
|
|
1165
|
+
}>>;
|
|
1166
|
+
skills: z.ZodArray<z.ZodObject<{
|
|
1167
|
+
id: z.core.$ZodBranded<z.ZodString, "SkillId", "out">;
|
|
1168
|
+
slot: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "SkillSlotId", "out">>;
|
|
1169
|
+
}, z.core.$strict>>;
|
|
1170
|
+
context_packet_ref: z.ZodObject<{
|
|
1171
|
+
kind: z.ZodEnum<{
|
|
1172
|
+
command: "command";
|
|
1173
|
+
report: "report";
|
|
1174
|
+
policy: "policy";
|
|
1175
|
+
work_contract: "work_contract";
|
|
1176
|
+
trace: "trace";
|
|
1177
|
+
evidence: "evidence";
|
|
1178
|
+
request: "request";
|
|
1179
|
+
context_packet: "context_packet";
|
|
1180
|
+
diff: "diff";
|
|
1181
|
+
patch: "patch";
|
|
1182
|
+
change_packet: "change_packet";
|
|
1183
|
+
safe_apply: "safe_apply";
|
|
1184
|
+
worktree: "worktree";
|
|
1185
|
+
generated_surface: "generated_surface";
|
|
1186
|
+
memory: "memory";
|
|
1187
|
+
operator_input: "operator_input";
|
|
1188
|
+
}>;
|
|
1189
|
+
ref: z.ZodString;
|
|
1190
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
1191
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
1192
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
1193
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
1194
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
1195
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
1196
|
+
}, z.core.$strict>;
|
|
1197
|
+
request_payload_hash: z.ZodString;
|
|
1198
|
+
}, z.core.$strict>, z.ZodType<import("./json.js").JsonObject, unknown, z.core.$ZodTypeInternals<import("./json.js").JsonObject, unknown>>]>;
|
|
1199
|
+
input_refs: z.ZodArray<z.ZodObject<{
|
|
1200
|
+
kind: z.ZodEnum<{
|
|
1201
|
+
command: "command";
|
|
1202
|
+
report: "report";
|
|
1203
|
+
policy: "policy";
|
|
1204
|
+
work_contract: "work_contract";
|
|
1205
|
+
trace: "trace";
|
|
1206
|
+
evidence: "evidence";
|
|
1207
|
+
request: "request";
|
|
1208
|
+
context_packet: "context_packet";
|
|
1209
|
+
diff: "diff";
|
|
1210
|
+
patch: "patch";
|
|
1211
|
+
change_packet: "change_packet";
|
|
1212
|
+
safe_apply: "safe_apply";
|
|
1213
|
+
worktree: "worktree";
|
|
1214
|
+
generated_surface: "generated_surface";
|
|
1215
|
+
memory: "memory";
|
|
1216
|
+
operator_input: "operator_input";
|
|
1217
|
+
}>;
|
|
1218
|
+
ref: z.ZodString;
|
|
1219
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
1220
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
1221
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
1222
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
1223
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
1224
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
1225
|
+
}, z.core.$strict>>;
|
|
1226
|
+
constraint_refs: z.ZodArray<z.ZodObject<{
|
|
1227
|
+
kind: z.ZodEnum<{
|
|
1228
|
+
command: "command";
|
|
1229
|
+
report: "report";
|
|
1230
|
+
policy: "policy";
|
|
1231
|
+
work_contract: "work_contract";
|
|
1232
|
+
trace: "trace";
|
|
1233
|
+
evidence: "evidence";
|
|
1234
|
+
request: "request";
|
|
1235
|
+
context_packet: "context_packet";
|
|
1236
|
+
diff: "diff";
|
|
1237
|
+
patch: "patch";
|
|
1238
|
+
change_packet: "change_packet";
|
|
1239
|
+
safe_apply: "safe_apply";
|
|
1240
|
+
worktree: "worktree";
|
|
1241
|
+
generated_surface: "generated_surface";
|
|
1242
|
+
memory: "memory";
|
|
1243
|
+
operator_input: "operator_input";
|
|
1244
|
+
}>;
|
|
1245
|
+
ref: z.ZodString;
|
|
1246
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
1247
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
1248
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
1249
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
1250
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
1251
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
1252
|
+
}, z.core.$strict>>;
|
|
1253
|
+
contract_refs: z.ZodArray<z.ZodObject<{
|
|
1254
|
+
kind: z.ZodEnum<{
|
|
1255
|
+
command: "command";
|
|
1256
|
+
report: "report";
|
|
1257
|
+
policy: "policy";
|
|
1258
|
+
work_contract: "work_contract";
|
|
1259
|
+
trace: "trace";
|
|
1260
|
+
evidence: "evidence";
|
|
1261
|
+
request: "request";
|
|
1262
|
+
context_packet: "context_packet";
|
|
1263
|
+
diff: "diff";
|
|
1264
|
+
patch: "patch";
|
|
1265
|
+
change_packet: "change_packet";
|
|
1266
|
+
safe_apply: "safe_apply";
|
|
1267
|
+
worktree: "worktree";
|
|
1268
|
+
generated_surface: "generated_surface";
|
|
1269
|
+
memory: "memory";
|
|
1270
|
+
operator_input: "operator_input";
|
|
1271
|
+
}>;
|
|
1272
|
+
ref: z.ZodString;
|
|
1273
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
1274
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
1275
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
1276
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
1277
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
1278
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
1279
|
+
}, z.core.$strict>>;
|
|
1280
|
+
policy_refs: z.ZodArray<z.ZodObject<{
|
|
1281
|
+
kind: z.ZodEnum<{
|
|
1282
|
+
command: "command";
|
|
1283
|
+
report: "report";
|
|
1284
|
+
policy: "policy";
|
|
1285
|
+
work_contract: "work_contract";
|
|
1286
|
+
trace: "trace";
|
|
1287
|
+
evidence: "evidence";
|
|
1288
|
+
request: "request";
|
|
1289
|
+
context_packet: "context_packet";
|
|
1290
|
+
diff: "diff";
|
|
1291
|
+
patch: "patch";
|
|
1292
|
+
change_packet: "change_packet";
|
|
1293
|
+
safe_apply: "safe_apply";
|
|
1294
|
+
worktree: "worktree";
|
|
1295
|
+
generated_surface: "generated_surface";
|
|
1296
|
+
memory: "memory";
|
|
1297
|
+
operator_input: "operator_input";
|
|
1298
|
+
}>;
|
|
1299
|
+
ref: z.ZodString;
|
|
1300
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
1301
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
1302
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
1303
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
1304
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
1305
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
1306
|
+
}, z.core.$strict>>;
|
|
1307
|
+
evidence_refs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1308
|
+
kind: z.ZodEnum<{
|
|
1309
|
+
command: "command";
|
|
1310
|
+
report: "report";
|
|
1311
|
+
policy: "policy";
|
|
1312
|
+
work_contract: "work_contract";
|
|
1313
|
+
trace: "trace";
|
|
1314
|
+
evidence: "evidence";
|
|
1315
|
+
request: "request";
|
|
1316
|
+
context_packet: "context_packet";
|
|
1317
|
+
diff: "diff";
|
|
1318
|
+
patch: "patch";
|
|
1319
|
+
change_packet: "change_packet";
|
|
1320
|
+
safe_apply: "safe_apply";
|
|
1321
|
+
worktree: "worktree";
|
|
1322
|
+
generated_surface: "generated_surface";
|
|
1323
|
+
memory: "memory";
|
|
1324
|
+
operator_input: "operator_input";
|
|
1325
|
+
}>;
|
|
1326
|
+
ref: z.ZodString;
|
|
1327
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
1328
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
1329
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
1330
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
1331
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
1332
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
1333
|
+
}, z.core.$strict>>>;
|
|
1334
|
+
memory_refs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1335
|
+
kind: z.ZodEnum<{
|
|
1336
|
+
command: "command";
|
|
1337
|
+
report: "report";
|
|
1338
|
+
policy: "policy";
|
|
1339
|
+
work_contract: "work_contract";
|
|
1340
|
+
trace: "trace";
|
|
1341
|
+
evidence: "evidence";
|
|
1342
|
+
request: "request";
|
|
1343
|
+
context_packet: "context_packet";
|
|
1344
|
+
diff: "diff";
|
|
1345
|
+
patch: "patch";
|
|
1346
|
+
change_packet: "change_packet";
|
|
1347
|
+
safe_apply: "safe_apply";
|
|
1348
|
+
worktree: "worktree";
|
|
1349
|
+
generated_surface: "generated_surface";
|
|
1350
|
+
memory: "memory";
|
|
1351
|
+
operator_input: "operator_input";
|
|
1352
|
+
}>;
|
|
1353
|
+
ref: z.ZodString;
|
|
1354
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
1355
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
1356
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
1357
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
1358
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
1359
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
1360
|
+
}, z.core.$strict>>>;
|
|
1361
|
+
reason_codes: z.ZodArray<z.ZodString>;
|
|
1362
|
+
rejected_options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1363
|
+
option: z.ZodType<import("./json.js").JsonObject, unknown, z.core.$ZodTypeInternals<import("./json.js").JsonObject, unknown>>;
|
|
1364
|
+
reason_code: z.ZodString;
|
|
1365
|
+
blocked_by: z.ZodOptional<z.ZodObject<{
|
|
1366
|
+
kind: z.ZodEnum<{
|
|
1367
|
+
command: "command";
|
|
1368
|
+
report: "report";
|
|
1369
|
+
policy: "policy";
|
|
1370
|
+
work_contract: "work_contract";
|
|
1371
|
+
trace: "trace";
|
|
1372
|
+
evidence: "evidence";
|
|
1373
|
+
request: "request";
|
|
1374
|
+
context_packet: "context_packet";
|
|
1375
|
+
diff: "diff";
|
|
1376
|
+
patch: "patch";
|
|
1377
|
+
change_packet: "change_packet";
|
|
1378
|
+
safe_apply: "safe_apply";
|
|
1379
|
+
worktree: "worktree";
|
|
1380
|
+
generated_surface: "generated_surface";
|
|
1381
|
+
memory: "memory";
|
|
1382
|
+
operator_input: "operator_input";
|
|
1383
|
+
}>;
|
|
1384
|
+
ref: z.ZodString;
|
|
1385
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
1386
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
1387
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
1388
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
1389
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
1390
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
1391
|
+
}, z.core.$strict>>;
|
|
1392
|
+
}, z.core.$strict>>>;
|
|
1393
|
+
}, z.core.$strict>], "kind">>>;
|
|
1394
|
+
export type RunTrace = z.infer<typeof RunTrace>;
|
|
1395
|
+
type ClosedSnapshotStatus = Exclude<SnapshotStatus, 'in_progress'>;
|
|
1396
|
+
type IsExact<A, B> = [A] extends [B] ? ([B] extends [A] ? true : false) : false;
|
|
1397
|
+
type OutcomeStatusEquality = IsExact<ClosedSnapshotStatus, RunClosedOutcome> extends true ? true : never;
|
|
1398
|
+
export declare const _compileTimeOutcomeStatusParity: OutcomeStatusEquality;
|
|
1399
|
+
export declare const RunProjection: z.ZodObject<{
|
|
1400
|
+
log: z.ZodPipe<z.ZodCustom<unknown[], unknown[]>, z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1401
|
+
schema_version: z.ZodLiteral<1>;
|
|
1402
|
+
sequence: z.ZodNumber;
|
|
1403
|
+
recorded_at: z.ZodISODateTime;
|
|
1404
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1405
|
+
kind: z.ZodLiteral<"run.bootstrapped">;
|
|
1406
|
+
flow_id: z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">;
|
|
1407
|
+
invocation_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "InvocationId", "out">>;
|
|
1408
|
+
depth: z.ZodEnum<{
|
|
1409
|
+
low: "low";
|
|
1410
|
+
medium: "medium";
|
|
1411
|
+
high: "high";
|
|
1412
|
+
tournament: "tournament";
|
|
1413
|
+
autonomous: "autonomous";
|
|
1414
|
+
}>;
|
|
1415
|
+
goal: z.ZodString;
|
|
1416
|
+
change_kind: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1417
|
+
failure_mode: z.ZodString;
|
|
1418
|
+
acceptance_evidence: z.ZodString;
|
|
1419
|
+
alternate_framing: z.ZodString;
|
|
1420
|
+
change_kind: z.ZodLiteral<"ratchet-advance">;
|
|
1421
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1422
|
+
failure_mode: z.ZodString;
|
|
1423
|
+
acceptance_evidence: z.ZodString;
|
|
1424
|
+
alternate_framing: z.ZodString;
|
|
1425
|
+
change_kind: z.ZodLiteral<"equivalence-refactor">;
|
|
1426
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1427
|
+
failure_mode: z.ZodString;
|
|
1428
|
+
acceptance_evidence: z.ZodString;
|
|
1429
|
+
alternate_framing: z.ZodString;
|
|
1430
|
+
change_kind: z.ZodLiteral<"discovery">;
|
|
1431
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1432
|
+
failure_mode: z.ZodString;
|
|
1433
|
+
acceptance_evidence: z.ZodString;
|
|
1434
|
+
alternate_framing: z.ZodString;
|
|
1435
|
+
change_kind: z.ZodLiteral<"disposable">;
|
|
1436
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1437
|
+
failure_mode: z.ZodString;
|
|
1438
|
+
acceptance_evidence: z.ZodString;
|
|
1439
|
+
alternate_framing: z.ZodString;
|
|
1440
|
+
change_kind: z.ZodLiteral<"migration-escrow">;
|
|
1441
|
+
expires_at: z.ZodISODateTime;
|
|
1442
|
+
restoration_plan: z.ZodString;
|
|
1443
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1444
|
+
failure_mode: z.ZodString;
|
|
1445
|
+
acceptance_evidence: z.ZodString;
|
|
1446
|
+
alternate_framing: z.ZodString;
|
|
1447
|
+
change_kind: z.ZodLiteral<"break-glass">;
|
|
1448
|
+
post_hoc_adr_deadline_at: z.ZodISODateTime;
|
|
1449
|
+
}, z.core.$strict>], "change_kind">;
|
|
1450
|
+
manifest_hash: z.ZodString;
|
|
1451
|
+
reduced_bindings: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1452
|
+
edit_file_surfaces: "edit_file_surfaces";
|
|
1453
|
+
depth_binding: "depth_binding";
|
|
1454
|
+
slice_loop: "slice_loop";
|
|
1455
|
+
terminal_outcome_binding: "terminal_outcome_binding";
|
|
1456
|
+
primary_result_surface: "primary_result_surface";
|
|
1457
|
+
}>>>;
|
|
1458
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1459
|
+
schema_version: z.ZodLiteral<1>;
|
|
1460
|
+
sequence: z.ZodNumber;
|
|
1461
|
+
recorded_at: z.ZodISODateTime;
|
|
1462
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1463
|
+
kind: z.ZodLiteral<"step.entered">;
|
|
1464
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
1465
|
+
attempt: z.ZodNumber;
|
|
1466
|
+
slice_index: z.ZodOptional<z.ZodNumber>;
|
|
1467
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1468
|
+
schema_version: z.ZodLiteral<1>;
|
|
1469
|
+
sequence: z.ZodNumber;
|
|
1470
|
+
recorded_at: z.ZodISODateTime;
|
|
1471
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1472
|
+
kind: z.ZodLiteral<"step.report_written">;
|
|
1473
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
1474
|
+
attempt: z.ZodNumber;
|
|
1475
|
+
report_path: z.ZodString;
|
|
1476
|
+
report_schema: z.ZodString;
|
|
1477
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1478
|
+
schema_version: z.ZodLiteral<1>;
|
|
1479
|
+
sequence: z.ZodNumber;
|
|
1480
|
+
recorded_at: z.ZodISODateTime;
|
|
1481
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1482
|
+
kind: z.ZodLiteral<"step.report_skipped">;
|
|
1483
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
1484
|
+
attempt: z.ZodNumber;
|
|
1485
|
+
report_path: z.ZodString;
|
|
1486
|
+
reason: z.ZodString;
|
|
1487
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1488
|
+
schema_version: z.ZodLiteral<1>;
|
|
1489
|
+
sequence: z.ZodNumber;
|
|
1490
|
+
recorded_at: z.ZodISODateTime;
|
|
1491
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1492
|
+
kind: z.ZodLiteral<"check.evaluated">;
|
|
1493
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
1494
|
+
attempt: z.ZodNumber;
|
|
1495
|
+
check_kind: z.ZodEnum<{
|
|
1496
|
+
schema_sections: "schema_sections";
|
|
1497
|
+
checkpoint_selection: "checkpoint_selection";
|
|
1498
|
+
result_verdict: "result_verdict";
|
|
1499
|
+
fanout_aggregate: "fanout_aggregate";
|
|
1500
|
+
acceptance_criteria: "acceptance_criteria";
|
|
1501
|
+
}>;
|
|
1502
|
+
outcome: z.ZodEnum<{
|
|
1503
|
+
pass: "pass";
|
|
1504
|
+
fail: "fail";
|
|
1505
|
+
}>;
|
|
1506
|
+
criterion_id: z.ZodOptional<z.ZodString>;
|
|
1507
|
+
criterion_kind: z.ZodOptional<z.ZodEnum<{
|
|
1508
|
+
command: "command";
|
|
1509
|
+
report_field: "report_field";
|
|
1510
|
+
}>>;
|
|
1511
|
+
exit_code: z.ZodOptional<z.ZodNumber>;
|
|
1512
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
1513
|
+
passed: "passed";
|
|
1514
|
+
failed: "failed";
|
|
1515
|
+
}>>;
|
|
1516
|
+
stdout_summary: z.ZodOptional<z.ZodString>;
|
|
1517
|
+
stderr_summary: z.ZodOptional<z.ZodString>;
|
|
1518
|
+
missing_sections: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1519
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
1520
|
+
slice_index: z.ZodOptional<z.ZodNumber>;
|
|
1521
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1522
|
+
schema_version: z.ZodLiteral<1>;
|
|
1523
|
+
sequence: z.ZodNumber;
|
|
1524
|
+
recorded_at: z.ZodISODateTime;
|
|
1525
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1526
|
+
kind: z.ZodLiteral<"verification.command_evaluated">;
|
|
1527
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
1528
|
+
attempt: z.ZodNumber;
|
|
1529
|
+
command_id: z.ZodString;
|
|
1530
|
+
cwd: z.ZodString;
|
|
1531
|
+
argv: z.ZodArray<z.ZodString>;
|
|
1532
|
+
exit_code: z.ZodNumber;
|
|
1533
|
+
status: z.ZodEnum<{
|
|
1534
|
+
passed: "passed";
|
|
1535
|
+
failed: "failed";
|
|
1536
|
+
}>;
|
|
1537
|
+
duration_ms: z.ZodNumber;
|
|
1538
|
+
stdout_summary: z.ZodString;
|
|
1539
|
+
stderr_summary: z.ZodString;
|
|
1540
|
+
timed_out: z.ZodDefault<z.ZodBoolean>;
|
|
1541
|
+
slice_index: z.ZodOptional<z.ZodNumber>;
|
|
1542
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1543
|
+
schema_version: z.ZodLiteral<1>;
|
|
1544
|
+
sequence: z.ZodNumber;
|
|
1545
|
+
recorded_at: z.ZodISODateTime;
|
|
1546
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1547
|
+
kind: z.ZodLiteral<"proof.assessed">;
|
|
1548
|
+
assessment_id: z.ZodString;
|
|
1549
|
+
scope: z.ZodObject<{
|
|
1550
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1551
|
+
flow_id: z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">;
|
|
1552
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
1553
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
1554
|
+
}, z.core.$strict>;
|
|
1555
|
+
proof_policy_decision_id: z.ZodString;
|
|
1556
|
+
assessment_ref: z.ZodObject<{
|
|
1557
|
+
kind: z.ZodEnum<{
|
|
1558
|
+
command: "command";
|
|
1559
|
+
report: "report";
|
|
1560
|
+
policy: "policy";
|
|
1561
|
+
work_contract: "work_contract";
|
|
1562
|
+
trace: "trace";
|
|
1563
|
+
evidence: "evidence";
|
|
1564
|
+
request: "request";
|
|
1565
|
+
context_packet: "context_packet";
|
|
1566
|
+
diff: "diff";
|
|
1567
|
+
patch: "patch";
|
|
1568
|
+
change_packet: "change_packet";
|
|
1569
|
+
safe_apply: "safe_apply";
|
|
1570
|
+
worktree: "worktree";
|
|
1571
|
+
generated_surface: "generated_surface";
|
|
1572
|
+
memory: "memory";
|
|
1573
|
+
operator_input: "operator_input";
|
|
1574
|
+
}>;
|
|
1575
|
+
ref: z.ZodString;
|
|
1576
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
1577
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
1578
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
1579
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
1580
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
1581
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
1582
|
+
}, z.core.$strict>;
|
|
1583
|
+
overall_status: z.ZodEnum<{
|
|
1584
|
+
proven: "proven";
|
|
1585
|
+
weak: "weak";
|
|
1586
|
+
contradicted: "contradicted";
|
|
1587
|
+
unproved: "unproved";
|
|
1588
|
+
}>;
|
|
1589
|
+
close_allowed: z.ZodBoolean;
|
|
1590
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1591
|
+
schema_version: z.ZodLiteral<1>;
|
|
1592
|
+
sequence: z.ZodNumber;
|
|
1593
|
+
recorded_at: z.ZodISODateTime;
|
|
1594
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1595
|
+
kind: z.ZodLiteral<"safe_apply.result">;
|
|
1596
|
+
decision_id: z.ZodString;
|
|
1597
|
+
scope: z.ZodObject<{
|
|
1598
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1599
|
+
flow_id: z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">;
|
|
1600
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
1601
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
1602
|
+
}, z.core.$strict>;
|
|
1603
|
+
change_packet_ref: z.ZodObject<{
|
|
1604
|
+
kind: z.ZodEnum<{
|
|
1605
|
+
command: "command";
|
|
1606
|
+
report: "report";
|
|
1607
|
+
policy: "policy";
|
|
1608
|
+
work_contract: "work_contract";
|
|
1609
|
+
trace: "trace";
|
|
1610
|
+
evidence: "evidence";
|
|
1611
|
+
request: "request";
|
|
1612
|
+
context_packet: "context_packet";
|
|
1613
|
+
diff: "diff";
|
|
1614
|
+
patch: "patch";
|
|
1615
|
+
change_packet: "change_packet";
|
|
1616
|
+
safe_apply: "safe_apply";
|
|
1617
|
+
worktree: "worktree";
|
|
1618
|
+
generated_surface: "generated_surface";
|
|
1619
|
+
memory: "memory";
|
|
1620
|
+
operator_input: "operator_input";
|
|
1621
|
+
}>;
|
|
1622
|
+
ref: z.ZodString;
|
|
1623
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
1624
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
1625
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
1626
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
1627
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
1628
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
1629
|
+
}, z.core.$strict>;
|
|
1630
|
+
base_ref: z.ZodObject<{
|
|
1631
|
+
kind: z.ZodEnum<{
|
|
1632
|
+
command: "command";
|
|
1633
|
+
report: "report";
|
|
1634
|
+
policy: "policy";
|
|
1635
|
+
work_contract: "work_contract";
|
|
1636
|
+
trace: "trace";
|
|
1637
|
+
evidence: "evidence";
|
|
1638
|
+
request: "request";
|
|
1639
|
+
context_packet: "context_packet";
|
|
1640
|
+
diff: "diff";
|
|
1641
|
+
patch: "patch";
|
|
1642
|
+
change_packet: "change_packet";
|
|
1643
|
+
safe_apply: "safe_apply";
|
|
1644
|
+
worktree: "worktree";
|
|
1645
|
+
generated_surface: "generated_surface";
|
|
1646
|
+
memory: "memory";
|
|
1647
|
+
operator_input: "operator_input";
|
|
1648
|
+
}>;
|
|
1649
|
+
ref: z.ZodString;
|
|
1650
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
1651
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
1652
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
1653
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
1654
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
1655
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
1656
|
+
}, z.core.$strict>;
|
|
1657
|
+
action: z.ZodEnum<{
|
|
1658
|
+
applied: "applied";
|
|
1659
|
+
rejected: "rejected";
|
|
1660
|
+
accepted_for_review: "accepted_for_review";
|
|
1661
|
+
}>;
|
|
1662
|
+
outcome: z.ZodEnum<{
|
|
1663
|
+
pass: "pass";
|
|
1664
|
+
fail: "fail";
|
|
1665
|
+
}>;
|
|
1666
|
+
reason_codes: z.ZodArray<z.ZodEnum<{
|
|
1667
|
+
applied: "applied";
|
|
1668
|
+
weak_proof: "weak_proof";
|
|
1669
|
+
rejected: "rejected";
|
|
1670
|
+
guidance_missing: "guidance_missing";
|
|
1671
|
+
packet_invalid: "packet_invalid";
|
|
1672
|
+
base_mismatch: "base_mismatch";
|
|
1673
|
+
dirty_parent: "dirty_parent";
|
|
1674
|
+
patch_hash_mismatch: "patch_hash_mismatch";
|
|
1675
|
+
apply_conflict: "apply_conflict";
|
|
1676
|
+
touched_files_mismatch: "touched_files_mismatch";
|
|
1677
|
+
protected_file_touched: "protected_file_touched";
|
|
1678
|
+
generated_surface_drift: "generated_surface_drift";
|
|
1679
|
+
final_verification_failed: "final_verification_failed";
|
|
1680
|
+
review_required: "review_required";
|
|
1681
|
+
}>>;
|
|
1682
|
+
protected_file_decision: z.ZodOptional<z.ZodEnum<{
|
|
1683
|
+
allowed: "allowed";
|
|
1684
|
+
rejected: "rejected";
|
|
1685
|
+
checkpointed: "checkpointed";
|
|
1686
|
+
}>>;
|
|
1687
|
+
final_verification_ref: z.ZodOptional<z.ZodObject<{
|
|
1688
|
+
kind: z.ZodEnum<{
|
|
1689
|
+
command: "command";
|
|
1690
|
+
report: "report";
|
|
1691
|
+
policy: "policy";
|
|
1692
|
+
work_contract: "work_contract";
|
|
1693
|
+
trace: "trace";
|
|
1694
|
+
evidence: "evidence";
|
|
1695
|
+
request: "request";
|
|
1696
|
+
context_packet: "context_packet";
|
|
1697
|
+
diff: "diff";
|
|
1698
|
+
patch: "patch";
|
|
1699
|
+
change_packet: "change_packet";
|
|
1700
|
+
safe_apply: "safe_apply";
|
|
1701
|
+
worktree: "worktree";
|
|
1702
|
+
generated_surface: "generated_surface";
|
|
1703
|
+
memory: "memory";
|
|
1704
|
+
operator_input: "operator_input";
|
|
1705
|
+
}>;
|
|
1706
|
+
ref: z.ZodString;
|
|
1707
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
1708
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
1709
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
1710
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
1711
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
1712
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
1713
|
+
}, z.core.$strict>>;
|
|
1714
|
+
touched_files_ref: z.ZodOptional<z.ZodObject<{
|
|
1715
|
+
kind: z.ZodEnum<{
|
|
1716
|
+
command: "command";
|
|
1717
|
+
report: "report";
|
|
1718
|
+
policy: "policy";
|
|
1719
|
+
work_contract: "work_contract";
|
|
1720
|
+
trace: "trace";
|
|
1721
|
+
evidence: "evidence";
|
|
1722
|
+
request: "request";
|
|
1723
|
+
context_packet: "context_packet";
|
|
1724
|
+
diff: "diff";
|
|
1725
|
+
patch: "patch";
|
|
1726
|
+
change_packet: "change_packet";
|
|
1727
|
+
safe_apply: "safe_apply";
|
|
1728
|
+
worktree: "worktree";
|
|
1729
|
+
generated_surface: "generated_surface";
|
|
1730
|
+
memory: "memory";
|
|
1731
|
+
operator_input: "operator_input";
|
|
1732
|
+
}>;
|
|
1733
|
+
ref: z.ZodString;
|
|
1734
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
1735
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
1736
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
1737
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
1738
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
1739
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
1740
|
+
}, z.core.$strict>>;
|
|
1741
|
+
result_ref: z.ZodObject<{
|
|
1742
|
+
kind: z.ZodEnum<{
|
|
1743
|
+
command: "command";
|
|
1744
|
+
report: "report";
|
|
1745
|
+
policy: "policy";
|
|
1746
|
+
work_contract: "work_contract";
|
|
1747
|
+
trace: "trace";
|
|
1748
|
+
evidence: "evidence";
|
|
1749
|
+
request: "request";
|
|
1750
|
+
context_packet: "context_packet";
|
|
1751
|
+
diff: "diff";
|
|
1752
|
+
patch: "patch";
|
|
1753
|
+
change_packet: "change_packet";
|
|
1754
|
+
safe_apply: "safe_apply";
|
|
1755
|
+
worktree: "worktree";
|
|
1756
|
+
generated_surface: "generated_surface";
|
|
1757
|
+
memory: "memory";
|
|
1758
|
+
operator_input: "operator_input";
|
|
1759
|
+
}>;
|
|
1760
|
+
ref: z.ZodString;
|
|
1761
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
1762
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
1763
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
1764
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
1765
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
1766
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
1767
|
+
}, z.core.$strict>;
|
|
1768
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1769
|
+
schema_version: z.ZodLiteral<1>;
|
|
1770
|
+
sequence: z.ZodNumber;
|
|
1771
|
+
recorded_at: z.ZodISODateTime;
|
|
1772
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1773
|
+
kind: z.ZodLiteral<"checkpoint.requested">;
|
|
1774
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
1775
|
+
attempt: z.ZodNumber;
|
|
1776
|
+
options: z.ZodArray<z.ZodString>;
|
|
1777
|
+
request_path: z.ZodString;
|
|
1778
|
+
request_report_hash: z.ZodString;
|
|
1779
|
+
boundary_ref: z.ZodObject<{
|
|
1780
|
+
kind: z.ZodEnum<{
|
|
1781
|
+
command: "command";
|
|
1782
|
+
report: "report";
|
|
1783
|
+
policy: "policy";
|
|
1784
|
+
work_contract: "work_contract";
|
|
1785
|
+
trace: "trace";
|
|
1786
|
+
evidence: "evidence";
|
|
1787
|
+
request: "request";
|
|
1788
|
+
context_packet: "context_packet";
|
|
1789
|
+
diff: "diff";
|
|
1790
|
+
patch: "patch";
|
|
1791
|
+
change_packet: "change_packet";
|
|
1792
|
+
safe_apply: "safe_apply";
|
|
1793
|
+
worktree: "worktree";
|
|
1794
|
+
generated_surface: "generated_surface";
|
|
1795
|
+
memory: "memory";
|
|
1796
|
+
operator_input: "operator_input";
|
|
1797
|
+
}>;
|
|
1798
|
+
ref: z.ZodString;
|
|
1799
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
1800
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
1801
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
1802
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
1803
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
1804
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
1805
|
+
}, z.core.$strict>;
|
|
1806
|
+
boundary_hash: z.ZodString;
|
|
1807
|
+
auto_resolved: z.ZodOptional<z.ZodLiteral<false>>;
|
|
1808
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1809
|
+
schema_version: z.ZodLiteral<1>;
|
|
1810
|
+
sequence: z.ZodNumber;
|
|
1811
|
+
recorded_at: z.ZodISODateTime;
|
|
1812
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1813
|
+
kind: z.ZodLiteral<"checkpoint.resolved">;
|
|
1814
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
1815
|
+
attempt: z.ZodNumber;
|
|
1816
|
+
selection: z.ZodString;
|
|
1817
|
+
route_id: z.ZodString;
|
|
1818
|
+
auto_resolved: z.ZodBoolean;
|
|
1819
|
+
resolution_source: z.ZodEnum<{
|
|
1820
|
+
policy: "policy";
|
|
1821
|
+
operator: "operator";
|
|
1822
|
+
"declared-default": "declared-default";
|
|
1823
|
+
}>;
|
|
1824
|
+
response_path: z.ZodString;
|
|
1825
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1826
|
+
schema_version: z.ZodLiteral<1>;
|
|
1827
|
+
sequence: z.ZodNumber;
|
|
1828
|
+
recorded_at: z.ZodISODateTime;
|
|
1829
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1830
|
+
kind: z.ZodLiteral<"relay.started">;
|
|
1831
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
1832
|
+
attempt: z.ZodNumber;
|
|
1833
|
+
connector: z.ZodUnion<readonly [z.ZodObject<{
|
|
1834
|
+
kind: z.ZodLiteral<"builtin">;
|
|
1835
|
+
name: z.ZodEnum<{
|
|
1836
|
+
"claude-code": "claude-code";
|
|
1837
|
+
codex: "codex";
|
|
1838
|
+
"cursor-agent": "cursor-agent";
|
|
1839
|
+
}>;
|
|
1840
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1841
|
+
kind: z.ZodLiteral<"custom">;
|
|
1842
|
+
name: z.ZodString;
|
|
1843
|
+
command: z.ZodArray<z.ZodString>;
|
|
1844
|
+
prompt_transport: z.ZodEnum<{
|
|
1845
|
+
"prompt-file": "prompt-file";
|
|
1846
|
+
}>;
|
|
1847
|
+
output: z.ZodObject<{
|
|
1848
|
+
kind: z.ZodLiteral<"output-file">;
|
|
1849
|
+
}, z.core.$strict>;
|
|
1850
|
+
capabilities: z.ZodObject<{
|
|
1851
|
+
filesystem: z.ZodEnum<{
|
|
1852
|
+
"read-only": "read-only";
|
|
1853
|
+
"trusted-write": "trusted-write";
|
|
1854
|
+
"isolated-write": "isolated-write";
|
|
1855
|
+
}>;
|
|
1856
|
+
structured_output: z.ZodEnum<{
|
|
1857
|
+
json: "json";
|
|
1858
|
+
}>;
|
|
1859
|
+
tool_scope: z.ZodDefault<z.ZodEnum<{
|
|
1860
|
+
none: "none";
|
|
1861
|
+
"allow-list": "allow-list";
|
|
1862
|
+
}>>;
|
|
1863
|
+
}, z.core.$strict>;
|
|
1864
|
+
}, z.core.$strict>]>;
|
|
1865
|
+
role: z.ZodEnum<{
|
|
1866
|
+
researcher: "researcher";
|
|
1867
|
+
implementer: "implementer";
|
|
1868
|
+
reviewer: "reviewer";
|
|
1869
|
+
}>;
|
|
1870
|
+
resolved_selection: z.ZodObject<{
|
|
1871
|
+
model: z.ZodOptional<z.ZodObject<{
|
|
1872
|
+
provider: z.ZodEnum<{
|
|
1873
|
+
custom: "custom";
|
|
1874
|
+
openai: "openai";
|
|
1875
|
+
anthropic: "anthropic";
|
|
1876
|
+
gemini: "gemini";
|
|
1877
|
+
}>;
|
|
1878
|
+
model: z.ZodString;
|
|
1879
|
+
}, z.core.$strict>>;
|
|
1880
|
+
effort: z.ZodOptional<z.ZodEnum<{
|
|
1881
|
+
low: "low";
|
|
1882
|
+
medium: "medium";
|
|
1883
|
+
high: "high";
|
|
1884
|
+
none: "none";
|
|
1885
|
+
minimal: "minimal";
|
|
1886
|
+
xhigh: "xhigh";
|
|
1887
|
+
max: "max";
|
|
1888
|
+
}>>;
|
|
1889
|
+
skills: z.ZodArray<z.core.$ZodBranded<z.ZodString, "SkillId", "out">>;
|
|
1890
|
+
depth: z.ZodOptional<z.ZodEnum<{
|
|
1891
|
+
low: "low";
|
|
1892
|
+
medium: "medium";
|
|
1893
|
+
high: "high";
|
|
1894
|
+
tournament: "tournament";
|
|
1895
|
+
autonomous: "autonomous";
|
|
1896
|
+
}>>;
|
|
1897
|
+
invocation_options: z.ZodDefault<z.ZodType<import("./json.js").JsonObject, unknown, z.core.$ZodTypeInternals<import("./json.js").JsonObject, unknown>>>;
|
|
1898
|
+
power: z.ZodOptional<z.ZodEnum<{
|
|
1899
|
+
low: "low";
|
|
1900
|
+
medium: "medium";
|
|
1901
|
+
high: "high";
|
|
1902
|
+
}>>;
|
|
1903
|
+
power_escalated: z.ZodOptional<z.ZodBoolean>;
|
|
1904
|
+
power_source: z.ZodOptional<z.ZodLiteral<"auto">>;
|
|
1905
|
+
}, z.core.$strict>;
|
|
1906
|
+
resolved_from: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1907
|
+
source: z.ZodLiteral<"explicit">;
|
|
1908
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1909
|
+
source: z.ZodLiteral<"role">;
|
|
1910
|
+
role: z.ZodEnum<{
|
|
1911
|
+
researcher: "researcher";
|
|
1912
|
+
implementer: "implementer";
|
|
1913
|
+
reviewer: "reviewer";
|
|
1914
|
+
}>;
|
|
1915
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1916
|
+
source: z.ZodLiteral<"flow">;
|
|
1917
|
+
flow_id: z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">;
|
|
1918
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1919
|
+
source: z.ZodLiteral<"default">;
|
|
1920
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1921
|
+
source: z.ZodLiteral<"auto">;
|
|
1922
|
+
}, z.core.$strict>], "source">;
|
|
1923
|
+
equipment: z.ZodOptional<z.ZodObject<{
|
|
1924
|
+
declared: z.ZodEnum<{
|
|
1925
|
+
trusted: "trusted";
|
|
1926
|
+
enforced: "enforced";
|
|
1927
|
+
}>;
|
|
1928
|
+
effective: z.ZodEnum<{
|
|
1929
|
+
trusted: "trusted";
|
|
1930
|
+
enforced: "enforced";
|
|
1931
|
+
}>;
|
|
1932
|
+
downgraded: z.ZodBoolean;
|
|
1933
|
+
enforced_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1934
|
+
}, z.core.$strict>>;
|
|
1935
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1936
|
+
schema_version: z.ZodLiteral<1>;
|
|
1937
|
+
sequence: z.ZodNumber;
|
|
1938
|
+
recorded_at: z.ZodISODateTime;
|
|
1939
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1940
|
+
kind: z.ZodLiteral<"skills.loaded">;
|
|
1941
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
1942
|
+
attempt: z.ZodNumber;
|
|
1943
|
+
skills: z.ZodArray<z.ZodObject<{
|
|
1944
|
+
id: z.core.$ZodBranded<z.ZodString, "SkillId", "out">;
|
|
1945
|
+
cause: z.ZodEnum<{
|
|
1946
|
+
selection: "selection";
|
|
1947
|
+
binding: "binding";
|
|
1948
|
+
"skill-hook": "skill-hook";
|
|
1949
|
+
}>;
|
|
1950
|
+
slot: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "SkillSlotId", "out">>;
|
|
1951
|
+
path: z.ZodString;
|
|
1952
|
+
sha256: z.ZodString;
|
|
1953
|
+
bytes: z.ZodNumber;
|
|
1954
|
+
}, z.core.$strict>>;
|
|
1955
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1956
|
+
schema_version: z.ZodLiteral<1>;
|
|
1957
|
+
sequence: z.ZodNumber;
|
|
1958
|
+
recorded_at: z.ZodISODateTime;
|
|
1959
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1960
|
+
kind: z.ZodLiteral<"relay.request">;
|
|
1961
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
1962
|
+
attempt: z.ZodNumber;
|
|
1963
|
+
request_payload_hash: z.ZodString;
|
|
1964
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1965
|
+
schema_version: z.ZodLiteral<1>;
|
|
1966
|
+
sequence: z.ZodNumber;
|
|
1967
|
+
recorded_at: z.ZodISODateTime;
|
|
1968
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
1969
|
+
kind: z.ZodLiteral<"relay.failed">;
|
|
1970
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
1971
|
+
attempt: z.ZodNumber;
|
|
1972
|
+
connector: z.ZodUnion<readonly [z.ZodObject<{
|
|
1973
|
+
kind: z.ZodLiteral<"builtin">;
|
|
1974
|
+
name: z.ZodEnum<{
|
|
1975
|
+
"claude-code": "claude-code";
|
|
1976
|
+
codex: "codex";
|
|
1977
|
+
"cursor-agent": "cursor-agent";
|
|
1978
|
+
}>;
|
|
1979
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1980
|
+
kind: z.ZodLiteral<"custom">;
|
|
1981
|
+
name: z.ZodString;
|
|
1982
|
+
command: z.ZodArray<z.ZodString>;
|
|
1983
|
+
prompt_transport: z.ZodEnum<{
|
|
1984
|
+
"prompt-file": "prompt-file";
|
|
1985
|
+
}>;
|
|
1986
|
+
output: z.ZodObject<{
|
|
1987
|
+
kind: z.ZodLiteral<"output-file">;
|
|
1988
|
+
}, z.core.$strict>;
|
|
1989
|
+
capabilities: z.ZodObject<{
|
|
1990
|
+
filesystem: z.ZodEnum<{
|
|
1991
|
+
"read-only": "read-only";
|
|
1992
|
+
"trusted-write": "trusted-write";
|
|
1993
|
+
"isolated-write": "isolated-write";
|
|
1994
|
+
}>;
|
|
1995
|
+
structured_output: z.ZodEnum<{
|
|
1996
|
+
json: "json";
|
|
1997
|
+
}>;
|
|
1998
|
+
tool_scope: z.ZodDefault<z.ZodEnum<{
|
|
1999
|
+
none: "none";
|
|
2000
|
+
"allow-list": "allow-list";
|
|
2001
|
+
}>>;
|
|
2002
|
+
}, z.core.$strict>;
|
|
2003
|
+
}, z.core.$strict>]>;
|
|
2004
|
+
role: z.ZodEnum<{
|
|
2005
|
+
researcher: "researcher";
|
|
2006
|
+
implementer: "implementer";
|
|
2007
|
+
reviewer: "reviewer";
|
|
2008
|
+
}>;
|
|
2009
|
+
resolved_selection: z.ZodObject<{
|
|
2010
|
+
model: z.ZodOptional<z.ZodObject<{
|
|
2011
|
+
provider: z.ZodEnum<{
|
|
2012
|
+
custom: "custom";
|
|
2013
|
+
openai: "openai";
|
|
2014
|
+
anthropic: "anthropic";
|
|
2015
|
+
gemini: "gemini";
|
|
2016
|
+
}>;
|
|
2017
|
+
model: z.ZodString;
|
|
2018
|
+
}, z.core.$strict>>;
|
|
2019
|
+
effort: z.ZodOptional<z.ZodEnum<{
|
|
2020
|
+
low: "low";
|
|
2021
|
+
medium: "medium";
|
|
2022
|
+
high: "high";
|
|
2023
|
+
none: "none";
|
|
2024
|
+
minimal: "minimal";
|
|
2025
|
+
xhigh: "xhigh";
|
|
2026
|
+
max: "max";
|
|
2027
|
+
}>>;
|
|
2028
|
+
skills: z.ZodArray<z.core.$ZodBranded<z.ZodString, "SkillId", "out">>;
|
|
2029
|
+
depth: z.ZodOptional<z.ZodEnum<{
|
|
2030
|
+
low: "low";
|
|
2031
|
+
medium: "medium";
|
|
2032
|
+
high: "high";
|
|
2033
|
+
tournament: "tournament";
|
|
2034
|
+
autonomous: "autonomous";
|
|
2035
|
+
}>>;
|
|
2036
|
+
invocation_options: z.ZodDefault<z.ZodType<import("./json.js").JsonObject, unknown, z.core.$ZodTypeInternals<import("./json.js").JsonObject, unknown>>>;
|
|
2037
|
+
power: z.ZodOptional<z.ZodEnum<{
|
|
2038
|
+
low: "low";
|
|
2039
|
+
medium: "medium";
|
|
2040
|
+
high: "high";
|
|
2041
|
+
}>>;
|
|
2042
|
+
power_escalated: z.ZodOptional<z.ZodBoolean>;
|
|
2043
|
+
power_source: z.ZodOptional<z.ZodLiteral<"auto">>;
|
|
2044
|
+
}, z.core.$strict>;
|
|
2045
|
+
resolved_from: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2046
|
+
source: z.ZodLiteral<"explicit">;
|
|
2047
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2048
|
+
source: z.ZodLiteral<"role">;
|
|
2049
|
+
role: z.ZodEnum<{
|
|
2050
|
+
researcher: "researcher";
|
|
2051
|
+
implementer: "implementer";
|
|
2052
|
+
reviewer: "reviewer";
|
|
2053
|
+
}>;
|
|
2054
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2055
|
+
source: z.ZodLiteral<"flow">;
|
|
2056
|
+
flow_id: z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">;
|
|
2057
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2058
|
+
source: z.ZodLiteral<"default">;
|
|
2059
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2060
|
+
source: z.ZodLiteral<"auto">;
|
|
2061
|
+
}, z.core.$strict>], "source">;
|
|
2062
|
+
request_payload_hash: z.ZodString;
|
|
2063
|
+
reason: z.ZodString;
|
|
2064
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2065
|
+
schema_version: z.ZodLiteral<1>;
|
|
2066
|
+
sequence: z.ZodNumber;
|
|
2067
|
+
recorded_at: z.ZodISODateTime;
|
|
2068
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2069
|
+
kind: z.ZodLiteral<"relay.receipt">;
|
|
2070
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
2071
|
+
attempt: z.ZodNumber;
|
|
2072
|
+
cli_version: z.ZodString;
|
|
2073
|
+
receipt_id: z.ZodString;
|
|
2074
|
+
model: z.ZodOptional<z.ZodString>;
|
|
2075
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2076
|
+
schema_version: z.ZodLiteral<1>;
|
|
2077
|
+
sequence: z.ZodNumber;
|
|
2078
|
+
recorded_at: z.ZodISODateTime;
|
|
2079
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2080
|
+
kind: z.ZodLiteral<"relay.result">;
|
|
2081
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
2082
|
+
attempt: z.ZodNumber;
|
|
2083
|
+
result_report_hash: z.ZodString;
|
|
2084
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2085
|
+
schema_version: z.ZodLiteral<1>;
|
|
2086
|
+
sequence: z.ZodNumber;
|
|
2087
|
+
recorded_at: z.ZodISODateTime;
|
|
2088
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2089
|
+
kind: z.ZodLiteral<"relay.completed">;
|
|
2090
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
2091
|
+
attempt: z.ZodNumber;
|
|
2092
|
+
verdict: z.ZodString;
|
|
2093
|
+
duration_ms: z.ZodNumber;
|
|
2094
|
+
result_path: z.ZodString;
|
|
2095
|
+
receipt_path: z.ZodString;
|
|
2096
|
+
usage: z.ZodOptional<z.ZodObject<{
|
|
2097
|
+
input_tokens: z.ZodNumber;
|
|
2098
|
+
output_tokens: z.ZodNumber;
|
|
2099
|
+
cache_read_tokens: z.ZodNumber;
|
|
2100
|
+
cache_creation_tokens: z.ZodNumber;
|
|
2101
|
+
cache_creation_5m_tokens: z.ZodNumber;
|
|
2102
|
+
cache_creation_1h_tokens: z.ZodNumber;
|
|
2103
|
+
total_cost_usd_reported: z.ZodOptional<z.ZodNumber>;
|
|
2104
|
+
models: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2105
|
+
model: z.ZodString;
|
|
2106
|
+
input_tokens: z.ZodNumber;
|
|
2107
|
+
output_tokens: z.ZodNumber;
|
|
2108
|
+
cache_read_tokens: z.ZodNumber;
|
|
2109
|
+
cache_creation_tokens: z.ZodNumber;
|
|
2110
|
+
cost_usd_reported: z.ZodOptional<z.ZodNumber>;
|
|
2111
|
+
}, z.core.$strict>>>;
|
|
2112
|
+
}, z.core.$strict>>;
|
|
2113
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2114
|
+
schema_version: z.ZodLiteral<1>;
|
|
2115
|
+
sequence: z.ZodNumber;
|
|
2116
|
+
recorded_at: z.ZodISODateTime;
|
|
2117
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2118
|
+
kind: z.ZodLiteral<"sub_run.started">;
|
|
2119
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
2120
|
+
attempt: z.ZodNumber;
|
|
2121
|
+
child_run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2122
|
+
child_flow_id: z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">;
|
|
2123
|
+
child_entry_mode: z.ZodString;
|
|
2124
|
+
child_depth: z.ZodEnum<{
|
|
2125
|
+
low: "low";
|
|
2126
|
+
medium: "medium";
|
|
2127
|
+
high: "high";
|
|
2128
|
+
tournament: "tournament";
|
|
2129
|
+
autonomous: "autonomous";
|
|
2130
|
+
}>;
|
|
2131
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2132
|
+
schema_version: z.ZodLiteral<1>;
|
|
2133
|
+
sequence: z.ZodNumber;
|
|
2134
|
+
recorded_at: z.ZodISODateTime;
|
|
2135
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2136
|
+
kind: z.ZodLiteral<"sub_run.completed">;
|
|
2137
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
2138
|
+
attempt: z.ZodNumber;
|
|
2139
|
+
child_run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2140
|
+
child_outcome: z.ZodEnum<{
|
|
2141
|
+
complete: "complete";
|
|
2142
|
+
stopped: "stopped";
|
|
2143
|
+
handoff: "handoff";
|
|
2144
|
+
aborted: "aborted";
|
|
2145
|
+
escalated: "escalated";
|
|
2146
|
+
}>;
|
|
2147
|
+
verdict: z.ZodString;
|
|
2148
|
+
duration_ms: z.ZodNumber;
|
|
2149
|
+
result_path: z.ZodString;
|
|
2150
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2151
|
+
schema_version: z.ZodLiteral<1>;
|
|
2152
|
+
sequence: z.ZodNumber;
|
|
2153
|
+
recorded_at: z.ZodISODateTime;
|
|
2154
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2155
|
+
kind: z.ZodLiteral<"fanout.started">;
|
|
2156
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
2157
|
+
attempt: z.ZodNumber;
|
|
2158
|
+
branch_ids: z.ZodArray<z.ZodString>;
|
|
2159
|
+
on_child_failure: z.ZodEnum<{
|
|
2160
|
+
"abort-all": "abort-all";
|
|
2161
|
+
"continue-others": "continue-others";
|
|
2162
|
+
}>;
|
|
2163
|
+
execution_policy: z.ZodOptional<z.ZodObject<{
|
|
2164
|
+
configured_concurrency: z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"unbounded">]>;
|
|
2165
|
+
effective_concurrency: z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"unbounded">]>;
|
|
2166
|
+
writable_relay_branches_serialized: z.ZodBoolean;
|
|
2167
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
2168
|
+
}, z.core.$strict>>;
|
|
2169
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2170
|
+
schema_version: z.ZodLiteral<1>;
|
|
2171
|
+
sequence: z.ZodNumber;
|
|
2172
|
+
recorded_at: z.ZodISODateTime;
|
|
2173
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2174
|
+
kind: z.ZodLiteral<"fanout.branch_started">;
|
|
2175
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
2176
|
+
attempt: z.ZodNumber;
|
|
2177
|
+
branch_id: z.ZodString;
|
|
2178
|
+
branch_kind: z.ZodEnum<{
|
|
2179
|
+
relay: "relay";
|
|
2180
|
+
"sub-run": "sub-run";
|
|
2181
|
+
}>;
|
|
2182
|
+
child_run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2183
|
+
worktree_path: z.ZodString;
|
|
2184
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2185
|
+
schema_version: z.ZodLiteral<1>;
|
|
2186
|
+
sequence: z.ZodNumber;
|
|
2187
|
+
recorded_at: z.ZodISODateTime;
|
|
2188
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2189
|
+
kind: z.ZodLiteral<"fanout.branch_completed">;
|
|
2190
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
2191
|
+
attempt: z.ZodNumber;
|
|
2192
|
+
branch_id: z.ZodString;
|
|
2193
|
+
branch_kind: z.ZodEnum<{
|
|
2194
|
+
relay: "relay";
|
|
2195
|
+
"sub-run": "sub-run";
|
|
2196
|
+
}>;
|
|
2197
|
+
child_run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2198
|
+
child_outcome: z.ZodEnum<{
|
|
2199
|
+
complete: "complete";
|
|
2200
|
+
stopped: "stopped";
|
|
2201
|
+
handoff: "handoff";
|
|
2202
|
+
aborted: "aborted";
|
|
2203
|
+
escalated: "escalated";
|
|
2204
|
+
}>;
|
|
2205
|
+
verdict: z.ZodString;
|
|
2206
|
+
duration_ms: z.ZodNumber;
|
|
2207
|
+
result_path: z.ZodString;
|
|
2208
|
+
reused_from: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
2209
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2210
|
+
schema_version: z.ZodLiteral<1>;
|
|
2211
|
+
sequence: z.ZodNumber;
|
|
2212
|
+
recorded_at: z.ZodISODateTime;
|
|
2213
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2214
|
+
kind: z.ZodLiteral<"fanout.joined">;
|
|
2215
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
2216
|
+
attempt: z.ZodNumber;
|
|
2217
|
+
policy: z.ZodEnum<{
|
|
2218
|
+
"pick-winner": "pick-winner";
|
|
2219
|
+
"disjoint-merge": "disjoint-merge";
|
|
2220
|
+
"aggregate-only": "aggregate-only";
|
|
2221
|
+
"aggregate-survivors": "aggregate-survivors";
|
|
2222
|
+
}>;
|
|
2223
|
+
selected_branch_id: z.ZodOptional<z.ZodString>;
|
|
2224
|
+
aggregate_path: z.ZodString;
|
|
2225
|
+
branches_completed: z.ZodNumber;
|
|
2226
|
+
branches_failed: z.ZodNumber;
|
|
2227
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2228
|
+
schema_version: z.ZodLiteral<1>;
|
|
2229
|
+
sequence: z.ZodNumber;
|
|
2230
|
+
recorded_at: z.ZodISODateTime;
|
|
2231
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2232
|
+
kind: z.ZodLiteral<"step.completed">;
|
|
2233
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
2234
|
+
attempt: z.ZodNumber;
|
|
2235
|
+
route_taken: z.ZodString;
|
|
2236
|
+
slice_index: z.ZodOptional<z.ZodNumber>;
|
|
2237
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2238
|
+
schema_version: z.ZodLiteral<1>;
|
|
2239
|
+
sequence: z.ZodNumber;
|
|
2240
|
+
recorded_at: z.ZodISODateTime;
|
|
2241
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2242
|
+
kind: z.ZodLiteral<"step.aborted">;
|
|
2243
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
2244
|
+
attempt: z.ZodNumber;
|
|
2245
|
+
reason: z.ZodString;
|
|
2246
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2247
|
+
schema_version: z.ZodLiteral<1>;
|
|
2248
|
+
sequence: z.ZodNumber;
|
|
2249
|
+
recorded_at: z.ZodISODateTime;
|
|
2250
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2251
|
+
kind: z.ZodLiteral<"run.closed">;
|
|
2252
|
+
outcome: z.ZodEnum<{
|
|
2253
|
+
complete: "complete";
|
|
2254
|
+
stopped: "stopped";
|
|
2255
|
+
handoff: "handoff";
|
|
2256
|
+
aborted: "aborted";
|
|
2257
|
+
escalated: "escalated";
|
|
2258
|
+
}>;
|
|
2259
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
2260
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2261
|
+
schema_version: z.ZodLiteral<1>;
|
|
2262
|
+
sequence: z.ZodNumber;
|
|
2263
|
+
recorded_at: z.ZodISODateTime;
|
|
2264
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2265
|
+
kind: z.ZodLiteral<"run.skill-hook">;
|
|
2266
|
+
event: z.ZodObject<{
|
|
2267
|
+
schema: z.ZodLiteral<"run.skill-hook@v0">;
|
|
2268
|
+
event_id: z.ZodString;
|
|
2269
|
+
hook: z.ZodString;
|
|
2270
|
+
detected_from: z.ZodArray<z.ZodString>;
|
|
2271
|
+
cardinality: z.ZodEnum<{
|
|
2272
|
+
"per-run": "per-run";
|
|
2273
|
+
"per-step": "per-step";
|
|
2274
|
+
"per-stage": "per-stage";
|
|
2275
|
+
}>;
|
|
2276
|
+
policy: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2277
|
+
mode: z.ZodLiteral<"none">;
|
|
2278
|
+
source: z.ZodLiteral<"none">;
|
|
2279
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2280
|
+
mode: z.ZodEnum<{
|
|
2281
|
+
auto: "auto";
|
|
2282
|
+
mute: "mute";
|
|
2283
|
+
}>;
|
|
2284
|
+
source: z.ZodEnum<{
|
|
2285
|
+
"project-policy": "project-policy";
|
|
2286
|
+
"user-global-policy": "user-global-policy";
|
|
2287
|
+
"default-mapping": "default-mapping";
|
|
2288
|
+
}>;
|
|
2289
|
+
strict: z.ZodBoolean;
|
|
2290
|
+
policy_ref: z.ZodOptional<z.ZodString>;
|
|
2291
|
+
}, z.core.$strict>], "source">;
|
|
2292
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
2293
|
+
stage_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StageId", "out">>;
|
|
2294
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
2295
|
+
attempt_id: z.ZodOptional<z.ZodString>;
|
|
2296
|
+
decision_packet_id: z.ZodOptional<z.ZodString>;
|
|
2297
|
+
triggered_skills: z.ZodArray<z.ZodObject<{
|
|
2298
|
+
id: z.core.$ZodBranded<z.ZodString, "SkillId", "out">;
|
|
2299
|
+
state: z.ZodEnum<{
|
|
2300
|
+
planned: "planned";
|
|
2301
|
+
staged: "staged";
|
|
2302
|
+
requested: "requested";
|
|
2303
|
+
observed: "observed";
|
|
2304
|
+
unplanned: "unplanned";
|
|
2305
|
+
unavailable: "unavailable";
|
|
2306
|
+
}>;
|
|
2307
|
+
source: z.ZodEnum<{
|
|
2308
|
+
"project-policy": "project-policy";
|
|
2309
|
+
"user-global-policy": "user-global-policy";
|
|
2310
|
+
"default-mapping": "default-mapping";
|
|
2311
|
+
"host-observed": "host-observed";
|
|
2312
|
+
}>;
|
|
2313
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
2314
|
+
}, z.core.$strict>>;
|
|
2315
|
+
unavailable_skills: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2316
|
+
id: z.core.$ZodBranded<z.ZodString, "SkillId", "out">;
|
|
2317
|
+
state: z.ZodEnum<{
|
|
2318
|
+
planned: "planned";
|
|
2319
|
+
staged: "staged";
|
|
2320
|
+
requested: "requested";
|
|
2321
|
+
observed: "observed";
|
|
2322
|
+
unplanned: "unplanned";
|
|
2323
|
+
unavailable: "unavailable";
|
|
2324
|
+
}>;
|
|
2325
|
+
source: z.ZodEnum<{
|
|
2326
|
+
"project-policy": "project-policy";
|
|
2327
|
+
"user-global-policy": "user-global-policy";
|
|
2328
|
+
"default-mapping": "default-mapping";
|
|
2329
|
+
"host-observed": "host-observed";
|
|
2330
|
+
}>;
|
|
2331
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
2332
|
+
}, z.core.$strict>>>;
|
|
2333
|
+
}, z.core.$strict>;
|
|
2334
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2335
|
+
schema_version: z.ZodLiteral<1>;
|
|
2336
|
+
sequence: z.ZodNumber;
|
|
2337
|
+
recorded_at: z.ZodISODateTime;
|
|
2338
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2339
|
+
kind: z.ZodLiteral<"run.skill-hook-error">;
|
|
2340
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
2341
|
+
message: z.ZodString;
|
|
2342
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2343
|
+
schema_version: z.ZodLiteral<1>;
|
|
2344
|
+
sequence: z.ZodNumber;
|
|
2345
|
+
recorded_at: z.ZodISODateTime;
|
|
2346
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2347
|
+
kind: z.ZodLiteral<"run.power-inference">;
|
|
2348
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
2349
|
+
recommended: z.ZodEnum<{
|
|
2350
|
+
low: "low";
|
|
2351
|
+
medium: "medium";
|
|
2352
|
+
high: "high";
|
|
2353
|
+
}>;
|
|
2354
|
+
rationale: z.ZodString;
|
|
2355
|
+
floor: z.ZodEnum<{
|
|
2356
|
+
low: "low";
|
|
2357
|
+
medium: "medium";
|
|
2358
|
+
high: "high";
|
|
2359
|
+
}>;
|
|
2360
|
+
ceiling: z.ZodEnum<{
|
|
2361
|
+
low: "low";
|
|
2362
|
+
medium: "medium";
|
|
2363
|
+
high: "high";
|
|
2364
|
+
}>;
|
|
2365
|
+
resolved: z.ZodEnum<{
|
|
2366
|
+
low: "low";
|
|
2367
|
+
medium: "medium";
|
|
2368
|
+
high: "high";
|
|
2369
|
+
}>;
|
|
2370
|
+
clamped: z.ZodBoolean;
|
|
2371
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2372
|
+
schema_version: z.ZodLiteral<1>;
|
|
2373
|
+
sequence: z.ZodNumber;
|
|
2374
|
+
recorded_at: z.ZodISODateTime;
|
|
2375
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2376
|
+
kind: z.ZodLiteral<"run.power-inference-error">;
|
|
2377
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
2378
|
+
message: z.ZodString;
|
|
2379
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2380
|
+
schema_version: z.ZodLiteral<1>;
|
|
2381
|
+
sequence: z.ZodNumber;
|
|
2382
|
+
recorded_at: z.ZodISODateTime;
|
|
2383
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2384
|
+
kind: z.ZodLiteral<"run.equipment-reshape">;
|
|
2385
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
2386
|
+
confirmed: z.ZodBoolean;
|
|
2387
|
+
reshaped: z.ZodBoolean;
|
|
2388
|
+
domain_tags: z.ZodArray<z.ZodString>;
|
|
2389
|
+
equipped_steps: z.ZodOptional<z.ZodArray<z.core.$ZodBranded<z.ZodString, "StepId", "out">>>;
|
|
2390
|
+
reason: z.ZodString;
|
|
2391
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2392
|
+
schema_version: z.ZodLiteral<1>;
|
|
2393
|
+
sequence: z.ZodNumber;
|
|
2394
|
+
recorded_at: z.ZodISODateTime;
|
|
2395
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2396
|
+
kind: z.ZodLiteral<"run.context-pull">;
|
|
2397
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
2398
|
+
from_step: z.ZodString;
|
|
2399
|
+
field_path: z.ZodString;
|
|
2400
|
+
answered: z.ZodBoolean;
|
|
2401
|
+
bytes: z.ZodOptional<z.ZodNumber>;
|
|
2402
|
+
reason: z.ZodString;
|
|
2403
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2404
|
+
schema_version: z.ZodLiteral<1>;
|
|
2405
|
+
sequence: z.ZodNumber;
|
|
2406
|
+
recorded_at: z.ZodISODateTime;
|
|
2407
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2408
|
+
kind: z.ZodLiteral<"run.context-delivery">;
|
|
2409
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
2410
|
+
delivered_slices: z.ZodNumber;
|
|
2411
|
+
delivered_bytes: z.ZodNumber;
|
|
2412
|
+
retried: z.ZodBoolean;
|
|
2413
|
+
kept: z.ZodEnum<{
|
|
2414
|
+
retry: "retry";
|
|
2415
|
+
original: "original";
|
|
2416
|
+
}>;
|
|
2417
|
+
reason: z.ZodString;
|
|
2418
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2419
|
+
schema_version: z.ZodLiteral<1>;
|
|
2420
|
+
sequence: z.ZodNumber;
|
|
2421
|
+
recorded_at: z.ZodISODateTime;
|
|
2422
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2423
|
+
kind: z.ZodLiteral<"run.context-delivery-error">;
|
|
2424
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
2425
|
+
message: z.ZodString;
|
|
2426
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2427
|
+
schema_version: z.ZodLiteral<1>;
|
|
2428
|
+
sequence: z.ZodNumber;
|
|
2429
|
+
recorded_at: z.ZodISODateTime;
|
|
2430
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2431
|
+
kind: z.ZodLiteral<"run.until-judgment">;
|
|
2432
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
2433
|
+
iteration: z.ZodNumber;
|
|
2434
|
+
goal_proposed: z.ZodBoolean;
|
|
2435
|
+
evidence_confirmed: z.ZodBoolean;
|
|
2436
|
+
disposition: z.ZodEnum<{
|
|
2437
|
+
"stop-clean": "stop-clean";
|
|
2438
|
+
reenter: "reenter";
|
|
2439
|
+
"needs-attention": "needs-attention";
|
|
2440
|
+
}>;
|
|
2441
|
+
no_progress_count: z.ZodNumber;
|
|
2442
|
+
open_latch_count: z.ZodNumber;
|
|
2443
|
+
lesson: z.ZodOptional<z.ZodString>;
|
|
2444
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2445
|
+
schema_version: z.ZodLiteral<1>;
|
|
2446
|
+
sequence: z.ZodNumber;
|
|
2447
|
+
recorded_at: z.ZodISODateTime;
|
|
2448
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2449
|
+
kind: z.ZodLiteral<"guidance.decision">;
|
|
2450
|
+
decision_id: z.ZodString;
|
|
2451
|
+
subject: z.ZodEnum<{
|
|
2452
|
+
safe_apply: "safe_apply";
|
|
2453
|
+
recovery_route: "recovery_route";
|
|
2454
|
+
flow_selection: "flow_selection";
|
|
2455
|
+
relay_execution: "relay_execution";
|
|
2456
|
+
checkpoint_resolution: "checkpoint_resolution";
|
|
2457
|
+
proof_policy: "proof_policy";
|
|
2458
|
+
}>;
|
|
2459
|
+
scope: z.ZodObject<{
|
|
2460
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2461
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
2462
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
2463
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
2464
|
+
branch_id: z.ZodOptional<z.ZodString>;
|
|
2465
|
+
}, z.core.$strict>;
|
|
2466
|
+
source: z.ZodEnum<{
|
|
2467
|
+
deterministic: "deterministic";
|
|
2468
|
+
heuristic: "heuristic";
|
|
2469
|
+
model_recommended: "model_recommended";
|
|
2470
|
+
host_recommended: "host_recommended";
|
|
2471
|
+
operator_override: "operator_override";
|
|
2472
|
+
}>;
|
|
2473
|
+
selected: z.ZodUnion<readonly [z.ZodObject<{
|
|
2474
|
+
flow_id: z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">;
|
|
2475
|
+
work_contract_ref: z.ZodObject<{
|
|
2476
|
+
kind: z.ZodEnum<{
|
|
2477
|
+
command: "command";
|
|
2478
|
+
report: "report";
|
|
2479
|
+
policy: "policy";
|
|
2480
|
+
work_contract: "work_contract";
|
|
2481
|
+
trace: "trace";
|
|
2482
|
+
evidence: "evidence";
|
|
2483
|
+
request: "request";
|
|
2484
|
+
context_packet: "context_packet";
|
|
2485
|
+
diff: "diff";
|
|
2486
|
+
patch: "patch";
|
|
2487
|
+
change_packet: "change_packet";
|
|
2488
|
+
safe_apply: "safe_apply";
|
|
2489
|
+
worktree: "worktree";
|
|
2490
|
+
generated_surface: "generated_surface";
|
|
2491
|
+
memory: "memory";
|
|
2492
|
+
operator_input: "operator_input";
|
|
2493
|
+
}>;
|
|
2494
|
+
ref: z.ZodString;
|
|
2495
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
2496
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
2497
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
2498
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
2499
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
2500
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
2501
|
+
}, z.core.$strict>;
|
|
2502
|
+
host_recommendation: z.ZodOptional<z.ZodObject<{
|
|
2503
|
+
flow_id: z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">;
|
|
2504
|
+
accepted: z.ZodBoolean;
|
|
2505
|
+
}, z.core.$strict>>;
|
|
2506
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2507
|
+
role: z.ZodEnum<{
|
|
2508
|
+
researcher: "researcher";
|
|
2509
|
+
implementer: "implementer";
|
|
2510
|
+
reviewer: "reviewer";
|
|
2511
|
+
}>;
|
|
2512
|
+
connector: z.ZodUnion<readonly [z.ZodObject<{
|
|
2513
|
+
kind: z.ZodLiteral<"builtin">;
|
|
2514
|
+
name: z.ZodEnum<{
|
|
2515
|
+
"claude-code": "claude-code";
|
|
2516
|
+
codex: "codex";
|
|
2517
|
+
"cursor-agent": "cursor-agent";
|
|
2518
|
+
}>;
|
|
2519
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2520
|
+
kind: z.ZodLiteral<"custom">;
|
|
2521
|
+
name: z.ZodString;
|
|
2522
|
+
command: z.ZodArray<z.ZodString>;
|
|
2523
|
+
prompt_transport: z.ZodEnum<{
|
|
2524
|
+
"prompt-file": "prompt-file";
|
|
2525
|
+
}>;
|
|
2526
|
+
output: z.ZodObject<{
|
|
2527
|
+
kind: z.ZodLiteral<"output-file">;
|
|
2528
|
+
}, z.core.$strict>;
|
|
2529
|
+
capabilities: z.ZodObject<{
|
|
2530
|
+
filesystem: z.ZodEnum<{
|
|
2531
|
+
"read-only": "read-only";
|
|
2532
|
+
"trusted-write": "trusted-write";
|
|
2533
|
+
"isolated-write": "isolated-write";
|
|
2534
|
+
}>;
|
|
2535
|
+
structured_output: z.ZodEnum<{
|
|
2536
|
+
json: "json";
|
|
2537
|
+
}>;
|
|
2538
|
+
tool_scope: z.ZodDefault<z.ZodEnum<{
|
|
2539
|
+
none: "none";
|
|
2540
|
+
"allow-list": "allow-list";
|
|
2541
|
+
}>>;
|
|
2542
|
+
}, z.core.$strict>;
|
|
2543
|
+
}, z.core.$strict>]>;
|
|
2544
|
+
model: z.ZodOptional<z.ZodObject<{
|
|
2545
|
+
provider: z.ZodEnum<{
|
|
2546
|
+
custom: "custom";
|
|
2547
|
+
openai: "openai";
|
|
2548
|
+
anthropic: "anthropic";
|
|
2549
|
+
gemini: "gemini";
|
|
2550
|
+
}>;
|
|
2551
|
+
model: z.ZodString;
|
|
2552
|
+
}, z.core.$strict>>;
|
|
2553
|
+
effort: z.ZodOptional<z.ZodEnum<{
|
|
2554
|
+
low: "low";
|
|
2555
|
+
medium: "medium";
|
|
2556
|
+
high: "high";
|
|
2557
|
+
none: "none";
|
|
2558
|
+
minimal: "minimal";
|
|
2559
|
+
xhigh: "xhigh";
|
|
2560
|
+
max: "max";
|
|
2561
|
+
}>>;
|
|
2562
|
+
skills: z.ZodArray<z.ZodObject<{
|
|
2563
|
+
id: z.core.$ZodBranded<z.ZodString, "SkillId", "out">;
|
|
2564
|
+
slot: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "SkillSlotId", "out">>;
|
|
2565
|
+
}, z.core.$strict>>;
|
|
2566
|
+
context_packet_ref: z.ZodObject<{
|
|
2567
|
+
kind: z.ZodEnum<{
|
|
2568
|
+
command: "command";
|
|
2569
|
+
report: "report";
|
|
2570
|
+
policy: "policy";
|
|
2571
|
+
work_contract: "work_contract";
|
|
2572
|
+
trace: "trace";
|
|
2573
|
+
evidence: "evidence";
|
|
2574
|
+
request: "request";
|
|
2575
|
+
context_packet: "context_packet";
|
|
2576
|
+
diff: "diff";
|
|
2577
|
+
patch: "patch";
|
|
2578
|
+
change_packet: "change_packet";
|
|
2579
|
+
safe_apply: "safe_apply";
|
|
2580
|
+
worktree: "worktree";
|
|
2581
|
+
generated_surface: "generated_surface";
|
|
2582
|
+
memory: "memory";
|
|
2583
|
+
operator_input: "operator_input";
|
|
2584
|
+
}>;
|
|
2585
|
+
ref: z.ZodString;
|
|
2586
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
2587
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
2588
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
2589
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
2590
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
2591
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
2592
|
+
}, z.core.$strict>;
|
|
2593
|
+
request_payload_hash: z.ZodString;
|
|
2594
|
+
}, z.core.$strict>, z.ZodType<import("./json.js").JsonObject, unknown, z.core.$ZodTypeInternals<import("./json.js").JsonObject, unknown>>]>;
|
|
2595
|
+
input_refs: z.ZodArray<z.ZodObject<{
|
|
2596
|
+
kind: z.ZodEnum<{
|
|
2597
|
+
command: "command";
|
|
2598
|
+
report: "report";
|
|
2599
|
+
policy: "policy";
|
|
2600
|
+
work_contract: "work_contract";
|
|
2601
|
+
trace: "trace";
|
|
2602
|
+
evidence: "evidence";
|
|
2603
|
+
request: "request";
|
|
2604
|
+
context_packet: "context_packet";
|
|
2605
|
+
diff: "diff";
|
|
2606
|
+
patch: "patch";
|
|
2607
|
+
change_packet: "change_packet";
|
|
2608
|
+
safe_apply: "safe_apply";
|
|
2609
|
+
worktree: "worktree";
|
|
2610
|
+
generated_surface: "generated_surface";
|
|
2611
|
+
memory: "memory";
|
|
2612
|
+
operator_input: "operator_input";
|
|
2613
|
+
}>;
|
|
2614
|
+
ref: z.ZodString;
|
|
2615
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
2616
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
2617
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
2618
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
2619
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
2620
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
2621
|
+
}, z.core.$strict>>;
|
|
2622
|
+
constraint_refs: z.ZodArray<z.ZodObject<{
|
|
2623
|
+
kind: z.ZodEnum<{
|
|
2624
|
+
command: "command";
|
|
2625
|
+
report: "report";
|
|
2626
|
+
policy: "policy";
|
|
2627
|
+
work_contract: "work_contract";
|
|
2628
|
+
trace: "trace";
|
|
2629
|
+
evidence: "evidence";
|
|
2630
|
+
request: "request";
|
|
2631
|
+
context_packet: "context_packet";
|
|
2632
|
+
diff: "diff";
|
|
2633
|
+
patch: "patch";
|
|
2634
|
+
change_packet: "change_packet";
|
|
2635
|
+
safe_apply: "safe_apply";
|
|
2636
|
+
worktree: "worktree";
|
|
2637
|
+
generated_surface: "generated_surface";
|
|
2638
|
+
memory: "memory";
|
|
2639
|
+
operator_input: "operator_input";
|
|
2640
|
+
}>;
|
|
2641
|
+
ref: z.ZodString;
|
|
2642
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
2643
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
2644
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
2645
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
2646
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
2647
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
2648
|
+
}, z.core.$strict>>;
|
|
2649
|
+
contract_refs: z.ZodArray<z.ZodObject<{
|
|
2650
|
+
kind: z.ZodEnum<{
|
|
2651
|
+
command: "command";
|
|
2652
|
+
report: "report";
|
|
2653
|
+
policy: "policy";
|
|
2654
|
+
work_contract: "work_contract";
|
|
2655
|
+
trace: "trace";
|
|
2656
|
+
evidence: "evidence";
|
|
2657
|
+
request: "request";
|
|
2658
|
+
context_packet: "context_packet";
|
|
2659
|
+
diff: "diff";
|
|
2660
|
+
patch: "patch";
|
|
2661
|
+
change_packet: "change_packet";
|
|
2662
|
+
safe_apply: "safe_apply";
|
|
2663
|
+
worktree: "worktree";
|
|
2664
|
+
generated_surface: "generated_surface";
|
|
2665
|
+
memory: "memory";
|
|
2666
|
+
operator_input: "operator_input";
|
|
2667
|
+
}>;
|
|
2668
|
+
ref: z.ZodString;
|
|
2669
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
2670
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
2671
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
2672
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
2673
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
2674
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
2675
|
+
}, z.core.$strict>>;
|
|
2676
|
+
policy_refs: z.ZodArray<z.ZodObject<{
|
|
2677
|
+
kind: z.ZodEnum<{
|
|
2678
|
+
command: "command";
|
|
2679
|
+
report: "report";
|
|
2680
|
+
policy: "policy";
|
|
2681
|
+
work_contract: "work_contract";
|
|
2682
|
+
trace: "trace";
|
|
2683
|
+
evidence: "evidence";
|
|
2684
|
+
request: "request";
|
|
2685
|
+
context_packet: "context_packet";
|
|
2686
|
+
diff: "diff";
|
|
2687
|
+
patch: "patch";
|
|
2688
|
+
change_packet: "change_packet";
|
|
2689
|
+
safe_apply: "safe_apply";
|
|
2690
|
+
worktree: "worktree";
|
|
2691
|
+
generated_surface: "generated_surface";
|
|
2692
|
+
memory: "memory";
|
|
2693
|
+
operator_input: "operator_input";
|
|
2694
|
+
}>;
|
|
2695
|
+
ref: z.ZodString;
|
|
2696
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
2697
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
2698
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
2699
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
2700
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
2701
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
2702
|
+
}, z.core.$strict>>;
|
|
2703
|
+
evidence_refs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2704
|
+
kind: z.ZodEnum<{
|
|
2705
|
+
command: "command";
|
|
2706
|
+
report: "report";
|
|
2707
|
+
policy: "policy";
|
|
2708
|
+
work_contract: "work_contract";
|
|
2709
|
+
trace: "trace";
|
|
2710
|
+
evidence: "evidence";
|
|
2711
|
+
request: "request";
|
|
2712
|
+
context_packet: "context_packet";
|
|
2713
|
+
diff: "diff";
|
|
2714
|
+
patch: "patch";
|
|
2715
|
+
change_packet: "change_packet";
|
|
2716
|
+
safe_apply: "safe_apply";
|
|
2717
|
+
worktree: "worktree";
|
|
2718
|
+
generated_surface: "generated_surface";
|
|
2719
|
+
memory: "memory";
|
|
2720
|
+
operator_input: "operator_input";
|
|
2721
|
+
}>;
|
|
2722
|
+
ref: z.ZodString;
|
|
2723
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
2724
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
2725
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
2726
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
2727
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
2728
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
2729
|
+
}, z.core.$strict>>>;
|
|
2730
|
+
memory_refs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2731
|
+
kind: z.ZodEnum<{
|
|
2732
|
+
command: "command";
|
|
2733
|
+
report: "report";
|
|
2734
|
+
policy: "policy";
|
|
2735
|
+
work_contract: "work_contract";
|
|
2736
|
+
trace: "trace";
|
|
2737
|
+
evidence: "evidence";
|
|
2738
|
+
request: "request";
|
|
2739
|
+
context_packet: "context_packet";
|
|
2740
|
+
diff: "diff";
|
|
2741
|
+
patch: "patch";
|
|
2742
|
+
change_packet: "change_packet";
|
|
2743
|
+
safe_apply: "safe_apply";
|
|
2744
|
+
worktree: "worktree";
|
|
2745
|
+
generated_surface: "generated_surface";
|
|
2746
|
+
memory: "memory";
|
|
2747
|
+
operator_input: "operator_input";
|
|
2748
|
+
}>;
|
|
2749
|
+
ref: z.ZodString;
|
|
2750
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
2751
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
2752
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
2753
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
2754
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
2755
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
2756
|
+
}, z.core.$strict>>>;
|
|
2757
|
+
reason_codes: z.ZodArray<z.ZodString>;
|
|
2758
|
+
rejected_options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2759
|
+
option: z.ZodType<import("./json.js").JsonObject, unknown, z.core.$ZodTypeInternals<import("./json.js").JsonObject, unknown>>;
|
|
2760
|
+
reason_code: z.ZodString;
|
|
2761
|
+
blocked_by: z.ZodOptional<z.ZodObject<{
|
|
2762
|
+
kind: z.ZodEnum<{
|
|
2763
|
+
command: "command";
|
|
2764
|
+
report: "report";
|
|
2765
|
+
policy: "policy";
|
|
2766
|
+
work_contract: "work_contract";
|
|
2767
|
+
trace: "trace";
|
|
2768
|
+
evidence: "evidence";
|
|
2769
|
+
request: "request";
|
|
2770
|
+
context_packet: "context_packet";
|
|
2771
|
+
diff: "diff";
|
|
2772
|
+
patch: "patch";
|
|
2773
|
+
change_packet: "change_packet";
|
|
2774
|
+
safe_apply: "safe_apply";
|
|
2775
|
+
worktree: "worktree";
|
|
2776
|
+
generated_surface: "generated_surface";
|
|
2777
|
+
memory: "memory";
|
|
2778
|
+
operator_input: "operator_input";
|
|
2779
|
+
}>;
|
|
2780
|
+
ref: z.ZodString;
|
|
2781
|
+
sha256: z.ZodOptional<z.ZodString>;
|
|
2782
|
+
run_id: z.ZodOptional<z.core.$ZodBranded<z.ZodGUID, "RunId", "out">>;
|
|
2783
|
+
flow_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">>;
|
|
2784
|
+
step_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
2785
|
+
attempt: z.ZodOptional<z.ZodNumber>;
|
|
2786
|
+
sequence: z.ZodOptional<z.ZodNumber>;
|
|
2787
|
+
}, z.core.$strict>>;
|
|
2788
|
+
}, z.core.$strict>>>;
|
|
2789
|
+
}, z.core.$strict>], "kind">>>;
|
|
2790
|
+
snapshot: z.ZodObject<{
|
|
2791
|
+
schema_version: z.ZodLiteral<1>;
|
|
2792
|
+
run_id: z.core.$ZodBranded<z.ZodGUID, "RunId", "out">;
|
|
2793
|
+
flow_id: z.core.$ZodBranded<z.ZodString, "CompiledFlowId", "out">;
|
|
2794
|
+
invocation_id: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "InvocationId", "out">>;
|
|
2795
|
+
depth: z.ZodEnum<{
|
|
2796
|
+
low: "low";
|
|
2797
|
+
medium: "medium";
|
|
2798
|
+
high: "high";
|
|
2799
|
+
tournament: "tournament";
|
|
2800
|
+
autonomous: "autonomous";
|
|
2801
|
+
}>;
|
|
2802
|
+
change_kind: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2803
|
+
failure_mode: z.ZodString;
|
|
2804
|
+
acceptance_evidence: z.ZodString;
|
|
2805
|
+
alternate_framing: z.ZodString;
|
|
2806
|
+
change_kind: z.ZodLiteral<"ratchet-advance">;
|
|
2807
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2808
|
+
failure_mode: z.ZodString;
|
|
2809
|
+
acceptance_evidence: z.ZodString;
|
|
2810
|
+
alternate_framing: z.ZodString;
|
|
2811
|
+
change_kind: z.ZodLiteral<"equivalence-refactor">;
|
|
2812
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2813
|
+
failure_mode: z.ZodString;
|
|
2814
|
+
acceptance_evidence: z.ZodString;
|
|
2815
|
+
alternate_framing: z.ZodString;
|
|
2816
|
+
change_kind: z.ZodLiteral<"discovery">;
|
|
2817
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2818
|
+
failure_mode: z.ZodString;
|
|
2819
|
+
acceptance_evidence: z.ZodString;
|
|
2820
|
+
alternate_framing: z.ZodString;
|
|
2821
|
+
change_kind: z.ZodLiteral<"disposable">;
|
|
2822
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2823
|
+
failure_mode: z.ZodString;
|
|
2824
|
+
acceptance_evidence: z.ZodString;
|
|
2825
|
+
alternate_framing: z.ZodString;
|
|
2826
|
+
change_kind: z.ZodLiteral<"migration-escrow">;
|
|
2827
|
+
expires_at: z.ZodISODateTime;
|
|
2828
|
+
restoration_plan: z.ZodString;
|
|
2829
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2830
|
+
failure_mode: z.ZodString;
|
|
2831
|
+
acceptance_evidence: z.ZodString;
|
|
2832
|
+
alternate_framing: z.ZodString;
|
|
2833
|
+
change_kind: z.ZodLiteral<"break-glass">;
|
|
2834
|
+
post_hoc_adr_deadline_at: z.ZodISODateTime;
|
|
2835
|
+
}, z.core.$strict>], "change_kind">;
|
|
2836
|
+
current_step: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "StepId", "out">>;
|
|
2837
|
+
status: z.ZodEnum<{
|
|
2838
|
+
complete: "complete";
|
|
2839
|
+
stopped: "stopped";
|
|
2840
|
+
handoff: "handoff";
|
|
2841
|
+
in_progress: "in_progress";
|
|
2842
|
+
aborted: "aborted";
|
|
2843
|
+
escalated: "escalated";
|
|
2844
|
+
}>;
|
|
2845
|
+
steps: z.ZodArray<z.ZodObject<{
|
|
2846
|
+
step_id: z.core.$ZodBranded<z.ZodString, "StepId", "out">;
|
|
2847
|
+
status: z.ZodEnum<{
|
|
2848
|
+
complete: "complete";
|
|
2849
|
+
pending: "pending";
|
|
2850
|
+
in_progress: "in_progress";
|
|
2851
|
+
check_failed: "check_failed";
|
|
2852
|
+
aborted: "aborted";
|
|
2853
|
+
}>;
|
|
2854
|
+
attempts: z.ZodNumber;
|
|
2855
|
+
last_report_path: z.ZodOptional<z.ZodString>;
|
|
2856
|
+
last_checkpoint_selection: z.ZodOptional<z.ZodString>;
|
|
2857
|
+
last_route_taken: z.ZodOptional<z.ZodString>;
|
|
2858
|
+
}, z.core.$strict>>;
|
|
2859
|
+
trace_entries_consumed: z.ZodNumber;
|
|
2860
|
+
manifest_hash: z.ZodString;
|
|
2861
|
+
updated_at: z.ZodISODateTime;
|
|
2862
|
+
}, z.core.$strict>;
|
|
2863
|
+
}, z.core.$strict>;
|
|
2864
|
+
export type RunProjection = z.infer<typeof RunProjection>;
|
|
2865
|
+
export {};
|
|
2866
|
+
//# sourceMappingURL=run.d.ts.map
|