# Repo Instructions - read `README.md` for general information run `pnpx skills experimental_install`, `lefthook install` before development at first time. - For any new or modified Dart test under `test/`, use the repo-local skill `dart-gherkin-tests`. - For file more than 500 lines, consider to split it into multiple files for better maintainability. - Keep refactoring e.g. `SOLID` principles. Aggresively remove deprecated code and features. Don't be afraid to break backward compatibility.