bashback
01Plugin Claude Code
Undo for the shell commands your coding agent runs — snapshots the working tree around every command so file side effects (rm, mv, sed -i, ...) can be audited and restored.
Plugin Claude Code
Undo for the shell commands your coding agent runs — snapshots the working tree around every command so file side effects (rm, mv, sed -i, ...) can be audited and restored.
Plugin Claude Code
Undo for the shell commands your coding agent runs — snapshots the working tree around every command so file side effects (rm, mv, sed -i, ...) can be audited and restored.
Cursor rule Cursor
Use when a shell command unexpectedly changed or deleted files, when you need to find which command touched a file, or to roll files back to before some command — bashback snapshots every command's file side effects and can undo them.
Hook
Runs before the agent uses a tool for Bash tool calls, running an inline shell check. From trouties/bashback.
Hook
Runs after a tool call finishes for Bash, TaskOutput, TaskStop, BashOutput and KillShell tool calls, running an inline shell check (2 commands). From trouties/bashback.
Hook
Runs when a tool call fails for Bash tool calls, running an inline shell check. From trouties/bashback.
Hook
Runs when a session starts, executing bootstrap.sh via sh (2 commands). From trouties/bashback.
Hook
Runs when a session ends, running an inline shell check. From trouties/bashback.
Skill Claude CodeCodex
Use when a shell command unexpectedly changed or deleted files (rm/mv/sed -i, a build or codegen script run in the wrong directory), when you need to find which command touched a file, or when you need to roll a file back to before some command — bashback snapshots every command's file side effects and can undo them.