kin_transaction_begin
Open a transaction to stage code mutations for a session and scope. Returns a transaction_id; nothing is applied until commit.
Instructions
Open a transaction to stage mutations onto. Returns a transaction_id; nothing lands until kin_transaction_commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | Target scope (e.g. filename, module, etc.) | |
| session_id | Yes | Session UUID owning the transaction |