From b00cbb18127716248e8dc9cd6c5868ec588cc057 Mon Sep 17 00:00:00 2001 From: Aria Pramesi <153542969+sorcerai@users.noreply.github.com> Date: Wed, 8 Jul 2026 01:35:34 +0700 Subject: [PATCH] docs: fix stale antigravity path; add Mistral Vibe to integrations index (#667) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Antigravity installs to ~/.gemini/config/skills/ per antigravity/README.md, convert.sh, and install.sh — the index was the sole outlier still saying ~/.gemini/antigravity/skills/ - Mistral Vibe is first-class in convert.sh and install.sh and has its own integrations/vibe/README.md, but was missing from the Supported Tools index (The originality-gate fix originally in this PR was superseded by #659.) Co-authored-by: Claude Fable 5 --- integrations/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integrations/README.md b/integrations/README.md index d034d14b..14b12781 100644 --- a/integrations/README.md +++ b/integrations/README.md @@ -17,6 +17,7 @@ supported agentic coding tools. - **[Kimi Code](#kimi-code)** — YAML agent specs in `kimi/` - **[Qwen Code](#qwen-code)** — project-scoped `.md` SubAgents in `.qwen/agents/` - **[Codex](#codex)** — `.toml` custom agents in `codex/` +- **[Mistral Vibe](vibe/README.md)** — `.toml` agents + prompt files generated in `vibe/` - **Osaurus** -- `SKILL.md` skills generated in `osaurus/` - **[Hermes](hermes/README.md)** -- lazy-router plugin generated in `hermes/` @@ -95,7 +96,7 @@ See [github-copilot/README.md](github-copilot/README.md) for details. ## Antigravity -Skills are installed to `~/.gemini/antigravity/skills/`. Each agent becomes +Skills are installed to `~/.gemini/config/skills/`. Each agent becomes a separate skill prefixed with `agency-` to avoid naming conflicts. ```bash