@akagilnc/pi-workflow-roles 0.1.3812 → 0.1.3816

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.
Files changed (2) hide show
  1. package/CLAUDE.md +1 -1
  2. package/package.json +1 -1
package/CLAUDE.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  **「要求 X」不是授权代码检查 X**——ADR、schema、prompt 一律如此。主语是代码、动词是拒收或中止的句子才是检查。漏了由下游角色在内容层找他麻烦。key 名字不必逐字相同。
10
10
 
11
- **读取与呈现不设上限**:代码可以读任意字段。代码仍拥有两件事:受理**唯一一次**交卷,交卷后**终止本局**。
11
+ **读取与呈现不设上限**:代码可以读任意字段。代码仍拥有两件事:受理**本庭唯一一次**交卷,交卷后**终止本庭**。此条约束代码,不约束角色:每次带传召的复审(含带传召的 resume)即开新一庭,角色在新一庭照常交卷;裸 resume 只续本庭。
12
12
 
13
13
  **记账位**:每份角色输出有精确 key 及取值域(如 `judgeStatus`),供落账与呈现。
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akagilnc/pi-workflow-roles",
3
- "version": "0.1.3812",
3
+ "version": "0.1.3816",
4
4
  "description": "Soul-bound workflow roles for Pi",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",