|
13 | 13 | - `test:evals` and `test:e2e` now auto-select based on diff (was: all-or-nothing) |
14 | 14 | - New `test:evals:all` and `test:e2e:all` scripts for explicit full runs |
15 | 15 |
|
| 16 | +## 0.6.1 — 2026-03-17 — Boil the Lake |
| 17 | + |
| 18 | +Every gstack skill now follows the **Completeness Principle**: always recommend the |
| 19 | +full implementation when AI makes the marginal cost near-zero. No more "Choose B |
| 20 | +because it's 90% of the value" when option A is 70 lines more code. |
| 21 | + |
| 22 | +Read the philosophy: https://garryslist.org/posts/boil-the-ocean |
| 23 | + |
| 24 | +- **Completeness scoring**: every AskUserQuestion option now shows a completeness |
| 25 | + score (1-10), biasing toward the complete solution |
| 26 | +- **Dual time estimates**: effort estimates show both human-team and CC+gstack time |
| 27 | + (e.g., "human: ~2 weeks / CC: ~1 hour") with a task-type compression reference table |
| 28 | +- **Anti-pattern examples**: concrete "don't do this" gallery in the preamble so the |
| 29 | + principle isn't abstract |
| 30 | +- **First-time onboarding**: new users see a one-time introduction linking to the |
| 31 | + essay, with option to open in browser |
| 32 | +- **Review completeness gaps**: `/review` now flags shortcut implementations where the |
| 33 | + complete version costs <30 min CC time |
| 34 | +- **Lake Score**: CEO and Eng review completion summaries show how many recommendations |
| 35 | + chose the complete option vs shortcuts |
| 36 | +- **CEO + Eng review dual-time**: temporal interrogation, effort estimates, and delight |
| 37 | + opportunities all show both human and CC time scales |
| 38 | + |
16 | 39 | ## 0.6.0.1 — 2026-03-17 |
17 | 40 |
|
18 | 41 | - **`/gstack-upgrade` now catches stale vendored copies automatically.** If your global gstack is up to date but the vendored copy in your project is behind, `/gstack-upgrade` detects the mismatch and syncs it. No more manually asking "did we vendor it?" — it just tells you and offers to update. |
|
76 | 99 | ## 0.5.2 — 2026-03-17 |
77 | 100 |
|
78 | 101 | - **Your design consultant now takes creative risks.** `/design-consultation` doesn't just propose a safe, coherent system — it explicitly breaks down SAFE CHOICES (category baseline) vs. RISKS (where your product stands out). You pick which rules to break. Every risk comes with a rationale for why it works and what it costs. |
79 | | -- **See the competition before you choose.** When you opt into research, the agent browses competitor sites with screenshots and accessibility tree analysis — not just web search results. You see what the landscape looks like before making design decisions. |
| 102 | +- **See the landscape before you choose.** When you opt into research, the agent browses real sites in your space with screenshots and accessibility tree analysis — not just web search results. You see what's out there before making design decisions. |
80 | 103 | - **Preview pages that look like your product.** The preview page now renders realistic product mockups — dashboards with sidebar nav and data tables, marketing pages with hero sections, settings pages with forms — not just font swatches and color palettes. |
81 | 104 |
|
82 | 105 | ## 0.5.1 — 2026-03-17 |
|
0 commit comments