b62e93577c
* fix: Use dynamic project name detection instead of hardcoded values Fixes #140 Previously, the worker process used hardcoded "claude-mem" for: - ChromaSync instantiation in DatabaseManager - ChromaDB collection naming in search-server This caused all observations to be tagged with "claude-mem" regardless of the actual project being worked on. Now both services use getCurrentProjectName() to dynamically detect the project based on the worker's current working directory. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * fix: Simplify viewer UI overflow CSS to enable scrolling - Remove overcomplicated nested overflow containers - Use explicit 100vh for layout height - Add overflow: hidden to main-col to constrain feed - Keep simple overflow-y: auto on feed element - Fix issue where feed content wouldn't scroll --------- Co-authored-by: Claude <noreply@anthropic.com>