apply_winner
Apply a fork's diff to the local tree after re-verifying it on a clean fork, ensuring the change passes there first.
Instructions
Land one fork's diff on the local tree. First re-verifies it on a fresh clean fork (the receipt), so what lands is proven to pass somewhere other than where it was written. Returns {ok, receipt_ok}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fork_id | Yes | ||
| test_cmd | No | pytest -q | |
| repo_path | Yes | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||