Version Bump & Release Workflow IMPORTANT: Plan and write detailed release notes before starting. CRITICAL: Commit EVERYTHING (including build artifacts). At the end of this workflow, NOTHING should be left uncommitted or unpushed. Run at the end to verify. Preparation 1. Analyze : Determine if the change is PATCH (bug fixes), MINOR (features), or MAJOR (breaking). 2. Environment : Identify repository owner/name from . 3. Paths — every file that carries the version string : - — the npm/npx-published version ( resolves from this) - — bundled plugin runtime deps - — version inside - — top-level…