Expand description
State management for hook execution tracking
Structs§
- Hook
Execution State - Represents the state of hook execution for a specific directory
- State
Manager - Manages persistent state for hook execution sessions
Functions§
- compute_
execution_ hash - Compute a hash for hook execution that includes input file contents. This is separate from the approval hash - approval only cares about the hook definition, but execution cache needs to invalidate when input files change.
- compute_
instance_ hash - Compute a hash for a unique execution instance (directory + config)