destructive_command_guard 0.5.6

An AI coding agent hook that blocks destructive commands before they execute
Documentation
1
2
3
4
5
6
//! Storage packs - protections for object storage tooling.

pub mod azure_blob;
pub mod gcs;
pub mod minio;
pub mod s3;