@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
|
@@ -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
|
-
-
|
|
37
|
-
|
|
38
|
-
|
|
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
|
|