mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-02 11:45:20 +02:00
d3ce41b2a6
Main shipped v1.21.0.0 (browser-skills) and v1.21.1.0 (plan-ceo smoke
tightening + classifyVisible extraction) while this branch was in flight.
Resolves all four merge conflicts:
- VERSION 1.22.0.0 (was claiming v1.21.0.0; queue advanced past v1.21.1.0;
MINOR scale on top per scale-aware bumps)
- package.json synced to 1.22.0.0
- claude-pty-runner.ts: integrated 'auto_decided' outcome into main's new
classifyVisible() pure function. Branch order is now silent_write →
auto_decided → plan_ready → asked. Kept BOTH new options on the runner
(`extraArgs` from this branch, `env` from main). isPlanReadyVisible and
isAutoDecidedVisible remain whitespace-tolerant.
- touchfiles.test.ts: count of plan-ceo-review/SKILL.md selections updates
to 21 (main added plan-ceo-finding-count; this branch added
autoplan-auto-mode + auto-decide-preserved).
- CHANGELOG.md: dropped this branch's stale v1.21.0.0 draft, kept main's
v1.21.1.0 entry intact, wrote v1.22.0.0 entry on top covering the
AskUserQuestion-blocked regression fix.
plan-ceo-plan-mode test auto-merged: main's stricter baseline ('asked'
only) + this branch's AskUserQuestion-blocked regression case both
present and run sequentially. SKILL.md goldens regenerated via
`bun run gen:skill-docs --host all` and the 3 host-ship goldens copied
into test/fixtures/golden/.
Free test suite: 470/470 pass post-merge.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>