Contributing
All contributions are welcome. PRs are checked by CI.
Run Tests
Section titled “Run Tests”Load development environment from ./shell.nix
just ciFormat Code
Section titled “Format Code”just fmtBug Reports
Section titled “Bug Reports”Open an issue with a minimal reproduction.
If possible, include a failing test case: the test suite is in tests.nix and the test tree fixtures are in tree/.
Documentation
Section titled “Documentation”The documentation site lives under ./docs/. It uses Starlight.
To run locally:
just docs