Skip to content

fix: correct template loop, update outdated URLs#1694

Open
fsilvaortiz wants to merge 3 commits intogithub:mainfrom
fsilvaortiz:fix/minor-docs-and-template-corrections
Open

fix: correct template loop, update outdated URLs#1694
fsilvaortiz wants to merge 3 commits intogithub:mainfrom
fsilvaortiz:fix/minor-docs-and-template-corrections

Conversation

@fsilvaortiz
Copy link

@fsilvaortiz fsilvaortiz commented Feb 25, 2026

Summary

Each fix is in a separate commit for easy review or individual revert.

Test plan

  • Verify templates/commands/specify.md step 7 reference points to the completion report (line 151)
  • Verify Antigravity link (https://antigravity.google/) resolves correctly
  • Verify Claude Code install URL (https://code.claude.com/docs/en/setup) resolves without redirect
  • All existing tests pass (95/95 passed)

AI Assistance Disclosure

This PR was drafted with assistance from Claude Code (Anthropic). All changes were reviewed and validated manually by the author.

🤖 Generated with Claude Code

fsilvaortiz and others added 3 commits February 25, 2026 19:36
The validation handler referenced "proceed to step 6" which is the
validation step itself, creating a logical infinite loop. The correct
target is step 7 (completion report).

Closes github#1509

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update the Antigravity homepage link from https://agy.ai/ to
https://antigravity.google/ to reflect the current project URL.

Closes github#1604

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The previous URL (docs.anthropic.com/en/docs/claude-code/setup) returns
a 301 redirect to the new canonical URL at code.claude.com/docs/en/setup.

Closes github#1432

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
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

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.md template where step 6 incorrectly referenced itself instead of step 7
  • Updated Antigravity agent homepage URL from deprecated agy.ai to current antigravity.google
  • Updated Claude Code installation URL from redirecting docs.anthropic.com to canonical code.claude.com domain

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants