Versions in this module Expand all Collapse all v0 v0.1.5 Oct 3, 2025 Changes in this version + var ErrInvalidFormat = errors.New("invalid commit message format") + var ErrInvalidType = errors.New("invalid commit type") + var ErrMissingType = errors.New("missing commit type") + var ErrTooLong = errors.New("commit message too long") v0.1.4 Oct 3, 2025 Changes in this version + var CommitRules = map[string]CommitRule + func CleanCommitMessage(message string) string + func GetCommitTypes() []string + func GetPrompt(analysisInput string) string + func ValidateCommitMessage(message string) error + type CommitRule struct + Description string + Examples []string + Type string