From eaf4fbb46c6109f318bd955877effbe3a81c5ee9 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Wed, 6 May 2026 18:08:04 -0700 Subject: [PATCH] chore: sync package.json version to 1.27.0.0 VERSION was bumped to 1.27.0.0 in f6ec11eb but package.json was not updated in the same commit. The gen-skill-docs.test.ts assertion "package.json version matches VERSION file" caught the drift. This is the DRIFT_STALE_PKG case the /ship Step 12 idempotency check is designed for; the fix is the documented sync-only repair (no re-bump, package.json synced to existing VERSION). Co-Authored-By: Claude Opus 4.7 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ca9c412..3161c0f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gstack", - "version": "1.26.4.0", + "version": "1.27.0.0", "description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.", "license": "MIT", "type": "module",