lock_files
Lock files to prevent other agents from modifying them, ensuring exclusive access during your changes.
Instructions
Lock files before modifying them. Other agents will see these files as unavailable. Fails if any file is already locked by another agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Array of file paths to lock | |
| reason | No | Why you need these files |