mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
c0b531866d
The BASIC_MEMORY_HOME environment variable was not being respected when a config file existed, because the file-based configuration bypassed Pydantic''s environment variable parsing. This fix modifies ConfigManager.load_config() to explicitly check for BASIC_MEMORY_HOME after loading from file and override the main project path if the environment variable is set. Fixes #219 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Paul Hernandez <phernandez@users.noreply.github.com>