mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
040be05a81
- Fix case sensitivity bug where config had "Personal" but database expected "personal" - Add project name normalization in synchronize_projects() to use generate_permalink() - Update config file with normalized names and log changes for user visibility - Use proper permalink generation instead of hardcoded name.lower().replace() - Add comprehensive tests for project name normalization scenarios 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>