meeting_memory/MIGRATION_TASKS.md

19 lines
641 B
Markdown

# Migration Tasks
## In Progress
- [ ] Rework deduplication and identity resolution for entities, action items, and metrics
## Todo
## Done
- [x] Remove Obsidian from the project documentation and dependency surface
- [x] Remove Obsidian from the runtime processing pipeline
- [x] Move raw meeting archival to `data/raw`
- [x] Move meeting state storage to `data/meeting_state.json`
- [x] Introduce Neo4j configuration and a minimal graph storage layer
- [x] Write extracted meeting entities and relations into Neo4j
- [x] Add graph statistics to the CLI status output
- [x] Redesign retrieval to combine vector recall with graph facts