[go: up one dir, main page]

Module hooks

Module hooks 

Source
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::*;

Modules§

approval
Configuration approval management for secure hook execution
executor
Hook execution engine with background processing and state management
state
State management for hook execution tracking
types
Type definitions for hooks and hook execution