mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-21 21:31:12 +02:00
The workspace watcher watched all of ~/.rowboat recursively. Chokidar v4 (no fsevents) holds one OS watch handle per file, and internal state dirs (runs-archive, storage/turns, engines, ...) grow unboundedly with usage — ~20k open fds on a 1.1G workdir, crashing the app with EMFILE once the fd limit is hit. Only watch the roots whose change events actually have consumers: knowledge, bases, inbox_lists, gmail_sync, calendar_sync, bg-tasks and config/agent-schedule.json — with .git ignored (knowledge/ is a git repo). |
||
|---|---|---|
| .. | ||
| .pnpm-store/v11 | ||
| apps | ||
| docs | ||
| packages | ||
| .gitignore | ||
| ANALYTICS.md | ||
| CODE_MODE_ENGINES_PLAN.md | ||
| demo.gif | ||
| eslint.config.mts | ||
| LIVE_NOTE.md | ||
| MINI_APPS_PLAN.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.base.json | ||
| VIDEO_MODE.md | ||