docs: update README with renamed tool names and fix syntax error

- Updated all references in README.md from old tool names to new ones:
  - think_deeper → thinkdeep
  - review_code → codereview
  - review_changes → precommit
- Fixed syntax error in base.py (unterminated f-string literal)
- Removed trailing whitespace to pass linting
- All tests now pass (96 tests)
- All linting checks pass (ruff, black, isort)

This completes the tool renaming refactor with full documentation updates.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Fahad
2025-06-10 12:51:55 +04:00
parent 3d958ef7e9
commit 7cb0186389
2 changed files with 22 additions and 22 deletions

View File

@@ -170,7 +170,7 @@ If you identify areas where current documentation, API references, or community
please note in your response what specific searches Claude should perform and why they would be helpful."""
if tool_specific:
return f"{base_instruction}
return f"""{base_instruction}
{tool_specific}
@@ -184,7 +184,7 @@ In your response, if web searches would be beneficial, include a section like:
Consider searches for:
- Current documentation and best practices
- Similar issues and community solutions
- Similar issues and community solutions
- API references and usage examples
- Recent developments and updates