This package is a Python package built with uv, Hatchling,
Ruff, Pyright, pytest, and the local Python hygiene signoff script. Install
development dependencies with uv sync --group dev.
uv run pytest
uv run ruff check .
uv run pyright
uv run python tests/support_scripts/py_signoff.py
uv run dev-std audit .
Normal Python package builds produce transient wheel and sdist output under
dist/. Those outputs are not committed. Governance HTML under
docs/generated/ is derivative output and should be regenerated
from the authored Markdown, HTML, and TOML governance sources.
Release signoff runs tests, lint, type checking, Python hygiene, and
dev-std audit. The release process is documented separately in
docs/setup.html and the release notes under
docs/releases/.