@akagilnc/pi-workflow-roles 0.1.2458 → 0.1.2460

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akagilnc/pi-workflow-roles",
3
- "version": "0.1.2458",
3
+ "version": "0.1.2460",
4
4
  "description": "Soul-bound workflow roles for Pi",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -58,6 +58,17 @@ hermes -z "YOUR_LABOR_PROMPT" --in /path/to/project --no-restore-cwd \
58
58
  intermediate steps on stdout (unlike `-z`) — use when a labor run needs its
59
59
  steps inspected.
60
60
 
61
+ ## Measured constraints (host, 2026-08-28)
62
+
63
+ - The Nous free tier (`poolside/laguna-s-2.1:free`) rate-limits concurrent
64
+ labor calls on one account. Measured: with ~5 factory legs dispatching
65
+ simultaneously, losing legs saw sustained HTTP 429 across 9-29 detour
66
+ attempts while the 1-2 winners completed normally (Ming_LLM books runs
67
+ 01a046ec-*/01a046f4-*, 14:55-15:04 window).
68
+ - Keep at most ONE in-flight hermes labor call per account; queue the rest.
69
+ - On 429: back off once (~60s) and retry once; if still 429, stop and record
70
+ the typed engine failure in the receipt — do not hammer retries.
71
+
61
72
  ## Smoke test (run before first labor leg of a session)
62
73
 
63
74
  ```bash