fix(memory): repair Dream follow-up paths and move GitStore to utils

Made-with: Cursor
This commit is contained in:
Xubin Ren
2026-04-04 04:49:42 +00:00
parent 30ea048f19
commit 7e0c196797
5 changed files with 8 additions and 6 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.agent.git_store import GitStore
from nanobot.utils.git_store import GitStore
gs = GitStore(workspace, tracked_files=[
"SOUL.md", "USER.md", "memory/MEMORY.md",
])