cc-toolgate 0.6.1

PreToolUse hook for Claude Code that gates Bash commands with compound-command-aware validation
Documentation
[package]
name = "cc-toolgate"
version = "0.6.1"
edition = "2024"
description = "PreToolUse hook for Claude Code that gates Bash commands with compound-command-aware validation"
license = "MIT OR Apache-2.0"
repository = "https://github.com/butterflyskies/cc-toolgate"
readme = "README.md"
keywords = ["claude-code", "hooks", "security", "shell", "toolgate"]
categories = ["command-line-utilities", "development-tools"]
rust-version = "1.88"

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
shlex = "1"
log = "0.4"
simplelog = "0.12"
toml = "0.8"
tree-sitter = "0.26"
tree-sitter-bash = "0.25"
shellexpand = "3.1.2"

[profile.release]
strip = true
lto = true