@riddledc/riddle-proof 0.7.225 → 0.7.227

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.
Files changed (139) hide show
  1. package/dist/adapters/codex-exec-agent.cjs +893 -0
  2. package/dist/adapters/codex-exec-agent.d.cts +3 -0
  3. package/dist/adapters/codex-exec-agent.d.ts +3 -0
  4. package/dist/adapters/codex-exec-agent.js +13 -0
  5. package/dist/adapters/codex.cjs +893 -0
  6. package/dist/adapters/codex.d.cts +3 -0
  7. package/dist/adapters/codex.d.ts +3 -0
  8. package/dist/adapters/codex.js +13 -0
  9. package/dist/adapters/local-agent.cjs +893 -0
  10. package/dist/adapters/local-agent.d.cts +3 -0
  11. package/dist/adapters/local-agent.d.ts +3 -0
  12. package/dist/adapters/local-agent.js +13 -0
  13. package/dist/adapters/openclaw.cjs +213 -0
  14. package/dist/adapters/openclaw.d.cts +2 -0
  15. package/dist/adapters/openclaw.d.ts +2 -0
  16. package/dist/adapters/openclaw.js +17 -0
  17. package/dist/advanced/engine-harness.cjs +5701 -0
  18. package/dist/advanced/engine-harness.d.cts +2 -0
  19. package/dist/advanced/engine-harness.d.ts +2 -0
  20. package/dist/advanced/engine-harness.js +16 -0
  21. package/dist/advanced/index.cjs +6242 -0
  22. package/dist/advanced/index.d.cts +5 -0
  23. package/dist/advanced/index.d.ts +5 -0
  24. package/dist/advanced/index.js +23 -0
  25. package/dist/advanced/proof-run-core.cjs +1085 -0
  26. package/dist/advanced/proof-run-core.d.cts +1 -0
  27. package/dist/advanced/proof-run-core.d.ts +1 -0
  28. package/dist/advanced/proof-run-core.js +59 -0
  29. package/dist/advanced/proof-run-engine.cjs +2905 -0
  30. package/dist/advanced/proof-run-engine.d.cts +2 -0
  31. package/dist/advanced/proof-run-engine.d.ts +2 -0
  32. package/dist/advanced/proof-run-engine.js +10 -0
  33. package/dist/advanced/runner.cjs +833 -0
  34. package/dist/advanced/runner.d.cts +2 -0
  35. package/dist/advanced/runner.d.ts +2 -0
  36. package/dist/advanced/runner.js +12 -0
  37. package/dist/app-contract/index.cjs +24 -0
  38. package/dist/app-contract/index.d.cts +1 -0
  39. package/dist/app-contract/index.d.ts +1 -0
  40. package/dist/app-contract/index.js +2 -0
  41. package/dist/basic-gameplay.js +1 -0
  42. package/dist/checkpoint.js +1 -0
  43. package/dist/chunk-BHL4JSGM.js +1900 -0
  44. package/dist/chunk-BTN76IGW.js +115 -0
  45. package/dist/{chunk-TGHTM66Z.js → chunk-COERZX63.js} +10 -2
  46. package/dist/{chunk-4DRRIJDX.js → chunk-IWLQQ5S5.js} +27 -4
  47. package/dist/chunk-MLKGABMK.js +9 -0
  48. package/dist/chunk-OFSECTSC.js +0 -0
  49. package/dist/{chunk-GBVEQQIM.js → chunk-TJ63IE65.js} +36 -1
  50. package/dist/chunk-VZD5LH7U.js +4138 -0
  51. package/dist/cli/index.cjs +18 -0
  52. package/dist/cli/index.d.cts +2 -0
  53. package/dist/cli/index.d.ts +2 -0
  54. package/dist/cli/index.js +12 -0
  55. package/dist/cli.cjs +19 -2
  56. package/dist/cli.d.cts +1 -0
  57. package/dist/cli.d.ts +1 -0
  58. package/dist/cli.js +8 -4139
  59. package/dist/codex-exec-agent.d.cts +1 -1
  60. package/dist/codex-exec-agent.d.ts +1 -1
  61. package/dist/codex-exec-agent.js +1 -0
  62. package/dist/diagnostics.js +1 -0
  63. package/dist/engine-harness-CMACHP6A.d.ts +96 -0
  64. package/dist/engine-harness-LBfqbFSe.d.cts +96 -0
  65. package/dist/engine-harness.cjs +19 -2
  66. package/dist/engine-harness.d.cts +2 -79
  67. package/dist/engine-harness.d.ts +2 -79
  68. package/dist/engine-harness.js +3 -2
  69. package/dist/index.cjs +19 -2
  70. package/dist/index.d.cts +2 -2
  71. package/dist/index.d.ts +2 -2
  72. package/dist/index.js +4 -3
  73. package/dist/local-agent.d.cts +1 -1
  74. package/dist/local-agent.d.ts +1 -1
  75. package/dist/local-agent.js +1 -0
  76. package/dist/openclaw.js +8 -107
  77. package/dist/playability.js +1 -0
  78. package/dist/profile/index.cjs +9403 -0
  79. package/dist/profile/index.d.cts +2 -0
  80. package/dist/profile/index.d.ts +2 -0
  81. package/dist/profile/index.js +53 -0
  82. package/dist/profile.js +1 -0
  83. package/dist/proof-run-core-CE0jx7wL.d.cts +359 -0
  84. package/dist/proof-run-core-CE0jx7wL.d.ts +359 -0
  85. package/dist/proof-run-core.d.cts +1 -322
  86. package/dist/proof-run-core.d.ts +1 -322
  87. package/dist/proof-run-core.js +2 -1
  88. package/dist/proof-run-engine-CSSc0mNn.d.ts +764 -0
  89. package/dist/proof-run-engine-HSRpUeBi.d.cts +764 -0
  90. package/dist/proof-run-engine.cjs +4 -0
  91. package/dist/proof-run-engine.d.cts +2 -757
  92. package/dist/proof-run-engine.d.ts +2 -757
  93. package/dist/proof-run-engine.js +5 -1881
  94. package/dist/proof-session.js +1 -0
  95. package/dist/result.js +1 -0
  96. package/dist/riddle-client.js +1 -0
  97. package/dist/run-card.js +1 -0
  98. package/dist/runner-4LJ5z0D-.d.cts +29 -0
  99. package/dist/runner-BdQpOkZD.d.ts +29 -0
  100. package/dist/runner.d.cts +2 -22
  101. package/dist/runner.d.ts +2 -22
  102. package/dist/runner.js +3 -2
  103. package/dist/runtime/index.cjs +528 -0
  104. package/dist/runtime/index.d.cts +1 -0
  105. package/dist/runtime/index.d.ts +1 -0
  106. package/dist/runtime/index.js +37 -0
  107. package/dist/runtime/riddle-client.cjs +528 -0
  108. package/dist/runtime/riddle-client.d.cts +1 -0
  109. package/dist/runtime/riddle-client.d.ts +1 -0
  110. package/dist/runtime/riddle-client.js +37 -0
  111. package/dist/spec/checkpoint.cjs +807 -0
  112. package/dist/spec/checkpoint.d.cts +2 -0
  113. package/dist/spec/checkpoint.d.ts +2 -0
  114. package/dist/spec/checkpoint.js +34 -0
  115. package/dist/spec/index.cjs +1510 -0
  116. package/dist/spec/index.d.cts +5 -0
  117. package/dist/spec/index.d.ts +5 -0
  118. package/dist/spec/index.js +80 -0
  119. package/dist/spec/result.cjs +259 -0
  120. package/dist/spec/result.d.cts +2 -0
  121. package/dist/spec/result.d.ts +2 -0
  122. package/dist/spec/result.js +21 -0
  123. package/dist/spec/run-card.cjs +287 -0
  124. package/dist/spec/run-card.d.cts +2 -0
  125. package/dist/spec/run-card.d.ts +2 -0
  126. package/dist/spec/run-card.js +11 -0
  127. package/dist/spec/state.cjs +541 -0
  128. package/dist/spec/state.d.cts +2 -0
  129. package/dist/spec/state.d.ts +2 -0
  130. package/dist/spec/state.js +28 -0
  131. package/dist/spec/types.cjs +18 -0
  132. package/dist/spec/types.d.cts +1 -0
  133. package/dist/spec/types.d.ts +1 -0
  134. package/dist/spec/types.js +1 -0
  135. package/dist/state.js +1 -0
  136. package/package.json +95 -2
  137. package/runtime/lib/verify.py +53 -3
  138. package/runtime/pipelines/riddle-proof-setup.lobster +45 -41
  139. package/runtime/tests/recon_verify_smoke.py +41 -0
@@ -7,6 +7,7 @@ import {
7
7
  visualSessionFingerprint,
8
8
  visualSessionFingerprintBasis
9
9
  } from "./chunk-ODORKNSO.js";
10
+ import "./chunk-MLKGABMK.js";
10
11
  export {
11
12
  RIDDLE_PROOF_VISUAL_SESSION_FINGERPRINT_VERSION,
12
13
  RIDDLE_PROOF_VISUAL_SESSION_VERSION,
package/dist/result.js CHANGED
@@ -8,6 +8,7 @@ import {
8
8
  normalizeTerminalMetadata,
9
9
  recordValue
10
10
  } from "./chunk-VY4Y5U57.js";
11
+ import "./chunk-MLKGABMK.js";
11
12
  export {
12
13
  applyTerminalMetadata,
13
14
  compactRecord,
@@ -16,6 +16,7 @@ import {
16
16
  runRiddleScript,
17
17
  runRiddleServerPreview
18
18
  } from "./chunk-TWTEUS7R.js";
19
+ import "./chunk-MLKGABMK.js";
19
20
  export {
20
21
  DEFAULT_RIDDLE_API_BASE_URL,
21
22
  DEFAULT_RIDDLE_API_KEY_FILE,
package/dist/run-card.js CHANGED
@@ -4,6 +4,7 @@ import {
4
4
  } from "./chunk-Y2KTBACQ.js";
5
5
  import "./chunk-2CFVREFI.js";
6
6
  import "./chunk-VY4Y5U57.js";
7
+ import "./chunk-MLKGABMK.js";
7
8
  export {
8
9
  RIDDLE_PROOF_RUN_CARD_VERSION,
9
10
  createRiddleProofRunCard
@@ -0,0 +1,29 @@
1
+ import { PreflightAdapter, SetupAdapter, ImplementationAdapter, ProofAdapter, JudgeAdapter, ShipAdapter, NotificationAdapter, RiddleProofRunParams, RiddleProofRunState, RiddleProofRunResult } from './types.cjs';
2
+
3
+ interface RiddleProofRunnerAdapters {
4
+ preflight?: PreflightAdapter;
5
+ setup?: SetupAdapter;
6
+ implementation?: ImplementationAdapter;
7
+ proof?: ProofAdapter;
8
+ judge?: JudgeAdapter;
9
+ ship?: ShipAdapter;
10
+ notification?: NotificationAdapter;
11
+ }
12
+ interface RunRiddleProofInput {
13
+ request: RiddleProofRunParams;
14
+ adapters: RiddleProofRunnerAdapters;
15
+ state?: RiddleProofRunState;
16
+ state_path?: string;
17
+ workdir?: string;
18
+ max_iterations?: number;
19
+ }
20
+ declare function runRiddleProof(input: RunRiddleProofInput): Promise<RiddleProofRunResult>;
21
+
22
+ type runner_RiddleProofRunnerAdapters = RiddleProofRunnerAdapters;
23
+ type runner_RunRiddleProofInput = RunRiddleProofInput;
24
+ declare const runner_runRiddleProof: typeof runRiddleProof;
25
+ declare namespace runner {
26
+ export { type runner_RiddleProofRunnerAdapters as RiddleProofRunnerAdapters, type runner_RunRiddleProofInput as RunRiddleProofInput, runner_runRiddleProof as runRiddleProof };
27
+ }
28
+
29
+ export { type RiddleProofRunnerAdapters as R, type RunRiddleProofInput as a, runner as b, runRiddleProof as r };
@@ -0,0 +1,29 @@
1
+ import { PreflightAdapter, SetupAdapter, ImplementationAdapter, ProofAdapter, JudgeAdapter, ShipAdapter, NotificationAdapter, RiddleProofRunParams, RiddleProofRunState, RiddleProofRunResult } from './types.js';
2
+
3
+ interface RiddleProofRunnerAdapters {
4
+ preflight?: PreflightAdapter;
5
+ setup?: SetupAdapter;
6
+ implementation?: ImplementationAdapter;
7
+ proof?: ProofAdapter;
8
+ judge?: JudgeAdapter;
9
+ ship?: ShipAdapter;
10
+ notification?: NotificationAdapter;
11
+ }
12
+ interface RunRiddleProofInput {
13
+ request: RiddleProofRunParams;
14
+ adapters: RiddleProofRunnerAdapters;
15
+ state?: RiddleProofRunState;
16
+ state_path?: string;
17
+ workdir?: string;
18
+ max_iterations?: number;
19
+ }
20
+ declare function runRiddleProof(input: RunRiddleProofInput): Promise<RiddleProofRunResult>;
21
+
22
+ type runner_RiddleProofRunnerAdapters = RiddleProofRunnerAdapters;
23
+ type runner_RunRiddleProofInput = RunRiddleProofInput;
24
+ declare const runner_runRiddleProof: typeof runRiddleProof;
25
+ declare namespace runner {
26
+ export { type runner_RiddleProofRunnerAdapters as RiddleProofRunnerAdapters, type runner_RunRiddleProofInput as RunRiddleProofInput, runner_runRiddleProof as runRiddleProof };
27
+ }
28
+
29
+ export { type RiddleProofRunnerAdapters as R, type RunRiddleProofInput as a, runner as b, runRiddleProof as r };
package/dist/runner.d.cts CHANGED
@@ -1,22 +1,2 @@
1
- import { PreflightAdapter, SetupAdapter, ImplementationAdapter, ProofAdapter, JudgeAdapter, ShipAdapter, NotificationAdapter, RiddleProofRunParams, RiddleProofRunState, RiddleProofRunResult } from './types.cjs';
2
-
3
- interface RiddleProofRunnerAdapters {
4
- preflight?: PreflightAdapter;
5
- setup?: SetupAdapter;
6
- implementation?: ImplementationAdapter;
7
- proof?: ProofAdapter;
8
- judge?: JudgeAdapter;
9
- ship?: ShipAdapter;
10
- notification?: NotificationAdapter;
11
- }
12
- interface RunRiddleProofInput {
13
- request: RiddleProofRunParams;
14
- adapters: RiddleProofRunnerAdapters;
15
- state?: RiddleProofRunState;
16
- state_path?: string;
17
- workdir?: string;
18
- max_iterations?: number;
19
- }
20
- declare function runRiddleProof(input: RunRiddleProofInput): Promise<RiddleProofRunResult>;
21
-
22
- export { type RiddleProofRunnerAdapters, type RunRiddleProofInput, runRiddleProof };
1
+ import './types.cjs';
2
+ export { R as RiddleProofRunnerAdapters, a as RunRiddleProofInput, r as runRiddleProof } from './runner-4LJ5z0D-.cjs';
package/dist/runner.d.ts CHANGED
@@ -1,22 +1,2 @@
1
- import { PreflightAdapter, SetupAdapter, ImplementationAdapter, ProofAdapter, JudgeAdapter, ShipAdapter, NotificationAdapter, RiddleProofRunParams, RiddleProofRunState, RiddleProofRunResult } from './types.js';
2
-
3
- interface RiddleProofRunnerAdapters {
4
- preflight?: PreflightAdapter;
5
- setup?: SetupAdapter;
6
- implementation?: ImplementationAdapter;
7
- proof?: ProofAdapter;
8
- judge?: JudgeAdapter;
9
- ship?: ShipAdapter;
10
- notification?: NotificationAdapter;
11
- }
12
- interface RunRiddleProofInput {
13
- request: RiddleProofRunParams;
14
- adapters: RiddleProofRunnerAdapters;
15
- state?: RiddleProofRunState;
16
- state_path?: string;
17
- workdir?: string;
18
- max_iterations?: number;
19
- }
20
- declare function runRiddleProof(input: RunRiddleProofInput): Promise<RiddleProofRunResult>;
21
-
22
- export { type RiddleProofRunnerAdapters, type RunRiddleProofInput, runRiddleProof };
1
+ import './types.js';
2
+ export { R as RiddleProofRunnerAdapters, a as RunRiddleProofInput, r as runRiddleProof } from './runner-BdQpOkZD.js';
package/dist/runner.js CHANGED
@@ -1,11 +1,12 @@
1
1
  import {
2
2
  runRiddleProof
3
- } from "./chunk-TGHTM66Z.js";
3
+ } from "./chunk-COERZX63.js";
4
4
  import "./chunk-OHJQRDST.js";
5
5
  import "./chunk-Y2KTBACQ.js";
6
- import "./chunk-GBVEQQIM.js";
6
+ import "./chunk-TJ63IE65.js";
7
7
  import "./chunk-2CFVREFI.js";
8
8
  import "./chunk-VY4Y5U57.js";
9
+ import "./chunk-MLKGABMK.js";
9
10
  export {
10
11
  runRiddleProof
11
12
  };