mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 22:54:33 +00:00
chore(status): clarify bootstrap file semantics
This commit is contained in:
committed by
Peter Steinberger
parent
c3b3065cc9
commit
d0e008d460
@@ -58,7 +58,7 @@ describe("subagent registry persistence", () => {
|
||||
const storePath = resolveSessionStorePath(tempStateDir, agentId);
|
||||
const store = await readSessionStore(storePath);
|
||||
store[params.sessionKey] = {
|
||||
...(store[params.sessionKey] ?? {}),
|
||||
...store[params.sessionKey],
|
||||
sessionId: params.sessionId ?? `sess-${agentId}-${Date.now()}`,
|
||||
updatedAt: params.updatedAt ?? Date.now(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user