assay-cli 3.35.0

Policy-as-code gate for MCP agent tool calls, with verifiable evidence and Linux kernel enforcement.
1
2
3
4
5
#[derive(clap::Args, Clone, Debug)]
pub struct EvidenceArgs {
    #[command(subcommand)]
    pub cmd: crate::cli::commands::evidence::EvidenceCmd,
}