Collect Git/CI context
alabasta_collect_git_contextCollect real diff stats, commit details, pull request state, and CI checks from the local repository. Use before submitting a resolution to add verified git context to the task submission.
Instructions
Gather real diff stat, commits, PR state, and CI checks from the local repo (git + gh). Call before submitting and merge the result into alabasta_submit_task_resolution. Best-effort — missing pieces are omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseRef | No | Base ref to diff against (default: origin default branch, else HEAD~1) |