@akagilnc/pi-workflow-roles 0.1.2150 → 0.1.2152

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.2150",
3
+ "version": "0.1.2152",
4
4
  "description": "Soul-bound workflow roles for Pi",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -23,5 +23,8 @@ agy --sandbox --print 'YOUR_LABOR_PROMPT' --log-file /tmp/agy-labor.log
23
23
 
24
24
  ## Failure handling
25
25
 
26
- On any spawn, quota, or model failure, return the soft failure to the session
27
- and continue labor in-seat per ADR 0071 (seat fallback with typed declaration).
26
+ The detour is mandatory: you MUST actually invoke the CLI. On any spawn,
27
+ quota, or model failure, return the typed failure and STOP the run fails.
28
+ In-seat labor after a detour failure is FORBIDDEN, and so is skipping the
29
+ detour to work in-seat. Zero invocations is a violation, not a fallback.
30
+ Do not silently swap to another engine id.
@@ -45,5 +45,8 @@ grok --prompt-file /path/to/labor-prompt.md -m grok-4.6 --always-approve --outpu
45
45
 
46
46
  ## Failure handling
47
47
 
48
- On any spawn or model-id failure, return the soft failure to the session and
49
- continue labor in-seat per ADR 0071 (seat fallback with typed declaration).
48
+ The detour is mandatory: you MUST actually invoke the CLI. On any spawn,
49
+ quota, or model failure, return the typed failure and STOP — the run fails.
50
+ In-seat labor after a detour failure is FORBIDDEN, and so is skipping the
51
+ detour to work in-seat. Zero invocations is a violation, not a fallback.
52
+ Do not silently swap to another engine id.
@@ -28,5 +28,8 @@ opencode run -m opencode-go/glm-5.2 "YOUR_LABOR_PROMPT"
28
28
 
29
29
  ## Failure handling
30
30
 
31
- On any spawn or model failure, return the soft failure to the session and
32
- continue labor in-seat per ADR 0071 (seat fallback with typed declaration).
31
+ The detour is mandatory: you MUST actually invoke the CLI. On any spawn,
32
+ quota, or model failure, return the typed failure and STOP — the run fails.
33
+ In-seat labor after a detour failure is FORBIDDEN, and so is skipping the
34
+ detour to work in-seat. Zero invocations is a violation, not a fallback.
35
+ Do not silently swap to another engine id.
@@ -72,6 +72,7 @@ extra flags beyond these verified constraints:
72
72
  ## Failure handling
73
73
 
74
74
  On any spawn, auth, model-id, stream-stall, or connection-drop failure, return
75
- the soft failure to the session and continue labor in-seat per ADR 0071
76
- (seat fallback with typed declaration). Do not silently swap to another
75
+ the typed failure and STOP the run fails. In-seat labor after a detour
76
+ failure is FORBIDDEN, and so is skipping the detour to work in-seat. Zero
77
+ invocations is a violation, not a fallback. Do not silently swap to another
77
78
  engine id.