Skip to content

Commit 13dec1d

Browse files
04cbmnriemCopilot
authored
Fix docs: update Antigravity link and add initialization example (github#1748)
* Fix docs: update Antigravity link and add initialization example * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Manfred Riem <15701806+mnriem@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d0a112c commit 13dec1d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Want to see Spec Kit in action? Watch our [video overview](https://www.youtube.c
161161
| [Roo Code](https://roocode.com/) || |
162162
| [SHAI (OVHcloud)](https://github.com/ovh/shai) || |
163163
| [Windsurf](https://windsurf.com/) || |
164-
| [Antigravity (agy)](https://agy.ai/) || |
164+
| [Antigravity (agy)](https://antigravity.google/) || |
165165
| Generic || Bring your own agent — use `--ai generic --ai-commands-dir <path>` for unsupported agents |
166166

167167
## 🔧 Specify CLI Reference
@@ -222,6 +222,9 @@ specify init my-project --ai shai
222222
# Initialize with IBM Bob support
223223
specify init my-project --ai bob
224224

225+
# Initialize with Antigravity support
226+
specify init my-project --ai agy
227+
225228
# Initialize with an unsupported agent (generic / bring your own agent)
226229
specify init my-project --ai generic --ai-commands-dir .myagent/commands/
227230

0 commit comments

Comments
 (0)