delimit_collision_check
Check if a file is being edited by another AI model before making changes to prevent collisions.
Instructions
Detect and prevent two AI models from editing the same file.
Call before editing a file to check if another model is already working on it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | "check", "claim", or "release". | check |
| file_path | No | File to claim/release (required for claim/release). | |
| model | No | AI model name (claude/codex/gemini). | |
| task_id | No | Optional task ID for tracking. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||