diff --git a/.supertool.json b/.supertool.json index 51fb17b..accf589 100644 --- a/.supertool.json +++ b/.supertool.json @@ -29,5 +29,13 @@ "rollback_on_fail": false, "timeout": 10 } + }, + "builtin-ops": { + "batch": { + "syntax": "batch:@file.json", + "description": "Run array of ops in one call. Mix read+edit+grep in one round-trip. Payload: array of {op,...} or {continue_on_error, ops}. A call carries one @- payload, so without this N edits cost N calls.", + "example": "batch:@.max/ops.json", + "hint": true + } } }