Files
zeroclaw/src/hooks/builtin/mod.rs
T
ImanHashemi 273bd00d08 feat(hooks): add webhook-audit builtin hook (#3212)
Co-authored-by: ImanHashemi
2026-03-11 23:34:17 -04:00

6 lines
132 B
Rust

pub mod command_logger;
pub mod webhook_audit;
pub use command_logger::CommandLoggerHook;
pub use webhook_audit::WebhookAuditHook;