Commit 3140345
docs(pm-dispatch): governing-text step and protocol-baseline rule in the decision frame (#15946)
The decision-card frame searched only card comments and the director ledger
for prior rulings, so rulings codified in a repo AGENTS.md section, an ADR, a
spec docblock or a lint rule were invisible to both the filing seat and the
director. Two rules, each written once per carrier in its register:
- Governing text: every 落卡 and 呈报 carries a `Governing text:` item (the
AGENTS.md section / ADR / spec docblock / lint rule that already constrains
the option space, quoted with the grep that found it, or `none found` with
the searches run); a card whose options contradict it is not a decision
card; leaving the decision box cites it alongside the ruling id.
- Protocol baseline: when the spec declares X and the code does Y, the
default is code → spec; a protocol change is its own card, never a side
option in a defect card. The presenter's first two lines on such a card
are what the protocol declares and whether the card asks to change it.
Line-neutral on SKILL.md (811) and decision-analysis.md (50) by compressing
two adjacent rule pairs into one 120-byte line each; director.md +2 (74/77).
Every written line is at most 119 bytes.
Claude-Session: https://claude.ai/code/session_019RfFHiRCSs3JXLK4cwcfox
Co-authored-by: Claude <noreply@anthropic.com>1 parent 098cbb7 commit 3140345
3 files changed
Lines changed: 12 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
709 | 709 | | |
710 | 710 | | |
711 | 711 | | |
712 | | - | |
713 | | - | |
| 712 | + | |
714 | 713 | | |
715 | 714 | | |
716 | 715 | | |
| |||
725 | 724 | | |
726 | 725 | | |
727 | 726 | | |
728 | | - | |
729 | | - | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
730 | 730 | | |
731 | 731 | | |
732 | 732 | | |
733 | | - | |
| 733 | + | |
734 | 734 | | |
735 | 735 | | |
736 | 736 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
61 | | - | |
62 | | - | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | | - | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
0 commit comments