You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New bundle dsh-codebase-memory-watcher: chokidar-based debounced file-system watcher that re-runs codebase-memory-mcp indexing when your projects change.
Auto-attach by default: every project codebase-memory-mcp already knows gets a watcher on boot.
New Host routes under /api/dsh-codebase-memory/watcher/* (list / status / start / stop / rebuild / restart / auto-attach / cli-info) so you can drive watchers without restarting DSH.
defaultDebounceMs: 5000, defaultMode: moderate, ignored globs and watched extensions are now declarative in cordis.patch.yml.
README documents both bundles and the watcher routes; package.json gains src/ + tests/ in files, chokidar@^3.6.0 in dependencies.
Breaking changes
package.json now declares "type": "module" and exposes the new src/index.mjs entry point; consumers importing the package by path must use the exports map.