This command selects files, determines complexity, and delegates to the appropriate agent.
This command selects files, determines complexity, and delegates to the appropriate agent. ## Arguments | Flag | Default | Description | |------|---------|-------------| | `--staged`, `-s` | false | Commit already-staged files (skip file selection) | | `--single` | false | Force simple single-commit mode | | `--lang` | context | Commit message language | ## Agent Selection Two agents are available: | Agent | Use Case | |-------|----------| | `simple-commit-maker` | Single commit for single-category changes | | `commit-maker` | Multiple commits for mixed-category changes | **Auto-detec...