MCPcopy Create free account
hub / github.com/SethGammon/Citadel / nextTaskId

Function nextTaskId

core/fleet/session.js:253–259  ·  view source on GitHub ↗
(tasks)

Source from the content-addressed store, hash-verified

251 wave: task.wave ?? null,
252 agent: task.agent || '',
253 branch: task.branch || '',
254 },
255 source_generation: generation,
256 }),
257 generation,
258 });
259}
260
261function evaluateMergeCandidates(tasks, options = {}) {
262 return tasks

Callers 1

createRepairTaskFunction · 0.85

Calls 1

taskIdFunction · 0.85

Tested by

no test coverage detected