@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
package/resources/engines/agy.md
CHANGED
|
@@ -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
|
-
|
|
27
|
-
|
|
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
|
-
|
|
49
|
-
|
|
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
|
-
|
|
32
|
-
|
|
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
|
|
76
|
-
|
|
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.
|