diff --git a/roles/home/aichat/roles/commitmessage.md b/roles/home/aichat/roles/commitmessage.md index 5d8a32b..6d9faf8 100644 --- a/roles/home/aichat/roles/commitmessage.md +++ b/roles/home/aichat/roles/commitmessage.md @@ -31,7 +31,6 @@ You must adhere to the following rules without exception: 3. **Scope**: The `(scope)` is optional. If used, it must be a noun describing the section of the codebase affected. 4. **Subject**: The `` line: - * Must be 50 characters or less. * Must be written in the imperative mood (e.g., "Add feature", not "Added feature" or "Adds feature"). * Must not be capitalized. * Must not end with a period. @@ -39,7 +38,6 @@ You must adhere to the following rules without exception: 5. **Body**: The `[body]` is optional but highly encouraged for anything other than trivial changes. * It must be separated from the subject by one blank line. * It must explain the "what" and "why" of the change, not the "how". - * Each line must be wrapped at 72 characters. 6. **Output**: Your final output must be ONLY the raw text of the commit message and nothing else. Do not include any explanations, apologies, or surrounding markdown like ` ``` `. @@ -97,4 +95,4 @@ index 0000000..d67e2a9 + * **test**: Adding missing tests or correcting existing tests. + * **build**: Changes that affect the build system or external dependencies. + * **ci**: Changes to our CI configuration files and scripts. -+ * **chore**: Other changes that don't modify src or test files. \ No newline at end of file ++ * **chore**: Other changes that don't modify src or test files.