Commit db07f69
docs(skills): repair five semantic minors in the axis-weighting/batch encoding (#14779)
Five in-place, zero-net-line corrections to the escalation decision frame's
four copies and the decision-analysis reference:
1. The class-2/3 live-presentation route in the internal PM skill restated a
stale per-batch cap; it now points at the single home that rules the batch
size, so the two cannot drift apart again.
2. The standing adjudication batch flow had no legal move for a final partial
batch (an exact-size rule plus a drain-the-inbox rule forbade both
presenting short and holding the remainder). The short last batch is now
presented as-is.
3. Every weighting clause hard-coded "the other three", an axis-count minus one
that the frame-sync gate's MENTION_PATTERNS structurally cannot see. All six
sites are now count-free, so no derived count can go stale.
4. Published entry: the shrink-not-grow reading no longer cites an axis
definition that does not state it, and the embedded dev template regains
"and contract accretion" — the term the zero-pull argument turns on.
5. The lead-with-long-term duty is now unconditional in all five encodings;
conflict-scoping is kept only on the cannot-outvote consequence.
Claude-Session: https://claude.ai/code/session_01LraLgQVGq8egUwfYZpbYt1
Co-authored-by: Claude <noreply@anthropic.com>1 parent 3a5b8c9 commit db07f69
4 files changed
Lines changed: 17 additions & 17 deletions
File tree
- .claude
- agents
- skills/pm-dispatch
- references
- skills/objectstack-pm-dispatch
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
418 | | - | |
| 418 | + | |
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
454 | | - | |
| 454 | + | |
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| |||
901 | 901 | | |
902 | 902 | | |
903 | 903 | | |
904 | | - | |
905 | | - | |
| 904 | + | |
| 905 | + | |
906 | 906 | | |
907 | 907 | | |
908 | 908 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
553 | | - | |
| 553 | + | |
554 | 554 | | |
555 | 555 | | |
556 | 556 | | |
| |||
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | | - | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
| |||
656 | 656 | | |
657 | 657 | | |
658 | 658 | | |
659 | | - | |
660 | | - | |
661 | | - | |
662 | | - | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
663 | 663 | | |
664 | 664 | | |
665 | 665 | | |
| |||
0 commit comments