build-test · git:20260521.b455a7c · 2026-05-21 · sha256 4815427c73edceab

build-test git:20260521.b455a7cA

Immutable. This exact content is served forever at /api/v1/blob/4815427c73edceab.

---
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
```