Undo recent operations - git commits, Linear updates, file changes
/plugin marketplace add duongdev/ccpm/plugin install ccpm@duongdev-ccpm-marketplace[--git] [--linear] [--files] [--last=N]# /ccpm:rollback - Undo Operations Safely undo recent git commits, Linear updates, or file changes with confirmation. ## Usage ## ⚠️ Safety First This command operates with extreme caution: - **Always shows what will be undone** before acting - **Requires explicit confirmation** for destructive operations - **Creates backup** before dangerous operations - **Blocks** rollback of pushed commits without `--force` ## Implementation ### Step 1: Parse Arguments ### Step 2: Interactive Mode ### Step 3: Git Rollback ### Step 4: File Rollback ### Step 5: Linear Rollback ### St...