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
6
7
8
9
10
11
mod failure;
mod flow;
mod fs_ops;
mod manifest;
mod provenance;
mod run_args;

pub use flow::run;

#[cfg(test)]
mod tests;