Skip to content

Contributing

  • Run pre-commit run --all-files before pushing.
  • Build docs: make docs (or make docs-serve).
  • Tests: make test.
  • Lint/format: make lint (ruff + ty).
  • Native extension: built from gakido/core.c as gakido_core via uv pip install -e ..