hihook 0.1.0
hihook: ^0.1.0 copied to clipboard
High-level hook abstraction framework with dependency graphs, transactions, metrics, and remote hooks.
Changelog #
0.1.0 #
- Initial release
- Generic payload system with typed data flow
- Sealed result types for explicit hook outcomes
- Conditional hooks with caching optimization
- Composable conditions (AND/OR/NOT)
- Dependency graph with automatic ordering
- Transaction support with rollback
- Nested transactions via savepoints
- Plugin system for organizing hooks