Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .claude/skills/pm-dispatch/references/lanes/triage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 席位章程:分诊席(Triage)

见 SKILL.md 〈分诊座位职责〉;本文是本席的岗位说明,现值状态恒在座位贴,⛔ 不迁入本文。

- 分诊每 fire 只取一个仓,两仓轮替:objectstack、objectui、objectstack……;仓内按最旧优先。
- 饥饿守卫:轮次开始时任一仓最旧未路由卡超过 4 小时,该仓本轮优先,不论轮到谁。
- ⛔ 不回退到跨仓全局最旧优先;⛔ 不因积压增设第二分诊席或改 fire 频率。
8 changes: 8 additions & 0 deletions scripts/pm/check-skill-line-ratchet.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,13 @@ export const CEILINGS = new Map([
// ruling citations and incident narrative left; every rule stayed. Landed count,
// headroom 0, same convention (lowering is always legitimate).
['.claude/skills/pm-dispatch/references/lanes/director.md', 72],
// Triage seat charter (maintainer ruling: the triage seat stays single; pickup
// alternates between the two multi-lane repos, oldest-first inside a repo, with a
// 4-hour starvation guard). A seat charter is read per seat session like every
// entry above. Set at the landed line count read from this ratchet's own run
// (headroom 0, same convention as above); it is a NEW file, so this is an added
// row and no other row moves.
['.claude/skills/pm-dispatch/references/lanes/triage.md', 7],
// 399 → 405 (#11126): maintainer-ruled (2026-08-23, option B, quoted in that
// PR) — the +6-line cross-repo dispatch-gates caveat, sized so the queued
// #11137 (395→399 on main) and this PR's +6 compose to exactly 405.
Expand Down Expand Up @@ -1037,6 +1044,7 @@ export const MAX_TABLE_ROW_BYTES = new Map([
['.claude/skills/pm-dispatch/references/lanes/spec.md', 0],
['.claude/skills/pm-dispatch/references/lanes/hotcrm.md', 0],
['.claude/skills/pm-dispatch/references/lanes/director.md', 0],
['.claude/skills/pm-dispatch/references/lanes/triage.md', 0],
['.claude/agents/os-dev.md', 0],
['.claude/skills/checklist-test/SKILL.md', 221],
['.claude/skills/checklist-author/SKILL.md', 0],
Expand Down
Loading