From d524d034c8778fba7d3c03861ef9485738248aa2 Mon Sep 17 00:00:00 2001 From: Daniel Smolsky Date: Tue, 9 Dec 2025 10:49:58 -0500 Subject: [PATCH] Remove redundant tool list from config comment --- lib/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.ts b/lib/config.ts index 08a5ed51..57a2093b 100644 --- a/lib/config.ts +++ b/lib/config.ts @@ -128,7 +128,7 @@ function createDefaultConfig(): void { "pruning_summary": "detailed", // How often to nudge the AI to prune (every N tool results, 0 = disabled) "nudge_freq": 10 - // Additional tools to protect from pruning (merged with built-in: task, todowrite, todoread, prune, batch) + // Additional tools to protect from pruning // "protectedTools": ["bash"] } `