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)