From af3a3d215771f8d7d159df0605aef040b91ad12f Mon Sep 17 00:00:00 2001 From: Safi Date: Fri, 10 Apr 2026 01:29:05 +0100 Subject: [PATCH] update README Gemini CLI description to mention skill file copy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dba4908..c2112edf 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ After building a graph, run this once in your project: **Cursor** writes `.cursor/rules/graphify.mdc` with `alwaysApply: true` — Cursor includes it in every conversation automatically, no hook needed. -**Gemini CLI** writes a `GEMINI.md` section and installs a `BeforeTool` hook in `.gemini/settings.json` that fires before file-read tool calls — same always-on mechanism as Claude Code. +**Gemini CLI** copies the skill to `~/.gemini/skills/graphify/SKILL.md`, writes a `GEMINI.md` section, and installs a `BeforeTool` hook in `.gemini/settings.json` that fires before file-read tool calls — same always-on mechanism as Claude Code. **Aider and OpenClaw, Factory Droid, Trae** write the same rules to `AGENTS.md` in your project root. These platforms don't support tool hooks, so AGENTS.md is the always-on mechanism.