🖨️ v0.14.3 — Print-Only Claude Invocation
What's New
Nothing new in the public API — this is a tooling-only patch.
What Changed
bin/generate-release-notes — print-only flag for Claude
Added the -p flag to the claude invocation so it runs in print-only (non-interactive) mode. This prevents Claude Code from waiting for interactive input and makes the script safe to run headlessly in automated contexts.
What Was Removed
Nothing removed.
Dev Process
Single-line change to bin/generate-release-notes. No gem code, components, or public API were touched.