Skip to content

Correct MVP-cut registry verification in decomposition scaffolding plan#5

Draft
Copilot wants to merge 3 commits intomainfrom
copilot/fix-mvp-cut-grep-check-expectation
Draft

Correct MVP-cut registry verification in decomposition scaffolding plan#5
Copilot wants to merge 3 commits intomainfrom
copilot/fix-mvp-cut-grep-check-expectation

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 16, 2026

Task 8 in the decomposition scaffolding plan used a grep check that matched every "MVP cut" occurrence in docs/decomposition.md, even though the document intentionally contains that phrase in multiple places. This updates the check to validate the unique registry separator row instead of the ambiguous phrase.

  • Plan verification

    • Replaced the Task 8 Step 4 command in docs/superpowers/plans/2026-04-16-spec-decomposition-scaffolding.md
    • The check now targets the exact dashed table row that marks the cut line, so the expected count of 1 is actionable
    grep -c -- "--------- MVP cut ---------" docs/decomposition.md
  • Referenced registry content

    • Added the corresponding docs/decomposition.md registry content used by the plan so the verification target is present on this branch
  • Consistency cleanup

    • Aligned copied documentation details that conflicted with the scaffolding rules:
      • f-identity-and-auth starts at stub
      • f-public-api depends on f-identity-and-auth using the canonical ID

Copilot AI and others added 2 commits April 16, 2026 21:22
Copilot AI changed the title [WIP] Fix MVP-cut grep check expectation to align with file content Correct MVP-cut registry verification in decomposition scaffolding plan Apr 16, 2026
Copilot AI requested a review from droxey April 16, 2026 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

**<sub><sub>![P1 Badge](https://img.shields.io/badge/P1-orange?style=flat)</sub></sub> Correct the MVP-cut grep check expectation**

2 participants