feat(FN-4822): complete Step 8 — document central claim authority

Fusion-Task-Id: FN-4822
Fusion-Task-Lineage: 08cc29e8-114a-48dc-80de-8d7fd2ce0e69
This commit is contained in:
Fusion (runfusion.ai)
2026-05-16 20:47:30 -07:00
committed by gsxdsm
parent 199f317813
commit a11bd0719e
4 changed files with 12 additions and 7 deletions

View File

@@ -1432,7 +1432,7 @@ export class AgentStore extends EventEmitter {
const centralResult = await Promise.resolve(this.claimStore.tryClaimTask({
projectId: this.claimProjectId,
taskId,
nodeId: requestNodeId,
nodeId: requestNodeId!,
agentId,
runId: leaseContext?.runId ?? task.checkoutRunId ?? null,
renewedAt: nextRenewedAt,