refactor: simplify hook execution - use Node directly instead of Bun (#290)

Removes bun-wrapper indirection. Hooks are compiled JavaScript that work perfectly with Node. Worker still uses Bun where performance matters. Fixes #264
This commit is contained in:
Copilot
2025-12-13 20:58:38 -05:00
committed by GitHub
parent 1ac0db25e5
commit 6a63a8d69c
14 changed files with 244 additions and 3951 deletions

File diff suppressed because one or more lines are too long