Overview
File system watching for real-time session list updates and attention status changes.
Acceptance Criteria
Implementation
- Use chokidar for cross-platform file watching
- SQLite PRAGMA data_version as primary change signal
- WAL file mtime as fallback signal
- Session-state directory watching for attention (events.jsonl mtime)
- IPC events push changes from main to renderer
Overview
File system watching for real-time session list updates and attention status changes.
Acceptance Criteria
Implementation