vetto 0.2.13

Daemon-less sandbox + security layer for AI coding agents (Landlock/Seatbelt, TUI statusline, post-session audit reports)
Documentation
1
2
3
4
5
6
7
8
9
pub mod bus;
pub mod replay;
pub mod tail;
pub mod types;

pub use bus::EventBus;
pub use replay::run_replay;
pub use tail::run_events;
pub use types::{Event, FileAccess};