1 repository
Mechanisms that revert changes by scanning git history and applying reverse patches grouped by logical work units.
Distinct from Git History Simulators: Distinct from Git History Simulators: focuses on reverting real changes by logical units, not creating artificial commit logs.
Explore 1 awesome GitHub repository matching development tools & productivity · Undo Systems. Refine with filters or upvote what's useful.
Conductor is an agentic coding tool that plans, generates, and manages software features through structured tracks and human-reviewed plans. It operates as a plan-driven code generator, reading structured plan files to determine the sequence of tasks and their dependencies before executing any code generation or modification. The system also functions as a feature specification manager, defining features in formal specification files that capture goals, requirements, and implementation steps as machine-readable documents. The tool distinguishes itself through a git-history-based undo system t
Changes are reverted by scanning the project's git history for commits associated with a specific track, phase, or task, then applying reverse patches.