Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 375 Bytes

File metadata and controls

6 lines (4 loc) · 375 Bytes

Agent Knowledge

To maintain consistency and performance in the BustAPI codebase, all AI agents must follow these instructions:

  1. Python Management: Use uv for all Python-related tasks, including dependency management and running scripts/tests.
  2. Quality Control: Always run linting checks (e.g., ruff check) before committing any changes to the repository.