This project is in repository setup before v0 implementation.
Use docs/GLOSSARY.md for repository vocabulary and preferred term choices when updating code, docs, tests, or examples.
uv sync --all-groupsRun the local quality gate before committing:
make checkmake check runs Ruff, Pyright, and the default Pytest suite. Use
make validate-pr before opening a PR to run Ruff, Pyright, the default test
suite, and the package build.
Use make help to list target groups, then make setup-help, make dev-help,
or make test-help for grouped target details.
Focused test targets are available for phase work:
make test-help
make test-package
make test-unit
make test-contract
make test-integration
make test-e2e
make test-summarymake test-summary writes a Markdown suite summary under build/ for PR
review.
Keep contributions focused on the generic loom infrastructure. Domain-specific
stages, recipes, codecs, datasets, and analysis logic belong in downstream
packages.