destructive_command_guard 0.4.3

A Claude Code hook that blocks destructive commands before they execute
Documentation
1
2
3
4
5
6
7
//! Messaging packs - protections for message queue tooling.

pub mod kafka;
pub mod rabbitmq;

pub mod nats;
pub mod sqs_sns;