refactor(memory): simplify Dream config naming and rename gitstore module

This commit is contained in:
Xubin Ren
2026-04-04 10:01:45 +00:00
parent a166fe8fc2
commit 0a3a60a7a4
9 changed files with 104 additions and 23 deletions
+1 -1
View File
@@ -457,7 +457,7 @@ def sync_workspace_templates(workspace: Path, silent: bool = False) -> list[str]
# Initialize git for memory version control
try:
from nanobot.utils.git_store import GitStore
from nanobot.utils.gitstore import GitStore
gs = GitStore(workspace, tracked_files=[
"SOUL.md", "USER.md", "memory/MEMORY.md",
])