apexe 0.4.0

Outside-In CLI-to-Agent Bridge
1
2
3
4
5
6
7
8
9
pub mod annotations;
pub mod contract;
pub mod converter;
pub mod overlay;
pub mod schema;

pub use contract::{CommandContract, Risk, ScanReport};
pub use converter::CliToolConverter;
pub use overlay::{apply_overlay, MatchContext, MatchStrength, Platform, ToolOverlay};