@riddledc/riddle-proof 0.8.2 → 0.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/advanced/index.d.cts +1 -1
- package/dist/advanced/index.d.ts +1 -1
- package/dist/advanced/proof-run-engine.d.cts +1 -1
- package/dist/advanced/proof-run-engine.d.ts +1 -1
- package/dist/{proof-run-engine-BVkeO-Yo.d.ts → proof-run-engine-DxWW1VX1.d.ts} +3 -3
- package/dist/{proof-run-engine-CVnboNHj.d.cts → proof-run-engine-Rkd_hXB-.d.cts} +3 -3
- package/dist/proof-run-engine.d.cts +1 -1
- package/dist/proof-run-engine.d.ts +1 -1
- package/package.json +1 -1
- package/runtime/pipelines/riddle-proof-author.lobster +2 -1
- package/runtime/pipelines/riddle-proof-implement.lobster +2 -1
- package/runtime/pipelines/riddle-proof-recon.lobster +2 -1
- package/runtime/pipelines/riddle-proof-setup.lobster +4 -2
- package/runtime/pipelines/riddle-proof-ship.lobster +2 -1
- package/runtime/pipelines/riddle-proof-verify.lobster +2 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { b as runner } from '../runner-4LJ5z0D-.cjs';
|
|
2
2
|
export { l as engineHarness } from '../engine-harness-LBfqbFSe.cjs';
|
|
3
3
|
export { p as proofRunCore } from '../proof-run-core-CE0jx7wL.cjs';
|
|
4
|
-
export { p as proofRunEngine } from '../proof-run-engine-
|
|
4
|
+
export { p as proofRunEngine } from '../proof-run-engine-Rkd_hXB-.cjs';
|
|
5
5
|
import '../types.cjs';
|
package/dist/advanced/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { b as runner } from '../runner-BdQpOkZD.js';
|
|
2
2
|
export { l as engineHarness } from '../engine-harness-CMACHP6A.js';
|
|
3
3
|
export { p as proofRunCore } from '../proof-run-core-CE0jx7wL.js';
|
|
4
|
-
export { p as proofRunEngine } from '../proof-run-engine-
|
|
4
|
+
export { p as proofRunEngine } from '../proof-run-engine-DxWW1VX1.js';
|
|
5
5
|
import '../types.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { R as RiddleProofEngine, c as createRiddleProofEngine, e as executeWorkflow } from '../proof-run-engine-
|
|
1
|
+
export { R as RiddleProofEngine, c as createRiddleProofEngine, e as executeWorkflow } from '../proof-run-engine-Rkd_hXB-.cjs';
|
|
2
2
|
import '../proof-run-core-CE0jx7wL.cjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { R as RiddleProofEngine, c as createRiddleProofEngine, e as executeWorkflow } from '../proof-run-engine-
|
|
1
|
+
export { R as RiddleProofEngine, c as createRiddleProofEngine, e as executeWorkflow } from '../proof-run-engine-DxWW1VX1.js';
|
|
2
2
|
import '../proof-run-core-CE0jx7wL.js';
|
|
@@ -292,7 +292,7 @@ declare function executeWorkflow(params: WorkflowParams, pluginConfig: any, reso
|
|
|
292
292
|
blocking?: boolean;
|
|
293
293
|
details?: Record<string, unknown>;
|
|
294
294
|
ok: boolean;
|
|
295
|
-
action: "
|
|
295
|
+
action: "recon" | "author" | "ship" | "implement" | "verify" | "setup" | "run";
|
|
296
296
|
state_path: string;
|
|
297
297
|
stage: any;
|
|
298
298
|
summary: string;
|
|
@@ -382,7 +382,7 @@ declare function executeWorkflow(params: WorkflowParams, pluginConfig: any, reso
|
|
|
382
382
|
continueWithStage?: WorkflowStage | null;
|
|
383
383
|
blocking?: boolean;
|
|
384
384
|
details?: Record<string, unknown>;
|
|
385
|
-
action: "
|
|
385
|
+
action: "recon" | "author" | "ship" | "implement" | "verify" | "setup" | "run";
|
|
386
386
|
state_path: string;
|
|
387
387
|
stage: any;
|
|
388
388
|
checkpoint: string;
|
|
@@ -659,7 +659,7 @@ declare function executeWorkflow(params: WorkflowParams, pluginConfig: any, reso
|
|
|
659
659
|
error?: undefined;
|
|
660
660
|
} | {
|
|
661
661
|
ok: boolean;
|
|
662
|
-
action: "
|
|
662
|
+
action: "recon" | "author" | "ship" | "implement" | "verify" | "setup" | "run";
|
|
663
663
|
state_path: string;
|
|
664
664
|
stage: any;
|
|
665
665
|
summary: string;
|
|
@@ -292,7 +292,7 @@ declare function executeWorkflow(params: WorkflowParams, pluginConfig: any, reso
|
|
|
292
292
|
blocking?: boolean;
|
|
293
293
|
details?: Record<string, unknown>;
|
|
294
294
|
ok: boolean;
|
|
295
|
-
action: "
|
|
295
|
+
action: "recon" | "author" | "ship" | "implement" | "verify" | "setup" | "run";
|
|
296
296
|
state_path: string;
|
|
297
297
|
stage: any;
|
|
298
298
|
summary: string;
|
|
@@ -382,7 +382,7 @@ declare function executeWorkflow(params: WorkflowParams, pluginConfig: any, reso
|
|
|
382
382
|
continueWithStage?: WorkflowStage | null;
|
|
383
383
|
blocking?: boolean;
|
|
384
384
|
details?: Record<string, unknown>;
|
|
385
|
-
action: "
|
|
385
|
+
action: "recon" | "author" | "ship" | "implement" | "verify" | "setup" | "run";
|
|
386
386
|
state_path: string;
|
|
387
387
|
stage: any;
|
|
388
388
|
checkpoint: string;
|
|
@@ -659,7 +659,7 @@ declare function executeWorkflow(params: WorkflowParams, pluginConfig: any, reso
|
|
|
659
659
|
error?: undefined;
|
|
660
660
|
} | {
|
|
661
661
|
ok: boolean;
|
|
662
|
-
action: "
|
|
662
|
+
action: "recon" | "author" | "ship" | "implement" | "verify" | "setup" | "run";
|
|
663
663
|
state_path: string;
|
|
664
664
|
stage: any;
|
|
665
665
|
summary: string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import './proof-run-core-CE0jx7wL.cjs';
|
|
2
|
-
export { R as RiddleProofEngine, c as createRiddleProofEngine, e as executeWorkflow } from './proof-run-engine-
|
|
2
|
+
export { R as RiddleProofEngine, c as createRiddleProofEngine, e as executeWorkflow } from './proof-run-engine-Rkd_hXB-.cjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import './proof-run-core-CE0jx7wL.js';
|
|
2
|
-
export { R as RiddleProofEngine, c as createRiddleProofEngine, e as executeWorkflow } from './proof-run-engine-
|
|
2
|
+
export { R as RiddleProofEngine, c as createRiddleProofEngine, e as executeWorkflow } from './proof-run-engine-DxWW1VX1.js';
|
package/package.json
CHANGED
|
@@ -24,5 +24,6 @@ steps:
|
|
|
24
24
|
|
|
25
25
|
- id: run_author
|
|
26
26
|
command: |
|
|
27
|
-
|
|
27
|
+
: "${RIDDLE_PROOF_DIR:?RIDDLE_PROOF_DIR must point to the @riddledc/riddle-proof/runtime directory}"
|
|
28
|
+
RP="$RIDDLE_PROOF_DIR"
|
|
28
29
|
python3 "${RP}/lib/author.py"
|
|
@@ -22,5 +22,6 @@ steps:
|
|
|
22
22
|
|
|
23
23
|
- id: run_implement
|
|
24
24
|
command: |
|
|
25
|
-
|
|
25
|
+
: "${RIDDLE_PROOF_DIR:?RIDDLE_PROOF_DIR must point to the @riddledc/riddle-proof/runtime directory}"
|
|
26
|
+
RP="$RIDDLE_PROOF_DIR"
|
|
26
27
|
python3 "${RP}/lib/implement.py"
|
|
@@ -30,7 +30,8 @@ steps:
|
|
|
30
30
|
|
|
31
31
|
- id: run_recon
|
|
32
32
|
command: |
|
|
33
|
-
|
|
33
|
+
: "${RIDDLE_PROOF_DIR:?RIDDLE_PROOF_DIR must point to the @riddledc/riddle-proof/runtime directory}"
|
|
34
|
+
RP="$RIDDLE_PROOF_DIR"
|
|
34
35
|
python3 "${RP}/lib/recon.py"
|
|
35
36
|
|
|
36
37
|
- id: summarize_recon
|
|
@@ -148,10 +148,12 @@ steps:
|
|
|
148
148
|
with open(args_file, 'w') as f:
|
|
149
149
|
json.dump(args, f, indent=2)
|
|
150
150
|
PYEOF
|
|
151
|
-
|
|
151
|
+
: "${RIDDLE_PROOF_DIR:?RIDDLE_PROOF_DIR must point to the @riddledc/riddle-proof/runtime directory}"
|
|
152
|
+
RP="$RIDDLE_PROOF_DIR"
|
|
152
153
|
python3 "${RP}/lib/preflight.py"
|
|
153
154
|
|
|
154
155
|
- id: setup
|
|
155
156
|
command: |
|
|
156
|
-
|
|
157
|
+
: "${RIDDLE_PROOF_DIR:?RIDDLE_PROOF_DIR must point to the @riddledc/riddle-proof/runtime directory}"
|
|
158
|
+
RP="$RIDDLE_PROOF_DIR"
|
|
157
159
|
python3 "${RP}/lib/setup.py"
|
|
@@ -32,5 +32,6 @@ steps:
|
|
|
32
32
|
|
|
33
33
|
- id: ship
|
|
34
34
|
command: |
|
|
35
|
-
|
|
35
|
+
: "${RIDDLE_PROOF_DIR:?RIDDLE_PROOF_DIR must point to the @riddledc/riddle-proof/runtime directory}"
|
|
36
|
+
RP="$RIDDLE_PROOF_DIR"
|
|
36
37
|
python3 "${RP}/lib/ship.py"
|
|
@@ -54,7 +54,8 @@ steps:
|
|
|
54
54
|
|
|
55
55
|
- id: run_verify
|
|
56
56
|
command: |
|
|
57
|
-
|
|
57
|
+
: "${RIDDLE_PROOF_DIR:?RIDDLE_PROOF_DIR must point to the @riddledc/riddle-proof/runtime directory}"
|
|
58
|
+
RP="$RIDDLE_PROOF_DIR"
|
|
58
59
|
python3 "${RP}/lib/verify.py"
|
|
59
60
|
|
|
60
61
|
- id: present_evidence
|