@riddledc/riddle-proof 0.8.38 → 0.8.39

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.
@@ -125,8 +125,10 @@ var KNOWN_CLI_OPTIONS = /* @__PURE__ */ new Set([
125
125
  "submitRetries",
126
126
  "submitTimeoutMs",
127
127
  "summary",
128
+ "successCriteria",
128
129
  "sync",
129
130
  "timeout",
131
+ "title",
130
132
  "url",
131
133
  "unsubmittedJobRetries",
132
134
  "unsubmittedJobTimeoutMs",
package/dist/cli/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-U44KBAPH.js";
1
+ import "../chunk-MVJBPCZ4.js";
2
2
  import "../chunk-DI2XNGEZ.js";
3
3
  import "../chunk-6KYXX4OE.js";
4
4
  import "../chunk-Z2LCVROU.js";
package/dist/cli.cjs CHANGED
@@ -17667,8 +17667,10 @@ var KNOWN_CLI_OPTIONS = /* @__PURE__ */ new Set([
17667
17667
  "submitRetries",
17668
17668
  "submitTimeoutMs",
17669
17669
  "summary",
17670
+ "successCriteria",
17670
17671
  "sync",
17671
17672
  "timeout",
17673
+ "title",
17672
17674
  "url",
17673
17675
  "unsubmittedJobRetries",
17674
17676
  "unsubmittedJobTimeoutMs",
package/dist/cli.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import "./chunk-U44KBAPH.js";
2
+ import "./chunk-MVJBPCZ4.js";
3
3
  import "./chunk-DI2XNGEZ.js";
4
4
  import "./chunk-6KYXX4OE.js";
5
5
  import "./chunk-Z2LCVROU.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riddledc/riddle-proof",
3
- "version": "0.8.38",
3
+ "version": "0.8.39",
4
4
  "description": "Reusable Riddle Proof contracts and helpers for evidence-backed agent changes.",
5
5
  "license": "MIT",
6
6
  "author": "RiddleDC",