build-test · git:20260508.5c45d4e · 2026-05-08 · sha256 0d4c810ceb95da14

build-test git:20260508.5c45d4eA

Immutable. This exact content is served forever at /api/v1/blob/0d4c810ceb95da14.

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