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
8
//! CI/CD packs - protections for common CI/CD tooling.
//!
//! These packs focus on destructive or high-impact operations in CI/CD systems.

pub mod circleci;
pub mod github_actions;
pub mod gitlab_ci;
pub mod jenkins;