Check for scope conflicts
lock_check_conflictCheck active file locks for overlap with your target glob patterns. Reveals potential conflicts so you can coordinate with the lock owner or adjust your scope before proceeding.
Instructions
Checks whether any currently ACTIVE lock claims file(s)/path(s) that overlap the glob patterns you pass in. This tool is purely INFORMATIONAL — it never blocks, refuses, or vetoes anything; it has no side effects and cannot prevent lock_create from proceeding. It exists only to give you information so you (the calling agent) can decide for yourself whether to proceed, coordinate with the other lock's owner, or pick a narrower scope. Overlap is determined by a static-prefix glob heuristic (not exact set intersection) that is intentionally biased toward reporting overlaps that turn out not to matter, rather than missing a real one — see this project's README for the exact heuristic and a documented case (filesystem case-sensitivity) it deliberately does not catch. Returns the same compact summary shape as lock_query for every overlapping active lock (empty array if none).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | Glob patterns describing the files/paths you are about to work on. |