Update Research-Foundations with current file paths
The codebase has been restructured since this doc was created:
- helpers.py → helpers/ package with focused modules
- rag_memory.py sleep code → sleep/ package
- Some function names updated for consistency
Updated paths:
- helpers/entity_profiles.py: create_entity_profile()
- helpers/entity_context.py: run_entity_consolidation_batch()
- helpers/episodic_index.py: prune_low_importance_entries(),
search_episodic_memory()
- sleep/dreaming.py: run_dreaming_tick(), prune_orphaned_memory_links()
- sleep/compaction.py: compact_conversation_history()
- sleep/consolidation.py: run_sleep_consolidation()
Added new entries to implementation mapping table for sleep package.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>