kin_transaction_stage
Stage file mutations onto an open transaction to batch create, update, delete, or rename operations before commit.
Instructions
Stage mutations onto an open transaction. Four verbs: 'create' admits a file the graph has never seen, 'update' changes an entity, 'delete' retires one, 'rename' moves one. An 'update' replaces the whole body; read it first with get_entity_source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | Array of mutation operations to stage | |
| session_id | No | Optional owning session UUID mirror; when present in enforce mode it must match the authenticated caller and transaction owner | |
| transaction_id | Yes | Transaction UUID |