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
This commit is contained in:
jennyf19
2026-07-19 18:45:51 -07:00
parent d71864b706
commit cb15ebdefd
+9 -1
View File
@@ -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 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 ## Works With Ember