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.
Updated Model Preferences
- Opus 4.6 and Sonnet 4.6 both support adaptive thinking and 1M-token context (beta via
context-1m-2025-08-07header; default remains 200K) - Sonnet 4.5 (200K) retired from Max plan
- Removed
opus-thinkingfrom config (adaptive thinking is built-in)
Updated /learn Command
New keybindings (Ctrl+F kill agents), Simple mode includes Edit tool, Shift+Down only for teammate navigation, ConfigChange hook docs, Plugins section.
Cursor Compatibility
- Platform-specific sections marked with (Claude Code) labels
- Commands table includes Cursor skill equivalents
- 7 of 9 skills are fully platform-agnostic
background: trueandisolation: worktreein agent frontmatter are silently ignored by Cursor.mdcrules provide equivalent enforcement to Claude Code hooks
Installation
Claude Code Plugin
claude plugin marketplace add rohitg00/pro-workflow
claude plugin install pro-workflow@pro-workflow
Cursor Plugin
/add-plugin pro-workflow
npm
npm install pro-workflow
Build SQLite Support
cd ~/.claude/plugins/*/pro-workflow
npm install && npm run build
Files Changed
- 14 files changed, 383 additions, 114 deletions
- 2 new files:
.claude-plugin/settings.json,scripts/config-watcher.js
Full Changelog: https://github.com/rohitg00/pro-workflow/compare/v1.2.0...v1.3.0