Skip to content

Commit a34a408

Browse files
committed
docs(pm-dispatch): re-fold the depth-hold rules onto main after #16339
The merge of origin/main brought SKILL.md to 813 lines against a ceiling of 811: both sides were line-neutral against the merge base, but the folds this branch used to pay for its four depth-hold lines landed in regions main had re-folded independently, so the resolution kept both. Pay the +2 with two more same-topic folds inside the same file — no rule removed, no ceiling raised, no cross-file move: - the two seat invariants "循环必须能从全新会话恢复" and "PM 不写文件、不写代码" join on one line (112 bytes); the separator before 唯一例外 drops from ; to , so the exception still reads as the no-writing rule's, not the recovery one's. - the two conditional-clause items 拒收用例 and 过滤/谓词语义 join on one line (119 bytes) inside the enumeration they already belong to. Ratchet reads SKILL.md 811/811 headroom 0, widest table row 342 (pin 342), core-rules.md 150/150. Every prose line stays within the 120-byte budget. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TezFG8ZMrNH6n5VTNpPpdH
1 parent cc14ec2 commit a34a408

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.claude/skills/pm-dispatch/SKILL.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ PM 的工作是循环:选卡 → 认领 → 派发 → 收集 → 复核 → 报
9191
## 全体座位的不变量
9292

9393
- 所有状态在 GitHub:只经 issue 标签、assignee、正文行与 `pm:seat` 座位贴读写。
94-
- 循环必须能从全新会话恢复。
95-
- PM 不写文件、不写代码;唯一例外及其全部条件见红线。
94+
- 循环必须能从全新会话恢复;PM 不写文件、不写代码,唯一例外及其全部条件见红线。
9695
- GitHub 上一切新内容用英文;中文只留四通道,含 `## 维护者速读`(受管 PR 与决策卡)。
9796
- 另三通道:轮次报告、派发令里的裁决引文、决策四维分析(评论与四棱块)。
9897
- 裁决引文照抄不译;四维中文只管新记录,存量英文块 ⛔ 不迁移;存量中文 ⛔ 不追溯改写。
@@ -551,8 +550,7 @@ PM 的工作是循环:选卡 → 认领 → 派发 → 收集 → 复核 → 报
551550
- 被在飞重叠完全覆盖就停下回报,⛔ 不硬造 diff。
552551
- 翻转公开语义的裁决随卡带全仓 pin 清扫,两句缺一不可,原文见 runbook。
553552
- 条件性标准条款命中判据才抄:多实现面 ⇒ 共享一致性覆盖。
554-
- 拒收用例 ⇒ `code`+`status` 最低断言。
555-
- 过滤/谓词语义 ⇒ 编译面清单逐面申报,⛔ 静默略过。
553+
- 拒收用例 ⇒ `code`+`status` 最低断言;过滤/谓词语义 ⇒ 编译面清单逐面申报,⛔ 静默略过。
556554
- 前提先行写明:issue 正文是线索不是规格。
557555
- 资源与后端:S 级机械 + M ⇒ `mode:subagent`;S 级但不机械(判断面在设计不在门禁)按 M 待遇。
558556
- `mode:cloud` 只保留给 L/XL、必须活过 PM 会话的工作、浏览器/dogfood 验证。

0 commit comments

Comments
 (0)