file_lock_release
Release a file lock after editing to allow other agents to access the file without waiting for the lock to expire.
Instructions
Release the file lock after editing is complete.
Call this immediately after you finish editing a file you locked with file_lock_acquire. This allows other agents to proceed without waiting for the TTL to expire.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path of the file to unlock (same value used in acquire) | |
| agent_name | Yes | Your agent name — must match the lock owner |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||