- Add missing psutil to requirements.txt (was causing ModuleNotFoundError)
- Change pip install -e . to pip install . in README (production vs dev install)
- Fix installation issue by using proper production install method
Tested: pip install . now works properly without hanging or missing dependencies
Complete rebrand to eliminate any Claude/Anthropic references:
Directory Changes:
- claude_rag/ → mini_rag/ (preserving git history)
Content Changes:
- Replaced 930+ Claude references across 40+ files
- Updated all imports: from claude_rag → from mini_rag
- Updated all file paths: .claude-rag → .mini-rag
- Updated documentation and comments
- Updated configuration files and examples
Testing Changes:
- All tests updated to use mini_rag imports
- Integration tests verify new module structure
This ensures complete independence from Claude/Anthropic
branding while maintaining all functionality and git history.