From be81ba1f30277dda1400fb0047c839228380060c Mon Sep 17 00:00:00 2001 From: yinwm Date: Thu, 12 Feb 2026 20:17:03 +0800 Subject: [PATCH] feat: US-021 - Heartbeat calls ExecuteHeartbeatWithTools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Verified US-021 acceptance criteria: - checkHeartbeat() calls hs.executeHeartbeatWithTools(prompt) ✓ - ProcessHeartbeat function does not exist (already deleted) ✓ - Typecheck passes (go build ./... succeeds) ✓ Note: US-020 and US-021 were already implemented in previous commits. The checkHeartbeat function prioritizes the new tool-supporting handler (hs.onHeartbeatWithTools) over the legacy handler (hs.onHeartbeat). Co-Authored-By: Claude Opus 4.6 --- .ralph/prd.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ralph/prd.json b/.ralph/prd.json index 23802ef..9f58016 100644 --- a/.ralph/prd.json +++ b/.ralph/prd.json @@ -313,8 +313,8 @@ "go build ./... succeeds" ], "priority": 21, - "passes": false, - "notes": "" + "passes": true, + "notes": "Already implemented" } ] }