Lack of pre-commit hook support—pre-commit is the most natural place to handle checks for branch naming and commit messages.
Currently, the only available mechanism is GitHub Actions; however, many developers are more accustomed to running linters locally rather than waiting for feedback from the CI pipeline. Providing a pre-commit hook entry point (even if it merely invokes the CLI) would significantly reduce the friction associated with M01 and M02 checks.
Lack of pre-commit hook support—pre-commit is the most natural place to handle checks for branch naming and commit messages.
Currently, the only available mechanism is GitHub Actions; however, many developers are more accustomed to running linters locally rather than waiting for feedback from the CI pipeline. Providing a pre-commit hook entry point (even if it merely invokes the CLI) would significantly reduce the friction associated with M01 and M02 checks.