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
Add support for an explicit LORE_ROOT environment override and introduce a store "scope" setting to control inheritance. DEFAULT_CONFIG now includes a "scope" key (default "auto") and find_memory_root checks LORE_ROOT first, then walks up from the start path; when a .lore store is found in a parent dir, the store's scope is read and "local" prevents inheritance by returning None. Also add os import and update CLI docs to show the new scope option.
0 commit comments