Commit c8bbf35
feat: delivery-discipline rule (DoR/DoD formalized) + main runs never self-cancel
Owner-mandated framework, researched to the converged standard and
found to need NAMING, not building: Scrum 2020's DoD (a formal
artifact commitment) + Kanban University's ready-for-delivery pull
criteria are the industry vocabulary for gates this repo already runs
— consolidated into ONE always-loaded rule
(.claude/rules/delivery-discipline.md) instead of four documents.
Estimation deliberately excluded (negotiates team capacity a
solo+agent loop doesn't have); peer review already settled by
ADR-0034. Build-health becomes a ritual, not a wonder: gh pr checks
--watch after opening a goal PR; gh run list -b main -L 1 at goal
pickup. Tech debt: same queue, same DoR/DoD, never a shadow register.
Plus the real config bug the research found: cancel-in-progress
applied to main's post-merge runs too, so two quick merges cancelled
the earlier one's verification (observed live: merges #1/#10) —
now conditional per GitHub's own documented pattern; PR runs still
supersede, main runs always complete.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FYwojT8GdUbYSoggbvEFft1 parent 9471972 commit c8bbf35
2 files changed
Lines changed: 57 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
19 | 26 | | |
20 | 27 | | |
21 | 28 | | |
| |||
0 commit comments