From f4f54c2b7f16a73d77b07ecd17287e16669aea11 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Thu, 12 Mar 2026 01:07:50 +0900 Subject: [PATCH] test(ralph-loop): remove volatile tool result timestamp Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- src/hooks/ralph-loop/index.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hooks/ralph-loop/index.test.ts b/src/hooks/ralph-loop/index.test.ts index 79c04479f..8adf4c131 100644 --- a/src/hooks/ralph-loop/index.test.ts +++ b/src/hooks/ralph-loop/index.test.ts @@ -1025,7 +1025,6 @@ Original task: Build something` const transcriptPath = join(TEST_DIR, "transcript.jsonl") const toolResultEntry = JSON.stringify({ type: "tool_result", - timestamp: new Date().toISOString(), tool_name: "write", tool_input: {}, tool_output: { output: "Task complete! DONE" },