|
| 1 | +--- |
| 2 | +date: 2026-04-21 |
| 3 | +topic: mainline-reconciliation-after-m8-51-primary-runbook-action |
| 4 | +--- |
| 5 | + |
| 6 | +# Mainline Reconciliation After M8.51 Primary Runbook Action Requirements |
| 7 | + |
| 8 | +## Problem Frame |
| 9 | + |
| 10 | +`M8.51` now ships on `main`. |
| 11 | +The bounded priority-consumer alignment step is closed: |
| 12 | + |
| 13 | +- runbook actions now reuse the already-shipped continuity-aware `triagePriority` surface, |
| 14 | +- `review-top-priority-replay-report` now emits whenever a bounded top-priority replay report exists, |
| 15 | +- severity stays explainable and bounded (`high -> critical`, `continuityBoosted -> warning`, otherwise `info`), |
| 16 | +- persistent managed-memory continuity inspection now records the current top-priority source context. |
| 17 | + |
| 18 | +That changes the next seam again. |
| 19 | +The active question is no longer whether any consumer should reuse `triagePriority`. |
| 20 | +The active question is whether pane/report consumers should keep inferring the primary operator recommendation from runbook-action array order alone. |
| 21 | + |
| 22 | +## Verified Mainline Reality (2026-04-21) |
| 23 | + |
| 24 | +- `/triage`, `/triage/history`, and `/triage/runbook` now stay aligned on the same bounded `runbookActions` set. |
| 25 | +- The first runbook consumer already reuses: |
| 26 | + - `triagePriority`, |
| 27 | + - `replayRiskLevel`, |
| 28 | + - `replayRiskSignals`, |
| 29 | + - `replayCandidateRate`, |
| 30 | + - `managedConversationContinuitySummary`. |
| 31 | +- No new persistence model, route family, or broader dashboard shell was introduced. |
| 32 | +- Backend sufficiency remains green and dormant-by-default. |
| 33 | + |
| 34 | +## Critical Findings |
| 35 | + |
| 36 | +1. `M8.51` closed the first consumer-reuse seam. |
| 37 | + Runbook guidance no longer has to recompute priority from raw replay-rate ordering. |
| 38 | + |
| 39 | +2. The next gap is now contract explicitness, not more ranking logic. |
| 40 | + Consumers can currently read the intended primary recommendation only by trusting array position. |
| 41 | + |
| 42 | +3. Array-order semantics are too implicit for the next consumer. |
| 43 | + If another pane/report surface needs the primary action, it should not have to assume `runbookActions[0]` is a stable API contract unless the API says so explicitly. |
| 44 | + |
| 45 | +4. Broader dashboard work is still not the sharpest next move. |
| 46 | + The next bounded step is to expose primary-action semantics on top of the current runbook payload, not to widen the shell. |
| 47 | + |
| 48 | +## Requirements |
| 49 | + |
| 50 | +**Truth Refresh** |
| 51 | +- R1. This document becomes the new current source-of-truth item for post-`M8.51` direction. |
| 52 | +- R2. Current-facing docs must describe `M8.51` as shipped priority-aware runbook action reuse. |
| 53 | + |
| 54 | +**Next-Lane Narrowing** |
| 55 | +- R3. Current-facing docs must define `M8.52` as bounded primary runbook-action surfacing. |
| 56 | +- R4. `M8.52` must stay inside already-shipped fast-path payloads and their derived runbook output: |
| 57 | + - `runbookActions`, |
| 58 | + - `triagePriority`, |
| 59 | + - `replayRiskLevel`, |
| 60 | + - `replayRiskSignals`, |
| 61 | + - `managedConversationContinuitySummary`. |
| 62 | +- R5. `M8.52` must prefer explicit primary-action semantics over array-position conventions. |
| 63 | +- R6. `M8.52` must not require new persistence, full-report joins, or a broader dashboard shell. |
| 64 | + |
| 65 | +**Scope Control** |
| 66 | +- R7. Do not reopen backend-escalation or CI-repair narration unless fresh evidence appears. |
| 67 | +- R8. Do not move markdown-reader work ahead of `M8.52` unless it compounds the same operator/study loop more directly. |
| 68 | +- R9. Do not jump to broader operator dashboards before primary runbook-action semantics land or are explicitly rejected. |
| 69 | + |
| 70 | +## Success Criteria |
| 71 | + |
| 72 | +- this document is listed first under `docs/brainstorms/index.md`, |
| 73 | +- EN/ZH current-facing docs describe `M8.51` as shipped, |
| 74 | +- EN/ZH current-facing docs describe `M8.52` as bounded primary runbook-action surfacing work, |
| 75 | +- docs verification passes, |
| 76 | +- `main` stays clean after verification. |
| 77 | + |
| 78 | +## Scope Boundaries |
| 79 | + |
| 80 | +- This document does not reopen backend sufficiency work. |
| 81 | +- This document does not add a new diagnostics persistence model. |
| 82 | +- This document does not claim that broader dashboard work now ships. |
| 83 | +- This document does not require a new operator route family. |
| 84 | + |
| 85 | +## Next Steps |
| 86 | + |
| 87 | +-> `/ce:plan` for `post-M8.51 primary runbook-action surfacing`, keeping `M8.52` bounded to explicit primary recommendation semantics on the existing triage/runbook payloads. |
0 commit comments