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
@@ -7,7 +7,7 @@ import pytest
from nanobot.bus.events import InboundMessage
from nanobot.command.builtin import cmd_dream_log, cmd_dream_restore
from nanobot.command.router import CommandContext
from nanobot.utils.git_store import CommitInfo
from nanobot.utils.gitstore import CommitInfo
class _FakeStore: