git_view_commits
Analyze a Git commit range and output repository information as YAML.
Instructions
Analyze commits in a range and return repository information as YAML. Mirrors omni-dev git commit message view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | No | Commit range to analyze (e.g., `HEAD~3..HEAD`, `abc123..def456`). Defaults to `HEAD` when omitted. | |
| repo_path | No | Path to the git repository. Must be absolute when provided. Defaults to the current working directory. |