fix: route continuous learning observe hooks through node

This commit is contained in:
Affaan Mustafa
2026-04-29 21:18:29 -04:00
committed by Affaan Mustafa
parent 2006d2ee77
commit 3fadc37802
6 changed files with 404 additions and 5 deletions

View File

@@ -228,7 +228,7 @@ Async hooks run in the background. They cannot block tool execution.
## Cross-Platform Notes
Hook logic is implemented in Node.js scripts for cross-platform behavior on Windows, macOS, and Linux. A small number of shell wrappers are retained for continuous-learning observer hooks; those wrappers are profile-gated and have Windows-safe fallback behavior.
Hook logic is implemented in Node.js scripts for cross-platform behavior on Windows, macOS, and Linux. The continuous-learning observer is exposed as a Node-mode hook and delegates to its existing `observe.sh` implementation through a profile-gated runner with Windows-safe fallback behavior.
## Related