From ed2b81a4fb50c0514aaa76788ed3ba59bf295cd8 Mon Sep 17 00:00:00 2001 From: ChuckBuilds Date: Tue, 11 Aug 2026 12:37:18 -0400 Subject: [PATCH] docs(sports): stop a wrapped PR reference reading as a heading A line wrapped onto "#433), the newest manifest entry ...", which markdownlint reads as a malformed ATX heading (MD018). Reflowed so the line starts with "(#431, #433)" instead. Not the suggested fix: adding a space after the hash would have turned the PR reference into "# 433". The B5 safety claim raised alongside this was already corrected in ac44b5a. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01Udr6MfaFLUPhX5Fgo67Jf5 --- docs/SPORTS_UNIFICATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/SPORTS_UNIFICATION.md b/docs/SPORTS_UNIFICATION.md index 7130cdb3..c88a635b 100644 --- a/docs/SPORTS_UNIFICATION.md +++ b/docs/SPORTS_UNIFICATION.md @@ -408,8 +408,8 @@ measure. Consolidate what is already committed; revisit when B6 does. Steps 1–5 of the original plan are **done**: 3.2.0 is tagged and published with a version number CI now asserts (#428), the compatibility gate is in -`install_plugin` and reads `compatible_versions` as well as the floor (#431, -#433), the newest manifest entry is required to use `ledmatrix_min_version` +`install_plugin` and reads `compatible_versions` as well as the floor +(#431, #433), the newest manifest entry is required to use `ledmatrix_min_version` (plugins #244), and all eight plugins have adopted the scroll orchestration (plugins #245–#249, repaired in #251, tidied in #252).