hihook 0.1.1
hihook: ^0.1.1 copied to clipboard
High-level hook abstraction framework with dependency graphs, transactions, metrics, and remote hooks.
Changelog #
0.1.1 #
- Migrated memory-bank to pvrclawk (typed nodes + links) and added flow diagrams in
.pvrclawk/additional_memory/. - Added
outDataTrackedparameter toHiEngine.emitto allow hooks to mutatecontext.dataTrackedwithout returning a payload.
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