The design plan committed in #2847 (docs/superpowers/plans/2026-06-03-bot-pipeline-unblock.md) has two minor drifts from the merged code, flagged by Reviewer A. Both are cosmetic — the code is the source of truth — but worth tidying so a future reader isn't misled.
-
Every implementation step is - [ ] (unchecked) even though the work shipped. Via git blame / docs search this reads as a pile of un-done work. Fix: add a header note (e.g. > Implementation complete as of #2847; checkboxes left for historical fidelity) or bulk-check the boxes.
-
Allowlist description drifted. Under "Decisions carried from spec open-questions," the plan lists web/sites/*/src/content/** as low-risk. The shipped .github/scripts/classify-conflicts.sh dropped that arm — *.md/*.mdx (any path) already covers MDX content, and non-markdown files under content trees now correctly escalate. Update the plan's allowlist note to match, or add a "final implementation refined this — see classify-conflicts.sh" pointer.
Priority: low. Surfaced during the #2847 review cycle.
The design plan committed in #2847 (
docs/superpowers/plans/2026-06-03-bot-pipeline-unblock.md) has two minor drifts from the merged code, flagged by Reviewer A. Both are cosmetic — the code is the source of truth — but worth tidying so a future reader isn't misled.Every implementation step is
- [ ](unchecked) even though the work shipped. Via git blame / docs search this reads as a pile of un-done work. Fix: add a header note (e.g.> Implementation complete as of #2847; checkboxes left for historical fidelity) or bulk-check the boxes.Allowlist description drifted. Under "Decisions carried from spec open-questions," the plan lists
web/sites/*/src/content/**as low-risk. The shipped.github/scripts/classify-conflicts.shdropped that arm —*.md/*.mdx(any path) already covers MDX content, and non-markdown files under content trees now correctly escalate. Update the plan's allowlist note to match, or add a "final implementation refined this — seeclassify-conflicts.sh" pointer.Priority: low. Surfaced during the #2847 review cycle.