@akagilnc/pi-workflow-roles 0.1.2367 → 0.1.2369

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.2367",
3
+ "version": "0.1.2369",
4
4
  "description": "Soul-bound workflow roles for Pi",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -15,9 +15,14 @@ sandboxed print mode with the prompt as the positional/print argument and a
15
15
  log file for diagnostics:
16
16
 
17
17
  ```bash
18
- agy --sandbox --print 'YOUR_LABOR_PROMPT' --log-file /tmp/agy-labor.log
18
+ agy --sandbox --dangerously-skip-permissions --print 'YOUR_LABOR_PROMPT' --log-file /tmp/agy-labor.log
19
19
  ```
20
20
 
21
+ `--dangerously-skip-permissions` is required in headless labor: the CLI's
22
+ permission prompts cannot be answered without a TTY and are auto-denied,
23
+ which yields "no output produced" (host-verified 2026-08-26, run
24
+ 01a03d96-3897@judge). The sandbox stays on and provides the containment.
25
+
21
26
  ## Model selection
22
27
 
23
28
  Pin the model per invocation with `--model <id>`; without it the CLI uses its
@@ -26,7 +31,7 @@ this host (2026-08-26): `gemini-3.7-flash-high`, `gemini-3.7-flash-medium`,
26
31
  `gemini-3.7-flash-low`, and 3.6 equivalents.
27
32
 
28
33
  ```bash
29
- agy --sandbox --model gemini-3.7-flash-high --print 'YOUR_LABOR_PROMPT' --log-file /tmp/agy-labor.log
34
+ agy --sandbox --dangerously-skip-permissions --model gemini-3.7-flash-high --print 'YOUR_LABOR_PROMPT' --log-file /tmp/agy-labor.log
30
35
  ```
31
36
 
32
37
  When the dispatch order names a model, pass it verbatim via `--model`; an