docs: add Antigravity to supported agents in README

This commit is contained in:
Shagun Prasad 2026-06-25 17:44:27 +05:30
parent 8a3f6273eb
commit 112cfc5843
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ Or target a specific agent with `./setup --host <name>`:
| Kiro | `--host kiro` | `~/.kiro/skills/gstack-*/` |
| Hermes | `--host hermes` | `~/.hermes/skills/gstack-*/` |
| GBrain (mod) | `--host gbrain` | `~/.gbrain/skills/gstack-*/` |
| Antigravity | `--host agy` | `~/.gemini/config/skills/gstack-*/` |
**Want to add support for another agent?** See [docs/ADDING_A_HOST.md](docs/ADDING_A_HOST.md).
It's one TypeScript config file, zero code changes.