- Deleted the `renamer.decorators` package, including `caching.py` and `__init__.py`, to streamline the codebase. - Updated tests to reflect changes in import paths for caching decorators. - Added a comprehensive changelog to document major refactoring efforts and future plans. - Introduced an engineering guide detailing architecture, core components, and development setup.
875 B
875 B
CLAUDE.md - AI Assistant Reference
Version: 0.7.0-dev Last Updated: 2026-01-01
📘 All technical documentation has been moved to ENGINEERING_GUIDE.md
For AI Assistants
Please read ENGINEERING_GUIDE.md for complete project documentation including:
- Architecture overview
- Core components
- Development setup
- Testing strategy
- Code standards
- AI assistant instructions
- Release process
Quick Commands
uv sync --extra dev # Setup
uv run pytest # Test
uv run renamer [dir] # Run
Essential Principles
- Read ENGINEERING_GUIDE.md first
- Read files before modifying
- Test everything (
uv run pytest) - Follow existing patterns
- Keep solutions simple
Full Documentation: ENGINEERING_GUIDE.md