From 8be918c4287bec2d86913f942b4dc9868b67ad1a Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 9 Sep 2026 02:43:59 +0000 Subject: [PATCH] docs(pm-dispatch): state both the batch default and the maintainer ceiling in one row MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `/pm-dispatch [args]` table's `batch:` row carried a single number, `3`, in its default column while the maintainer's dispatch ceiling has been 5 — so a reader of the table could not tell which number a seat is expected to run at. Reading A applies: the ruling that moved the cap 3 -> 5 speaks of the cap, not the default, and a ceiling raise does not by itself raise the default. The row now labels both numbers by role, in place: default `3`, maintainer ceiling on `n` `5`. Line-neutral (811 -> 811 lines), the file is at line-ratchet headroom 0. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01HxLw5aKDPR5RJgyUR7Exkd --- .claude/skills/pm-dispatch/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/skills/pm-dispatch/SKILL.md b/.claude/skills/pm-dispatch/SKILL.md index b714550e98..2c93e7df42 100644 --- a/.claude/skills/pm-dispatch/SKILL.md +++ b/.claude/skills/pm-dispatch/SKILL.md @@ -57,7 +57,7 @@ PM 的工作是循环:选卡 → 认领 → 派发 → 收集 → 复核 → 报 | `director` | 以项目总监席身份运行(人工召唤;四职见 升级与决策 节与 `references/lanes/director.md`) | — | | `label:` | backlog 过滤标签;`label:all` = 全部 open 未认领 | `pm:queue` | | `repo:` | 扫哪个仓的 backlog(单 issue 的落地仓看它自己的 `repo:*` 标签) | `objectstack-ai/objectstack` | -| `batch:` | 同时在飞的 dev 上限 | `3` | +| `batch:` | 同时在飞的 dev 上限 | 默认 `3`;`n` 的维护者天花板 `5` | | `rounds:` | 跑 N 轮后停 | 队列清空为止 | | `mode:subagent` \| `mode:cloud` | 派发后端 | 按卡分流:S+M ⇒ `subagent`,`cloud` 只留 L/XL 等保留面 | | `#12 #34 …` | 显式 issue 清单,整体覆盖标签查询 | — |