From 7fefb59a0601d3040aba0b02403087e4a3db9459 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Mon, 4 May 2026 16:30:06 +0900 Subject: [PATCH] test(stop-continuation-guard): rename parentSessionId/parentMessageId in task fixture Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- src/hooks/stop-continuation-guard/index.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hooks/stop-continuation-guard/index.test.ts b/src/hooks/stop-continuation-guard/index.test.ts index 4bf177d79..8fa0a11a7 100644 --- a/src/hooks/stop-continuation-guard/index.test.ts +++ b/src/hooks/stop-continuation-guard/index.test.ts @@ -46,8 +46,8 @@ describe("stop-continuation-guard", () => { id, status, description: `${id} description`, - parentSessionID: "parent-session", - parentMessageID: "parent-message", + parentSessionId: "parent-session", + parentMessageId: "parent-message", prompt: "prompt", agent: "sisyphus-junior", }