Problem
Osmos promises automatic snapshots during creative work, but currently only creates commits when manually triggered via IPC.
Proposed Solution
Integrate notify-debouncer-full into osmos-daemon to monitor registered repository root directories with a configurable debounce window (default 2000ms).
Acceptance Criteria
- Daemon automatically detects file modifications and triggers snapshot creation.
- Cross-platform support using RecommendedWatcher (inotify, FSEvents, ReadDirectoryChangesW).
Problem
Osmos promises automatic snapshots during creative work, but currently only creates commits when manually triggered via IPC.
Proposed Solution
Integrate notify-debouncer-full into osmos-daemon to monitor registered repository root directories with a configurable debounce window (default 2000ms).
Acceptance Criteria