Skip to content

fix(specify): correct self-referencing step number in validation flow#2152

Open
ismaelJimenez wants to merge 1 commit intogithub:mainfrom
ismaelJimenez:fix/specify-validation-step-reference
Open

fix(specify): correct self-referencing step number in validation flow#2152
ismaelJimenez wants to merge 1 commit intogithub:mainfrom
ismaelJimenez:fix/specify-validation-step-reference

Conversation

@ismaelJimenez
Copy link
Copy Markdown
Contributor

Description

Fix self-referencing step number in the specify command template's validation flow.

Step 7c ("If all items pass") incorrectly said "proceed to step 7", which points back to the current step (Specification Quality Validation), creating an infinite loop. Changed to "proceed to step 8" (Report completion).

Testing

  • Verified the step numbering is correct by reviewing the full outline (steps 1–9)

AI Disclosure

  • I did not use AI assistance for this contribution

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes a self-referencing step number in the /specify command template’s validation flow to prevent an infinite loop in the written instructions.

Changes:

  • Update “If all items pass” instruction to proceed from step 7 (validation) to step 8 (report completion)
Show a summary per file
File Description
templates/commands/specify.md Corrects the step reference in the validation results handling to point to the completion/reporting step

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

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.

3 participants