@riddledc/riddle-proof 0.8.65 → 0.8.66

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 CHANGED
@@ -208,6 +208,9 @@ riddle-proof-loop run-profile \
208
208
  Hosted profile runs emit Riddle poll progress to stderr while waiting. Use
209
209
  `--quiet` to suppress progress lines, or `--progress-every-ms` to tune the
210
210
  heartbeat cadence for long route-inventory or workflow profiles.
211
+ When a hosted worker fleet is scaled to zero, `run-profile` waits up to five
212
+ minutes for an unsubmitted job before retrying by default; use
213
+ `--unsubmitted-timeout-ms` for shorter warm-worker tripwires.
211
214
  By default, `run-profile` writes the full JSON result to stdout for automation.
212
215
  For agent loops where the saved artifacts are the source of truth, use
213
216
  `--result-format summary` to print the same compact Markdown summary that is
@@ -246,7 +246,7 @@ function runProfileViewportNamesOption(options) {
246
246
  if (!raw) return [];
247
247
  return raw.split(",").map((part) => part.trim()).filter(Boolean);
248
248
  }
249
- var DEFAULT_PROFILE_UNSUBMITTED_RETRY_TIMEOUT_MS = 9e4;
249
+ var DEFAULT_PROFILE_UNSUBMITTED_RETRY_TIMEOUT_MS = 3e5;
250
250
  var DEFAULT_PROFILE_UNSUBMITTED_RETRIES = 2;
251
251
  function cliPackageRoot() {
252
252
  const entryPath = process.argv[1] ? (() => {
package/dist/cli/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-JPRKO2DH.js";
1
+ import "../chunk-VSP4K5LR.js";
2
2
  import "../chunk-B2DP2LET.js";
3
3
  import "../chunk-RZ3GXSXQ.js";
4
4
  import "../chunk-5Y4V2IXI.js";
package/dist/cli.cjs CHANGED
@@ -18658,7 +18658,7 @@ function runProfileViewportNamesOption(options) {
18658
18658
  if (!raw) return [];
18659
18659
  return raw.split(",").map((part) => part.trim()).filter(Boolean);
18660
18660
  }
18661
- var DEFAULT_PROFILE_UNSUBMITTED_RETRY_TIMEOUT_MS = 9e4;
18661
+ var DEFAULT_PROFILE_UNSUBMITTED_RETRY_TIMEOUT_MS = 3e5;
18662
18662
  var DEFAULT_PROFILE_UNSUBMITTED_RETRIES = 2;
18663
18663
  function cliPackageRoot() {
18664
18664
  const entryPath = process.argv[1] ? (() => {
package/dist/cli.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import "./chunk-JPRKO2DH.js";
2
+ import "./chunk-VSP4K5LR.js";
3
3
  import "./chunk-B2DP2LET.js";
4
4
  import "./chunk-RZ3GXSXQ.js";
5
5
  import "./chunk-5Y4V2IXI.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riddledc/riddle-proof",
3
- "version": "0.8.65",
3
+ "version": "0.8.66",
4
4
  "description": "Reusable Riddle Proof contracts and helpers for evidence-backed agent changes.",
5
5
  "license": "MIT",
6
6
  "author": "RiddleDC",