assay-cli 3.26.0

Policy-as-code gate for MCP agent tool calls, with verifiable evidence and Linux kernel enforcement.
1
2
3
4
5
6
7
pub mod format;
mod landlock_net_smoke;
pub mod probes;
pub mod report;

pub use probes::probe_system;
pub use report::{DiagnosticReport, SystemStatus};