fix: correct step reference in specify.md to prevent validation loop#1694
Open
fsilvaortiz wants to merge 1 commit intogithub:mainfrom
Open
fix: correct step reference in specify.md to prevent validation loop#1694fsilvaortiz wants to merge 1 commit intogithub:mainfrom
fsilvaortiz wants to merge 1 commit intogithub:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes three documentation and configuration issues: a logical infinite loop in a template instruction, and two outdated agent installation URLs. Each fix addresses a specific reported issue with clear traceability.
Changes:
- Fixed infinite loop in
specify.mdtemplate where step 6 incorrectly referenced itself instead of step 7 - Updated Antigravity agent homepage URL from deprecated
agy.aito currentantigravity.google - Updated Claude Code installation URL from redirecting
docs.anthropic.comto canonicalcode.claude.comdomain
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| templates/commands/specify.md | Corrected validation completion step reference from 6 to 7, fixing logical loop in AI workflow |
| README.md | Updated Antigravity homepage link to reflect current domain |
| src/specify_cli/init.py | Updated Claude Code install_url to canonical domain without redirect |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mnriem
requested changes
Feb 27, 2026
Collaborator
mnriem
left a comment
There was a problem hiding this comment.
Can you please limit your change to fixing the template loop? Thanks!
Step 6c in the specify template incorrectly referenced "proceed to step 6" (itself), creating an infinite validation loop. Changed to "proceed to step 7" (the completion report step). Closes github#1509 🤖 Generated with [Claude Code](https://claude.com/code) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
c88b5b0 to
13e1f48
Compare
Contributor
Author
|
@mnriem Done — removed the URL changes and limited the PR to only the template loop fix. Rebased on latest main, single commit. 🤖 Generated with Claude Code |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #1509
Test plan
specify.mdstep 6c now references step 7🤖 Generated with Claude Code