@akagilnc/pi-workflow-roles 0.1.3783 → 0.1.3789

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/README.md CHANGED
@@ -92,7 +92,7 @@ ak-role coder apply --attach ./plan.md "Implement the approved slice."
92
92
  # reviewer — fixed-target two-axis review; completed ≠ approved, read the findings
93
93
  ak-role reviewer --base main "Review the branch."
94
94
 
95
- # collector — GitHub PR review evidence (explicit --pr, unique head/commit bind, or role bind-target from materials)
95
+ # collector — GitHub PR review evidence (bind target, read handbook/field activity, trigger as needed, return materials)
96
96
  ak-role collector --pr 42 --repo owner/repository "Collect findings for the assigned issue."
97
97
  ak-role collector --repo owner/repository "Collect findings for #42"
98
98
 
package/README.zh-CN.md CHANGED
@@ -86,7 +86,7 @@ ak-role coder apply --attach ./plan.md "Implement the approved slice."
86
86
  # 御史台——固定目标双轴察举;completed ≠ 准行,findings 在 Terminal 里
87
87
  ak-role reviewer --base main "Review the branch."
88
88
 
89
- # 通进司——GitHub PR 收证(显式 --pr、分支/HEAD 唯一关联,或角色从材料 bind-target)
89
+ # 通进司——GitHub PR 收证(认票、读手册/现场活动、按需触发、交回材料)
90
90
  ak-role collector --pr 42 --repo owner/repository "为所指 issue 收证。"
91
91
  ak-role collector --repo owner/repository "为 #42 收证。"
92
92