From f00bce4fb56f7c274ea165caf5ae7dcb22f37e4e Mon Sep 17 00:00:00 2001 From: Qiangjun Ran Date: Sun, 15 Feb 2026 11:36:17 +0800 Subject: [PATCH 1/2] docs: fix Antigravity link and add initialization example (fixes #1604) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e189750f28..6605e9786b 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,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/) | ✅ | | ## 🔧 Specify CLI Reference @@ -217,6 +217,9 @@ specify init my-project --ai shai # Initialize with IBM Bob support specify init my-project --ai bob +# Initialize with Antigravity support +specify init my-project --ai agy + # Initialize with PowerShell scripts (Windows/cross-platform) specify init my-project --ai copilot --script ps From 3bfde17ee6bea9145b683f99c1180321a2392d01 Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:07:03 -0600 Subject: [PATCH 2/2] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6605e9786b..7f92a36bb6 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,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://antigravity.google/) | ✅ | | +| [Antigravity (agy)](https://antigravity.google/) | ✅ | | ## 🔧 Specify CLI Reference