From 0e04d2d9666018aebff40a6c13a182a5c57a6bae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Silva=20Ortiz?= Date: Wed, 25 Feb 2026 19:36:38 -0300 Subject: [PATCH 1/3] fix: correct step reference in specify.md to prevent validation loop 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 #1509 Co-Authored-By: Claude Opus 4.6 --- templates/commands/specify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/commands/specify.md b/templates/commands/specify.md index 5fd4489ee..0875df340 100644 --- a/templates/commands/specify.md +++ b/templates/commands/specify.md @@ -148,7 +148,7 @@ Given that feature description, do this: c. **Handle Validation Results**: - - **If all items pass**: Mark checklist complete and proceed to step 6 + - **If all items pass**: Mark checklist complete and proceed to step 7 - **If items fail (excluding [NEEDS CLARIFICATION])**: 1. List the failing items and specific issues From d8db9c814babbf75a91ead8040e7597ca2eaa3a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Silva=20Ortiz?= Date: Wed, 25 Feb 2026 19:36:41 -0300 Subject: [PATCH 2/3] fix: update Antigravity agent link to current URL Update the Antigravity homepage link from https://agy.ai/ to https://antigravity.google/ to reflect the current project URL. Closes #1604 Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85a9a8f1e..efbbcb24b 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ Want to see Spec Kit in action? Watch our [video overview](https://www.youtube.c | [Roo Code](https://roocode.com/) | ✅ | | | [SHAI (OVHcloud)](https://github.com/ovh/shai) | ✅ | | | [Windsurf](https://windsurf.com/) | ✅ | | -| [Antigravity (agy)](https://agy.ai/) | ✅ | | +| [Antigravity (agy)](https://antigravity.google/) | ✅ | | | Generic | ✅ | Bring your own agent — use `--ai generic --ai-commands-dir ` for unsupported agents | ## 🔧 Specify CLI Reference From c88b5b0a0581686938f1e55731cab848f141d883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Silva=20Ortiz?= Date: Wed, 25 Feb 2026 19:36:45 -0300 Subject: [PATCH 3/3] fix: update Claude Code install URL to canonical domain 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 #1432 Co-Authored-By: Claude Opus 4.6 --- src/specify_cli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/specify_cli/__init__.py b/src/specify_cli/__init__.py index 5651ac722..22e28efb3 100644 --- a/src/specify_cli/__init__.py +++ b/src/specify_cli/__init__.py @@ -136,7 +136,7 @@ def _format_rate_limit_error(status_code: int, headers: httpx.Headers, url: str) "name": "Claude Code", "folder": ".claude/", "commands_subdir": "commands", - "install_url": "https://docs.anthropic.com/en/docs/claude-code/setup", + "install_url": "https://code.claude.com/docs/en/setup", "requires_cli": True, }, "gemini": {