This file provides Claude-specific context for the Karrio repository.
All coding preferences, project context, and conventions are documented in AGENTS.md.
Please read AGENTS.md thoroughly before making any changes. It contains:
- Project structure and architecture (Backend/Frontend)
- Build, test, and development commands
- Coding style and naming conventions
- Testing guidelines (including Django test writing patterns)
- Commit and PR guidelines
- Carrier integration reference
- Before-making-changes checklist
- When debugging failing Django tests, add
print(response)before assertions to see the actual response—remove print statements once tests pass - Favor functional, declarative style over imperative loops
- Write code as if the same person authored the entire codebase
- Read referenced files first, create a plan, then implement step by step
Single source of truth: AGENTS.md