Mario Zechner
c58d5f20a4
Session tree structure with id/parentId linking
- Add TreeNode base type with id, parentId, timestamp
- Add *Content types for clean input/output separation
- Entry types are now TreeNode & *Content intersections
- SessionManager assigns id/parentId on save, tracks leafId
- Add migrateSessionEntries() for v1 to v2 conversion
- Migration runs on load, rewrites file
- buildSessionContext() uses tree traversal from leaf
- Compaction returns CompactionResult (content only)
- Hooks return compaction content, not full entries
- Add firstKeptEntryId to before_compact hook event
- Update mom package for tree fields
- Better error messages for compaction failures
2025-12-30 22:42:17 +01:00
..
2025-12-22 00:23:01 +01:00
2025-12-25 03:48:36 +01:00
2025-12-30 22:42:17 +01:00
2025-12-12 00:01:06 +01:00
2025-12-30 22:42:17 +01:00
2025-12-25 03:48:36 +01:00
2025-12-30 22:42:17 +01:00
2025-12-09 00:51:33 +01:00
2025-12-19 15:26:12 +01:00
2025-12-09 14:44:13 +01:00
2025-12-09 14:33:39 +01:00
2025-12-21 22:56:20 +01:00
2025-12-22 00:23:01 +01:00
2025-12-09 00:51:33 +01:00
2025-12-30 02:32:16 +05:30
2025-12-05 11:59:39 +01:00