You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve integration test failures after FastMCP upgrade
Fixed multiple issues that were causing 13+ integration tests to fail:
1. **Remove legacy migration service**: Deleted migration service that was
incorrectly removing .basic-memory config directories during tests
2. **Fix critical ConfigManager bugs**: Corrected get_project method that had
multiple bugs including wrong variable names and undefined references
3. **Fix test syntax error**: Corrected test assertion to use proper
content[0].text accessor
4. **Improve move_note cross-project detection**: Removed overly aggressive
keyword-based detection that was causing false positives with legitimate
paths like "projects/2025/q2/work/nested-note.md"
5. **Clean up duplicate tests**: Removed redundant cross-project detection test
All 103 integration tests now pass successfully.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments