Move orchestrator thumbnail into WebUI assets

Place the thumbnail under the plugin webui directory so plugin discovery finds and serves it at the expected thumbnail URL. Keep the orchestrator ownership documentation aligned with the asset layout.

Alessandro committed Jul 17, 2026 at 15:57 UTC 2b8260192aa66883b5643f73a3dbbe80c6425663
2 files changed +1 -1
plugins/_orchestrator/AGENTS.md
+1 -1
@@ -8,7 +8,7 @@
8
9 ## Ownership
10
11 -- Source-owned files are `.gitignore`, `plugin.yaml`, `default_config.yaml`, `LICENSE`, `README.md`, `thumbnail.png`, `api/`, `helpers/`, `skills/`, `tests/`, and `webui/`.
11 +- Source-owned files are `.gitignore`, `plugin.yaml`, `default_config.yaml`, `LICENSE`, `README.md`, `api/`, `helpers/`, `skills/`, `tests/`, and `webui/` (including `thumbnail.png`).
12 - Runtime/user-state files such as `config.json`, `data/`, `__pycache__/`, credential stores, and generated screenshots are not source contracts.
13
14 ## Local Contracts
plugins/_orchestrator/webui/thumbnail.png renamed