feat: US-021 - Heartbeat calls ExecuteHeartbeatWithTools

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 <noreply@anthropic.com>
This commit is contained in:
yinwm
2026-02-12 20:17:03 +08:00
parent e63f96794f
commit be81ba1f30

View File

@@ -313,8 +313,8 @@
"go build ./... succeeds" "go build ./... succeeds"
], ],
"priority": 21, "priority": 21,
"passes": false, "passes": true,
"notes": "" "notes": "Already implemented"
} }
] ]
} }