destructive_command_guard 0.5.4

An AI coding agent hook that blocks destructive commands before they execute
Documentation
1
2
3
4
5
6
//! Backup packs - protections for backup and restore tooling.

pub mod borg;
pub mod rclone;
pub mod restic;
pub mod velero;