@akagilnc/pi-workflow-roles 0.1.3898 → 0.1.3902

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/CLAUDE.md CHANGED
@@ -90,7 +90,7 @@ A probe is temporary evidence. After its evidence purpose is disposed, either de
90
90
 
91
91
  ## 席位表与宿主配置(2026-09-09 陛下拍定)
92
92
 
93
- 席位表(`ak-role config`:席位的 model/host/engine)与各宿主 CLI 自身的配置、登录、家目录,唯一真源=陛下现役令与该 CLI 自己。工厂腿(将作监、修内司及一切被派工实例)不得改席位表、不得改任何宿主配置;单次需要别的宿主或模型,只用逐次旗 `--host` / `--model` / `--thinking`(#617 DK-5「单次调用可以覆盖默认设置」);逐次旗覆盖不到的席(内闸席等)写进回执作发现,不改表。判例:2026-09-09 #645 将作监改真席位表致全局 CLI 报错;2026-09-05 #682。
93
+ 席位表(`ak-role config`:席位的 model/host/engine)与各宿主 CLI 自身的配置、登录、家目录,唯一真源=陛下现役令与该 CLI 自己。工厂腿(将作监、修内司及一切被派工实例)不得改席位表、不得改任何宿主配置;单次需要别的宿主或模型,只用逐次旗 `--host` / `--model` / `--thinking`(#617 DK-5「单次调用可以覆盖默认设置」);逐次旗覆盖不到的席(内闸席等)写进回执作发现,不改表。判例:2026-09-09 #645 将作监改真席位表致全局 CLI 报错;2026-09-05 #682。**测试同此**(陛下 2026-09-10 逐字:「施工期间,测试里面不准改席位配置文件」):施工期间跑的测试与自验一律不得写真席位配置文件(`~/.ak-roles/public-cli.json`),要造配置就在临时 home 下造并显式传给被测代码。
94
94
 
95
95
  ## 修订通道
96
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akagilnc/pi-workflow-roles",
3
- "version": "0.1.3898",
3
+ "version": "0.1.3902",
4
4
  "description": "Soul-bound workflow roles for Pi",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -15,7 +15,7 @@ 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 --dangerously-skip-permissions --print-timeout 30m --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
21
  `--dangerously-skip-permissions` is required in headless labor: the CLI's
@@ -31,18 +31,10 @@ current Gemini Flash release — that default is the owner's standing choice.
31
31
  List the ids this host offers with `agy models` when an order names one.
32
32
 
33
33
  ```bash
34
- agy --sandbox --dangerously-skip-permissions --print-timeout 30m --print 'YOUR_LABOR_PROMPT' --log-file /tmp/agy-labor.log
34
+ agy --sandbox --dangerously-skip-permissions --print 'YOUR_LABOR_PROMPT' --log-file /tmp/agy-labor.log
35
35
  ```
36
36
 
37
37
  When the dispatch order names a model, pass it verbatim via `--model`; an
38
38
  unknown model id is an engine-process failure (typed failure, stop — per
39
39
  `../engine-dispatch.md`). Never copy a model id from this note or from a
40
40
  previous run — ids here would go stale.
41
-
42
- ## Print-mode timeout
43
-
44
- `--print-timeout` defaults to 5m0s — too short for labor turns; a full apply
45
- labor exceeded it (host-verified 2026-08-26, run 01a03dae-5635@coder,
46
- "timeout waiting for response"). Labor invocations pass `--print-timeout 30m`.
47
- A timeout that still fires is an engine-process failure: typed failure and
48
- STOP per `../engine-dispatch.md`.