kin_mutate
Validate and commit a batch of graph mutations atomically in one call, managing transaction begin, validation, and commit so code changes apply consistently.
Instructions
Atomically validate and commit a batch of graph mutations in a single call. Automatically manages transaction begin, validation, and commit. Provide an operations array with mutation verb and payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Optional target scope or workspace identifier (defaults to 'repository') | |
| summary | No | Optional change message: one sentence in your own words saying what this change does, which becomes the subject a human reads in history. Omit it and the change records only the transaction id, which names the call and not the work. | |
| operations | Yes | Array of mutation operations to validate and commit atomically | |
| request_id | No | Optional client request id, carried into the receipt so you can match the answer to your call; nothing deduplicates on it | |
| session_id | No | Optional owning session UUID |