@akagilnc/pi-workflow-roles 0.1.2133 → 0.1.2135

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.2133",
3
+ "version": "0.1.2135",
4
4
  "description": "Soul-bound workflow roles for Pi",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -33,9 +33,11 @@ grok --prompt-file /path/to/labor-prompt.md -m grok-4.6 --always-approve --outpu
33
33
  object's `data` where `type == "text"`, in stream order; `type == "end"`
34
34
  (stopReason end_turn) marks completion. Do not treat `thought` events as
35
35
  the answer (live-verified stream shape 2026-08-21).
36
- - Reasoning effort follows the host CLI defaults; grok effort tiers are
37
- low/med/high when a flag is exposed by the installed CLI version — check
38
- `grok --help` and follow the actual interface. Do not invent flags.
36
+ - **Always pass `--reasoning-effort <low|medium|high>`** matching the effort
37
+ tier ordered in the labor mandate (verified live 2026-08-21: flag exists,
38
+ alias `--effort`; a low-tier run completed correctly). If the mandate names
39
+ no tier, use the seat's ordered thinking tier; never omit the flag — the
40
+ CLI default is not guaranteed to match the ordered tier.
39
41
 
40
42
  ## Failure handling
41
43