From df9ee5c1d3dca0378f9c459eb41ddd03e8aa1235 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Sat, 18 Apr 2026 14:31:41 +0800 Subject: [PATCH] docs: drop Writing style section from README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Was sitting in prime real estate between Quick start and Install — internal implementation detail, not something users need up-front. Existing coverage is enough: - Upgrade migration prompt notifies users on first post-upgrade run - CLAUDE.md has the contributor note - docs/designs/PLAN_TUNING_V1.md has the full design Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index eacb34c4..0931f491 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,6 @@ Fork it. Improve it. Make it yours. And if you want to hate on free open source 5. Run `/qa` on your staging URL 6. Stop there. You'll know if this is for you. -## Writing style - -v1 prompts = simpler. gstack's default output explains technical terms on first use, frames questions in outcome terms ("what breaks for your users if..."), and keeps sentences short. Good writing for everyone, not just non-technical folks. If you'd rather read the older, tighter prose style with no glosses, run `gstack-config set explain_level terse` — it sticks across all skills. You can also tune how often gstack asks you questions with `/plan-tune`. - ## Install — 30 seconds **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)