mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-02 03:35:09 +02:00
922f3ba42b
main shipped #1030 (context rot defense for /ship — subagent isolation + clean step numbering) under v0.18.2.0 while this wave's v0.18.2.0 was open. Per CLAUDE.md branch-scoped CHANGELOG rules, bumped this branch to v0.18.3.0 with its own entry on top, kept main's v0.18.2.0 entry intact. Auto-merged from main (no behavioral conflicts): - /ship resolver renumbering (review-army.ts, review.ts, testing.ts, utility.ts) - ship/SKILL.md.tmpl + regenerated ship/SKILL.md - design-review/SKILL.md, qa/SKILL.md (touched by ship resolver pass) - test/skill-validation.test.ts (regression guards) - test/gen-skill-docs.test.ts (golden baseline updates) - Golden test fixtures (test/fixtures/golden/*-ship-SKILL.md) - .gitignore, CLAUDE.md, TODOS.md (auto-merged cleanly) Conflict resolved: - CHANGELOG.md: kept both v0.18.2.0 entries by promoting this wave to v0.18.3.0 on top, leaving main's v0.18.2.0 (/ship subagent isolation) directly below. Verified contiguous version sequence: 0.18.3.0 → 0.18.2.0 → 0.18.1.0 → 0.18.0.1 → 0.18.0.0. Synced VERSION + package.json to 0.18.3.0. Verification: bun test passes (EXIT=0). Build clean.