mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-01-22 12:08:02 -05:00
* fix(prepare-commit-msg-hook): update error handling to provide clearer instructions for setting API keys and improve user guidance * build
@commitlint Module for opencommit
- Load commitlint configuration within tree.
- Generate a commit with commitlint prompt:
- Will not run if hash is the same.
- Infer a prompt for each commitlint rule.
- Ask OpenAI to generate consistency with embedded commitlint rules.
- Store configuration close to commitlint configuration.
- Replace conventional-commit prompt with commitlint prompt.