pro-workflow v1.3.0
7 improvements leveraging new Claude Code 2.1.49 features, with full Cursor compatibility.
What's New
Native Worktree Flag
claude -w replaces manual git worktree add for instant parallel sessions. Updated /parallel command and parallel-worktrees skill. Cursor users get the manual git worktree approach side by side.
Background Scout Agent
Scout now runs with background: true and isolation: worktree — confidence scoring happens without blocking your main session.
ConfigChange Hook
New hook type detects when quality gates or hooks are modified mid-session. Ships config-watcher.js with 100KB log rotation.
Smarter Stop Hook
Uses last_assistant_message (2.1.49+) to detect task completion signals and large changes instead of blind response counting. Truncates to last 2000 chars for performance.
Default Plugin Settings
Ships settings.json with quality gate permissions (lint, test, typecheck, git worktree) so users don't get prompted for common commands.