docs(runner): correct the findings-pointer comment

This commit is contained in:
mika kuns
2026-08-10 10:33:58 +02:00
parent 87397ecfa9
commit f717742379
+4 -2
View File
@@ -665,8 +665,10 @@ public sealed class TaskRunner
=> Math.Min(taskTurns ?? listTurns ?? globalDefault, ceiling); => Math.Min(taskTurns ?? listTurns ?? globalDefault, ceiling);
/// <summary> /// <summary>
/// Points the run at the project's findings index. Kept to one sentence on purpose: it enters the /// Points the run at the project's findings index. Deliberately terse and emitted only when the
/// prefix of every message in the run, so its cost is multiplied by the turn count. /// 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.
/// </summary> /// </summary>
internal static string? BuildFindingsPointer(string? workingDir) internal static string? BuildFindingsPointer(string? workingDir)
{ {