build-test ยท diff

git:20260521.b455a7c to git:20260724.4544404

5 added, 5 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. -->
```
- pip install -e .[dev] # install
- pytest # tests
- uv run ruff check . # lint
- uv run ruff format . # format
- uv run mypy src # type-check
+ uv sync # install + lock
+ uv run python scripts/run_tests.py # tests (isolated per-file runner)
+ uv run ruff check . # lint
+ uv run ruff format . # format
+ uv run mypy src # type-check
```