Thank you for contributing to this repository.
- Clone your fork and create a working branch.
- From the repository root, run:
make configThis installs dependencies declared in .tool-versions and configures Git hooks using scripts/config/pre-commit.yaml.
Run the standard checks before opening a pull request:
make lint
make test
make githooks-run- Keep changes small and focused.
- Write clear commit messages.
- Open a pull request with a concise summary of the change and validation performed.