lock_file
Acquire an exclusive lock on a file before editing to prevent conflicts from concurrent modifications in a shared collaborative workspace.
Instructions
Acquire an exclusive lock on a file before editing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path to lock | |
| reason | No | Brief description of what you plan to do |