@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,973 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { ChangeKindDeclaration } from './change-kind.js';
|
|
3
|
+
import { ProtectedFileDecision, SafeApplyAction, SafeApplyOutcome, SafeApplyReasonCode, } from './change-packet.js';
|
|
4
|
+
import { RelayResolutionSource, ResolvedConnector } from './connector.js';
|
|
5
|
+
import { EquipmentEnforcement } from './equipment-scope.js';
|
|
6
|
+
import { GuidanceDecisionId, GuidanceDecisionTraceEntryBody, refineGuidanceDecisionTraceEntry, } from './guidance-decision.js';
|
|
7
|
+
import { CompiledFlowId, InvocationId, RunId, SkillId, SkillSlotId, StepId } from './ids.js';
|
|
8
|
+
import { Power } from './power.js';
|
|
9
|
+
import { CompiledDepth } from './process.js';
|
|
10
|
+
import { ProofAssessmentId, ProofStatus } from './proof-assessment.js';
|
|
11
|
+
import { Ref, Sha256 } from './ref.js';
|
|
12
|
+
import { RuntimeTouchedFilesEvidenceRef } from './runtime-evidence.js';
|
|
13
|
+
import { ResolvedSelection } from './selection-policy.js';
|
|
14
|
+
import { RunSkillHookEvent } from './skill-hook.js';
|
|
15
|
+
import { FanoutFailurePolicy, RelayRole } from './step.js';
|
|
16
|
+
const TraceEntryBase = z.object({
|
|
17
|
+
schema_version: z.literal(1),
|
|
18
|
+
sequence: z.number().int().nonnegative(),
|
|
19
|
+
recorded_at: z.iso.datetime(),
|
|
20
|
+
run_id: RunId,
|
|
21
|
+
});
|
|
22
|
+
// SHA-256 over raw bytes, 64-char lowercase hex. Reuses the canonical
|
|
23
|
+
// `Sha256` scalar (src/schemas/ref.ts) so durable transcript hashes are
|
|
24
|
+
// shape-compatible with every other content hash at audit time.
|
|
25
|
+
const ContentHash = Sha256;
|
|
26
|
+
// Bindings the runtime resolves from a flow's compiled manifest at run start:
|
|
27
|
+
// the edit-file surface table, the depth/slice/terminal-outcome engine flags,
|
|
28
|
+
// and the primary-result surface. Originally each came from a by-id catalog
|
|
29
|
+
// package, so a composed or published custom flow with no package lost them all
|
|
30
|
+
// silently; the migration moved them onto the manifest and M4 deleted the
|
|
31
|
+
// package. `run.bootstrapped` records any binding a flow still cannot resolve so
|
|
32
|
+
// the degradation is legible in the trace and receipt instead of invisible. See
|
|
33
|
+
// docs/architecture/first-class-composition-optimal-path.md. This enum stays the
|
|
34
|
+
// single source of truth for their names.
|
|
35
|
+
export const CatalogSourcedBinding = z.enum([
|
|
36
|
+
'edit_file_surfaces',
|
|
37
|
+
'depth_binding',
|
|
38
|
+
'slice_loop',
|
|
39
|
+
'terminal_outcome_binding',
|
|
40
|
+
'primary_result_surface',
|
|
41
|
+
]);
|
|
42
|
+
export const RunBootstrappedTraceEntry = TraceEntryBase.extend({
|
|
43
|
+
kind: z.literal('run.bootstrapped'),
|
|
44
|
+
flow_id: CompiledFlowId,
|
|
45
|
+
invocation_id: InvocationId.optional(),
|
|
46
|
+
depth: CompiledDepth,
|
|
47
|
+
goal: z.string().min(1),
|
|
48
|
+
change_kind: ChangeKindDeclaration,
|
|
49
|
+
manifest_hash: z.string().min(1),
|
|
50
|
+
// First-class composition: make any capability reduction legible.
|
|
51
|
+
// `reduced_bindings` names the catalog-sourced bindings a flow cannot resolve.
|
|
52
|
+
// It is empty for every built-in (the manifest is the sole authority post-M4)
|
|
53
|
+
// and omitted entirely when nothing was reduced; a composed flow with a needs
|
|
54
|
+
// model (M9) can populate it. Optional so prior fixtures and resumed runs
|
|
55
|
+
// (which never re-bootstrap) stay valid — an omitted field makes no claim.
|
|
56
|
+
reduced_bindings: z.array(CatalogSourcedBinding).optional(),
|
|
57
|
+
}).strict();
|
|
58
|
+
// Present only on loop-body steps during an active slice loop (deep-depth
|
|
59
|
+
// Build). Absent on single-pass runs. See docs/ideas/build-slice-decomposition.md.
|
|
60
|
+
const SliceIndex = z.number().int().nonnegative();
|
|
61
|
+
export const StepEnteredTraceEntry = TraceEntryBase.extend({
|
|
62
|
+
kind: z.literal('step.entered'),
|
|
63
|
+
step_id: StepId,
|
|
64
|
+
attempt: z.number().int().positive(),
|
|
65
|
+
slice_index: SliceIndex.optional(),
|
|
66
|
+
}).strict();
|
|
67
|
+
export const StepReportWrittenTraceEntry = TraceEntryBase.extend({
|
|
68
|
+
kind: z.literal('step.report_written'),
|
|
69
|
+
step_id: StepId,
|
|
70
|
+
attempt: z.number().int().positive(),
|
|
71
|
+
report_path: z.string().min(1),
|
|
72
|
+
report_schema: z.string().min(1),
|
|
73
|
+
}).strict();
|
|
74
|
+
// A passed relay whose schema-tied report could NOT be materialized. Narrow
|
|
75
|
+
// seam: the result body parsed at check time and satisfied the schema, but the
|
|
76
|
+
// re-parse that feeds the report writer failed, so `writes.report.path` never
|
|
77
|
+
// appears on disk. The pass verdict stands — the check already ruled — but
|
|
78
|
+
// without this record every downstream reader sees "no report" with no
|
|
79
|
+
// explanation. The reason names the raw-result fallback and the remedy.
|
|
80
|
+
export const StepReportSkippedTraceEntry = TraceEntryBase.extend({
|
|
81
|
+
kind: z.literal('step.report_skipped'),
|
|
82
|
+
step_id: StepId,
|
|
83
|
+
attempt: z.number().int().positive(),
|
|
84
|
+
report_path: z.string().min(1),
|
|
85
|
+
reason: z.string().min(1),
|
|
86
|
+
}).strict();
|
|
87
|
+
export const CheckEvaluatedTraceEntry = TraceEntryBase.extend({
|
|
88
|
+
kind: z.literal('check.evaluated'),
|
|
89
|
+
step_id: StepId,
|
|
90
|
+
attempt: z.number().int().positive(),
|
|
91
|
+
check_kind: z.enum([
|
|
92
|
+
'schema_sections',
|
|
93
|
+
'checkpoint_selection',
|
|
94
|
+
'result_verdict',
|
|
95
|
+
'fanout_aggregate',
|
|
96
|
+
'acceptance_criteria',
|
|
97
|
+
]),
|
|
98
|
+
outcome: z.enum(['pass', 'fail']),
|
|
99
|
+
criterion_id: z.string().min(1).optional(),
|
|
100
|
+
criterion_kind: z.enum(['command', 'report_field']).optional(),
|
|
101
|
+
exit_code: z.number().int().nonnegative().optional(),
|
|
102
|
+
status: z.enum(['passed', 'failed']).optional(),
|
|
103
|
+
stdout_summary: z.string().optional(),
|
|
104
|
+
stderr_summary: z.string().optional(),
|
|
105
|
+
missing_sections: z.array(z.string()).optional(),
|
|
106
|
+
reason: z.string().optional(),
|
|
107
|
+
slice_index: SliceIndex.optional(),
|
|
108
|
+
}).strict();
|
|
109
|
+
export const VerificationCommandEvaluatedTraceEntry = TraceEntryBase.extend({
|
|
110
|
+
kind: z.literal('verification.command_evaluated'),
|
|
111
|
+
step_id: StepId,
|
|
112
|
+
attempt: z.number().int().positive(),
|
|
113
|
+
command_id: z.string().min(1),
|
|
114
|
+
cwd: z.string().min(1),
|
|
115
|
+
argv: z.array(z.string().min(1)).min(1),
|
|
116
|
+
exit_code: z.number().int().nonnegative(),
|
|
117
|
+
status: z.enum(['passed', 'failed']),
|
|
118
|
+
duration_ms: z.number().int().nonnegative(),
|
|
119
|
+
stdout_summary: z.string(),
|
|
120
|
+
stderr_summary: z.string(),
|
|
121
|
+
// Whether the command was killed for hitting its verification budget
|
|
122
|
+
// rather than exiting on its own. Defaults false so every trace entry
|
|
123
|
+
// recorded before this field existed still parses.
|
|
124
|
+
timed_out: z.boolean().default(false),
|
|
125
|
+
slice_index: SliceIndex.optional(),
|
|
126
|
+
}).strict();
|
|
127
|
+
const ProofAssessmentRef = Ref.refine((ref) => ref.kind === 'evidence' || ref.kind === 'report', {
|
|
128
|
+
message: 'proof assessment refs must use evidence or report refs',
|
|
129
|
+
});
|
|
130
|
+
const ChangePacketRef = Ref.refine((ref) => ref.kind === 'change_packet', {
|
|
131
|
+
message: 'change packet refs must use kind change_packet',
|
|
132
|
+
});
|
|
133
|
+
const SafeApplyBaseRef = Ref.refine((ref) => ref.kind === 'command', {
|
|
134
|
+
message: 'safe apply base refs must use command refs',
|
|
135
|
+
});
|
|
136
|
+
const SafeApplyResultRef = Ref.refine((ref) => ref.kind === 'safe_apply', {
|
|
137
|
+
message: 'safe apply result refs must use kind safe_apply',
|
|
138
|
+
});
|
|
139
|
+
const SafeApplyFinalVerificationRef = Ref.refine((ref) => ref.kind === 'command', {
|
|
140
|
+
message: 'safe apply final verification refs must use command refs',
|
|
141
|
+
});
|
|
142
|
+
const CheckpointBoundaryRef = Ref.refine((ref) => ref.kind === 'work_contract', {
|
|
143
|
+
message: 'checkpoint boundary refs must use kind work_contract',
|
|
144
|
+
});
|
|
145
|
+
const ProofScope = z
|
|
146
|
+
.object({
|
|
147
|
+
run_id: RunId,
|
|
148
|
+
flow_id: CompiledFlowId,
|
|
149
|
+
step_id: StepId.optional(),
|
|
150
|
+
attempt: z.number().int().positive().optional(),
|
|
151
|
+
})
|
|
152
|
+
.strict()
|
|
153
|
+
.superRefine((scope, ctx) => {
|
|
154
|
+
if ((scope.step_id === undefined) !== (scope.attempt === undefined)) {
|
|
155
|
+
ctx.addIssue({
|
|
156
|
+
code: 'custom',
|
|
157
|
+
path: ['attempt'],
|
|
158
|
+
message: 'proof assessment scope must include step_id and attempt together',
|
|
159
|
+
});
|
|
160
|
+
}
|
|
161
|
+
});
|
|
162
|
+
export const ProofAssessedTraceEntry = TraceEntryBase.extend({
|
|
163
|
+
kind: z.literal('proof.assessed'),
|
|
164
|
+
assessment_id: ProofAssessmentId,
|
|
165
|
+
scope: ProofScope,
|
|
166
|
+
proof_policy_decision_id: GuidanceDecisionId,
|
|
167
|
+
assessment_ref: ProofAssessmentRef,
|
|
168
|
+
overall_status: ProofStatus,
|
|
169
|
+
close_allowed: z.boolean(),
|
|
170
|
+
}).strict();
|
|
171
|
+
const SafeApplyScope = z
|
|
172
|
+
.object({
|
|
173
|
+
run_id: RunId,
|
|
174
|
+
flow_id: CompiledFlowId,
|
|
175
|
+
step_id: StepId.optional(),
|
|
176
|
+
attempt: z.number().int().positive().optional(),
|
|
177
|
+
})
|
|
178
|
+
.strict()
|
|
179
|
+
.superRefine((scope, ctx) => {
|
|
180
|
+
if ((scope.step_id === undefined) !== (scope.attempt === undefined)) {
|
|
181
|
+
ctx.addIssue({
|
|
182
|
+
code: 'custom',
|
|
183
|
+
path: ['attempt'],
|
|
184
|
+
message: 'safe apply scope must include step_id and attempt together',
|
|
185
|
+
});
|
|
186
|
+
}
|
|
187
|
+
});
|
|
188
|
+
export const SafeApplyResultTraceEntry = TraceEntryBase.extend({
|
|
189
|
+
kind: z.literal('safe_apply.result'),
|
|
190
|
+
decision_id: GuidanceDecisionId,
|
|
191
|
+
scope: SafeApplyScope,
|
|
192
|
+
change_packet_ref: ChangePacketRef,
|
|
193
|
+
base_ref: SafeApplyBaseRef,
|
|
194
|
+
action: SafeApplyAction,
|
|
195
|
+
outcome: SafeApplyOutcome,
|
|
196
|
+
reason_codes: z.array(SafeApplyReasonCode).min(1),
|
|
197
|
+
protected_file_decision: ProtectedFileDecision.optional(),
|
|
198
|
+
final_verification_ref: SafeApplyFinalVerificationRef.optional(),
|
|
199
|
+
touched_files_ref: RuntimeTouchedFilesEvidenceRef.optional(),
|
|
200
|
+
result_ref: SafeApplyResultRef,
|
|
201
|
+
}).strict();
|
|
202
|
+
export const CheckpointRequestedTraceEntry = TraceEntryBase.extend({
|
|
203
|
+
kind: z.literal('checkpoint.requested'),
|
|
204
|
+
step_id: StepId,
|
|
205
|
+
attempt: z.number().int().positive(),
|
|
206
|
+
options: z.array(z.string()).min(1),
|
|
207
|
+
request_path: z.string().min(1),
|
|
208
|
+
request_report_hash: ContentHash,
|
|
209
|
+
boundary_ref: CheckpointBoundaryRef,
|
|
210
|
+
boundary_hash: ContentHash,
|
|
211
|
+
auto_resolved: z.literal(false).optional(),
|
|
212
|
+
})
|
|
213
|
+
.strict()
|
|
214
|
+
.superRefine((entry, ctx) => {
|
|
215
|
+
if (entry.boundary_ref.sha256 !== entry.boundary_hash) {
|
|
216
|
+
ctx.addIssue({
|
|
217
|
+
code: 'custom',
|
|
218
|
+
path: ['boundary_hash'],
|
|
219
|
+
message: 'checkpoint boundary_hash must match boundary_ref.sha256',
|
|
220
|
+
});
|
|
221
|
+
}
|
|
222
|
+
if (entry.boundary_ref.step_id === undefined) {
|
|
223
|
+
ctx.addIssue({
|
|
224
|
+
code: 'custom',
|
|
225
|
+
path: ['boundary_ref', 'step_id'],
|
|
226
|
+
message: 'checkpoint boundary_ref.step_id is required',
|
|
227
|
+
});
|
|
228
|
+
}
|
|
229
|
+
else if (entry.boundary_ref.step_id !== entry.step_id) {
|
|
230
|
+
ctx.addIssue({
|
|
231
|
+
code: 'custom',
|
|
232
|
+
path: ['boundary_ref', 'step_id'],
|
|
233
|
+
message: 'checkpoint boundary_ref.step_id must match step_id',
|
|
234
|
+
});
|
|
235
|
+
}
|
|
236
|
+
});
|
|
237
|
+
export const CheckpointResolvedTraceEntry = TraceEntryBase.extend({
|
|
238
|
+
kind: z.literal('checkpoint.resolved'),
|
|
239
|
+
step_id: StepId,
|
|
240
|
+
attempt: z.number().int().positive(),
|
|
241
|
+
selection: z.string().min(1),
|
|
242
|
+
route_id: z.string().min(1),
|
|
243
|
+
auto_resolved: z.boolean(),
|
|
244
|
+
resolution_source: z.enum(['declared-default', 'operator', 'policy']),
|
|
245
|
+
response_path: z.string().min(1),
|
|
246
|
+
}).strict();
|
|
247
|
+
// connector-I7: `resolved_from` is a `RelayResolutionSource` discriminated
|
|
248
|
+
// union that names the winning precedence category AND carries the
|
|
249
|
+
// disambiguator (`role` on role-match, `flow_id` on circuit-match).
|
|
250
|
+
// An audit reading this trace_entry can reconstruct the exact merged-config entry
|
|
251
|
+
// that chose the connector — closes the category-only-provenance gap that the
|
|
252
|
+
// flat-enum drafting left open.
|
|
253
|
+
//
|
|
254
|
+
// `connector: ResolvedConnector` (2-variant: built-in or
|
|
255
|
+
// custom descriptor). Named references are pre-resolution pointers and MUST
|
|
256
|
+
// NOT appear in the trace; the relayer dereferences them against the
|
|
257
|
+
// registry before emitting the trace_entry.
|
|
258
|
+
//
|
|
259
|
+
// The role ↔ resolved_from.role binding is enforced at the
|
|
260
|
+
// TraceEntry-union level, not here, because `z.discriminatedUnion` cannot admit
|
|
261
|
+
// ZodEffects variants (wrapped via superRefine). Mirrors the `Step` pattern.
|
|
262
|
+
// The equipment-scope enforcement decision recorded at relay start. `declared`
|
|
263
|
+
// preserves the author's intent; `effective` is the honest runtime state; they
|
|
264
|
+
// diverge only on the downgrade path. `enforced_tools` is the exact restricted
|
|
265
|
+
// surface and appears IFF the scope is effectively enforced — a trusted scope
|
|
266
|
+
// never carries a list (trusted is guidance, not a restriction). Cross-field
|
|
267
|
+
// consistency is enforced at the TraceEntry-union level (the variant stays a
|
|
268
|
+
// plain ZodObject so discrimination works), mirroring the role binding below.
|
|
269
|
+
// Present only on steps that declare a non-full equipment scope; absent
|
|
270
|
+
// otherwise, keeping today's traces byte-stable.
|
|
271
|
+
export const EquipmentEnforcementEvidence = z
|
|
272
|
+
.object({
|
|
273
|
+
declared: EquipmentEnforcement,
|
|
274
|
+
effective: EquipmentEnforcement,
|
|
275
|
+
downgraded: z.boolean(),
|
|
276
|
+
enforced_tools: z.array(z.string().min(1)).min(1).optional(),
|
|
277
|
+
})
|
|
278
|
+
.strict();
|
|
279
|
+
export const RelayStartedTraceEntry = TraceEntryBase.extend({
|
|
280
|
+
kind: z.literal('relay.started'),
|
|
281
|
+
step_id: StepId,
|
|
282
|
+
attempt: z.number().int().positive(),
|
|
283
|
+
connector: ResolvedConnector,
|
|
284
|
+
role: RelayRole,
|
|
285
|
+
resolved_selection: ResolvedSelection,
|
|
286
|
+
resolved_from: RelayResolutionSource,
|
|
287
|
+
equipment: EquipmentEnforcementEvidence.optional(),
|
|
288
|
+
}).strict();
|
|
289
|
+
// Why this skill ended up loaded into a relay: an author-declared default
|
|
290
|
+
// selection, a config-bound slot, or a skill-hook auto-injection. The cause is
|
|
291
|
+
// stamped at load time so a hook-injected skill can never be read back as
|
|
292
|
+
// author-declared. `slot` is present exactly when `cause` is `binding` — a slot
|
|
293
|
+
// is the binding's identity, and selection/skill-hook loads have no slot.
|
|
294
|
+
export const LoadedSkillCause = z.enum(['selection', 'binding', 'skill-hook']);
|
|
295
|
+
export const LoadedSkillEvidence = z
|
|
296
|
+
.object({
|
|
297
|
+
id: SkillId,
|
|
298
|
+
cause: LoadedSkillCause,
|
|
299
|
+
slot: SkillSlotId.optional(),
|
|
300
|
+
path: z.string().min(1),
|
|
301
|
+
sha256: ContentHash,
|
|
302
|
+
bytes: z.number().int().nonnegative(),
|
|
303
|
+
})
|
|
304
|
+
.strict()
|
|
305
|
+
.superRefine((skill, ctx) => {
|
|
306
|
+
const hasSlot = skill.slot !== undefined;
|
|
307
|
+
const isBinding = skill.cause === 'binding';
|
|
308
|
+
if (hasSlot && !isBinding) {
|
|
309
|
+
ctx.addIssue({
|
|
310
|
+
code: 'custom',
|
|
311
|
+
path: ['slot'],
|
|
312
|
+
message: `a loaded skill carries a slot only when its cause is 'binding' (cause was '${skill.cause}')`,
|
|
313
|
+
});
|
|
314
|
+
}
|
|
315
|
+
if (isBinding && !hasSlot) {
|
|
316
|
+
ctx.addIssue({
|
|
317
|
+
code: 'custom',
|
|
318
|
+
path: ['slot'],
|
|
319
|
+
message: "a loaded skill with cause 'binding' must name the slot it was bound to",
|
|
320
|
+
});
|
|
321
|
+
}
|
|
322
|
+
});
|
|
323
|
+
export const SkillsLoadedTraceEntry = TraceEntryBase.extend({
|
|
324
|
+
kind: z.literal('skills.loaded'),
|
|
325
|
+
step_id: StepId,
|
|
326
|
+
attempt: z.number().int().positive(),
|
|
327
|
+
skills: z.array(LoadedSkillEvidence).min(1),
|
|
328
|
+
}).strict();
|
|
329
|
+
// Token/cost usage the connector reported for one relay subprocess. Mirrors
|
|
330
|
+
// `RelayUsage` in src/shared/connector-relay.ts. Optional on the trace entry
|
|
331
|
+
// because not every connector emits usage (codex and custom connectors leave
|
|
332
|
+
// it absent) and a usage-less relay is still a valid relay. Per-role
|
|
333
|
+
// attribution is a reader-side join: `relay.started` carries the role on the
|
|
334
|
+
// same `(step_id, attempt)` key.
|
|
335
|
+
export const RelayUsageEvidence = z
|
|
336
|
+
.object({
|
|
337
|
+
input_tokens: z.number().nonnegative(),
|
|
338
|
+
output_tokens: z.number().nonnegative(),
|
|
339
|
+
cache_read_tokens: z.number().nonnegative(),
|
|
340
|
+
cache_creation_tokens: z.number().nonnegative(),
|
|
341
|
+
cache_creation_5m_tokens: z.number().nonnegative(),
|
|
342
|
+
cache_creation_1h_tokens: z.number().nonnegative(),
|
|
343
|
+
total_cost_usd_reported: z.number().nonnegative().optional(),
|
|
344
|
+
models: z
|
|
345
|
+
.array(z
|
|
346
|
+
.object({
|
|
347
|
+
model: z.string().min(1),
|
|
348
|
+
input_tokens: z.number().nonnegative(),
|
|
349
|
+
output_tokens: z.number().nonnegative(),
|
|
350
|
+
cache_read_tokens: z.number().nonnegative(),
|
|
351
|
+
cache_creation_tokens: z.number().nonnegative(),
|
|
352
|
+
cost_usd_reported: z.number().nonnegative().optional(),
|
|
353
|
+
})
|
|
354
|
+
.strict())
|
|
355
|
+
.optional(),
|
|
356
|
+
})
|
|
357
|
+
.strict();
|
|
358
|
+
export const RelayCompletedTraceEntry = TraceEntryBase.extend({
|
|
359
|
+
kind: z.literal('relay.completed'),
|
|
360
|
+
step_id: StepId,
|
|
361
|
+
attempt: z.number().int().positive(),
|
|
362
|
+
verdict: z.string().min(1),
|
|
363
|
+
duration_ms: z.number().int().nonnegative(),
|
|
364
|
+
result_path: z.string().min(1),
|
|
365
|
+
receipt_path: z.string().min(1),
|
|
366
|
+
usage: RelayUsageEvidence.optional(),
|
|
367
|
+
}).strict();
|
|
368
|
+
// The durable relay transcript the connector round-trip test asserts
|
|
369
|
+
// on is a five-trace_entry sequence on a single `(step_id, attempt)` pair:
|
|
370
|
+
//
|
|
371
|
+
// relay.started → relay.request → relay.receipt →
|
|
372
|
+
// relay.result → relay.completed
|
|
373
|
+
//
|
|
374
|
+
// `relay.request` carries the SHA-256 of the request payload bytes
|
|
375
|
+
// submitted to the connector, before the connector replies. A mock connector
|
|
376
|
+
// cannot elide this trace_entry because the hash is observable independent of
|
|
377
|
+
// connector output.
|
|
378
|
+
export const RelayRequestTraceEntry = TraceEntryBase.extend({
|
|
379
|
+
kind: z.literal('relay.request'),
|
|
380
|
+
step_id: StepId,
|
|
381
|
+
attempt: z.number().int().positive(),
|
|
382
|
+
request_payload_hash: ContentHash,
|
|
383
|
+
}).strict();
|
|
384
|
+
// Connector invocation failures are infrastructure failures, not model
|
|
385
|
+
// verdict failures. The trace_entry is additive to the existing relay audit
|
|
386
|
+
// trail: `relay.started` and `relay.request` still precede it, and
|
|
387
|
+
// this trace_entry repeats the relay provenance plus the pre-await request
|
|
388
|
+
// hash so the failed attempt is tied to the exact invocation payload.
|
|
389
|
+
export const RelayFailedTraceEntry = TraceEntryBase.extend({
|
|
390
|
+
kind: z.literal('relay.failed'),
|
|
391
|
+
step_id: StepId,
|
|
392
|
+
attempt: z.number().int().positive(),
|
|
393
|
+
connector: ResolvedConnector,
|
|
394
|
+
role: RelayRole,
|
|
395
|
+
resolved_selection: ResolvedSelection,
|
|
396
|
+
resolved_from: RelayResolutionSource,
|
|
397
|
+
request_payload_hash: ContentHash,
|
|
398
|
+
reason: z.string().min(1),
|
|
399
|
+
}).strict();
|
|
400
|
+
// `relay.receipt` carries the connector-returned receipt id — an opaque
|
|
401
|
+
// identifier the connector assigns to the in-flight relay so audit
|
|
402
|
+
// tooling can reconstruct what receipt the connector handed back. Kept as
|
|
403
|
+
// `z.string().min(1)` (not a hash) because connectors choose their own
|
|
404
|
+
// receipt-id format (UUID, ULID, provider-side run id, etc.).
|
|
405
|
+
//
|
|
406
|
+
// Scoping note. The intra-log correlation between `relay.request`
|
|
407
|
+
// and `relay.result` is `(step_id,
|
|
408
|
+
// attempt, ordering)`, NOT `receipt_id`. `RelayResultTraceEntry` does not
|
|
409
|
+
// echo the receipt. The receipt id is identity-of-record for the
|
|
410
|
+
// connector-side relay (so an auditor can ask the connector "what
|
|
411
|
+
// happened to receipt X"), not a cryptographic binding between the
|
|
412
|
+
// in-log trace_entries. Hash-tightening of `receipt_id` is deferred until a
|
|
413
|
+
// real connector surfaces concrete receipt formats; `z.string().min(1)`
|
|
414
|
+
// + the whitespace-rejection test in
|
|
415
|
+
// `tests/contracts/relay-transcript-schema.test.ts` is the
|
|
416
|
+
// current boundary. A stricter format constraint authored now would
|
|
417
|
+
// over-specify without provider-shape evidence.
|
|
418
|
+
export const RelayReceiptTraceEntry = TraceEntryBase.extend({
|
|
419
|
+
kind: z.literal('relay.receipt'),
|
|
420
|
+
step_id: StepId,
|
|
421
|
+
attempt: z.number().int().positive(),
|
|
422
|
+
cli_version: z.string().min(1),
|
|
423
|
+
receipt_id: z
|
|
424
|
+
.string()
|
|
425
|
+
.min(1)
|
|
426
|
+
.refine((s) => s.trim().length > 0, {
|
|
427
|
+
message: 'receipt_id must contain at least one non-whitespace character',
|
|
428
|
+
}),
|
|
429
|
+
// The model the connector actually spawned with, when it resolves one at
|
|
430
|
+
// dispatch (codex records its cache-resolved default here). Optional and a
|
|
431
|
+
// connector-dispatch fact, parallel to `cli_version`: a connector whose model
|
|
432
|
+
// is already fixed by `resolved_selection` leaves it absent. Recording it
|
|
433
|
+
// makes the receipt authoritative about the model even when the selection
|
|
434
|
+
// layer pinned none.
|
|
435
|
+
model: z.string().min(1).optional(),
|
|
436
|
+
}).strict();
|
|
437
|
+
// `relay.result` carries the SHA-256 of the result report bytes
|
|
438
|
+
// returned by the connector, before the reducer projects and the result-
|
|
439
|
+
// writer persists. Hash is required so the close-criterion test can
|
|
440
|
+
// assert on content — not byte-shape — of a real connector's output.
|
|
441
|
+
export const RelayResultTraceEntry = TraceEntryBase.extend({
|
|
442
|
+
kind: z.literal('relay.result'),
|
|
443
|
+
step_id: StepId,
|
|
444
|
+
attempt: z.number().int().positive(),
|
|
445
|
+
result_report_hash: ContentHash,
|
|
446
|
+
}).strict();
|
|
447
|
+
export const StepCompletedTraceEntry = TraceEntryBase.extend({
|
|
448
|
+
kind: z.literal('step.completed'),
|
|
449
|
+
step_id: StepId,
|
|
450
|
+
attempt: z.number().int().positive(),
|
|
451
|
+
route_taken: z.string().min(1),
|
|
452
|
+
slice_index: SliceIndex.optional(),
|
|
453
|
+
}).strict();
|
|
454
|
+
export const StepAbortedTraceEntry = TraceEntryBase.extend({
|
|
455
|
+
kind: z.literal('step.aborted'),
|
|
456
|
+
step_id: StepId,
|
|
457
|
+
attempt: z.number().int().positive(),
|
|
458
|
+
reason: z.string().min(1),
|
|
459
|
+
}).strict();
|
|
460
|
+
export const RunClosedOutcome = z.enum(['complete', 'aborted', 'handoff', 'stopped', 'escalated']);
|
|
461
|
+
// Sub-run / fanout linkage trace entries. Every run (parent and child)
|
|
462
|
+
// gets its own RunId, and run_id-consistency forbids cross-run trace
|
|
463
|
+
// smuggling. Audit linkage therefore flows through dedicated trace
|
|
464
|
+
// entries at the parent step boundary — never by nesting child trace
|
|
465
|
+
// entries inside the parent log.
|
|
466
|
+
//
|
|
467
|
+
// `child_run_id` is the canonical handle. An auditor reading the parent
|
|
468
|
+
// log can locate the child's separate run directory, replay the child's
|
|
469
|
+
// trace.ndjson, and reconstruct the full execution graph.
|
|
470
|
+
export const SubRunStartedTraceEntry = TraceEntryBase.extend({
|
|
471
|
+
kind: z.literal('sub_run.started'),
|
|
472
|
+
step_id: StepId,
|
|
473
|
+
attempt: z.number().int().positive(),
|
|
474
|
+
child_run_id: RunId,
|
|
475
|
+
child_flow_id: CompiledFlowId,
|
|
476
|
+
child_entry_mode: z.string().regex(/^[a-z][a-z0-9-]*$/),
|
|
477
|
+
child_depth: CompiledDepth,
|
|
478
|
+
}).strict();
|
|
479
|
+
export const SubRunCompletedTraceEntry = TraceEntryBase.extend({
|
|
480
|
+
kind: z.literal('sub_run.completed'),
|
|
481
|
+
step_id: StepId,
|
|
482
|
+
attempt: z.number().int().positive(),
|
|
483
|
+
child_run_id: RunId,
|
|
484
|
+
child_outcome: RunClosedOutcome,
|
|
485
|
+
// Verdict admitted from the child's terminal result body. NO_VERDICT_SENTINEL
|
|
486
|
+
// when the child closed without a parseable result body — mirrors the
|
|
487
|
+
// existing relay.completed sentinel pattern.
|
|
488
|
+
verdict: z.string().min(1),
|
|
489
|
+
duration_ms: z.number().int().nonnegative(),
|
|
490
|
+
// Where the child's result.json was copied into the parent run-folder.
|
|
491
|
+
result_path: z.string().min(1),
|
|
492
|
+
}).strict();
|
|
493
|
+
// Fanout has a richer trace_entry surface because the parent must record per-
|
|
494
|
+
// branch lifecycle. The shape mirrors sub_run.* but with a branch_id added
|
|
495
|
+
// so the parent log captures which branch produced each outcome.
|
|
496
|
+
const FanoutConcurrencyLimit = z.union([z.number().int().positive(), z.literal('unbounded')]);
|
|
497
|
+
const FanoutExecutionPolicy = z
|
|
498
|
+
.object({
|
|
499
|
+
configured_concurrency: FanoutConcurrencyLimit,
|
|
500
|
+
effective_concurrency: FanoutConcurrencyLimit,
|
|
501
|
+
writable_relay_branches_serialized: z.boolean(),
|
|
502
|
+
reason: z.string().min(1).optional(),
|
|
503
|
+
})
|
|
504
|
+
.strict()
|
|
505
|
+
.superRefine((policy, ctx) => {
|
|
506
|
+
if (policy.writable_relay_branches_serialized && policy.reason === undefined) {
|
|
507
|
+
ctx.addIssue({
|
|
508
|
+
code: 'custom',
|
|
509
|
+
path: ['reason'],
|
|
510
|
+
message: 'serialized writable relay fanouts require a reason',
|
|
511
|
+
});
|
|
512
|
+
}
|
|
513
|
+
});
|
|
514
|
+
export const FanoutStartedTraceEntry = TraceEntryBase.extend({
|
|
515
|
+
kind: z.literal('fanout.started'),
|
|
516
|
+
step_id: StepId,
|
|
517
|
+
attempt: z.number().int().positive(),
|
|
518
|
+
// Resolved branch list AT EXPANSION TIME. For static branches this
|
|
519
|
+
// mirrors the schematic's authored list. For dynamic branches this is the
|
|
520
|
+
// result of template expansion against the source report, so an
|
|
521
|
+
// auditor can see exactly which N branches were spawned without
|
|
522
|
+
// reconstructing the expansion themselves.
|
|
523
|
+
branch_ids: z.array(z.string().min(1)).min(1),
|
|
524
|
+
on_child_failure: FanoutFailurePolicy,
|
|
525
|
+
execution_policy: FanoutExecutionPolicy.optional(),
|
|
526
|
+
}).strict();
|
|
527
|
+
export const FanoutBranchStartedTraceEntry = TraceEntryBase.extend({
|
|
528
|
+
kind: z.literal('fanout.branch_started'),
|
|
529
|
+
step_id: StepId,
|
|
530
|
+
attempt: z.number().int().positive(),
|
|
531
|
+
branch_id: z.string().min(1),
|
|
532
|
+
branch_kind: z.enum(['relay', 'sub-run']),
|
|
533
|
+
child_run_id: RunId,
|
|
534
|
+
// Worktree path provisioned for this branch (relative to project root).
|
|
535
|
+
// Records where the per-branch isolation lived for postmortem auditing.
|
|
536
|
+
worktree_path: z.string().min(1),
|
|
537
|
+
}).strict();
|
|
538
|
+
export const FanoutBranchCompletedTraceEntry = TraceEntryBase.extend({
|
|
539
|
+
kind: z.literal('fanout.branch_completed'),
|
|
540
|
+
step_id: StepId,
|
|
541
|
+
attempt: z.number().int().positive(),
|
|
542
|
+
branch_id: z.string().min(1),
|
|
543
|
+
branch_kind: z.enum(['relay', 'sub-run']),
|
|
544
|
+
child_run_id: RunId,
|
|
545
|
+
child_outcome: RunClosedOutcome,
|
|
546
|
+
verdict: z.string().min(1),
|
|
547
|
+
duration_ms: z.number().int().nonnegative(),
|
|
548
|
+
result_path: z.string().min(1),
|
|
549
|
+
// Set only when this branch was admitted from a prior crashed run's finished
|
|
550
|
+
// child instead of being re-run (a `--reuse-children-from` restart). Carries
|
|
551
|
+
// the prior child's run id so the trace stays honest that the work was reused,
|
|
552
|
+
// not freshly executed. Absent on a normally-run branch.
|
|
553
|
+
reused_from: RunId.optional(),
|
|
554
|
+
}).strict();
|
|
555
|
+
export const FanoutJoinedTraceEntry = TraceEntryBase.extend({
|
|
556
|
+
kind: z.literal('fanout.joined'),
|
|
557
|
+
step_id: StepId,
|
|
558
|
+
attempt: z.number().int().positive(),
|
|
559
|
+
// The join policy that ran; mirrors the FanoutAggregateCheck.join.policy
|
|
560
|
+
// field but echoed into the trace_entry so the audit log is self-contained
|
|
561
|
+
// (no need to cross-reference the schematic to interpret outcomes).
|
|
562
|
+
policy: z.enum(['pick-winner', 'disjoint-merge', 'aggregate-only', 'aggregate-survivors']),
|
|
563
|
+
// For pick-winner: the selected branch_id. Absent for the other policies.
|
|
564
|
+
selected_branch_id: z.string().min(1).optional(),
|
|
565
|
+
// Path to the runtime-built aggregate report.
|
|
566
|
+
aggregate_path: z.string().min(1),
|
|
567
|
+
// Count of branches that closed 'complete' vs other outcomes — quick
|
|
568
|
+
// health summary readable without reconstructing per-branch trace_entries.
|
|
569
|
+
branches_completed: z.number().int().nonnegative(),
|
|
570
|
+
branches_failed: z.number().int().nonnegative(),
|
|
571
|
+
}).strict();
|
|
572
|
+
export const RunClosedTraceEntry = TraceEntryBase.extend({
|
|
573
|
+
kind: z.literal('run.closed'),
|
|
574
|
+
outcome: RunClosedOutcome,
|
|
575
|
+
reason: z.string().optional(),
|
|
576
|
+
}).strict();
|
|
577
|
+
// Report-only-and-up skill-hook dispatch record: the durable trace of "a hook
|
|
578
|
+
// fired here and this is the decision it made." Wraps the validated
|
|
579
|
+
// RunSkillHookEvent (which carries hook, detected_from, policy resolution,
|
|
580
|
+
// scope, and the skills it would trigger). Present only when a configured
|
|
581
|
+
// skill-hook policy matched; absent entirely on runs with no skill_hooks config.
|
|
582
|
+
export const RunSkillHookTraceEntry = TraceEntryBase.extend({
|
|
583
|
+
kind: z.literal('run.skill-hook'),
|
|
584
|
+
event: RunSkillHookEvent,
|
|
585
|
+
}).strict();
|
|
586
|
+
// Skill-hook dispatch is best-effort: a crash in the post-step dispatcher must
|
|
587
|
+
// never break a run, but it must not be invisible either. When the dispatcher
|
|
588
|
+
// throws, the graph-runner records this marker so the operator summary can
|
|
589
|
+
// surface a `skill_hook_dispatch_failed` warning instead of swallowing the
|
|
590
|
+
// failure whole (mirrors how an HTML render failure surfaces as a warning).
|
|
591
|
+
export const RunSkillHookErrorTraceEntry = TraceEntryBase.extend({
|
|
592
|
+
kind: z.literal('run.skill-hook-error'),
|
|
593
|
+
step_id: StepId.optional(),
|
|
594
|
+
message: z.string().min(1),
|
|
595
|
+
}).strict();
|
|
596
|
+
// The run's one auto-power resolution: when the dial setting is `auto`, the
|
|
597
|
+
// first accepted researcher report carrying a recommended_power resolves the
|
|
598
|
+
// run's effective dial — clamped to the operator's power_auto bounds — and
|
|
599
|
+
// this entry is the durable record. Written at most once per run; resume
|
|
600
|
+
// reseeds the in-memory channel from this entry instead of re-inferring.
|
|
601
|
+
export const PowerInferenceResolvedTraceEntry = TraceEntryBase.extend({
|
|
602
|
+
kind: z.literal('run.power-inference'),
|
|
603
|
+
step_id: StepId,
|
|
604
|
+
// What the researcher recommended, verbatim.
|
|
605
|
+
recommended: Power,
|
|
606
|
+
rationale: z.string().min(1).max(280),
|
|
607
|
+
// The operator bounds in force when the recommendation resolved.
|
|
608
|
+
floor: Power,
|
|
609
|
+
ceiling: Power,
|
|
610
|
+
// The post-clamp tier the rest of the run materializes against.
|
|
611
|
+
resolved: Power,
|
|
612
|
+
clamped: z.boolean(),
|
|
613
|
+
}).strict();
|
|
614
|
+
// Auto-power inference is best-effort: a crash while resolving the dial must
|
|
615
|
+
// never break the run — it proceeds on the documented medium fallback. But the
|
|
616
|
+
// failure must not be invisible either, or "inference crashed" reads exactly
|
|
617
|
+
// like "the researcher never recommended a tier". When the inference seam
|
|
618
|
+
// throws, the graph-runner records this marker (the sibling of
|
|
619
|
+
// `run.skill-hook-error`) so the trace and the operator summary can say why
|
|
620
|
+
// the dial stayed at medium.
|
|
621
|
+
export const PowerInferenceErrorTraceEntry = TraceEntryBase.extend({
|
|
622
|
+
kind: z.literal('run.power-inference-error'),
|
|
623
|
+
step_id: StepId.optional(),
|
|
624
|
+
message: z.string().min(1),
|
|
625
|
+
}).strict();
|
|
626
|
+
// Pull-then-retry context delivery is fail-safe: a crash anywhere in the
|
|
627
|
+
// delivery seam leaves the run on the starved outcome, exactly as if delivery
|
|
628
|
+
// were off. But without a record, "the seam broke" reads exactly like "the
|
|
629
|
+
// worker never asked for context". When the seam's outer guard catches, the
|
|
630
|
+
// graph-runner records this marker (the sibling of
|
|
631
|
+
// `run.power-inference-error`) so the trace and the operator summary can say
|
|
632
|
+
// delivery was attempted and failed.
|
|
633
|
+
export const ContextDeliveryErrorTraceEntry = TraceEntryBase.extend({
|
|
634
|
+
kind: z.literal('run.context-delivery-error'),
|
|
635
|
+
step_id: StepId,
|
|
636
|
+
message: z.string().min(1),
|
|
637
|
+
}).strict();
|
|
638
|
+
// Step 2 — the durable record of a live equipment-reshape decision: the first
|
|
639
|
+
// time the engine adapts a RUNNING flow. Written in the post-step seam when a
|
|
640
|
+
// relay surfaces an equipment discovery. `reshaped:true` means the discovery was
|
|
641
|
+
// confirmed, re-resolved, and re-validated through the compiled-flow gate, and
|
|
642
|
+
// the run continued on the re-equipped tail (`equipped_steps` lists the steps
|
|
643
|
+
// that gained skills). `reshaped:false` means it parked as a finding (Option B),
|
|
644
|
+
// the flow unchanged, and `reason` says why (unconfirmed, budget exhausted,
|
|
645
|
+
// cycle guard, a no-op, or a safety-floor rejection). The reshape is additive,
|
|
646
|
+
// so the step sequence never changes — there is no splice. Absent entirely on
|
|
647
|
+
// runs where no relay surfaces a discovery, keeping today's traces byte-stable.
|
|
648
|
+
export const RunEquipmentReshapeTraceEntry = TraceEntryBase.extend({
|
|
649
|
+
kind: z.literal('run.equipment-reshape'),
|
|
650
|
+
step_id: StepId,
|
|
651
|
+
confirmed: z.boolean(),
|
|
652
|
+
reshaped: z.boolean(),
|
|
653
|
+
domain_tags: z.array(z.string()),
|
|
654
|
+
equipped_steps: z.array(StepId).optional(),
|
|
655
|
+
reason: z.string().min(1),
|
|
656
|
+
}).strict();
|
|
657
|
+
// On-demand context-pull — the durable record of one typed lookup a running
|
|
658
|
+
// step made against a parent's typed report. The sibling of equipment reshape:
|
|
659
|
+
// reshape adapts the remaining steps, this records a step asking a parent for
|
|
660
|
+
// one more named slice of context on demand. Written in the post-step seam for
|
|
661
|
+
// each query a relay surfaced in its `context_request`. `answered:true` means
|
|
662
|
+
// the named slice resolved and `bytes` is its serialized size; `answered:false`
|
|
663
|
+
// means it parked as a finding (an "everything" ask, an exhausted budget, an
|
|
664
|
+
// unknown parent, or an unanswerable path) and `reason` says which. Resolve-and-
|
|
665
|
+
// record only — no step gains the value back in this cut, so the run is never
|
|
666
|
+
// altered. Absent entirely on runs where no relay asks, keeping today's traces
|
|
667
|
+
// byte-stable.
|
|
668
|
+
export const RunContextPullTraceEntry = TraceEntryBase.extend({
|
|
669
|
+
kind: z.literal('run.context-pull'),
|
|
670
|
+
step_id: StepId,
|
|
671
|
+
from_step: z.string(),
|
|
672
|
+
field_path: z.string(),
|
|
673
|
+
answered: z.boolean(),
|
|
674
|
+
bytes: z.number().int().nonnegative().optional(),
|
|
675
|
+
reason: z.string().min(1),
|
|
676
|
+
}).strict();
|
|
677
|
+
// Pull-then-retry context-delivery — the durable record of the value half of the
|
|
678
|
+
// typed-lookup channel. Where run.context-pull records that a slice was resolved,
|
|
679
|
+
// this records that the resolved slices were FOLDED into the starving step's
|
|
680
|
+
// envelope and the step was RE-RUN once on the enriched context. `delivered_slices`
|
|
681
|
+
// / `delivered_bytes` are what was folded in; `retried` is whether the re-run ran;
|
|
682
|
+
// `kept` says which outcome the run carried forward — `retry` when the enriched
|
|
683
|
+
// re-run produced a result, `original` when it fell back (the retry errored or its
|
|
684
|
+
// connector failed before producing a result, leaving the starved result intact).
|
|
685
|
+
// Written only when a step had at least one answered slice to deliver, so a run
|
|
686
|
+
// that delivers nothing — and any run with delivery off — carries no such entry.
|
|
687
|
+
export const RunContextDeliveryTraceEntry = TraceEntryBase.extend({
|
|
688
|
+
kind: z.literal('run.context-delivery'),
|
|
689
|
+
step_id: StepId,
|
|
690
|
+
delivered_slices: z.number().int().nonnegative(),
|
|
691
|
+
delivered_bytes: z.number().int().nonnegative(),
|
|
692
|
+
retried: z.boolean(),
|
|
693
|
+
kept: z.enum(['retry', 'original']),
|
|
694
|
+
reason: z.string().min(1),
|
|
695
|
+
}).strict();
|
|
696
|
+
// The durable per-iteration record of an until-loop's stop-judge disposition —
|
|
697
|
+
// the Circuit analog of autoresearch's results.tsv. Written at the tail seam
|
|
698
|
+
// once per pass on a judge-gated until loop AFTER the disposition is final, so
|
|
699
|
+
// the operator can read what each pass proposed, whether the evidence floor
|
|
700
|
+
// confirmed it, and why a pass was discarded. `goal_proposed` is the judge's
|
|
701
|
+
// raw claim; `evidence_confirmed` is the floor's verdict; `disposition` is the
|
|
702
|
+
// engine's settled action. `no_progress_count` is the consecutive-stall count
|
|
703
|
+
// (0 on a stop-clean pass and whenever the flow declares no progress marker);
|
|
704
|
+
// `open_latch_count` is how many honesty-ledger latches were still open when the
|
|
705
|
+
// pass closed. `lesson` echoes the judge's carried lesson when present. Absent
|
|
706
|
+
// entirely on any non-until run and on count-driven until loops (no judgment to
|
|
707
|
+
// record), keeping today's traces byte-stable. The stop-clean ⟺ both-true
|
|
708
|
+
// invariant from disposeIteration is enforced at the union level below.
|
|
709
|
+
export const RunUntilJudgmentTraceEntry = TraceEntryBase.extend({
|
|
710
|
+
kind: z.literal('run.until-judgment'),
|
|
711
|
+
step_id: StepId,
|
|
712
|
+
iteration: z.number().int().nonnegative(),
|
|
713
|
+
goal_proposed: z.boolean(),
|
|
714
|
+
evidence_confirmed: z.boolean(),
|
|
715
|
+
disposition: z.enum(['stop-clean', 'reenter', 'needs-attention']),
|
|
716
|
+
no_progress_count: z.number().int().nonnegative(),
|
|
717
|
+
open_latch_count: z.number().int().nonnegative(),
|
|
718
|
+
lesson: z.string().min(1).optional(),
|
|
719
|
+
}).strict();
|
|
720
|
+
// Cross-variant superRefine enforces the
|
|
721
|
+
// `RelayStartedTraceEntry.role === resolved_from.role` binding when
|
|
722
|
+
// `resolved_from.source === 'role'`. Mirrors the Step pattern: keep each
|
|
723
|
+
// discriminated-union variant as a plain ZodObject (so discrimination works)
|
|
724
|
+
// and hoist cross-field refinements to the union level.
|
|
725
|
+
export const TraceEntry = z
|
|
726
|
+
.discriminatedUnion('kind', [
|
|
727
|
+
RunBootstrappedTraceEntry,
|
|
728
|
+
StepEnteredTraceEntry,
|
|
729
|
+
StepReportWrittenTraceEntry,
|
|
730
|
+
StepReportSkippedTraceEntry,
|
|
731
|
+
CheckEvaluatedTraceEntry,
|
|
732
|
+
VerificationCommandEvaluatedTraceEntry,
|
|
733
|
+
ProofAssessedTraceEntry,
|
|
734
|
+
SafeApplyResultTraceEntry,
|
|
735
|
+
CheckpointRequestedTraceEntry,
|
|
736
|
+
CheckpointResolvedTraceEntry,
|
|
737
|
+
RelayStartedTraceEntry,
|
|
738
|
+
SkillsLoadedTraceEntry,
|
|
739
|
+
RelayRequestTraceEntry,
|
|
740
|
+
RelayFailedTraceEntry,
|
|
741
|
+
RelayReceiptTraceEntry,
|
|
742
|
+
RelayResultTraceEntry,
|
|
743
|
+
RelayCompletedTraceEntry,
|
|
744
|
+
SubRunStartedTraceEntry,
|
|
745
|
+
SubRunCompletedTraceEntry,
|
|
746
|
+
FanoutStartedTraceEntry,
|
|
747
|
+
FanoutBranchStartedTraceEntry,
|
|
748
|
+
FanoutBranchCompletedTraceEntry,
|
|
749
|
+
FanoutJoinedTraceEntry,
|
|
750
|
+
StepCompletedTraceEntry,
|
|
751
|
+
StepAbortedTraceEntry,
|
|
752
|
+
RunClosedTraceEntry,
|
|
753
|
+
RunSkillHookTraceEntry,
|
|
754
|
+
RunSkillHookErrorTraceEntry,
|
|
755
|
+
PowerInferenceResolvedTraceEntry,
|
|
756
|
+
PowerInferenceErrorTraceEntry,
|
|
757
|
+
RunEquipmentReshapeTraceEntry,
|
|
758
|
+
RunContextPullTraceEntry,
|
|
759
|
+
RunContextDeliveryTraceEntry,
|
|
760
|
+
ContextDeliveryErrorTraceEntry,
|
|
761
|
+
RunUntilJudgmentTraceEntry,
|
|
762
|
+
GuidanceDecisionTraceEntryBody,
|
|
763
|
+
])
|
|
764
|
+
.superRefine((ev, ctx) => {
|
|
765
|
+
if (ev.kind === 'guidance.decision') {
|
|
766
|
+
refineGuidanceDecisionTraceEntry(ev, ctx);
|
|
767
|
+
return;
|
|
768
|
+
}
|
|
769
|
+
if (ev.kind === 'run.until-judgment') {
|
|
770
|
+
// disposeIteration reaches 'stop-clean' only when BOTH the goal was
|
|
771
|
+
// proposed AND the evidence confirmed it (until-corridor.ts). A recorded
|
|
772
|
+
// clean stop missing either is a laundered false-done — reject it on the
|
|
773
|
+
// offending field so the trace can never claim a stop the engine could not.
|
|
774
|
+
if (ev.disposition === 'stop-clean') {
|
|
775
|
+
if (!ev.goal_proposed) {
|
|
776
|
+
ctx.addIssue({
|
|
777
|
+
code: 'custom',
|
|
778
|
+
path: ['goal_proposed'],
|
|
779
|
+
message: "a 'stop-clean' until judgment requires goal_proposed true",
|
|
780
|
+
});
|
|
781
|
+
}
|
|
782
|
+
if (!ev.evidence_confirmed) {
|
|
783
|
+
ctx.addIssue({
|
|
784
|
+
code: 'custom',
|
|
785
|
+
path: ['evidence_confirmed'],
|
|
786
|
+
message: "a 'stop-clean' until judgment requires evidence_confirmed true",
|
|
787
|
+
});
|
|
788
|
+
}
|
|
789
|
+
}
|
|
790
|
+
return;
|
|
791
|
+
}
|
|
792
|
+
if (ev.kind === 'check.evaluated') {
|
|
793
|
+
// Mirror the verification.command_evaluated invariant below: when a check
|
|
794
|
+
// carries BOTH a command exit_code and a status, status must be 'passed'
|
|
795
|
+
// exactly when exit_code is 0 (proof-plan.ts derives the observation
|
|
796
|
+
// status that way). outcome is deliberately NOT constrained: a command
|
|
797
|
+
// acceptance criterion may expect a nonzero exit (expected_status
|
|
798
|
+
// 'failed'), so a passing outcome can honestly carry a failed status.
|
|
799
|
+
// Both fields are optional here, so only constrain them when present.
|
|
800
|
+
if (ev.exit_code !== undefined && ev.status !== undefined) {
|
|
801
|
+
const expected = ev.exit_code === 0 ? 'passed' : 'failed';
|
|
802
|
+
if (ev.status !== expected) {
|
|
803
|
+
ctx.addIssue({
|
|
804
|
+
code: 'custom',
|
|
805
|
+
path: ['status'],
|
|
806
|
+
message: `status must be '${expected}' when exit_code is ${ev.exit_code}`,
|
|
807
|
+
});
|
|
808
|
+
}
|
|
809
|
+
}
|
|
810
|
+
return;
|
|
811
|
+
}
|
|
812
|
+
if (ev.kind === 'verification.command_evaluated') {
|
|
813
|
+
const expected = ev.exit_code === 0 ? 'passed' : 'failed';
|
|
814
|
+
if (ev.status !== expected) {
|
|
815
|
+
ctx.addIssue({
|
|
816
|
+
code: 'custom',
|
|
817
|
+
path: ['status'],
|
|
818
|
+
message: `status must be '${expected}' when exit_code is ${ev.exit_code}`,
|
|
819
|
+
});
|
|
820
|
+
}
|
|
821
|
+
return;
|
|
822
|
+
}
|
|
823
|
+
if (ev.kind === 'proof.assessed') {
|
|
824
|
+
if (ev.scope.run_id !== ev.run_id) {
|
|
825
|
+
ctx.addIssue({
|
|
826
|
+
code: 'custom',
|
|
827
|
+
path: ['scope', 'run_id'],
|
|
828
|
+
message: 'proof assessment scope.run_id must match run_id',
|
|
829
|
+
});
|
|
830
|
+
}
|
|
831
|
+
if (ev.close_allowed && ev.overall_status !== 'proven') {
|
|
832
|
+
ctx.addIssue({
|
|
833
|
+
code: 'custom',
|
|
834
|
+
path: ['close_allowed'],
|
|
835
|
+
message: 'proof assessment close_allowed requires overall_status proven',
|
|
836
|
+
});
|
|
837
|
+
}
|
|
838
|
+
return;
|
|
839
|
+
}
|
|
840
|
+
if (ev.kind === 'safe_apply.result') {
|
|
841
|
+
if (ev.scope.run_id !== ev.run_id) {
|
|
842
|
+
ctx.addIssue({
|
|
843
|
+
code: 'custom',
|
|
844
|
+
path: ['scope', 'run_id'],
|
|
845
|
+
message: 'safe apply scope.run_id must match run_id',
|
|
846
|
+
});
|
|
847
|
+
}
|
|
848
|
+
for (const { label, path, ref } of [
|
|
849
|
+
{
|
|
850
|
+
label: 'safe apply change_packet_ref',
|
|
851
|
+
path: ['change_packet_ref'],
|
|
852
|
+
ref: ev.change_packet_ref,
|
|
853
|
+
},
|
|
854
|
+
{ label: 'safe apply base_ref', path: ['base_ref'], ref: ev.base_ref },
|
|
855
|
+
{ label: 'safe apply result_ref', path: ['result_ref'], ref: ev.result_ref },
|
|
856
|
+
...(ev.final_verification_ref === undefined
|
|
857
|
+
? []
|
|
858
|
+
: [
|
|
859
|
+
{
|
|
860
|
+
label: 'safe apply final_verification_ref',
|
|
861
|
+
path: ['final_verification_ref'],
|
|
862
|
+
ref: ev.final_verification_ref,
|
|
863
|
+
},
|
|
864
|
+
]),
|
|
865
|
+
...(ev.touched_files_ref === undefined
|
|
866
|
+
? []
|
|
867
|
+
: [
|
|
868
|
+
{
|
|
869
|
+
label: 'safe apply touched_files_ref',
|
|
870
|
+
path: ['touched_files_ref'],
|
|
871
|
+
ref: ev.touched_files_ref,
|
|
872
|
+
},
|
|
873
|
+
]),
|
|
874
|
+
]) {
|
|
875
|
+
if (ref.run_id !== ev.run_id) {
|
|
876
|
+
ctx.addIssue({
|
|
877
|
+
code: 'custom',
|
|
878
|
+
path: [...path, 'run_id'],
|
|
879
|
+
message: `${label} run_id must match run_id`,
|
|
880
|
+
});
|
|
881
|
+
}
|
|
882
|
+
if (ref.flow_id !== ev.scope.flow_id) {
|
|
883
|
+
ctx.addIssue({
|
|
884
|
+
code: 'custom',
|
|
885
|
+
path: [...path, 'flow_id'],
|
|
886
|
+
message: `${label} flow_id must match scope.flow_id`,
|
|
887
|
+
});
|
|
888
|
+
}
|
|
889
|
+
if (ref.step_id !== ev.scope.step_id) {
|
|
890
|
+
ctx.addIssue({
|
|
891
|
+
code: 'custom',
|
|
892
|
+
path: [...path, 'step_id'],
|
|
893
|
+
message: `${label} step_id must match scope.step_id`,
|
|
894
|
+
});
|
|
895
|
+
}
|
|
896
|
+
if (ref.attempt !== ev.scope.attempt) {
|
|
897
|
+
ctx.addIssue({
|
|
898
|
+
code: 'custom',
|
|
899
|
+
path: [...path, 'attempt'],
|
|
900
|
+
message: `${label} attempt must match scope.attempt`,
|
|
901
|
+
});
|
|
902
|
+
}
|
|
903
|
+
}
|
|
904
|
+
if (ev.action === 'rejected' && ev.outcome !== 'fail') {
|
|
905
|
+
ctx.addIssue({
|
|
906
|
+
code: 'custom',
|
|
907
|
+
path: ['outcome'],
|
|
908
|
+
message: 'rejected safe apply trace results require fail outcome',
|
|
909
|
+
});
|
|
910
|
+
}
|
|
911
|
+
if (ev.action === 'applied') {
|
|
912
|
+
if (ev.outcome !== 'pass') {
|
|
913
|
+
ctx.addIssue({
|
|
914
|
+
code: 'custom',
|
|
915
|
+
path: ['outcome'],
|
|
916
|
+
message: 'applied safe apply trace results require pass outcome',
|
|
917
|
+
});
|
|
918
|
+
}
|
|
919
|
+
if (ev.final_verification_ref === undefined) {
|
|
920
|
+
ctx.addIssue({
|
|
921
|
+
code: 'custom',
|
|
922
|
+
path: ['final_verification_ref'],
|
|
923
|
+
message: 'applied safe apply trace results require final verification refs',
|
|
924
|
+
});
|
|
925
|
+
}
|
|
926
|
+
}
|
|
927
|
+
return;
|
|
928
|
+
}
|
|
929
|
+
if (ev.kind !== 'relay.started' && ev.kind !== 'relay.failed')
|
|
930
|
+
return;
|
|
931
|
+
if (ev.resolved_from.source === 'role' && ev.resolved_from.role !== ev.role) {
|
|
932
|
+
ctx.addIssue({
|
|
933
|
+
code: 'custom',
|
|
934
|
+
path: ['resolved_from', 'role'],
|
|
935
|
+
message: `resolved_from.role '${ev.resolved_from.role}' does not agree with trace_entry role '${ev.role}'`,
|
|
936
|
+
});
|
|
937
|
+
}
|
|
938
|
+
if (ev.kind === 'relay.started' && ev.equipment !== undefined) {
|
|
939
|
+
const eq = ev.equipment;
|
|
940
|
+
// enforced_tools appears IFF the scope is effectively enforced.
|
|
941
|
+
if (eq.effective === 'enforced' && eq.enforced_tools === undefined) {
|
|
942
|
+
ctx.addIssue({
|
|
943
|
+
code: 'custom',
|
|
944
|
+
path: ['equipment', 'enforced_tools'],
|
|
945
|
+
message: 'an effectively-enforced equipment scope must record its enforced_tools',
|
|
946
|
+
});
|
|
947
|
+
}
|
|
948
|
+
if (eq.effective === 'trusted' && eq.enforced_tools !== undefined) {
|
|
949
|
+
ctx.addIssue({
|
|
950
|
+
code: 'custom',
|
|
951
|
+
path: ['equipment', 'enforced_tools'],
|
|
952
|
+
message: 'a trusted equipment scope must not record enforced_tools — trusted is guidance, not a restriction',
|
|
953
|
+
});
|
|
954
|
+
}
|
|
955
|
+
// A downgrade is precisely declared-enforced resolving to effective-trusted.
|
|
956
|
+
if (eq.downgraded && !(eq.declared === 'enforced' && eq.effective === 'trusted')) {
|
|
957
|
+
ctx.addIssue({
|
|
958
|
+
code: 'custom',
|
|
959
|
+
path: ['equipment', 'downgraded'],
|
|
960
|
+
message: 'a downgraded equipment scope must be declared enforced and effective trusted',
|
|
961
|
+
});
|
|
962
|
+
}
|
|
963
|
+
// Effective enforcement is only reachable from a declared-enforced scope.
|
|
964
|
+
if (eq.effective === 'enforced' && eq.declared !== 'enforced') {
|
|
965
|
+
ctx.addIssue({
|
|
966
|
+
code: 'custom',
|
|
967
|
+
path: ['equipment', 'effective'],
|
|
968
|
+
message: 'an effectively-enforced equipment scope must be declared enforced',
|
|
969
|
+
});
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
});
|
|
973
|
+
//# sourceMappingURL=trace-entry.js.map
|