@akagilnc/pi-workflow-roles 0.1.2118 → 0.1.2124

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
@@ -163,11 +163,9 @@ Generated from `src/public-cli/option-definitions.ts`. Prefer `ak-role help <com
163
163
  | Spelling | Aliases | Value | Required | Repeatable | Form | Modes/Phases | Description |
164
164
  | --- | --- | --- | --- | --- | --- | --- | --- |
165
165
  | `sweep` | — | — | no | no | positional | modes=sweep | Optional sweep mode token (at most once; no other positionals). |
166
- | `--project-root` | — | `path` | when:model-groups | yes | option | modes=issue\|model-groups; max=issue:1 | Project-root scope key. Issue: at most one (with --ticket at least one of the two). Model-groups: one or more required. |
167
- | `--ticket` | — | `number` | no | no | option | modes=issue | Ticket/issue number for issue mode (with --project-root at least one of the two). |
166
+ | `--ticket` | — | `number` | no | no | option | modes=issue | Ticket/issue number; live filter by invocation.ticketNumber inside the cwd book (git common-dir). Bare call = whole book. No library-index bootstrap. |
168
167
  | `--attach` | — | `path` | when:sweep | yes | option | modes=sweep; max=sweep:1 | Sweep-mode attachment path; required exactly once in sweep; payload is the attachment body. |
169
- | `--cohort` | — | — | no | no | option | modes=cohort; xor=model-groups | Select cohort mode (mutually exclusive with --model-groups). |
170
- | `--model-groups` | — | — | no | no | option | modes=model-groups; xor=cohort | Select model-groups mode (mutually exclusive with --cohort). |
168
+ | `--cohort` | — | — | no | no | option | modes=cohort | Select cohort mode. |
171
169
  | `--group-a-label` | — | `label` | when:cohort | no | option | modes=cohort | Cohort group A label (required in cohort mode). |
172
170
  | `--group-a-issues` | — | `N[,N...]` | when:cohort | no | option | modes=cohort | Cohort group A comma-separated positive issue numbers (required in cohort mode). |
173
171
  | `--group-b-label` | — | `label` | when:cohort | no | option | modes=cohort | Cohort group B label (required in cohort mode). |
package/README.zh-CN.md CHANGED
@@ -192,11 +192,9 @@ ak-role merger --project /path/to/worktree "Reconcile the active merge."
192
192
  | 拼写 | 别名 | 值 | 必填 | 可重复 | 形式 | 模式/阶段 | 说明 |
193
193
  | --- | --- | --- | --- | --- | --- | --- | --- |
194
194
  | `sweep` | — | — | 否 | 否 | positional | modes=sweep | 可选 sweep 模式词元(至多一次;不得夹带其他 positional)。 |
195
- | `--project-root` | — | `path` | 条件:model-groups | | option | modes=issue\|model-groups; max=issue:1 | projectRoot 范围键。issue:至多一个(与 --ticket 至少居其一)。model-groups:一个或多个且必填。 |
196
- | `--ticket` | — | `number` | 否 | 否 | option | modes=issue | issue 模式的票号(与 --project-root 至少居其一)。 |
195
+ | `--ticket` | — | `number` | | | option | modes=issue | 票号;在 cwd 候簿(git common-dir)内按 invocation.ticketNumber 现取现算。裸调用=整簿。不依赖 library-index 自举。 |
197
196
  | `--attach` | — | `path` | 条件:sweep | 是 | option | modes=sweep; max=sweep:1 | sweep 模式附件路径;sweep 必填且恰一次;载荷为附件正文。 |
198
- | `--cohort` | — | — | 否 | 否 | option | modes=cohort; xor=model-groups | 选择 cohort 模式(与 --model-groups 互斥)。 |
199
- | `--model-groups` | — | — | 否 | 否 | option | modes=model-groups; xor=cohort | 选择 model-groups 模式(与 --cohort 互斥)。 |
197
+ | `--cohort` | — | — | 否 | 否 | option | modes=cohort | 选择 cohort 模式。 |
200
198
  | `--group-a-label` | — | `label` | 条件:cohort | 否 | option | modes=cohort | cohort A 组标签(cohort 模式必填)。 |
201
199
  | `--group-a-issues` | — | `N[,N...]` | 条件:cohort | 否 | option | modes=cohort | cohort A 组逗号分隔正整数 issue 列表(cohort 模式必填)。 |
202
200
  | `--group-b-label` | — | `label` | 条件:cohort | 否 | option | modes=cohort | cohort B 组标签(cohort 模式必填)。 |