From a22f0b0db13d40e1a6cfb09c7689dbdaf70bd334 Mon Sep 17 00:00:00 2001 From: Andrew Barnes Date: Fri, 22 May 2026 09:03:53 -0400 Subject: [PATCH 1/2] docs(readme): link support badges to sections --- README.md | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 511e2094..07d2af18 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,15 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Self-contained](https://img.shields.io/badge/Node.js-bundled%20%C2%B7%20none%20required-brightgreen.svg)](https://nodejs.org/) -[![Windows](https://img.shields.io/badge/Windows-supported-blue.svg)](#) -[![macOS](https://img.shields.io/badge/macOS-supported-blue.svg)](#) -[![Linux](https://img.shields.io/badge/Linux-supported-blue.svg)](#) +[![Windows](https://img.shields.io/badge/Windows-supported-blue.svg)](#supported-platforms) +[![macOS](https://img.shields.io/badge/macOS-supported-blue.svg)](#supported-platforms) +[![Linux](https://img.shields.io/badge/Linux-supported-blue.svg)](#supported-platforms) -[![Claude Code](https://img.shields.io/badge/Claude_Code-supported-blueviolet.svg)](#) -[![Cursor](https://img.shields.io/badge/Cursor-supported-blueviolet.svg)](#) -[![Codex CLI](https://img.shields.io/badge/Codex_CLI-supported-blueviolet.svg)](#) -[![opencode](https://img.shields.io/badge/opencode-supported-blueviolet.svg)](#) -[![Hermes Agent](https://img.shields.io/badge/Hermes_Agent-supported-blueviolet.svg)](#) +[![Claude Code](https://img.shields.io/badge/Claude_Code-supported-blueviolet.svg)](#supported-agents) +[![Cursor](https://img.shields.io/badge/Cursor-supported-blueviolet.svg)](#supported-agents) +[![Codex CLI](https://img.shields.io/badge/Codex_CLI-supported-blueviolet.svg)](#supported-agents) +[![opencode](https://img.shields.io/badge/opencode-supported-blueviolet.svg)](#supported-agents) +[![Hermes Agent](https://img.shields.io/badge/Hermes_Agent-supported-blueviolet.svg)](#supported-agents) @@ -43,6 +43,20 @@ npm i -g @colbymchenry/codegraph CodeGraph bundles its own runtime — nothing to compile, no native build, works the same everywhere. The interactive installer auto-configures your agent(s) — Claude Code, Cursor, Codex CLI, opencode, Hermes Agent. +## Supported Platforms + +- Windows (PowerShell installer or npm) +- macOS (shell installer or npm) +- Linux (shell installer or npm) + +## Supported Agents + +- Claude Code +- Cursor +- Codex CLI +- opencode +- Hermes Agent + ### Initialize Projects ```bash From 2cffb71c999126cec004bc1a9358098183962c6a Mon Sep 17 00:00:00 2001 From: Colby McHenry Date: Fri, 22 May 2026 14:49:19 -0500 Subject: [PATCH 2/2] docs(readme): relocate + expand Supported Platforms/Agents sections Move the two new sections from the middle of 'Get Started' (where they orphaned the Initialize Projects / Uninstall subsections) to just before 'Supported Languages', forming a Supported Platforms/Agents/Languages cluster. Expand them: a platform/arch table matching the release build matrix (x64+arm64 across Windows/macOS/Linux) and an agent list matching the installer registry, each with a one-line lead-in. Badge anchor links from #326 are preserved. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 07d2af18..a2c8801b 100644 --- a/README.md +++ b/README.md @@ -43,20 +43,6 @@ npm i -g @colbymchenry/codegraph CodeGraph bundles its own runtime — nothing to compile, no native build, works the same everywhere. The interactive installer auto-configures your agent(s) — Claude Code, Cursor, Codex CLI, opencode, Hermes Agent. -## Supported Platforms - -- Windows (PowerShell installer or npm) -- macOS (shell installer or npm) -- Linux (shell installer or npm) - -## Supported Agents - -- Claude Code -- Cursor -- Codex CLI -- opencode -- Hermes Agent - ### Initialize Projects ```bash @@ -461,6 +447,30 @@ What that means in practice: > committed `dist/`. If you commit a dependency or build directory you don't want > in the graph, add it to `.gitignore`. +## Supported Platforms + +Every release ships a self-contained build (bundled Node runtime — nothing to +compile) for all three desktop OSes, on both Intel/AMD (x64) and ARM (arm64): + +| Platform | Architectures | Install | +|----------|---------------|---------| +| Windows | x64, arm64 | PowerShell installer or npm | +| macOS | x64, arm64 | shell installer or npm | +| Linux | x64, arm64 | shell installer or npm | + +See [Get Started](#get-started) for the one-line install commands. + +## Supported Agents + +The interactive installer auto-detects and configures each of these — wiring up +the MCP server and writing its instructions file: + +- **Claude Code** +- **Cursor** +- **Codex CLI** +- **opencode** +- **Hermes Agent** + ## Supported Languages | Language | Extension | Status |