@riddledc/riddle-proof 0.8.58 → 0.8.60
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/adapters/codex-exec-agent.d.cts +1 -0
- package/dist/adapters/codex-exec-agent.d.ts +1 -0
- package/dist/adapters/codex-exec-agent.js +3 -2
- package/dist/adapters/codex.d.cts +1 -0
- package/dist/adapters/codex.d.ts +1 -0
- package/dist/adapters/codex.js +3 -2
- package/dist/adapters/local-agent.d.cts +1 -0
- package/dist/adapters/local-agent.d.ts +1 -0
- package/dist/adapters/local-agent.js +3 -2
- package/dist/adapters/openclaw.d.cts +1 -0
- package/dist/adapters/openclaw.d.ts +1 -0
- package/dist/adapters/openclaw.js +6 -5
- package/dist/advanced/engine-harness.cjs +253 -43
- package/dist/advanced/engine-harness.d.cts +1 -0
- package/dist/advanced/engine-harness.d.ts +1 -0
- package/dist/advanced/engine-harness.js +6 -5
- package/dist/advanced/index.cjs +253 -43
- package/dist/advanced/index.d.cts +1 -0
- package/dist/advanced/index.d.ts +1 -0
- package/dist/advanced/index.js +7 -6
- package/dist/advanced/runner.cjs +202 -4
- package/dist/advanced/runner.d.cts +1 -0
- package/dist/advanced/runner.d.ts +1 -0
- package/dist/advanced/runner.js +6 -5
- package/dist/checkpoint.d.cts +1 -0
- package/dist/checkpoint.d.ts +1 -0
- package/dist/checkpoint.js +3 -2
- package/dist/{chunk-TTB3ZAVX.js → chunk-3FK5HZHK.js} +2 -2
- package/dist/{chunk-ONOPGCID.js → chunk-AWRBSVNW.js} +4 -4
- package/dist/{chunk-MOTQNIZX.js → chunk-FX2CB4MG.js} +1 -1
- package/dist/{chunk-62XLYPMS.js → chunk-HZOILEGF.js} +15 -2
- package/dist/{chunk-KNPCWWF3.js → chunk-NXEAFQYZ.js} +16 -10
- package/dist/{chunk-GHBNDHG7.js → chunk-PCEDAQPG.js} +4 -4
- package/dist/{chunk-CUBYSWZT.js → chunk-QGMSN34W.js} +51 -4
- package/dist/{chunk-RS4HJLJQ.js → chunk-QPKY767W.js} +1 -1
- package/dist/{chunk-UZIX7M7D.js → chunk-UEY5SJG5.js} +13 -9
- package/dist/{chunk-KG64Y5MC.js → chunk-WKIIJX3O.js} +12 -0
- package/dist/{chunk-JLOZTVXU.js → chunk-XKNJ5OE4.js} +2 -2
- package/dist/cli/index.js +9 -9
- package/dist/cli.cjs +473 -403
- package/dist/cli.js +9 -9
- package/dist/codex-exec-agent.d.cts +1 -0
- package/dist/codex-exec-agent.d.ts +1 -0
- package/dist/codex-exec-agent.js +3 -2
- package/dist/diagnostics.d.cts +1 -0
- package/dist/diagnostics.d.ts +1 -0
- package/dist/engine-harness.cjs +253 -43
- package/dist/engine-harness.d.cts +1 -0
- package/dist/engine-harness.d.ts +1 -0
- package/dist/engine-harness.js +6 -5
- package/dist/index.cjs +248 -168
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +21 -11
- package/dist/local-agent.d.cts +1 -0
- package/dist/local-agent.d.ts +1 -0
- package/dist/local-agent.js +3 -2
- package/dist/openclaw.d.cts +1 -0
- package/dist/openclaw.d.ts +1 -0
- package/dist/openclaw.js +6 -5
- package/dist/pr-comment.cjs +19 -1
- package/dist/pr-comment.d.cts +2 -0
- package/dist/pr-comment.d.ts +2 -0
- package/dist/pr-comment.js +2 -2
- package/dist/profile/index.d.cts +1 -0
- package/dist/profile/index.d.ts +1 -0
- package/dist/profile.d.cts +1 -0
- package/dist/profile.d.ts +1 -0
- package/dist/proof-session.d.cts +1 -0
- package/dist/proof-session.d.ts +1 -0
- package/dist/public-state.cjs +15 -0
- package/dist/public-state.d.cts +4 -1
- package/dist/public-state.d.ts +4 -1
- package/dist/public-state.js +7 -1
- package/dist/result.cjs +211 -4
- package/dist/result.d.cts +12 -1
- package/dist/result.d.ts +12 -1
- package/dist/result.js +6 -1
- package/dist/run-card.cjs +198 -40
- package/dist/run-card.d.cts +1 -0
- package/dist/run-card.d.ts +1 -0
- package/dist/run-card.js +4 -3
- package/dist/runner.cjs +202 -4
- package/dist/runner.d.cts +1 -0
- package/dist/runner.d.ts +1 -0
- package/dist/runner.js +6 -5
- package/dist/spec/checkpoint.d.cts +1 -0
- package/dist/spec/checkpoint.d.ts +1 -0
- package/dist/spec/checkpoint.js +3 -2
- package/dist/spec/index.cjs +235 -167
- package/dist/spec/index.d.cts +2 -2
- package/dist/spec/index.d.ts +2 -2
- package/dist/spec/index.js +17 -7
- package/dist/spec/public-state.cjs +15 -0
- package/dist/spec/public-state.d.cts +1 -1
- package/dist/spec/public-state.d.ts +1 -1
- package/dist/spec/public-state.js +7 -1
- package/dist/spec/result.cjs +209 -4
- package/dist/spec/result.d.cts +2 -1
- package/dist/spec/result.d.ts +2 -1
- package/dist/spec/result.js +6 -1
- package/dist/spec/run-card.cjs +198 -40
- package/dist/spec/run-card.d.cts +1 -0
- package/dist/spec/run-card.d.ts +1 -0
- package/dist/spec/run-card.js +4 -3
- package/dist/spec/state.cjs +207 -45
- package/dist/spec/state.d.cts +1 -0
- package/dist/spec/state.d.ts +1 -0
- package/dist/spec/state.js +5 -4
- package/dist/spec/types.d.cts +1 -0
- package/dist/spec/types.d.ts +1 -0
- package/dist/state.cjs +207 -45
- package/dist/state.d.cts +1 -0
- package/dist/state.d.ts +1 -0
- package/dist/state.js +5 -4
- package/dist/types.d.cts +14 -0
- package/dist/types.d.ts +14 -0
- package/package.json +1 -1
package/dist/state.js
CHANGED
|
@@ -9,10 +9,11 @@ import {
|
|
|
9
9
|
normalizePrLifecycleState,
|
|
10
10
|
normalizeRunParams,
|
|
11
11
|
setRunStatus
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-UEY5SJG5.js";
|
|
13
|
+
import "./chunk-NXEAFQYZ.js";
|
|
14
|
+
import "./chunk-FX2CB4MG.js";
|
|
15
|
+
import "./chunk-QGMSN34W.js";
|
|
16
|
+
import "./chunk-WKIIJX3O.js";
|
|
16
17
|
import "./chunk-MLKGABMK.js";
|
|
17
18
|
export {
|
|
18
19
|
RIDDLE_PROOF_RUN_STATE_VERSION,
|
package/dist/types.d.cts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { RiddleProofPublicStateSummary } from './public-state.cjs';
|
|
2
|
+
|
|
1
3
|
type JsonPrimitive = string | number | boolean | null;
|
|
2
4
|
type JsonValue = JsonPrimitive | JsonObject | JsonValue[];
|
|
3
5
|
type JsonObject = {
|
|
@@ -241,14 +243,18 @@ interface RiddleProofRunCard {
|
|
|
241
243
|
stop_condition: {
|
|
242
244
|
status: RiddleProofStatus;
|
|
243
245
|
terminal?: boolean;
|
|
246
|
+
result_label?: string;
|
|
244
247
|
ship_held?: boolean;
|
|
245
248
|
shipping_disabled?: boolean;
|
|
246
249
|
ship_authorized?: boolean;
|
|
250
|
+
merge_ready?: boolean;
|
|
251
|
+
sync_allowed?: boolean;
|
|
247
252
|
blocker_code?: string | null;
|
|
248
253
|
blocker_message?: string | null;
|
|
249
254
|
proof_decision?: RiddleProofDecision;
|
|
250
255
|
merge_recommendation?: string;
|
|
251
256
|
monitor_should_continue?: boolean;
|
|
257
|
+
public_state?: RiddleProofPublicStateSummary;
|
|
252
258
|
};
|
|
253
259
|
updated_at: string;
|
|
254
260
|
}
|
|
@@ -346,9 +352,13 @@ interface RiddleProofRunResult {
|
|
|
346
352
|
pr_state?: RiddleProofPrLifecycleState;
|
|
347
353
|
marked_ready?: boolean;
|
|
348
354
|
left_draft?: boolean;
|
|
355
|
+
result_label?: string;
|
|
349
356
|
ship_held?: boolean;
|
|
350
357
|
shipping_disabled?: boolean;
|
|
351
358
|
ship_authorized?: boolean;
|
|
359
|
+
merge_ready?: boolean;
|
|
360
|
+
sync_allowed?: boolean;
|
|
361
|
+
public_state?: RiddleProofPublicStateSummary;
|
|
352
362
|
ci_status?: string;
|
|
353
363
|
ship_commit?: string;
|
|
354
364
|
ship_remote_head?: string;
|
|
@@ -387,9 +397,13 @@ interface RiddleProofRunStatusSnapshot {
|
|
|
387
397
|
pr_url?: string | null;
|
|
388
398
|
pr_branch?: string | null;
|
|
389
399
|
pr_state?: RiddleProofPrLifecycleState;
|
|
400
|
+
result_label?: string;
|
|
390
401
|
ship_held?: boolean;
|
|
391
402
|
shipping_disabled?: boolean;
|
|
392
403
|
ship_authorized?: boolean;
|
|
404
|
+
merge_ready?: boolean;
|
|
405
|
+
sync_allowed?: boolean;
|
|
406
|
+
public_state?: RiddleProofPublicStateSummary;
|
|
393
407
|
ci_status?: string;
|
|
394
408
|
ship_commit?: string;
|
|
395
409
|
ship_remote_head?: string;
|
package/dist/types.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { RiddleProofPublicStateSummary } from './public-state.js';
|
|
2
|
+
|
|
1
3
|
type JsonPrimitive = string | number | boolean | null;
|
|
2
4
|
type JsonValue = JsonPrimitive | JsonObject | JsonValue[];
|
|
3
5
|
type JsonObject = {
|
|
@@ -241,14 +243,18 @@ interface RiddleProofRunCard {
|
|
|
241
243
|
stop_condition: {
|
|
242
244
|
status: RiddleProofStatus;
|
|
243
245
|
terminal?: boolean;
|
|
246
|
+
result_label?: string;
|
|
244
247
|
ship_held?: boolean;
|
|
245
248
|
shipping_disabled?: boolean;
|
|
246
249
|
ship_authorized?: boolean;
|
|
250
|
+
merge_ready?: boolean;
|
|
251
|
+
sync_allowed?: boolean;
|
|
247
252
|
blocker_code?: string | null;
|
|
248
253
|
blocker_message?: string | null;
|
|
249
254
|
proof_decision?: RiddleProofDecision;
|
|
250
255
|
merge_recommendation?: string;
|
|
251
256
|
monitor_should_continue?: boolean;
|
|
257
|
+
public_state?: RiddleProofPublicStateSummary;
|
|
252
258
|
};
|
|
253
259
|
updated_at: string;
|
|
254
260
|
}
|
|
@@ -346,9 +352,13 @@ interface RiddleProofRunResult {
|
|
|
346
352
|
pr_state?: RiddleProofPrLifecycleState;
|
|
347
353
|
marked_ready?: boolean;
|
|
348
354
|
left_draft?: boolean;
|
|
355
|
+
result_label?: string;
|
|
349
356
|
ship_held?: boolean;
|
|
350
357
|
shipping_disabled?: boolean;
|
|
351
358
|
ship_authorized?: boolean;
|
|
359
|
+
merge_ready?: boolean;
|
|
360
|
+
sync_allowed?: boolean;
|
|
361
|
+
public_state?: RiddleProofPublicStateSummary;
|
|
352
362
|
ci_status?: string;
|
|
353
363
|
ship_commit?: string;
|
|
354
364
|
ship_remote_head?: string;
|
|
@@ -387,9 +397,13 @@ interface RiddleProofRunStatusSnapshot {
|
|
|
387
397
|
pr_url?: string | null;
|
|
388
398
|
pr_branch?: string | null;
|
|
389
399
|
pr_state?: RiddleProofPrLifecycleState;
|
|
400
|
+
result_label?: string;
|
|
390
401
|
ship_held?: boolean;
|
|
391
402
|
shipping_disabled?: boolean;
|
|
392
403
|
ship_authorized?: boolean;
|
|
404
|
+
merge_ready?: boolean;
|
|
405
|
+
sync_allowed?: boolean;
|
|
406
|
+
public_state?: RiddleProofPublicStateSummary;
|
|
393
407
|
ci_status?: string;
|
|
394
408
|
ship_commit?: string;
|
|
395
409
|
ship_remote_head?: string;
|