Lists file scope locks currently held by running tasks.
Reads the scope lock table and displays all locks, optionally filtered by node or task address. Useful for debugging parallel execution conflicts and inspecting which files are claimed.
wolfcastle task scope list [--node <address>] [--task <task-address>]
| Flag | Description |
|---|---|
--node <address> |
Filter results to locks held by tasks under this node. |
--task <task-address> |
Filter results to locks held by this specific task (full task address). |
--json |
Output as structured JSON. |
| Code | Meaning |
|---|---|
| 0 | Success (even if no locks found). |
- Read-only. Does not modify state.
wolfcastle task scope addto acquire locks.wolfcastle task scope releaseto release locks.wolfcastle statusfor a broader view of daemon activity.