build-test · git:20260724.4544404 · 2026-07-24 · sha256 c05e58cbc7c08804
build-test git:20260724.4544404A
Immutable. This exact content is served forever at /api/v1/blob/c05e58cbc7c08804.
--- description: Build & test alwaysApply: true --- <!-- AUTO-GENERATED by `bernstein agents-md sync` - DO NOT edit by hand. Source: AGENTS.md. --> ``` 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 ```