mirror of
https://github.com/github/awesome-copilot.git
synced 2026-07-21 21:04:13 +00:00
9fc4032293
The dashboard is the centerpiece — real-time agent coordination view showing desk status, signal types, intent text, outcome pairing with honesty gap, token usage, and stash/restore controls. Includes all updates from the-workshop PRs #3-#7: - Empty state guidance for new users - Token usage display per desk - TA partnership signals + Cairn awareness - Intent-as-text (execution signals use descriptive text) - Outcome signal pairing with honesty gap calibration - Open desk button - Subtype labels (done/checkpoint/blocked/hands-up) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 26faf13e-639c-4a21-ac05-c0dc2bff7c62
34 lines
911 B
JSON
34 lines
911 B
JSON
{
|
|
"name": "the-workshop",
|
|
"description": "Stop being the switchboard between your AI agents — direct a team. The Workshop puts long-running AI agents (desks) in the same room, on the same work, each with its own memory and history, sharing one workspace so you direct the work instead of relaying it.",
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "jennyf19"
|
|
},
|
|
"repository": "https://github.com/jennyf19/the-workshop",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"multi-agent",
|
|
"coordination",
|
|
"desks",
|
|
"persistent-memory",
|
|
"agent-signals",
|
|
"developer-experience"
|
|
],
|
|
"agents": [
|
|
"./agents/workshop-ta.md"
|
|
],
|
|
"skills": [
|
|
"./skills/bench-read/",
|
|
"./skills/desk-journal/",
|
|
"./skills/desk-open/",
|
|
"./skills/signal-write/",
|
|
"./skills/workshop-create/"
|
|
],
|
|
"x-awesome-copilot": {
|
|
"extensions": [
|
|
"./extensions/signals-dashboard/"
|
|
]
|
|
}
|
|
}
|