Create a git commit for the current changes using a concise Conventional Commits-style subject. Format - REQUIRED. Use for new features, for bug fixes. Other common types: , , , , . - OPTIONAL. Short noun in parentheses for the affected area (e.g., , , ). - REQUIRED. Short, imperative, <= 72 chars, no trailing period. Notes - Body is OPTIONAL. If needed, add a blank line after the subject and write short paragraphs. - Do NOT include breaking-change markers or footers. - Do NOT add sign-offs (no ). - Only commit; do NOT push. - If it is unclear whether a file should be included, ask the user w…