Git checkpoint and recovery system for ADW workflows. Creates save points, enables rollback, and forces alternative approaches when stuck in failure loops. Use when: (1) ADW phase fails repeatedly and needs to try a different approach, (2) User wants to undo recent code changes, (3) Need to revert t
Git checkpoint and recovery system for ADW workflows. Creates save points, enables rollback, and forces alternative approaches when stuck in failure loops. Use when: (1) ADW phase fails repeatedly and needs to try a different approach, (2) User wants to undo recent code changes, (3) Need to revert to a previous known-good state, (4) Agent is stuck in a retry loop, (5) User says "undo", "rollback",