From 00ce4b7567daeea06897dea266b98b739cb3d6fc Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Mon, 23 Mar 2026 15:49:33 -0700 Subject: [PATCH] chore: add Homebrew tap to TODOS.md (deferred from CEO review) Co-Authored-By: Claude Opus 4.6 (1M context) --- TODOS.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/TODOS.md b/TODOS.md index 2bcdcb86..d4caccfe 100644 --- a/TODOS.md +++ b/TODOS.md @@ -306,6 +306,20 @@ **Priority:** P3 **Depends on:** Browse sessions +## Distribution + +### Homebrew tap + +**What:** Create a separate repo (`homebrew-gstack`) with a Homebrew formula so users can `brew tap garrytan/gstack && brew install gstack`. + +**Why:** Gold-standard dev tool distribution. Complements the curl-pipe-bash installer. Familiar install flow, automatic updates via `brew upgrade`, discoverable via Homebrew search. + +**Context:** The curl-pipe-bash installer (`install.sh`) ships first. The Homebrew formula would clone the repo + run `./setup`, similar to the installer. Needs a separate GitHub repo (`garrytan/homebrew-gstack`) with a `Formula/gstack.rb` file (~20 lines). Must be updated on each release. + +**Effort:** S (human: ~2h / CC: ~10 min) +**Priority:** P2 +**Depends on:** install.sh shipping first + ## Infrastructure ### /setup-gstack-upload skill (S3 bucket)