From 4ce5ae7189746e15ae94a59b14df6562181c7880 Mon Sep 17 00:00:00 2001 From: mika kuns Date: Tue, 11 Aug 2026 17:14:01 +0200 Subject: [PATCH] docs(worker): drop the nameof leak from the handoff tool description --- src/ClaudeDo.Worker/External/HandoffMcpTools.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClaudeDo.Worker/External/HandoffMcpTools.cs b/src/ClaudeDo.Worker/External/HandoffMcpTools.cs index b069500a..434a7fe7 100644 --- a/src/ClaudeDo.Worker/External/HandoffMcpTools.cs +++ b/src/ClaudeDo.Worker/External/HandoffMcpTools.cs @@ -33,7 +33,7 @@ public sealed class HandoffMcpTools "after triage) or \"merge\" (review + merge; the normal handoff after wait) -- \"wait_final\"/" + "\"merge_final\" are only for a merge session that started reruns and must eventually stop the " + "chain instead of restarting again. An unrecognized value is rejected. This handoff chain is " + - "capped server-side at " + nameof(HandoffRoundTracker.MaxHandoffs) + " (four handoffs, i.e. two " + + "capped server-side at four handoffs (i.e. two " + "full wait/merge cycles) for a given handler task: once reached, a \"wait\"/\"merge\" request is " + "silently coerced to its \"_final\" counterpart instead (check the result's coerced field), and " + "any handoff at all after a merge_final round for this task throws. The current tile stays " +