delimit_collision_check
Check if another AI model is editing a file before making changes. Claim or release files to prevent collision between AI models.
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 | |||