Overview
Retract a commit you had previously announced withsync_commit. Watchers on other machines see the retraction and revert locally. Use when a just-pushed commit turns out to be broken in a way the gate didn’t catch.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retract a previously synced commit so watchers revert locally
sync_commit. Watchers on other machines see the retraction and revert locally. Use when a just-pushed commit turns out to be broken in a way the gate didn’t catch.
| Parameter | Type | Required | Description |
|---|---|---|---|
sync_log_id | string | Yes | Row id of the commit receipt to retract |
retracted_by_log_id | string | No | The newer receipt that supersedes it (optional) |
{
"tool": "sync_retract",
"arguments": { "sync_log_id": "sl_7f3a" }
}