rowboat/apps/x/packages
Gagan aa47871e47 fix(watchers): ignore .git/node_modules in apps watcher, degrade watcher fd errors
The apps-dir watcher recursed into anything an installed app ships;
ignore .git and node_modules segments like the workspace watcher does.
(The skills watcher already bounds itself with depth: 1.)

fs.watch failures (EMFILE/ENOSPC) escape chokidar's error handler as
uncaught exceptions from Node watcher internals and killed the main
process with the native error dialog. Catch them at the process level
and log instead — watching is degradable; other uncaught exceptions
keep the default dialog behavior.
2026-07-13 18:16:12 +05:30
..
core fix(watchers): ignore .git/node_modules in apps watcher, degrade watcher fd errors 2026-07-13 18:16:12 +05:30
shared fix(x): fail-closed tool permissions with per-tool catalog declarations 2026-07-10 23:07:11 +05:30