From f717742379604ff5f6d598814fac455d6904fb4a Mon Sep 17 00:00:00 2001 From: mika kuns Date: Mon, 10 Aug 2026 10:33:58 +0200 Subject: [PATCH] docs(runner): correct the findings-pointer comment --- src/ClaudeDo.Worker/Runner/TaskRunner.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ClaudeDo.Worker/Runner/TaskRunner.cs b/src/ClaudeDo.Worker/Runner/TaskRunner.cs index 2d7e15b0..e4af0422 100644 --- a/src/ClaudeDo.Worker/Runner/TaskRunner.cs +++ b/src/ClaudeDo.Worker/Runner/TaskRunner.cs @@ -665,8 +665,10 @@ public sealed class TaskRunner => Math.Min(taskTurns ?? listTurns ?? globalDefault, ceiling); /// - /// Points the run at the project's findings index. Kept to one sentence on purpose: it enters the - /// prefix of every message in the run, so its cost is multiplied by the turn count. + /// Points the run at the project's findings index. Deliberately terse and emitted only when the + /// index exists: it enters the prefix of every message in the run, so its cost is multiplied by + /// the turn count. The closing nudge to record findings is what keeps the store fed — do not drop + /// it when trimming. /// internal static string? BuildFindingsPointer(string? workingDir) {