lock_acquire
Acquire exclusive file locks to prevent edit conflicts. Fails if any path is held by another live session. Use before editing files.
Instructions
Acquire exclusive file locks. Fails with conflict details if any path is held by another live session. Always call this before editing files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | No | Optional label for this session (e.g. 'Agent A') | |
| paths | Yes | Project-relative file paths to lock (use forward slashes) |