reload_panels
Reload panel configurations from disk after editing a panels.toon file, merging them from multiple directories. Returns list of reloaded panels.
Instructions
Re-read saved panels from disk (after editing a panels.toon) and list those now available.
Returns {reloaded, count, panels: [{name, description, target_count}]}. Panels are discovered under
~/.rutherford/panels.toon, the project .rutherford/panels.toon, and $RUTHERFORD_CONFIG_DIR, merged
by name (closest scope wins). A malformed panels file raises PANEL_INVALID naming the file and seat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |