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
7
8
9
10
//! Container pack - protections for container management commands.
//!
//! This pack provides protection against destructive container operations:
//! - Docker (docker)
//! - Docker Compose (docker-compose, docker compose)
//! - Podman (podman)

pub mod compose;
pub mod docker;
pub mod podman;