refactor: remove work_heartbeat tool and related tests; update documentation and notification logic

This commit is contained in:
Lauren ten Hoor
2026-02-12 00:02:18 +08:00
parent 31849489a8
commit 81543600fe
9 changed files with 27 additions and 815 deletions

View File

@@ -111,8 +111,7 @@ export function createWorkStartTool(api: OpenClawPluginApi) {
);
// Auto-tick disabled per issue #125 - work_start should only pick up the explicitly requested issue
// To fill parallel slots, use work_heartbeat instead
// const tickPickups = await tickAndNotify({ ... });
// The heartbeat service fills parallel slots automatically
const output: Record<string, unknown> = {
success: true, project: project.name, groupId, issueId: issue.iid, issueTitle: issue.title,