Skip to content

Commit 3e8a78e

Browse files
ranqiangjunCopilot
authored andcommitted
docs: fix Antigravity link and add initialization example
Port of upstream PR github#1605 (applied manually due to README structural divergence). - Fix Antigravity URL: agy.ai → antigravity.google - Add agy initialization example in Quick Start section Upstream commit: f00bce4 Co-authored-by: Qiangjun Ran <ranqiangjun@gmail.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9cab342 commit 3e8a78e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Purpose:
131131
| `q` | Amazon Q Developer CLI | CLI | `.amazonq/` |
132132
| `amp` | Amp | CLI | `.agents/` |
133133
| `shai` | SHAI | CLI | `.shai/` |
134-
| `agy` | Antigravity | IDE | `.agent/` |
134+
| `agy` | [Antigravity](https://antigravity.google/) | IDE | `.agent/` |
135135
| `bob` | IBM Bob | IDE | `.bob/` |
136136

137137
For per-agent details and install links, see `docs/agents.md` and the live `AGENT_CONFIG` in `src/specify_cli/__init__.py`.
@@ -241,6 +241,12 @@ Use current directory mode if needed:
241241
specify init . --ai claude --script sh
242242
```
243243

244+
Initialize with Antigravity support:
245+
246+
```bash
247+
specify init my-project --ai agy
248+
```
249+
244250
### 2) Run Phase 0 in your agent chat
245251

246252
```text

0 commit comments

Comments
 (0)