Error in user YAML: (<unknown>): did not find expected key while parsing a block mapping at line 1 column 1
---
description: Git commit helper (no-args = commit ALL changes automatically)
argument-hint: [MSG="<message>"] [FILES="<paths>"] [TYPE=<feat|fix|docs|refactor|test|chore>] [SCOPE="<scope>"] [RUN="<cmd>"] [NO_VERIFY=true]
---
You are running in a local repo. Create exactly ONE high-quality Git commit.
CRITICAL BEHAVIOR CHANGE (commit-all mode):
- If the user invokes this command with NO arguments (i.e., $ARGUMENTS is empty AND all named inputs below are empty), then you MUST automatically stage and commit ALL current changes (including new/untracked files) without asking.