You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge origin/main into garrytan/slim-gstack-skills
VERSION → 1.15.0.0 (MINOR bump on top of main's v1.14.0.0). Branch's
v1.13.1.0 work (preamble compression + real-PTY harness + 5 plan-mode
tests passing) consolidated with v1.15.0.0 work (6 new E2E tests on the
harness + parseNumberedOptions + budget regression utils) into a single
release entry — v1.13.1.0 never landed on main, so its content rolls
into the final shippable version per the never-orphan rule in
CLAUDE.md.
Conflicts resolved:
- VERSION: 1.13.1.0 (HEAD) + 1.14.0.0 (main) → 1.15.0.0
- package.json: matching 1.15.0.0
- CHANGELOG.md: replaced HEAD's 1.13.1.0 entry with a consolidated
1.15.0.0 entry above main's untouched 1.14.0.0 entry. Itemized
changes split per-version (no shared header).
CLAUDE.md adds "Scale-aware bumps — use common sense" guidance under
CHANGELOG + VERSION style. Big diffs (>2K LOC, new capability) bump
MINOR; PATCH is for fixes/small adds; MAJOR for breaking changes.
Codified after a v1.14.1.0 PATCH attempt got correctly pushed back on
for a ~10K-line additions / -24K-line removals release.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
'tab': {category: 'Tabs',description: 'Switch to tab',usage: 'tab <id>'},
145
145
'newtab': {category: 'Tabs',description: 'Open new tab. With --json, returns {"tabId":N,"url":...} for programmatic use (make-pdf).',usage: 'newtab [url] [--json]'},
'tab-each':{category: 'Tabs',description: 'Run a command on every open tab. Returns JSON with per-tab results.',usage: 'tab-each <command> [args...]'},
0 commit comments