Commit 2a149b3
committed
docs(pm-dispatch): governing-text step and protocol-baseline rule in the decision frame
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 ea03c7c commit 2a149b3
3 files changed
Lines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
708 | 708 | | |
709 | 709 | | |
710 | 710 | | |
711 | | - | |
712 | | - | |
| 711 | + | |
713 | 712 | | |
714 | 713 | | |
715 | 714 | | |
| |||
724 | 723 | | |
725 | 724 | | |
726 | 725 | | |
727 | | - | |
728 | | - | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
729 | 729 | | |
730 | 730 | | |
731 | 731 | | |
732 | | - | |
| 732 | + | |
733 | 733 | | |
734 | 734 | | |
735 | 735 | | |
| |||
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 | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
0 commit comments