From 3c56694d3fff199f1be2810535f163fd77cf4848 Mon Sep 17 00:00:00 2001 From: Fahad Date: Sun, 15 Jun 2025 09:34:37 +0400 Subject: [PATCH] Formatting --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0230074..491d45e 100644 --- a/README.md +++ b/README.md @@ -467,9 +467,10 @@ constraints. it to find additional code smells and any other quick-wins and then fix these issues" ``` -This results in Claude first performing its own expert analysis, encourages it to think and find links -within project code and then prompts `flash` to review the provided code, giving it a hint (thus preventing -it from finding the same code smells) and encouraging it to think about other areas claude did _not_ discover. +This results in Claude first performing its own expert analysis, encouraging it to think critically +and identify links within the project code. It then prompts `flash` to review the same code with a +hint—preventing it from duplicating Claude's findings and encouraging it to explore other areas that Claude +did *not* discover. **Key Features:** - **Intelligent prioritization** - Will refuse to work on low priority issues if code is unwieldy large and requires decomposition first, helps identify poorly managed classes and files that need structural improvements before detail work