Skip to content
Merged
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
2 changes: 1 addition & 1 deletion scripts/pm/check-skill-line-ratchet.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ export const CEILINGS = new Map([
export const MAX_TABLE_ROW_BYTES = new Map([
// The five files that carry a table row today, each seeded at its own widest.
// The corpus's #1 longest LINE of any shape is the AGENTS.md row below.
['.claude/skills/pm-dispatch/SKILL.md', 765],
['.claude/skills/pm-dispatch/SKILL.md', 642],
['.claude/skills/pm-dispatch/references/dispatch-runbook.md', 0],
['.claude/skills/pm-dispatch/references/state-machine.md', 0],
['.claude/skills/pm-dispatch/references/contract-review.md', 0],
Expand Down
Loading