From c8dcd03b08dcf82f64f636c1b215bf33a476aeeb Mon Sep 17 00:00:00 2001 From: Safi Date: Fri, 8 May 2026 20:40:07 +0100 Subject: [PATCH] document graphify uninstall command in README Co-Authored-By: Claude Sonnet 4.6 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 550544d1..3cd2eefe 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Run this once in your project after building a graph: This writes a small config file that tells your assistant to read `GRAPH_REPORT.md` before answering questions about your codebase. On platforms that support hooks (Claude Code, Codex, Gemini CLI), a hook fires automatically before every file-read call — your assistant navigates by the graph instead of grepping through everything. -Uninstall with the matching command (e.g. `graphify claude uninstall`). +To remove graphify from all platforms at once: `graphify uninstall` (add `--purge` to also delete `graphify-out/`). Or use the per-platform command (e.g. `graphify claude uninstall`). --- @@ -277,6 +277,9 @@ The MCP server gives your assistant structured access: `query_graph`, `get_node` /graphify path "DigestAuth" "Response" /graphify explain "SwinTransformer" +graphify uninstall # remove from all platforms in one shot +graphify uninstall --purge # also delete graphify-out/ + graphify hook install # post-commit + post-checkout hooks graphify hook uninstall graphify hook status