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:
parent
e63f96794f
commit
be81ba1f30
1 changed files with 2 additions and 2 deletions
|
|
@ -313,8 +313,8 @@
|
||||||
"go build ./... succeeds"
|
"go build ./... succeeds"
|
||||||
],
|
],
|
||||||
"priority": 21,
|
"priority": 21,
|
||||||
"passes": false,
|
"passes": true,
|
||||||
"notes": ""
|
"notes": "Already implemented"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue