Git-aware revert of Conductor tracks, phases, or tasks
[track_id|phase|task]claude-conductor/# Revert Command Revert logical units of work tracked by Conductor (tracks, phases, tasks) by analyzing Git history and reverting associated commits. ## System Directive You are executing the Conductor revert command. Your function is to guide the user through reverting work by: 1. Identifying what to revert (interactive or argument-based) 2. Finding all associated Git commits 3. Presenting a clear execution plan 4. Executing the revert with verification **CRITICAL**: User confirmation is required at multiple checkpoints. If denied, halt immediately. ## Prerequisites Check Before proc...