From 63240e844840bd817b3afeb0c4d30ed7d72f2d7b Mon Sep 17 00:00:00 2001 From: jonathanpopham Date: Wed, 29 Apr 2026 13:37:21 -0400 Subject: [PATCH 1/2] Link to CLI docs from the README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the new docs.supermodeltools.com/cli home as a prominent link near the top of the README and as a row in the Links table. The docs cover install, file mode, agent integration, configuration, and a full command reference — see supermodeltools/docs#7. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 78cff14..6fbfb2c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Save 40%+ on agent token costs with code graphs. Supermodel maps every file, function, and call relationship in your repo and writes a `.graph` file next to each source file. Your agent reads them automatically via grep and cat. No prompt changes. No extra context windows. No new tools to learn. +📖 **Full CLI docs:** [docs.supermodeltools.com/cli/overview](https://docs.supermodeltools.com/cli/overview) + ## Linux / Mac ```bash @@ -240,6 +242,7 @@ Exposed MCP tools: `analyze`, `dead_code`, `blast_radius`, `get_graph`. |---|---| | **Save 40%+ on tokens — start free** | [supermodeltools.com/trial](https://supermodeltools.com/trial) | | **Website** | [supermodeltools.com](https://supermodeltools.com) | +| **CLI Docs** | [docs.supermodeltools.com/cli/overview](https://docs.supermodeltools.com/cli/overview) | | **API Docs** | [api.supermodeltools.com](https://api.supermodeltools.com) | | **Dashboard** | [dashboard.supermodeltools.com](https://dashboard.supermodeltools.com) | | **Twitter / X** | [@supermodeltools](https://x.com/supermodeltools) | From 473202df18ebc4ca22d08ba8b4d780a58001c734 Mon Sep 17 00:00:00 2001 From: jonathanpopham Date: Wed, 29 Apr 2026 13:50:28 -0400 Subject: [PATCH 2/2] Point CLI docs link at install page --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fbfb2c..5dfc8c0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Save 40%+ on agent token costs with code graphs. Supermodel maps every file, function, and call relationship in your repo and writes a `.graph` file next to each source file. Your agent reads them automatically via grep and cat. No prompt changes. No extra context windows. No new tools to learn. -📖 **Full CLI docs:** [docs.supermodeltools.com/cli/overview](https://docs.supermodeltools.com/cli/overview) +📖 **Full CLI docs:** [docs.supermodeltools.com/cli/install](https://docs.supermodeltools.com/cli/install) ## Linux / Mac @@ -242,7 +242,7 @@ Exposed MCP tools: `analyze`, `dead_code`, `blast_radius`, `get_graph`. |---|---| | **Save 40%+ on tokens — start free** | [supermodeltools.com/trial](https://supermodeltools.com/trial) | | **Website** | [supermodeltools.com](https://supermodeltools.com) | -| **CLI Docs** | [docs.supermodeltools.com/cli/overview](https://docs.supermodeltools.com/cli/overview) | +| **CLI Docs** | [docs.supermodeltools.com/cli/install](https://docs.supermodeltools.com/cli/install) | | **API Docs** | [api.supermodeltools.com](https://api.supermodeltools.com) | | **Dashboard** | [dashboard.supermodeltools.com](https://dashboard.supermodeltools.com) | | **Twitter / X** | [@supermodeltools](https://x.com/supermodeltools) |