build-test · diff

git:20260508.5c45d4e to git:20260521.b455a7c

1 added, 1 removed. Audit A to A.

---
description: Build & test
alwaysApply: true
---
- <!-- AUTO-GENERATED by `bernstein agents-md sync` — DO NOT edit by hand. Source: AGENTS.md. -->
+ <!-- AUTO-GENERATED by `bernstein agents-md sync` - DO NOT edit by hand. Source: AGENTS.md. -->
```
pip install -e .[dev] # install
pytest # tests
uv run ruff check . # lint
uv run ruff format . # format
uv run mypy src # type-check
```