You'll build an interactive command-line companion that turns plain-language requests into the exact arguments a tool expects. Ask it to undo your last commit and it will surface git reset --soft HEAD^
, ready to run.
It runs as a universal wrapper you can call alongside your usual commands (for example, git+ drop the last commit
) and always shows a clear preview for confirmation, so actions stay safe and deliberate.