fix gemini cli installer preflight

This commit is contained in:
stablegenius49
2026-03-12 14:45:18 -07:00
parent 78d9167215
commit 3ddf9b6b4b
4 changed files with 20 additions and 4 deletions

View File

@@ -6,6 +6,10 @@ installs to `~/.gemini/extensions/agency-agents/`.
## Install
```bash
# Generate the Gemini CLI integration files first
./scripts/convert.sh --tool gemini-cli
# Then install the extension
./scripts/install.sh --tool gemini-cli
```