Expand description
Hook execution system for cuenv
This module provides the core hook execution functionality, including:
- Hook definition and serialization
- Background hook execution with state tracking
- Approval-based security system
- Shell integration support
Re-exports§
pub use approval::ApprovalManager;pub use approval::ApprovalStatus;pub use executor::HookExecutor;pub use executor::execute_hooks;pub use state::HookExecutionState;pub use state::StateManager;pub use types::*;