Push local changes to Azure DevOps (like git push). Supports increment, project, or full living docs sync.
/plugin marketplace add anton-abyzov/specweave/plugin install sw-ado@specweave# ADO Push Command **Usage**: `/sw-ado:push [target] [options]` **Purpose**: Push local changes to Azure DevOps (like `git push`) --- ## Quick Start --- ## Sync Modes ### Mode 1: Increment Sync (Default) Pushes task progress from ONE increment to its linked work item. ### Mode 2: Living Docs Sync (--all) Pushes ALL local spec changes to corresponding ADO items: - Scans `.specweave/docs/internal/specs/` for modified specs - Updates status, progress, comments on linked ADO items - Respects multi-project folder structure ### Mode 3: Project-Scoped Sync (--project) Pushes changes onl...