Git Commit with smart grouping
Commit orchestrator: determines context, classifies files, groups them into atomic commits, forms messages. Standalone mode runs autonomously — no confirmation prompts.
Step 1 — Context
One call:
git branch --show-current; echo "==="; git status --porcelain; echo "==="; git diff HEAD --stat
git status --porcelain already lists untracked files (??). No changes — tell the user and stop.
Step 2 — Mode
- yoke-flow — `$ARGUME
[Description truncada. Veja o README completo no GitHub.]