@riddledc/riddle-proof 0.5.0 → 0.5.1
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/README.md +6 -6
- package/dist/openclaw.cjs +1 -1
- package/dist/openclaw.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,10 +8,10 @@ Proof standardizes evidence, proof assessment, ship gates, terminal results,
|
|
|
8
8
|
and integration metadata.
|
|
9
9
|
|
|
10
10
|
This package includes the reusable runner harness that drives a request through
|
|
11
|
-
preflight, setup, implementation, proof capture, judgment, shipping, and
|
|
12
|
-
adapters. The
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
preflight, setup, implementation, proof capture, judgment, shipping, and
|
|
12
|
+
notification adapters. The OpenClaw wrapper uses the public
|
|
13
|
+
`riddle_proof_change` tool and the packaged `@riddledc/riddle-proof-run`
|
|
14
|
+
checkpoint engine.
|
|
15
15
|
|
|
16
16
|
## Initial Scope
|
|
17
17
|
|
|
@@ -155,8 +155,8 @@ shape, and errors without rerunning blind.
|
|
|
155
155
|
|
|
156
156
|
## OpenClaw Adapter Boundary
|
|
157
157
|
|
|
158
|
-
`@riddledc/riddle-proof/openclaw` translates
|
|
159
|
-
|
|
158
|
+
`@riddledc/riddle-proof/openclaw` translates OpenClaw Riddle Proof tool params
|
|
159
|
+
into generic `RiddleProofRunParams`.
|
|
160
160
|
It preserves Discord routing metadata as `integration_context` and parses
|
|
161
161
|
`assertions_json` into the shared assertions field. Compatibility params such as
|
|
162
162
|
`ship_after_verify` and the explicit `leave_draft` escape hatch are preserved so
|
package/dist/openclaw.cjs
CHANGED
package/dist/openclaw.js
CHANGED