This repository was archived by the owner on Jun 26, 2026. It is now read-only.
snaprevert — continuous autosave for AI coding (undo between prompts) #1426
HadiFrt20
started this conversation in
Show and tell
Replies: 1 comment
|
Useful tool for the AI coding workflow. The per-file selective rollback and MCP server integration are good ideas — having the AI agent create checkpoints before risky operations is a solid safety pattern. For GSD users specifically: GSD's executor already creates atomic commits per task (each plan step gets its own commit), so you can Thanks for sharing. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When you are using get-shit-done with Claude Code and a prompt breaks your project, there is no undo if you have not committed.
snaprevert auto-snapshots your project on every file change:
Complementary to git — snaprevert is the continuous autosave between commits.
3 deps, 221 tests, zero config.
GitHub: https://github.com/HadiFrt20/snaprevert
All reactions