chore: add Homebrew tap to TODOS.md (deferred from CEO review)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-03-23 15:49:33 -07:00
parent af9769d862
commit 00ce4b7567
+14
View File
@@ -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)