@riddledc/riddle-proof 0.8.42 → 0.8.43

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.
@@ -4,8 +4,8 @@
4
4
  "public_name": "Riddle Proof OC Flow Regression Pack",
5
5
  "description": "Reusable regression pack for the trust boundary between browser evidence, verifier judgment, retry policy, wrapper checkpoint handling, and terminal status.",
6
6
  "minimum_versions": {
7
- "@riddledc/openclaw-riddle-proof": "0.4.146",
8
- "@riddledc/riddle-proof": "0.8.18"
7
+ "@riddledc/openclaw-riddle-proof": "0.4.155",
8
+ "@riddledc/riddle-proof": "0.8.43"
9
9
  },
10
10
  "runtime_gate": {
11
11
  "tool": "riddle_proof_status",
@@ -287,7 +287,7 @@
287
287
  "wait for main#main-content",
288
288
  "click a visible Proof link whose href includes /proof",
289
289
  "wait for terminal URL https://riddledc.com/proof/",
290
- "return riddle-proof.interaction.v1 evidence with start, action, terminal, assertions, and routeExpectationSource=capture_script.expectedUrl",
290
+ "return riddle-proof.interaction.v1 evidence with start, action, terminal, assertions, and routeExpectationSource=expected_terminal_path",
291
291
  "save screenshot after-proof"
292
292
  ]
293
293
  },
@@ -295,7 +295,7 @@
295
295
  "terminal_status": "ready_to_ship",
296
296
  "terminal_path": "/proof/",
297
297
  "proof_evidence_present": true,
298
- "route_expectation_source": "capture_script.expectedUrl",
298
+ "route_expectation_source": "expected_terminal_path",
299
299
  "forbidden_terminal_markers": []
300
300
  }
301
301
  },
@@ -321,7 +321,7 @@
321
321
  "terminal_status": "ready_to_ship",
322
322
  "terminal_path": "/",
323
323
  "proof_evidence_present": true,
324
- "route_expectation_source": "capture_script.expectedUrl",
324
+ "route_expectation_source": "expected_terminal_path",
325
325
  "forbidden_terminal_markers": []
326
326
  }
327
327
  },
@@ -386,9 +386,9 @@
386
386
  {
387
387
  "id": "no-diff-prod-audit-pass",
388
388
  "tool": "riddle_proof_change",
389
- "intent": "Audit the live production home page without implementation or PR handoff, and prove the current target evidence directly.",
389
+ "intent": "Audit the live production home page without implementation or PR handoff, and prove the current target visually without any browser interaction.",
390
390
  "params": {
391
- "verification_mode": "interaction",
391
+ "verification_mode": "visual",
392
392
  "implementation_mode": "none",
393
393
  "require_diff": false,
394
394
  "allow_code_changes": false,
@@ -398,15 +398,18 @@
398
398
  "capture_script_contract": [
399
399
  "use the current production target only",
400
400
  "do not request implementation or git diff",
401
+ "do not click, type, submit, copy, navigate, or interact with any button or link",
401
402
  "prove main#main-content and expected home-page content are visible",
402
- "return structured evidence and save screenshot after-proof"
403
+ "save screenshot after-proof and treat this as a passive visual/no-diff audit, not an interaction proof"
403
404
  ]
404
405
  },
405
406
  "expect": {
406
407
  "terminal_status": "ready_to_ship",
407
408
  "ship_handoff": "none",
408
409
  "implementation_attempted": false,
409
- "proof_evidence_present": true,
410
+ "proof_evidence_required": false,
411
+ "screenshot_required": true,
412
+ "browser_interaction_performed": false,
410
413
  "forbidden_terminal_markers": []
411
414
  }
412
415
  },
@@ -473,16 +476,22 @@
473
476
  "verification_mode": "interaction",
474
477
  "server_path": "/",
475
478
  "wait_for_selector": "main#main-content",
479
+ "expected_terminal_url": "https://riddledc.com/proof/",
476
480
  "checkpoint_mode": "terminal_only",
477
481
  "report_mode": "terminal_only",
478
482
  "capture_script_contract": [
479
- "complete the Home -> Proof route proof",
483
+ "complete the Home -> Proof route proof by clicking the visible Proof nav link only",
484
+ "do not click Docs, Pricing, MCP, Blog, Playground, Copy, or any other link or button",
485
+ "terminal URL must be https://riddledc.com/proof/ and terminal path must be /proof",
480
486
  "terminalize as ready_to_ship before any manual checkpoint injection",
481
487
  "record state_path and run_id from riddle_proof_status"
482
488
  ]
483
489
  },
484
490
  "expect": {
485
491
  "terminal_status": "ready_to_ship",
492
+ "terminal_url": "https://riddledc.com/proof/",
493
+ "terminal_path": "/proof",
494
+ "route_expectation_source": "expected_terminal_path",
486
495
  "proof_evidence_present": true
487
496
  }
488
497
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riddledc/riddle-proof",
3
- "version": "0.8.42",
3
+ "version": "0.8.43",
4
4
  "description": "Reusable Riddle Proof contracts and helpers for evidence-backed agent changes.",
5
5
  "license": "MIT",
6
6
  "author": "RiddleDC",