To maintain consistency and performance in the BustAPI codebase, all AI agents must follow these instructions:
- Python Management: Use
uvfor all Python-related tasks, including dependency management and running scripts/tests. - Quality Control: Always run linting checks (e.g.,
ruff check) before committing any changes to the repository.