Description
Replace nvm and sdkman with mise in the pre-commit hook to provide consistent Node.js, Java, and Yarn version management across all developer machines. This eliminates the need for developers to install and maintain nvm and sdkman separately, and resolves ENOBUFS resource exhaustion issues caused by the Nx daemon in Git hook subprocess contexts.
Acceptance Criteria
Additional Notes
[Any additional context or notes]