--- inclusion: auto --- # OCaml & Dune ## Opam Switch - The project SHALL rely on a project-local opam switch found at `./_opam/`. ## Build System - The project SHALL use the Dune build system. ## Versions - The project SHALL target OCaml 5.5.0. ## Format - The project code SHALL be formatted using the `.ocamlformat` config file located at the project root. - Before committing code, agents SHALL run `dune fmt` and ensure that it completes successfully.