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
9
10
11
12
//! Feature flag service packs - protections for feature flag management platforms.
//!
//! Provides protection for:
//! - `LaunchDarkly` (`ldcli` and API)
//! - `Split.io`
//! - `Flipt`
//! - `Unleash`

pub mod flipt;
pub mod launchdarkly;
pub mod split;
pub mod unleash;