test(hooks): update multiple hook test suites

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-04-10 15:53:32 +09:00
parent 4180a0ba0a
commit 8a4eacfd24
14 changed files with 316 additions and 259 deletions
+2 -2
View File
@@ -146,8 +146,8 @@ describe("keyword-detector session filtering", () => {
)
// then - search keyword should be filtered out based on mainSessionID comparison
const skipLog = logCalls.find(c => c.msg.includes("Skipping non-ultrawork keywords in non-main session"))
expect(skipLog).toBeDefined()
expect(output.message.variant).toBeUndefined()
expect(output.parts[0]?.text).toBe("search mode 찾아줘")
})
test("should allow ultrawork keywords in non-main session", async () => {