mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-05 05:05:08 +02:00
feat: transparency note + one-liner install in README
- Add update-check transparency note to telemetry prompt (Codex fix #9): users see the disclosure about version pings at first telemetry prompt - Add one-liner install to README: bash <(curl -fsSL .../install.sh) alongside the existing Claude Code paste-in-terminal approach Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -42,9 +42,13 @@ Fork it. Improve it. Make it yours. And if you want to hate on free open source
|
||||
|
||||
**Requirements:** [Claude Code](https://docs.anthropic.com/en/docs/claude-code), [Git](https://git-scm.com/), [Bun](https://bun.sh/) v1.0+, [Node.js](https://nodejs.org/) (Windows only)
|
||||
|
||||
### Step 1: Install on your machine
|
||||
### One-liner install
|
||||
|
||||
Open Claude Code and paste this. Claude does the rest.
|
||||
```bash
|
||||
bash <(curl -fsSL https://raw.githubusercontent.com/garrytan/gstack/main/install.sh)
|
||||
```
|
||||
|
||||
Or paste this into Claude Code — Claude does the rest:
|
||||
|
||||
> Install gstack: run **`git clone https://github.com/garrytan/gstack.git ~/.claude/skills/gstack && cd ~/.claude/skills/gstack && ./setup`** then add a "gstack" section to CLAUDE.md that says to use the /browse skill from gstack for all web browsing, never use mcp\_\_claude-in-chrome\_\_\* tools, and lists the available skills: /office-hours, /plan-ceo-review, /plan-eng-review, /plan-design-review, /design-consultation, /review, /ship, /land-and-deploy, /canary, /benchmark, /browse, /qa, /qa-only, /design-review, /setup-browser-cookies, /setup-deploy, /retro, /investigate, /document-release, /codex, /cso, /autoplan, /careful, /freeze, /guard, /unfreeze, /gstack-upgrade. Then ask the user if they also want to add gstack to the current project so teammates get it.
|
||||
|
||||
|
||||
@@ -262,6 +262,10 @@ ask the user about telemetry. Use AskUserQuestion:
|
||||
> - **Skill recommendations** based on community patterns
|
||||
>
|
||||
> Change anytime with \`gstack-config set telemetry off\`.
|
||||
>
|
||||
> **Note:** gstack checks for updates by pinging our server with your version number,
|
||||
> OS, and a random device ID. This happens regardless of your telemetry setting —
|
||||
> it's equivalent to what GitHub sees when downloading VERSION. No usage data is sent.
|
||||
|
||||
Options:
|
||||
- A) Community — share data + email for backup, benchmarks & recommendations (recommended)
|
||||
|
||||
Reference in New Issue
Block a user