From d7aafb0d05ae5a171f5ea7b86016d87e1216f677 Mon Sep 17 00:00:00 2001 From: safishamsi Date: Mon, 6 Jul 2026 00:03:45 +0100 Subject: [PATCH] docs(readme): collapse platform picker and optional extras into
The 20+ row platform-install table and the optional-extras table (~60 lines combined) sat between Install and the value content. Wrapping both in collapsible
blocks keeps a skimmer moving to the report/commands sections while each platform's command stays one click away. No content changed. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 486439f4..28832f66 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,8 @@ for example `graphify claude install --project` or `graphify codex install --pro > **Git hooks and uv tool / pipx:** `graphify hook install` embeds the current interpreter path directly into the hook scripts at install time, so the post-commit hook fires correctly even in GUI git clients and CI runners where `~/.local/bin` is not on PATH. If you reinstall or upgrade graphify, re-run `graphify hook install` to refresh the embedded path. -### Pick your platform +
+Pick your platform (20+ assistants, click to expand) | Platform | Install command | |----------|----------------| @@ -172,9 +173,10 @@ Codex users also need `multi_agent = true` under `[features]` in `~/.codex/confi > Codex uses `$graphify` instead of `/graphify`. -### Optional extras +
-Install only what you need: +
+Optional extras (install only what you need) | Extra | What it adds | Install | |---|---|---| @@ -200,6 +202,8 @@ Install only what you need: | `chinese` | Chinese query segmentation (jieba) | `uv tool install "graphifyy[chinese]"` | | `all` | Everything above | `uv tool install "graphifyy[all]"` | +
+ --- ## Make your assistant always use the graph