From af1e7b2512fceb06d0729819e8178730a5c5bf71 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Sun, 28 Sep 2025 10:46:20 +0000 Subject: [PATCH] registry: add github backend for graphite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add github:withgraphite/homebrew-tap backend as the primary backend for graphite, keeping npm as a fallback. The GitHub backend downloads pre-built binaries directly from their releases. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- registry.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/registry.toml b/registry.toml index 99738dec7a..783987615a 100644 --- a/registry.toml +++ b/registry.toml @@ -1929,7 +1929,10 @@ backends = ["aqua:common-fate/granted", "asdf:dex4er/asdf-granted"] description = "The easiest way to access AWS" [tools.graphite] -backends = ["npm:@withgraphite/graphite-cli"] +backends = [ + "github:withgraphite/homebrew-tap[exe=gt]", + "npm:@withgraphite/graphite-cli", +] description = "Code review for the age of AI" test = ["gt --version", "{{version}}"]