iven
0db8a2822f
feat(backend): implement Phase 1 of Intelligence Layer Migration
- Add SQLite-based persistent memory storage (persistent.rs)
- Create memory persistence Tauri commands (memory_commands.rs)
- Add sqlx dependency to Cargo.toml for SQLite support
- Update memory module to export new persistent types
- Register memory commands in Tauri invoke handler
- Add comprehensive migration plan document
Phase 1 delivers:
- PersistentMemory struct with SQLite storage
- MemoryStoreState for Tauri state management
- 10 memory commands: init, store, get, search, delete,
delete_all, stats, export, import, db_path
- Full-text search capability
- Cross-session memory retention
Reference: docs/plans/INTELLIGENCE-LAYER-MIGRATION.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 00:36:06 +08:00
..
2026-03-21 00:09:47 +08:00
2026-03-20 22:14:13 +08:00
2026-03-20 19:30:09 +08:00
2026-03-20 19:30:09 +08:00
2026-03-21 00:36:06 +08:00
2026-03-20 23:27:16 +08:00
2026-03-21 00:17:44 +08:00
2026-03-18 15:55:18 +08:00
2026-03-16 08:21:01 +08:00
2026-03-16 13:54:03 +08:00
2026-03-20 23:27:16 +08:00
2026-03-17 08:05:07 +08:00
2026-03-12 00:23:42 +08:00
2026-03-17 08:05:07 +08:00
2026-03-16 10:00:17 +08:00
2026-03-21 00:17:44 +08:00
2026-03-16 08:21:01 +08:00
2026-03-15 21:08:47 +08:00
2026-03-16 13:54:03 +08:00
2026-03-15 22:44:18 +08:00