donna.skills.tools.vault_undo_last¶
donna.skills.tools.vault_undo_last
¶
vault_undo_last — revert the last N vault commits (slice 12).
Uses git revert (not git reset) so the audit trail is preserved.
Default n=1 undoes the most recent write.
VaultUndoError
¶
Bases: Exception
Raised when vault_undo_last fails.
vault_undo_last
async
¶
Revert the last n commits; return the new revert SHAs.