git_branch_info
Analyze branch commits against a base branch and return repository information as YAML. Supports optional branch and repo path parameters.
Instructions
Analyze branch commits against a base and return repository information as YAML. Mirrors omni-dev git branch info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Base branch to compare against. Defaults to `main` or `master`. | |
| repo_path | No | Path to the git repository. Defaults to the current working directory. |