Summary
The repository now recommends mise run setup as the contributor entrypoint. Review the CI workflow and decide whether it should also use the same setup flow, or whether the difference should remain intentional and documented.
Goals
- reduce drift between local setup and CI
- keep CI fast and explicit
- document the chosen approach clearly
Questions
- Should CI run
mise run setup directly?
- Or should CI keep separate steps and the README explain why?
Summary
The repository now recommends
mise run setupas the contributor entrypoint. Review the CI workflow and decide whether it should also use the same setup flow, or whether the difference should remain intentional and documented.Goals
Questions
mise run setupdirectly?