Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 397 Bytes

File metadata and controls

10 lines (6 loc) · 397 Bytes

Agent Instructions

This codebase uses uv for ALL management commands.

Always perform these checks after making code changes in this repository:

  1. Run uv run pyright src/sql_stress to type-check the project.
  2. Run uv format to format the code. You don't have to use ruff

Run both commands from the repository root (pg-compose). Document any failures in your response to the user.