clash 0.7.1

Command Line Agent Safety Harness — permission policies for coding agents
1
2
3
4
5
6
7
8
//! Claude Code tool definitions and input schemas.
//!
//! This module is the canonical source of truth for well-known Claude Code tools,
//! their parameter schemas, and typed input structs. Other modules (TUI, hooks,
//! policy engine) should reference this module rather than maintaining their own
//! tool lists.

pub mod tools;