Commit changes using micro commits with conventional commit messages.
- Analyzes all changes in your working directory (
git status,git diff) - Groups related files into logical commits
- Proposes each commit with files, summary, and conventional commit message
- Waits for your approval before committing