From 5ca88d3e921c3f8180bc5c5df5a3bd2c862dee2d Mon Sep 17 00:00:00 2001 From: Hex Sullivan Date: Tue, 19 May 2026 11:02:59 +0000 Subject: [PATCH] fix(doctor): correct summary count from 2 warnings to 1 after mcp-debug icon change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The example summary still said '2 warnings ⚠️' after PR #59 changed mcp-debug from ⚠️ to ℹ️. With only todo-persist.sh remaining as a warning in the example, the correct count is 1. Fixes bot review feedback on PR #59. Closes: review-sweep feedback from cursor[bot] and chatgpt-codex-connector[bot] --- plugins/core/commands/ai-coding-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/core/commands/ai-coding-config.md b/plugins/core/commands/ai-coding-config.md index 5ee5e7e..18228eb 100644 --- a/plugins/core/commands/ai-coding-config.md +++ b/plugins/core/commands/ai-coding-config.md @@ -705,7 +705,7 @@ Context: source repo (plugins/core/ detected) --- ## Summary -1 failure ❌ 2 warnings ⚠️ 11 passed ✅ +1 failure ❌ 1 warning ⚠️ 11 passed ✅ ## Suggested Fixes ❌ rules/ symlink missing: