@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,354 @@
|
|
|
1
|
+
// Render a one-line JSON-shape skeleton from a Zod schema.
|
|
2
|
+
//
|
|
3
|
+
// Used by flow `relay-hints.ts` authors so the shape portion of a relay
|
|
4
|
+
// instruction is derived from the report's Zod schema rather than typed
|
|
5
|
+
// out by hand. Authors keep the task-specific guidance and the
|
|
6
|
+
// mechanical tail (no code fences, JSON.parse, validation) as authored
|
|
7
|
+
// prose — only the literal `{ "field": "<placeholder>", ... }` part is
|
|
8
|
+
// generated here.
|
|
9
|
+
//
|
|
10
|
+
// Field-level placeholders default to `<string>`, `<number>`, etc. An
|
|
11
|
+
// author can override the placeholder for any leaf field by calling
|
|
12
|
+
// `.describe('what the field carries')` on the Zod schema; the renderer
|
|
13
|
+
// renders that description as the placeholder text. A `.describe()` carried
|
|
14
|
+
// on an OBJECT or ARRAY shape (including one attached through a transparent
|
|
15
|
+
// wrapper like `.optional()`) is not a leaf placeholder, so it renders as a
|
|
16
|
+
// leading `<...>` annotation in front of the recursed shape rather than being
|
|
17
|
+
// dropped — that is how the context-pull channel's "when to ask" guidance
|
|
18
|
+
// reaches the worker.
|
|
19
|
+
//
|
|
20
|
+
// Limitations the renderer degrades on intentionally:
|
|
21
|
+
// - ZodUnion (non-discriminated) renders each option separated by ` |
|
|
22
|
+
// `. Authors usually want a more guided prose explanation for
|
|
23
|
+
// unions, so this is a deliberately-bare default.
|
|
24
|
+
// - ZodDiscriminatedUnion collapses to a single shape when every
|
|
25
|
+
// branch is a ZodObject with the same key set; the discriminator
|
|
26
|
+
// field becomes an enum-like placeholder. Heterogeneous-shape
|
|
27
|
+
// unions fall back to `a | b | c`.
|
|
28
|
+
// - ZodAny / ZodUnknown render as `<any>` / `<unknown>` placeholders
|
|
29
|
+
// and rely on authored guidance.
|
|
30
|
+
// - `.superRefine`-only invariants that the structural type can't
|
|
31
|
+
// express (e.g. value-conditional minimums) stay in authored prose.
|
|
32
|
+
// - ZodLazy / recursive schemas are guarded against infinite
|
|
33
|
+
// recursion: a node visited again at deeper depth renders as
|
|
34
|
+
// `<recursive>` rather than blowing the stack.
|
|
35
|
+
function defOf(node) {
|
|
36
|
+
return node._zod.def;
|
|
37
|
+
}
|
|
38
|
+
function objectShape(def) {
|
|
39
|
+
const shape = def.shape;
|
|
40
|
+
return typeof shape === 'function' ? shape() : shape;
|
|
41
|
+
}
|
|
42
|
+
function literalValues(def) {
|
|
43
|
+
if (Array.isArray(def.values))
|
|
44
|
+
return def.values;
|
|
45
|
+
if ('value' in def)
|
|
46
|
+
return [def.value];
|
|
47
|
+
return [];
|
|
48
|
+
}
|
|
49
|
+
function enumValues(def) {
|
|
50
|
+
const raw = def.entries ?? def.values;
|
|
51
|
+
if (Array.isArray(raw))
|
|
52
|
+
return raw;
|
|
53
|
+
if (raw === undefined || raw === null || typeof raw !== 'object')
|
|
54
|
+
return [];
|
|
55
|
+
// `z.enum()` over numeric TS enums (formerly `z.nativeEnum()`) carries
|
|
56
|
+
// TypeScript's reverse-mapped form
|
|
57
|
+
// ({0:'Low',1:'High',Low:0,High:1}); Zod accepts the numeric value side.
|
|
58
|
+
const values = Object.values(raw);
|
|
59
|
+
const isReverseMapped = values.some((value) => typeof value === 'number' &&
|
|
60
|
+
Object.hasOwn(raw, String(value)));
|
|
61
|
+
const accepted = isReverseMapped
|
|
62
|
+
? values.filter((value) => typeof value === 'number')
|
|
63
|
+
: values;
|
|
64
|
+
return Array.from(new Set(accepted));
|
|
65
|
+
}
|
|
66
|
+
function renderEnumValues(values) {
|
|
67
|
+
return values
|
|
68
|
+
.map((value) => (typeof value === 'string' ? escapeJsonInner(value) : String(value)))
|
|
69
|
+
.join('|');
|
|
70
|
+
}
|
|
71
|
+
// JSON-escape a string for inline use inside a double-quoted JSON-shape
|
|
72
|
+
// placeholder. The renderer emits inline JSON-ish prose, not strict JSON,
|
|
73
|
+
// but unescaped quotes/backslashes in a `.describe()` text or in an object
|
|
74
|
+
// key can break the visual shape (and confuse a worker that tries to
|
|
75
|
+
// JSON.parse the literal example). Reuse JSON.stringify and strip the
|
|
76
|
+
// surrounding quotes so the escape rules stay in lockstep with the
|
|
77
|
+
// language standard.
|
|
78
|
+
function escapeJsonInner(value) {
|
|
79
|
+
const serialized = JSON.stringify(value);
|
|
80
|
+
return serialized.slice(1, serialized.length - 1);
|
|
81
|
+
}
|
|
82
|
+
// The non-empty `.describe()` text carried directly on a node, checking the
|
|
83
|
+
// instance-level description first (where `.describe()` writes in Zod v4) and
|
|
84
|
+
// falling back to the def. Returns undefined when no description is present.
|
|
85
|
+
function carriedDescription(node) {
|
|
86
|
+
const nodeDescription = node.description;
|
|
87
|
+
if (typeof nodeDescription === 'string' && nodeDescription.length > 0) {
|
|
88
|
+
return nodeDescription;
|
|
89
|
+
}
|
|
90
|
+
const defDescription = defOf(node).description;
|
|
91
|
+
if (typeof defDescription === 'string' && defDescription.length > 0) {
|
|
92
|
+
return defDescription;
|
|
93
|
+
}
|
|
94
|
+
return undefined;
|
|
95
|
+
}
|
|
96
|
+
function leafDescriptionOr(node, fallback) {
|
|
97
|
+
const description = carriedDescription(node);
|
|
98
|
+
if (description !== undefined) {
|
|
99
|
+
return `"<${escapeJsonInner(description)}>"`;
|
|
100
|
+
}
|
|
101
|
+
return fallback;
|
|
102
|
+
}
|
|
103
|
+
// Base Zod types whose `.describe()` is structural guidance about a shape, not
|
|
104
|
+
// a leaf placeholder. A description carried on (or wrapping) one of these is
|
|
105
|
+
// surfaced as a `<...>` annotation rather than dropped.
|
|
106
|
+
const NON_LEAF_BASE_TYPES = new Set(['object', 'array', 'tuple', 'record', 'map']);
|
|
107
|
+
// Peel transparent wrappers (`.optional()`, `.default()`, `.pipe()`, etc.) to
|
|
108
|
+
// find the base type a node ultimately stands for, so a description attached to
|
|
109
|
+
// a wrapper is attributed to the object/array it wraps. Used only to decide
|
|
110
|
+
// whether a carried description annotates a non-leaf shape — leaves fold their
|
|
111
|
+
// own describe into the placeholder via `leafDescriptionOr`, so they must not
|
|
112
|
+
// also be annotated here.
|
|
113
|
+
function annotatesAsNonLeaf(node) {
|
|
114
|
+
let current = node;
|
|
115
|
+
for (let depth = 0; depth <= MAX_RECURSION_DEPTH; depth += 1) {
|
|
116
|
+
const def = defOf(current);
|
|
117
|
+
switch (def.type) {
|
|
118
|
+
case 'optional':
|
|
119
|
+
case 'nullable':
|
|
120
|
+
case 'default':
|
|
121
|
+
case 'readonly':
|
|
122
|
+
case 'catch':
|
|
123
|
+
case 'nonoptional':
|
|
124
|
+
case 'success':
|
|
125
|
+
current = def.innerType;
|
|
126
|
+
continue;
|
|
127
|
+
case 'pipe':
|
|
128
|
+
current = (def.in ?? def.out);
|
|
129
|
+
continue;
|
|
130
|
+
default:
|
|
131
|
+
return NON_LEAF_BASE_TYPES.has(def.type);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
return false;
|
|
135
|
+
}
|
|
136
|
+
// Prepend a non-leaf node's carried `.describe()` text as a leading `<...>`
|
|
137
|
+
// annotation in front of its rendered shape. The text is left unescaped on
|
|
138
|
+
// purpose: unlike a leaf placeholder it sits OUTSIDE any JSON string literal,
|
|
139
|
+
// so it reads as inline guidance, not as a parseable value. Returns the
|
|
140
|
+
// rendered shape unchanged when there is no description or the node is a leaf.
|
|
141
|
+
function withCarriedAnnotation(node, rendered) {
|
|
142
|
+
const description = carriedDescription(node);
|
|
143
|
+
if (description === undefined || !annotatesAsNonLeaf(node)) {
|
|
144
|
+
return rendered;
|
|
145
|
+
}
|
|
146
|
+
return `<${description}> ${rendered}`;
|
|
147
|
+
}
|
|
148
|
+
// Render-time recursion guard. The visited set captures Zod nodes already
|
|
149
|
+
// on the render stack so a `z.lazy(() => Node)` self-reference is detected
|
|
150
|
+
// at the second visit and short-circuited. The set is render-call-scoped,
|
|
151
|
+
// not module-global, so independent schemas don't share state.
|
|
152
|
+
const MAX_RECURSION_DEPTH = 32;
|
|
153
|
+
export function renderShapeSkeleton(schema) {
|
|
154
|
+
return renderNode(schema, new Set(), 0);
|
|
155
|
+
}
|
|
156
|
+
// Collect every string value the schema admits for its top-level `verdict`
|
|
157
|
+
// field. Handles plain objects (verdict as enum or literal) and unions —
|
|
158
|
+
// including discriminated unions over `verdict` — by walking each branch.
|
|
159
|
+
// Returns [] when the schema has no introspectable verdict field, so
|
|
160
|
+
// callers can degrade to the step's check.pass list alone.
|
|
161
|
+
export function verdictValuesFromSchema(schema) {
|
|
162
|
+
const out = [];
|
|
163
|
+
collectVerdictValues(schema, out, 0);
|
|
164
|
+
return [...new Set(out)];
|
|
165
|
+
}
|
|
166
|
+
function collectVerdictValues(node, out, depth) {
|
|
167
|
+
if (depth > MAX_RECURSION_DEPTH)
|
|
168
|
+
return;
|
|
169
|
+
const def = defOf(node);
|
|
170
|
+
switch (def.type) {
|
|
171
|
+
case 'object': {
|
|
172
|
+
const verdict = objectShape(def).verdict;
|
|
173
|
+
if (verdict === undefined)
|
|
174
|
+
return;
|
|
175
|
+
const verdictDef = defOf(verdict);
|
|
176
|
+
const values = verdictDef.type === 'enum'
|
|
177
|
+
? enumValues(verdictDef)
|
|
178
|
+
: verdictDef.type === 'literal'
|
|
179
|
+
? literalValues(verdictDef)
|
|
180
|
+
: [];
|
|
181
|
+
for (const value of values) {
|
|
182
|
+
if (typeof value === 'string')
|
|
183
|
+
out.push(value);
|
|
184
|
+
}
|
|
185
|
+
return;
|
|
186
|
+
}
|
|
187
|
+
case 'union': {
|
|
188
|
+
for (const option of def.options) {
|
|
189
|
+
collectVerdictValues(option, out, depth + 1);
|
|
190
|
+
}
|
|
191
|
+
return;
|
|
192
|
+
}
|
|
193
|
+
case 'lazy': {
|
|
194
|
+
const getter = def.getter;
|
|
195
|
+
collectVerdictValues(getter(), out, depth + 1);
|
|
196
|
+
return;
|
|
197
|
+
}
|
|
198
|
+
default:
|
|
199
|
+
return;
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
function renderNode(node, visited, depth) {
|
|
203
|
+
if (visited.has(node) || depth > MAX_RECURSION_DEPTH) {
|
|
204
|
+
return '<recursive>';
|
|
205
|
+
}
|
|
206
|
+
visited.add(node);
|
|
207
|
+
try {
|
|
208
|
+
const rendered = renderNodeInner(node, visited, depth + 1);
|
|
209
|
+
return withCarriedAnnotation(node, rendered);
|
|
210
|
+
}
|
|
211
|
+
finally {
|
|
212
|
+
visited.delete(node);
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
function renderNodeInner(node, visited, depth) {
|
|
216
|
+
const def = defOf(node);
|
|
217
|
+
switch (def.type) {
|
|
218
|
+
case 'object': {
|
|
219
|
+
const shape = objectShape(def);
|
|
220
|
+
const entries = Object.entries(shape).map(([key, child]) => `"${escapeJsonInner(key)}": ${renderNode(child, visited, depth)}`);
|
|
221
|
+
return `{ ${entries.join(', ')} }`;
|
|
222
|
+
}
|
|
223
|
+
case 'array': {
|
|
224
|
+
const inner = renderNode(def.element, visited, depth);
|
|
225
|
+
return `[${inner}]`;
|
|
226
|
+
}
|
|
227
|
+
case 'optional':
|
|
228
|
+
case 'nullable':
|
|
229
|
+
case 'default':
|
|
230
|
+
case 'readonly':
|
|
231
|
+
case 'catch':
|
|
232
|
+
case 'nonoptional':
|
|
233
|
+
case 'success':
|
|
234
|
+
return renderNode(def.innerType, visited, depth);
|
|
235
|
+
case 'pipe':
|
|
236
|
+
return renderNode((def.in ?? def.out), visited, depth);
|
|
237
|
+
case 'transform':
|
|
238
|
+
return '<transform>';
|
|
239
|
+
case 'literal': {
|
|
240
|
+
const [value] = literalValues(def);
|
|
241
|
+
return typeof value === 'string' ? JSON.stringify(value) : JSON.stringify(value);
|
|
242
|
+
}
|
|
243
|
+
case 'enum': {
|
|
244
|
+
const values = enumValues(def);
|
|
245
|
+
return `"<${renderEnumValues(values)}>"`;
|
|
246
|
+
}
|
|
247
|
+
case 'string':
|
|
248
|
+
return leafDescriptionOr(node, '"<string>"');
|
|
249
|
+
case 'number':
|
|
250
|
+
return leafDescriptionOr(node, '<number>');
|
|
251
|
+
case 'bigint':
|
|
252
|
+
return leafDescriptionOr(node, '<bigint>');
|
|
253
|
+
case 'boolean':
|
|
254
|
+
return leafDescriptionOr(node, '<true|false>');
|
|
255
|
+
case 'date':
|
|
256
|
+
return leafDescriptionOr(node, '"<iso-date>"');
|
|
257
|
+
case 'null':
|
|
258
|
+
return 'null';
|
|
259
|
+
case 'undefined':
|
|
260
|
+
return '<undefined>';
|
|
261
|
+
case 'any':
|
|
262
|
+
return leafDescriptionOr(node, '<any>');
|
|
263
|
+
case 'unknown':
|
|
264
|
+
return leafDescriptionOr(node, '<unknown>');
|
|
265
|
+
case 'never':
|
|
266
|
+
return '<never>';
|
|
267
|
+
case 'record':
|
|
268
|
+
case 'map':
|
|
269
|
+
return `{ "<key>": ${renderNode(def.valueType, visited, depth)} }`;
|
|
270
|
+
case 'tuple': {
|
|
271
|
+
const items = def.items.map((item) => renderNode(item, visited, depth));
|
|
272
|
+
const rest = def.rest;
|
|
273
|
+
if (rest !== undefined && rest !== null) {
|
|
274
|
+
items.push(`...${renderNode(rest, visited, depth)}`);
|
|
275
|
+
}
|
|
276
|
+
return `[${items.join(', ')}]`;
|
|
277
|
+
}
|
|
278
|
+
case 'union': {
|
|
279
|
+
const options = def.options;
|
|
280
|
+
const discriminator = def.discriminator;
|
|
281
|
+
if (typeof discriminator === 'string') {
|
|
282
|
+
const collapsed = collapseDiscriminatedUnion(discriminator, options, visited, depth);
|
|
283
|
+
if (collapsed !== undefined)
|
|
284
|
+
return collapsed;
|
|
285
|
+
}
|
|
286
|
+
return options.map((opt) => renderNode(opt, visited, depth)).join(' | ');
|
|
287
|
+
}
|
|
288
|
+
case 'lazy': {
|
|
289
|
+
const getter = def.getter;
|
|
290
|
+
return renderNode(getter(), visited, depth);
|
|
291
|
+
}
|
|
292
|
+
case 'intersection': {
|
|
293
|
+
const left = renderNode(def.left, visited, depth);
|
|
294
|
+
const right = renderNode(def.right, visited, depth);
|
|
295
|
+
return `${left} & ${right}`;
|
|
296
|
+
}
|
|
297
|
+
default:
|
|
298
|
+
return `<${def.type}>`;
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
// Collapse a discriminated union of ZodObject branches into a single shape
|
|
302
|
+
// when every branch has the same key set. The discriminator field renders
|
|
303
|
+
// as an enum-style placeholder listing the literal values across branches;
|
|
304
|
+
// other fields render from the first branch (they're expected to match in
|
|
305
|
+
// shape, even if their value constraints differ). Returns undefined when
|
|
306
|
+
// branches diverge structurally, in which case the caller falls back to
|
|
307
|
+
// `a | b | c` rendering.
|
|
308
|
+
function collapseDiscriminatedUnion(discriminator, options, visited, depth) {
|
|
309
|
+
if (options.length === 0)
|
|
310
|
+
return undefined;
|
|
311
|
+
const objectShapes = [];
|
|
312
|
+
const discriminatorValues = [];
|
|
313
|
+
for (const option of options) {
|
|
314
|
+
const optDef = defOf(option);
|
|
315
|
+
if (optDef.type !== 'object')
|
|
316
|
+
return undefined;
|
|
317
|
+
const shape = objectShape(optDef);
|
|
318
|
+
objectShapes.push(shape);
|
|
319
|
+
const discriminatorNode = shape[discriminator];
|
|
320
|
+
if (discriminatorNode === undefined)
|
|
321
|
+
return undefined;
|
|
322
|
+
const discriminatorDef = defOf(discriminatorNode);
|
|
323
|
+
if (discriminatorDef.type !== 'literal')
|
|
324
|
+
return undefined;
|
|
325
|
+
const [value] = literalValues(discriminatorDef);
|
|
326
|
+
discriminatorValues.push(value);
|
|
327
|
+
}
|
|
328
|
+
const firstShape = objectShapes[0];
|
|
329
|
+
if (firstShape === undefined)
|
|
330
|
+
return undefined;
|
|
331
|
+
const keyList = Object.keys(firstShape);
|
|
332
|
+
const keyListSorted = keyList.slice().sort();
|
|
333
|
+
for (const shape of objectShapes) {
|
|
334
|
+
const shapeKeys = Object.keys(shape).slice().sort();
|
|
335
|
+
if (shapeKeys.length !== keyListSorted.length)
|
|
336
|
+
return undefined;
|
|
337
|
+
for (let idx = 0; idx < shapeKeys.length; idx += 1) {
|
|
338
|
+
if (shapeKeys[idx] !== keyListSorted[idx])
|
|
339
|
+
return undefined;
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
const entries = keyList.map((key) => {
|
|
343
|
+
if (key === discriminator) {
|
|
344
|
+
const rendered = discriminatorValues.map((value) => typeof value === 'string' ? escapeJsonInner(value) : String(value));
|
|
345
|
+
return `"${escapeJsonInner(key)}": "<${rendered.join('|')}>"`;
|
|
346
|
+
}
|
|
347
|
+
const child = firstShape[key];
|
|
348
|
+
if (child === undefined)
|
|
349
|
+
return `"${escapeJsonInner(key)}": <missing>`;
|
|
350
|
+
return `"${escapeJsonInner(key)}": ${renderNode(child, visited, depth)}`;
|
|
351
|
+
});
|
|
352
|
+
return `{ ${entries.join(', ')} }`;
|
|
353
|
+
}
|
|
354
|
+
//# sourceMappingURL=from-zod.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"from-zod.js","sourceRoot":"","sources":["../../../../src/flows/registries/shape-hints/from-zod.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instruction-helpers.d.ts","sourceRoot":"","sources":["../../../../src/flows/registries/shape-hints/instruction-helpers.ts"],"names":[],"mappings":"AAcA,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAEzD;AAED,wBAAgB,cAAc,CAAC,MAAM,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAW1E"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
// Shared assembly helpers for relay shape-hint instructions.
|
|
2
|
+
//
|
|
3
|
+
// `shapeInstruction` prefixes a rendered JSON skeleton with the canonical
|
|
4
|
+
// opening line; `mechanicalTail` appends the parse/validate contract every
|
|
5
|
+
// schema hint must carry. The `relay-prompt-hygiene` test enforces three of
|
|
6
|
+
// those clauses (no code fences, no surrounding prose, JSON.parse) across
|
|
7
|
+
// every registered hint, so flow authors reach for these bookends and keep
|
|
8
|
+
// only their task-specific guidance as authored prose. Keeping the contract
|
|
9
|
+
// text in one place is what lets it stay identical across flows.
|
|
10
|
+
//
|
|
11
|
+
// `reportPath` is optional: pass it when a step writes to a single stable
|
|
12
|
+
// path (most flows) and omit it when the path is step-numbered or otherwise
|
|
13
|
+
// ambiguous, so the tail never cites a path the worker can't trust.
|
|
14
|
+
export function shapeInstruction(skeleton) {
|
|
15
|
+
return `Respond with a single raw JSON object whose top-level shape is exactly: ${skeleton}`;
|
|
16
|
+
}
|
|
17
|
+
export function mechanicalTail(schema, reportPath) {
|
|
18
|
+
const validation = reportPath === undefined
|
|
19
|
+
? `The runtime parses your response with JSON.parse, rejects verdicts the schema does not allow, and validates the full report body against ${schema}.`
|
|
20
|
+
: `The runtime parses your response with JSON.parse, rejects verdicts the schema does not allow, and validates the full report body against ${schema} before writing ${reportPath}.`;
|
|
21
|
+
return [
|
|
22
|
+
'Do not include extra top-level keys.',
|
|
23
|
+
'Do not wrap the JSON in Markdown code fences.',
|
|
24
|
+
'Do not include any prose before or after the JSON object.',
|
|
25
|
+
validation,
|
|
26
|
+
].join(' ');
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=instruction-helpers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instruction-helpers.js","sourceRoot":"","sources":["../../../../src/flows/registries/shape-hints/instruction-helpers.ts"],"names":[],"mappings":"AAAA,6DAA6D;AAC7D,EAAE;AACF,0EAA0E;AAC1E,2EAA2E;AAC3E,4EAA4E;AAC5E,0EAA0E;AAC1E,2EAA2E;AAC3E,4EAA4E;AAC5E,iEAAiE;AACjE,EAAE;AACF,0EAA0E;AAC1E,4EAA4E;AAC5E,oEAAoE;AAEpE,MAAM,UAAU,gBAAgB,CAAC,QAAgB;IAC/C,OAAO,2EAA2E,QAAQ,EAAE,CAAC;AAC/F,CAAC;AAED,MAAM,UAAU,cAAc,CAAC,MAAc,EAAE,UAAmB;IAChE,MAAM,UAAU,GACd,UAAU,KAAK,SAAS;QACtB,CAAC,CAAC,4IAA4I,MAAM,GAAG;QACvJ,CAAC,CAAC,4IAA4I,MAAM,mBAAmB,UAAU,GAAG,CAAC;IACzL,OAAO;QACL,sCAAsC;QACtC,+CAA+C;QAC/C,2DAA2D;QAC3D,UAAU;KACX,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AACd,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { RelayStep, SchemaShapeHint, StructuralShapeHint } from './types.js';
|
|
2
|
+
export declare function findRelayShapeHint(step: RelayStep): string | undefined;
|
|
3
|
+
export declare function listRegisteredSchemaHints(): readonly SchemaShapeHint[];
|
|
4
|
+
export declare function listRegisteredStructuralHints(): readonly StructuralShapeHint[];
|
|
5
|
+
//# sourceMappingURL=registry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../../../src/flows/registries/shape-hints/registry.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,SAAS,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAKlF,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,SAAS,GAAG,MAAM,GAAG,SAAS,CAUtE;AAED,wBAAgB,yBAAyB,IAAI,SAAS,eAAe,EAAE,CAMtE;AAED,wBAAgB,6BAA6B,IAAI,SAAS,mBAAmB,EAAE,CAE9E"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// Registry of relay shape hints, keyed by output schema name.
|
|
2
|
+
//
|
|
3
|
+
// Hints come from src/flows/catalog.ts via buildSchemaHintMap and
|
|
4
|
+
// buildStructuralHintList. Schema lookup runs first; structural hints
|
|
5
|
+
// are tried in registration order only when the schema lookup misses.
|
|
6
|
+
import { buildSchemaHintMap, buildStructuralHintList } from '../../catalog-derivations.js';
|
|
7
|
+
import { flowPackages } from '../../catalog.js';
|
|
8
|
+
const SCHEMA_HINTS = buildSchemaHintMap(flowPackages);
|
|
9
|
+
const STRUCTURAL_HINTS = buildStructuralHintList(flowPackages);
|
|
10
|
+
export function findRelayShapeHint(step) {
|
|
11
|
+
const schema = step.writes.report?.schema;
|
|
12
|
+
if (schema !== undefined) {
|
|
13
|
+
const bySchema = SCHEMA_HINTS.get(schema);
|
|
14
|
+
if (bySchema !== undefined)
|
|
15
|
+
return bySchema;
|
|
16
|
+
}
|
|
17
|
+
for (const hint of STRUCTURAL_HINTS) {
|
|
18
|
+
if (hint.match(step))
|
|
19
|
+
return hint.instruction;
|
|
20
|
+
}
|
|
21
|
+
return undefined;
|
|
22
|
+
}
|
|
23
|
+
export function listRegisteredSchemaHints() {
|
|
24
|
+
const out = [];
|
|
25
|
+
for (const [schema, instruction] of SCHEMA_HINTS) {
|
|
26
|
+
out.push({ kind: 'schema', schema, instruction });
|
|
27
|
+
}
|
|
28
|
+
return out;
|
|
29
|
+
}
|
|
30
|
+
export function listRegisteredStructuralHints() {
|
|
31
|
+
return STRUCTURAL_HINTS;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=registry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"registry.js","sourceRoot":"","sources":["../../../../src/flows/registries/shape-hints/registry.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,EAAE;AACF,kEAAkE;AAClE,sEAAsE;AACtE,sEAAsE;AAEtE,OAAO,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAC3F,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAGhD,MAAM,YAAY,GAAG,kBAAkB,CAAC,YAAY,CAAC,CAAC;AACtD,MAAM,gBAAgB,GAAG,uBAAuB,CAAC,YAAY,CAAC,CAAC;AAE/D,MAAM,UAAU,kBAAkB,CAAC,IAAe;IAChD,MAAM,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAC1C,IAAI,MAAM,KAAK,SAAS,EAAE,CAAC;QACzB,MAAM,QAAQ,GAAG,YAAY,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;QAC1C,IAAI,QAAQ,KAAK,SAAS;YAAE,OAAO,QAAQ,CAAC;IAC9C,CAAC;IACD,KAAK,MAAM,IAAI,IAAI,gBAAgB,EAAE,CAAC;QACpC,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC;YAAE,OAAO,IAAI,CAAC,WAAW,CAAC;IAChD,CAAC;IACD,OAAO,SAAS,CAAC;AACnB,CAAC;AAED,MAAM,UAAU,yBAAyB;IACvC,MAAM,GAAG,GAAsB,EAAE,CAAC;IAClC,KAAK,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,IAAI,YAAY,EAAE,CAAC;QACjD,GAAG,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAW,EAAE,CAAC,CAAC;IACpD,CAAC;IACD,OAAO,GAAG,CAAC;AACb,CAAC;AAED,MAAM,UAAU,6BAA6B;IAC3C,OAAO,gBAAgB,CAAC;AAC1B,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { RuntimeIndexedRelayStep } from '../runtime-index.js';
|
|
2
|
+
export type RelayStep = RuntimeIndexedRelayStep;
|
|
3
|
+
export interface SchemaShapeHint {
|
|
4
|
+
readonly kind: 'schema';
|
|
5
|
+
readonly schema: string;
|
|
6
|
+
readonly instruction: string;
|
|
7
|
+
}
|
|
8
|
+
export interface StructuralShapeHint {
|
|
9
|
+
readonly kind: 'structural';
|
|
10
|
+
readonly id: string;
|
|
11
|
+
match(step: RelayStep): boolean;
|
|
12
|
+
readonly instruction: string;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/flows/registries/shape-hints/types.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAEnE,MAAM,MAAM,SAAS,GAAG,uBAAuB,CAAC;AAEhD,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC;IACxB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,WAAW,mBAAmB;IAClC,QAAQ,CAAC,IAAI,EAAE,YAAY,CAAC;IAC5B,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO,CAAC;IAChC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;CAC9B"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
// Shape-hint registry types.
|
|
2
|
+
//
|
|
3
|
+
// A shape hint tells a worker what JSON shape its relay response
|
|
4
|
+
// must produce so the runner can parse + validate the result against
|
|
5
|
+
// the step's typed report schema. Without a hint, workers receive
|
|
6
|
+
// only a generic "respond with a verdict" instruction and produce
|
|
7
|
+
// acknowledgment-style responses that fail schema validation at the
|
|
8
|
+
// step check.
|
|
9
|
+
//
|
|
10
|
+
// Two hint kinds live in the registry:
|
|
11
|
+
// - 'schema' — keyed by `step.writes.report.schema`. The
|
|
12
|
+
// common case: each per-flow relay step
|
|
13
|
+
// that writes a typed report contributes one.
|
|
14
|
+
// - 'structural' — keyed by a step-shape predicate (role + check).
|
|
15
|
+
// For relay steps that emit a structured result
|
|
16
|
+
// body but do not register a typed report under
|
|
17
|
+
// `writes.report` (e.g. the standalone review
|
|
18
|
+
// flow's audit step).
|
|
19
|
+
//
|
|
20
|
+
// To add a new flow's relay shape hint, an author writes:
|
|
21
|
+
// 1. The schema for the report body in src/flows/<wf>/reports.ts
|
|
22
|
+
// 2. A SchemaShapeHint or StructuralShapeHint export in src/flows/<wf>/relay-hints.ts
|
|
23
|
+
// 3. Register it on the package's `relayReports[].relayHint`
|
|
24
|
+
export {};
|
|
25
|
+
//# sourceMappingURL=types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/flows/registries/shape-hints/types.ts"],"names":[],"mappings":"AAAA,6BAA6B;AAC7B,EAAE;AACF,iEAAiE;AACjE,qEAAqE;AACrE,kEAAkE;AAClE,kEAAkE;AAClE,oEAAoE;AACpE,cAAc;AACd,EAAE;AACF,uCAAuC;AACvC,+DAA+D;AAC/D,2DAA2D;AAC3D,iEAAiE;AACjE,qEAAqE;AACrE,mEAAmE;AACnE,mEAAmE;AACnE,iEAAiE;AACjE,yCAAyC;AACzC,EAAE;AACF,0DAA0D;AAC1D,mEAAmE;AACnE,wFAAwF;AACxF,+DAA+D"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { type RuntimeIndexedFlow } from '../runtime-index.js';
|
|
2
|
+
import type { VerificationBuilder, VerificationStep } from './types.js';
|
|
3
|
+
export declare function findVerificationWriter(resultSchemaName: string): VerificationBuilder | undefined;
|
|
4
|
+
export declare function listVerificationWriters(): readonly (readonly [string, VerificationBuilder])[];
|
|
5
|
+
export declare function resolveVerificationReadPaths(builder: VerificationBuilder, flow: RuntimeIndexedFlow, step: VerificationStep): Record<string, string>;
|
|
6
|
+
//# sourceMappingURL=registry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../../../src/flows/registries/verification-writers/registry.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,kBAAkB,EAAoC,MAAM,qBAAqB,CAAC;AAChG,OAAO,KAAK,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAIxE,wBAAgB,sBAAsB,CAAC,gBAAgB,EAAE,MAAM,GAAG,mBAAmB,GAAG,SAAS,CAEhG;AAKD,wBAAgB,uBAAuB,IAAI,SAAS,CAAC,SAAS,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC,EAAE,CAE7F;AASD,wBAAgB,4BAA4B,CAC1C,OAAO,EAAE,mBAAmB,EAC5B,IAAI,EAAE,kBAAkB,EACxB,IAAI,EAAE,gBAAgB,GACrB,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAWxB"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// Registry of verification writers, keyed by output schema name.
|
|
2
|
+
//
|
|
3
|
+
// Builders come from src/flows/catalog.ts via buildVerificationRegistry.
|
|
4
|
+
import { buildVerificationRegistry } from '../../catalog-derivations.js';
|
|
5
|
+
import { flowPackages } from '../../catalog.js';
|
|
6
|
+
import { reportPathForSchemaInRuntimeFlow } from '../runtime-index.js';
|
|
7
|
+
const REGISTRY = buildVerificationRegistry(flowPackages);
|
|
8
|
+
export function findVerificationWriter(resultSchemaName) {
|
|
9
|
+
return REGISTRY.get(resultSchemaName);
|
|
10
|
+
}
|
|
11
|
+
// Every registered verification writer, as [resultSchemaName, builder] pairs. The
|
|
12
|
+
// source-coverage test enumerates this so a newly-added writer cannot slip in
|
|
13
|
+
// without declaring its source reads (or being explicitly marked uncoupled).
|
|
14
|
+
export function listVerificationWriters() {
|
|
15
|
+
return [...REGISTRY.entries()];
|
|
16
|
+
}
|
|
17
|
+
// Resolve a verification builder's declared reads against a specific runtime flow
|
|
18
|
+
// + step, the same way loadCommands enforces them: each REQUIRED read's report
|
|
19
|
+
// path must be produced by some step AND listed in the verification step's reads,
|
|
20
|
+
// or it throws with the writer's own "requires step '<id>' to read <path>"
|
|
21
|
+
// phrasing. Builders that declare no reads resolve to an empty map (nothing to
|
|
22
|
+
// check). This is the offline mirror the runnability floor uses so a composed
|
|
23
|
+
// verification step whose source is unwired is caught before it runs, not after.
|
|
24
|
+
export function resolveVerificationReadPaths(builder, flow, step) {
|
|
25
|
+
const paths = {};
|
|
26
|
+
for (const descriptor of builder.reads ?? []) {
|
|
27
|
+
if (!descriptor.required)
|
|
28
|
+
continue;
|
|
29
|
+
const path = reportPathForSchemaInRuntimeFlow(flow, descriptor.schema);
|
|
30
|
+
if (!step.reads.includes(path)) {
|
|
31
|
+
throw new Error(`${builder.resultSchemaName} requires step '${step.id}' to read ${path}`);
|
|
32
|
+
}
|
|
33
|
+
paths[descriptor.name] = path;
|
|
34
|
+
}
|
|
35
|
+
return paths;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=registry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"registry.js","sourceRoot":"","sources":["../../../../src/flows/registries/verification-writers/registry.ts"],"names":[],"mappings":"AAAA,iEAAiE;AACjE,EAAE;AACF,yEAAyE;AAEzE,OAAO,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AACzE,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAA2B,gCAAgC,EAAE,MAAM,qBAAqB,CAAC;AAGhG,MAAM,QAAQ,GAAG,yBAAyB,CAAC,YAAY,CAAC,CAAC;AAEzD,MAAM,UAAU,sBAAsB,CAAC,gBAAwB;IAC7D,OAAO,QAAQ,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;AACxC,CAAC;AAED,kFAAkF;AAClF,8EAA8E;AAC9E,6EAA6E;AAC7E,MAAM,UAAU,uBAAuB;IACrC,OAAO,CAAC,GAAG,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC;AACjC,CAAC;AAED,kFAAkF;AAClF,+EAA+E;AAC/E,kFAAkF;AAClF,2EAA2E;AAC3E,+EAA+E;AAC/E,8EAA8E;AAC9E,iFAAiF;AACjF,MAAM,UAAU,4BAA4B,CAC1C,OAA4B,EAC5B,IAAwB,EACxB,IAAsB;IAEtB,MAAM,KAAK,GAA2B,EAAE,CAAC;IACzC,KAAK,MAAM,UAAU,IAAI,OAAO,CAAC,KAAK,IAAI,EAAE,EAAE,CAAC;QAC7C,IAAI,CAAC,UAAU,CAAC,QAAQ;YAAE,SAAS;QACnC,MAAM,IAAI,GAAG,gCAAgC,CAAC,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;QACvE,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAa,CAAC,EAAE,CAAC;YACxC,MAAM,IAAI,KAAK,CAAC,GAAG,OAAO,CAAC,gBAAgB,mBAAmB,IAAI,CAAC,EAAE,aAAa,IAAI,EAAE,CAAC,CAAC;QAC5F,CAAC;QACD,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IAChC,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import type { RuntimeIndexedFlow, RuntimeIndexedVerificationStep } from '../runtime-index.js';
|
|
2
|
+
export type VerificationStep = RuntimeIndexedVerificationStep;
|
|
3
|
+
export interface VerificationCommand {
|
|
4
|
+
readonly id: string;
|
|
5
|
+
readonly cwd: string;
|
|
6
|
+
readonly argv: readonly string[];
|
|
7
|
+
readonly timeout_ms: number;
|
|
8
|
+
readonly max_output_bytes: number;
|
|
9
|
+
readonly env: Readonly<Record<string, string>>;
|
|
10
|
+
}
|
|
11
|
+
export interface VerificationCommandObservation {
|
|
12
|
+
readonly command: VerificationCommand;
|
|
13
|
+
readonly exit_code: number;
|
|
14
|
+
readonly status: 'passed' | 'failed';
|
|
15
|
+
readonly duration_ms: number;
|
|
16
|
+
readonly stdout_summary: string;
|
|
17
|
+
readonly stderr_summary: string;
|
|
18
|
+
readonly timed_out: boolean;
|
|
19
|
+
}
|
|
20
|
+
export interface VerificationBuildContext {
|
|
21
|
+
readonly runFolder: string;
|
|
22
|
+
readonly projectRoot?: string;
|
|
23
|
+
readonly flow: RuntimeIndexedFlow;
|
|
24
|
+
readonly step: VerificationStep;
|
|
25
|
+
}
|
|
26
|
+
export interface VerificationReadDescriptor {
|
|
27
|
+
readonly name: string;
|
|
28
|
+
readonly schema: string;
|
|
29
|
+
readonly required: boolean;
|
|
30
|
+
}
|
|
31
|
+
export interface VerificationBuilder {
|
|
32
|
+
readonly resultSchemaName: string;
|
|
33
|
+
readonly reads?: readonly VerificationReadDescriptor[];
|
|
34
|
+
loadCommands(context: VerificationBuildContext): readonly VerificationCommand[];
|
|
35
|
+
buildResult(observations: readonly VerificationCommandObservation[], context: VerificationBuildContext): unknown;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/flows/registries/verification-writers/types.ts"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,8BAA8B,EAAE,MAAM,qBAAqB,CAAC;AAE9F,MAAM,MAAM,gBAAgB,GAAG,8BAA8B,CAAC;AAK9D,MAAM,WAAW,mBAAmB;IAClC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,IAAI,EAAE,SAAS,MAAM,EAAE,CAAC;IACjC,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,gBAAgB,EAAE,MAAM,CAAC;IAClC,QAAQ,CAAC,GAAG,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;CAChD;AAMD,MAAM,WAAW,8BAA8B;IAC7C,QAAQ,CAAC,OAAO,EAAE,mBAAmB,CAAC;IACtC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,MAAM,EAAE,QAAQ,GAAG,QAAQ,CAAC;IACrC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAGhC,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC;CAC7B;AAED,MAAM,WAAW,wBAAwB;IACvC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,IAAI,EAAE,kBAAkB,CAAC;IAClC,QAAQ,CAAC,IAAI,EAAE,gBAAgB,CAAC;CACjC;AAUD,MAAM,WAAW,0BAA0B;IAEzC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IAGtB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IAGxB,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,WAAW,mBAAmB;IAIlC,QAAQ,CAAC,gBAAgB,EAAE,MAAM,CAAC;IASlC,QAAQ,CAAC,KAAK,CAAC,EAAE,SAAS,0BAA0B,EAAE,CAAC;IAIvD,YAAY,CAAC,OAAO,EAAE,wBAAwB,GAAG,SAAS,mBAAmB,EAAE,CAAC;IAShF,WAAW,CACT,YAAY,EAAE,SAAS,8BAA8B,EAAE,EACvD,OAAO,EAAE,wBAAwB,GAChC,OAAO,CAAC;CACZ"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// Verification writer registry types.
|
|
2
|
+
//
|
|
3
|
+
// A verification step has three pieces of flow-specific logic:
|
|
4
|
+
//
|
|
5
|
+
// 1. Where do the commands come from? (Build sources from
|
|
6
|
+
// build.plan@v1; Fix sources from fix.brief@v1.)
|
|
7
|
+
// 2. What's the output report's shape? (BuildVerification vs.
|
|
8
|
+
// FixVerification — Fix's wider schema carries timeout/env per
|
|
9
|
+
// command result.)
|
|
10
|
+
// 3. What's the output schema name?
|
|
11
|
+
//
|
|
12
|
+
// The runner's spawnSync loop, output summarization, and trace_entry-writing
|
|
13
|
+
// stay universal. Each VerificationBuilder fills the flow-specific
|
|
14
|
+
// holes.
|
|
15
|
+
//
|
|
16
|
+
// To add a new flow's verification step:
|
|
17
|
+
// 1. Define the result schema in src/flows/<wf>/reports.ts
|
|
18
|
+
// 2. Implement a VerificationBuilder in
|
|
19
|
+
// src/flows/<wf>/writers/<schema>.ts
|
|
20
|
+
// 3. Register it on the flow package's `writers.verification`
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/flows/registries/verification-writers/types.ts"],"names":[],"mappings":"AAAA,sCAAsC;AACtC,EAAE;AACF,+DAA+D;AAC/D,EAAE;AACF,4DAA4D;AAC5D,sDAAsD;AACtD,gEAAgE;AAChE,oEAAoE;AACpE,wBAAwB;AACxB,sCAAsC;AACtC,EAAE;AACF,6EAA6E;AAC7E,mEAAmE;AACnE,SAAS;AACT,EAAE;AACF,yCAAyC;AACzC,6DAA6D;AAC7D,0CAA0C;AAC1C,0CAA0C;AAC1C,gEAAgE"}
|