jules_verify_patch
Verify a completed session's git patch by running a dry-run preflight check against your local workspace, confirming it applies cleanly with zero conflicts before creating branches or writing files.
Instructions
Dry-run preflight check: inspects a completed session's git patch and runs 'git apply --check --3way' against a local workspace to verify whether the patch will apply cleanly with 0 conflicts before creating branches or writing files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Absolute local repository path on this machine (e.g. '/root/projects/agent-brain'). | |
| session_id | Yes | The Jules session ID containing the git patch. |