agent-orchestrator/v2/src-tauri/src
Hibryda bdb87978a9 feat(v2): implement session persistence, file watcher, and markdown viewer
Phase 4 complete (MVP ship):
- SessionDb (rusqlite, WAL mode): sessions + layout_state tables, CRUD
- FileWatcherManager (notify v6): watch files, emit Tauri change events
- MarkdownPane: marked.js rendering with Catppuccin styles, live reload
- Layout store wired to persistence (addPane/removePane/setPreset persist)
- restoreFromDb() on startup restores panes in layout order
- Sidebar "M" button opens file picker for markdown files
- New adapters: session-bridge.ts, file-bridge.ts
- Deps: rusqlite (bundled), dirs 5, notify 6, marked
2026-03-06 12:19:56 +01:00
..
lib.rs feat(v2): implement session persistence, file watcher, and markdown viewer 2026-03-06 12:19:56 +01:00
main.rs feat(v2): scaffold Tauri 2.x + Svelte 5 project (Phase 1) 2026-03-05 23:26:27 +01:00
pty.rs feat(v2): add PTY backend with portable-pty 2026-03-05 23:42:20 +01:00
session.rs feat(v2): implement session persistence, file watcher, and markdown viewer 2026-03-06 12:19:56 +01:00
sidecar.rs feat(v2): add sidecar crash detection, restart UI, and auto-scroll lock 2026-03-06 12:19:35 +01:00
watcher.rs feat(v2): implement session persistence, file watcher, and markdown viewer 2026-03-06 12:19:56 +01:00