mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
f69c08e832
Add test_remove_default_project_issue_397 that reproduces the bug where a removed project still appears in 'bm project list'. The test: - Adds a new project and sets it as default - Removes the original default project - Verifies the removed project no longer appears in the list This test will fail while the bug exists, confirming the issue. Co-authored-by: Paul Hernandez <phernandez@users.noreply.github.com>