From b3603cc086fe9c7e9df5e2e0e774a6933a89ef11 Mon Sep 17 00:00:00 2001 From: Daniel Smolsky Date: Fri, 6 Feb 2026 21:40:52 -0500 Subject: [PATCH] readme cleanup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ac9b6a8..2357e597 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,8 @@ DCP uses its own config file: > // Nudge the LLM to use prune tools (every tool results) > "nudgeEnabled": true, > "nudgeFrequency": 10, -> // Token limit at which the model begins actively -> // compressing session context to keep the model in the "smart zone" +> // Token limit at which the model compresses session context +> // to keep the model in the "smart zone" (not a hard limit) > // Accepts: number or "X%" (percentage of model's context window) > "contextLimit": 100000, > // Additional tools to protect from pruning