mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-02 11:45:20 +02:00
9bfbf06f41
Main shipped v1.1.1.0, a focused /ship hardening release. Step 12 now detects and repairs drift between VERSION and package.json (FRESH / ALREADY_BUMPED / DRIFT_STALE_PKG / DRIFT_UNEXPECTED classification), validates semver strings before any write, handles CRLF, and halts loudly on invalid JSON. Adds test/ship-version-sync.test.ts (14 cases). Conflicts: - VERSION: kept 1.2.0.0 (branch higher than main's 1.1.1.0) - package.json: kept 1.2.0.0 - CHANGELOG: preserved my 1.2.0.0 entry at top, inserted main's 1.1.1.0 entry beneath it Ship SKILL.md, golden fixtures, and all other touched files auto-merged cleanly. Regenerated SKILL.md across all hosts. 423 tests pass. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>