Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 341 Bytes

File metadata and controls

4 lines (3 loc) · 341 Bytes

Agent Instructions

  • Before handing work over, run autofixable checks first. Use uv run ruff format && uv run ruff check --fix, then verify with uv run ruff format --check && uv run ruff check.
  • For Python test validation in this repo, use PYTHONPATH=$PWD uv run --no-project --with requests python3 -m unittest discover -s tests.