SMART save - auto-generates commit messages, handles git pull/merge/rebase automatically, resolves divergent branches, stashes dirty work. Works for single repos and umbrella multi-repo setups. Just run /sw:save with no args for fully automatic save!
/plugin marketplace add anton-abyzov/specweave/plugin install sw@specweave# /sw:save - Smart Save with Auto-Sync **SMART SAVE** - Handles everything automatically: commit message generation, remote sync (pull/rebase), branch setup, and push. Just run `/sw:save` and it figures out what to do! ## TL;DR - Just Works! **What it handles automatically:** - ✅ All files included (`git add -A`) - trust your `.gitignore` - ✅ No commit message? → Generates from changes - ✅ Remote has new commits? → Auto-pulls (rebase by default) - ✅ Uncommitted changes during pull? → Auto-stash/unstash - ✅ Branch not tracking? → Auto-setup with `-u` - ✅ Multi-repo umbrella? → Syncs all...