@akagilnc/pi-workflow-roles 0.1.2146 → 0.1.2148

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.2146",
3
+ "version": "0.1.2148",
4
4
  "description": "Soul-bound workflow roles for Pi",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -37,6 +37,11 @@ grok --prompt-file /path/to/labor-prompt.md -m grok-4.6 --always-approve --outpu
37
37
  alias `--effort`; a low-tier run completed correctly). If the mandate names
38
38
  no tier, use the seat's ordered thinking tier; never omit the flag — the
39
39
  CLI default is not guaranteed to match the ordered tier.
40
+ - **Labor prompt must be seat-authored**: write the complete task brief into a
41
+ temp file and pass it via `--prompt-file`. Attachments/receipt JSON are
42
+ evidence material, not the prompt body — feeding them directly is rejected
43
+ by the CLI as non-ACP JSON (`JSON object must have a type field`;
44
+ live-verified 2026-08-21).
40
45
 
41
46
  ## Failure handling
42
47