fix(atlas): restrict idle-event session append to boulder-owned subagent sessions only

This commit is contained in:
YeonGyu-Kim
2026-03-13 10:53:45 +09:00
parent b356c50285
commit e3f6c12347
5 changed files with 192 additions and 4 deletions
+1
View File
@@ -45,6 +45,7 @@ describe("atlas hook", () => {
directory: TEST_DIR,
client: {
session: {
get: async () => ({ data: { parentID: "main-session-123" } }),
prompt: promptMock,
promptAsync: promptMock,
},