Fix the-workshop TA agent: cairn is a separate canvas, not bundled#2362
Merged
Conversation
The Workshop TA agent's "Viewing signals" section said the Cairn canvas "ships bundled with the-workshop plugin." It doesn't — Cairn is the standalone signals-dashboard extension, installed separately (the plugin's own README already documents this). Correct the section and give the awesome-copilot install command (copilot plugin install signals-dashboard@awesome-copilot) so the agent's "run cairn" flow has reliable, accurate steps. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 26faf13e-639c-4a21-ac05-c0dc2bff7c62
Contributor
|
🟡 Contributor Reputation Check: MEDIUM risk
Maintainers: please review this contributor before merging. |
Contributor
🔒 PR Risk Scan ResultsScanned 1 changed file(s).
✅ No matching risk patterns were detected in changed files.
|
Contributor
🔍 Vally Lint Results
Summary
Full linter output |
…undled' The plugin manifest lists signals-dashboard under x-awesome-copilot.extensions and eng/materialize-plugins.mjs copies it into the materialized plugin, so the canvas files do ship with the plugin. Reworded the TA 'Viewing signals' section to drop the 'installed separately from the plugin' claim and instead state only that the canvas does not auto-load and must be installed and registered separately to show the live board. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 26faf13e-639c-4a21-ac05-c0dc2bff7c62
ayangupt
approved these changes
Jul 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
A small correctness fix to the the-workshop plugin's
workshop-taagent.The agent's "Viewing signals" section claimed the 🪨 Cairn canvas "ships bundled with the-workshop plugin." It doesn't — Cairn is the standalone
signals-dashboardextension and is installed separately. The plugin's ownREADME.mdalready documents this (copilot plugin install signals-dashboard@awesome-copilot); this brings the agent in line with the README so its "run cairn" guidance is accurate.What changed
agents/workshop-ta.agent.md— rewrote the "Viewing signals" section: Cairn is a companion canvas installed separately (does not auto-load), with thesignals-dashboard@awesome-copilotinstall command and numbered steps.Prose-only change to one existing agent; no schema, plugin manifest, or extension changes.