List active project locks on this host
controlcenter_list_locksLists active lock files across configured roots, showing path, type, scope, owner, and remaining time. Read-only scan; reports roots not reached within the time budget.
Instructions
Lists every active LOCK*.txt across the configured roots: path, type, scope, owner and remaining time. Read-only — it never creates, renews or releases a lock. A full scan over cloud-synced storage takes minutes, so the scan runs under a wall-clock budget and reports explicitly when roots were left unscanned; an incomplete scan says nothing about the roots it never reached. Requires ELLMOS_LOCK_SCRIPTS; without it the tool is inert. For a single path use controlcenter_check_lock, which is far faster and also sees inherited locks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootsFile | No | Path to lock_roots.json. Defaults to ELLMOS_LOCK_ROOTS, then the file beside the lock scripts. | |
| budgetSeconds | No | Wall-clock budget, checked between roots: a root already being scanned runs to completion, so the total can overshoot. Roots not started within the budget are reported as unscanned. |