From cb15ebdefd85a408e9d2e64b9d2803e7f8b098a2 Mon Sep 17 00:00:00 2001 From: jennyf19 <19942418+jennyf19@users.noreply.github.com> Date: Sun, 19 Jul 2026 18:45:51 -0700 Subject: [PATCH] the-workshop: fix Cairn dashboard install docs The dashboard is a canvas extension that ships standalone, not bundled in the plugin. Installing the-workshop delivers skills/agent/desks only; the signals-dashboard canvas installs separately and renders in the GitHub Copilot app. Replaces the false 'bundled... nothing else to install' claim with the real two-install path. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 26faf13e-639c-4a21-ac05-c0dc2bff7c62 --- plugins/the-workshop/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/plugins/the-workshop/README.md b/plugins/the-workshop/README.md index 0e3fda42..b038e093 100644 --- a/plugins/the-workshop/README.md +++ b/plugins/the-workshop/README.md @@ -35,7 +35,15 @@ A **desk** isn't a sub-agent — it's a peer with a history. Sub-agents inherit ## The Cairn Dashboard -The Workshop ships a **canvas extension** (🪨 Cairn) that shows the pulse of every desk — score bars, patterns, escalations — auto-refreshing in the GHCP app. It's bundled with the plugin: `copilot plugin install the-workshop@awesome-copilot` includes the dashboard — nothing else to install. +The Workshop's live view is a **canvas extension** (🪨 Cairn) — `signals-dashboard` — that shows the pulse of every desk (score bars, patterns, escalations), auto-refreshing in the GitHub Copilot app. + +It ships as a separate extension. Install it alongside the plugin to get the live canvas: + +``` +copilot plugin install signals-dashboard@awesome-copilot +``` + +The Workshop's skills, agent, and desks work without it — the dashboard is the visual layer on top. ## Works With Ember