get_test_results
Retrieve test and build results from a worktree to confirm whether the testing gate has passed before merging.
Instructions
Gets the latest test and build results from a worktree. Shows if the testing gate has been passed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| worktree_path | No | Path to the worktree or project directory. Defaults to current directory. | |
| include_output | No | Include full output in results. Can be large. Default is false. |