Skip to content

Commit bfdb512

Browse files
committed
Update Claude Code configuration to use current tools
- Replace deprecated context7 MCP reference with mcp__context7__get-library-docs tool - Update Gemini testgen references to use Ultrathink for test coverage - Update design approval reference to design validation for clarity
1 parent 2ef2a03 commit bfdb512

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

common/claude-code/CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ These are not suggestions. Fix ALL issues before continuing.
2828
→ Understanding dependencies...
2929
```
3030

31-
**ALWAYS use context7 MCP** to read current documentation for:
31+
**ALWAYS use the `mcp__context7__get-library-docs` tool** to read current documentation for:
3232
- Framework/library versions and APIs
3333
- Best practices and patterns
3434
- Breaking changes or deprecations
@@ -104,7 +104,7 @@ Would you like me to [specific improvement]?"
104104
- **Complex business logic** → Write tests first (TDD)
105105
- **Simple CRUD** → Write tests after
106106
- **Bug fixes** → Write test that reproduces bug first
107-
- **Always** → Use Gemini testgen for comprehensive coverage
107+
- **Always** → Use Ultrathink for comprehensive coverage
108108

109109
## 🧠 Problem-Solving Protocol
110110

common/claude-code/commands/process-task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ cat >> .claude/tasks/$ARGUMENTS.md << 'EOF'
2727
- ⧖ Parse requirements and identify files to modify
2828
- ⧖ Create feature branch
2929
- ⧖ Create design document
30-
- ⧖ Get design approval from Gemini
30+
- ⧖ Get design validation from Gemini
3131
- ⧖ Implement each requirement
32-
- ⧖ Generate tests using Gemini testgen
32+
- ⧖ Generate tests using Ultrathink
3333
- ⧖ Run all quality checks
3434
- ⧖ Get code review from Gemini
3535
- ⧖ Create completion summary

0 commit comments

Comments
 (0)