Files
opencommit-gitea/src/commands
2025-03-28 19:17:02 +00:00
..
2024-12-14 20:02:25 +01:00
2024-09-01 18:21:56 +03:00
2025-03-28 19:17:02 +00:00
2024-09-01 18:21:56 +03:00
2024-09-01 18:21:56 +03:00
2024-09-06 13:58:54 +03:00

@commitlint Module for opencommit

  1. Load commitlint configuration within tree.
  2. 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.
  3. Replace conventional-commit prompt with commitlint prompt.