chore: publish from main

This commit is contained in:
github-actions[bot]
2026-08-06 12:30:14 +00:00
parent ca17038502
commit e321e4a9c7
775 changed files with 72454 additions and 1180 deletions
+3
View File
@@ -0,0 +1,3 @@
[
"signals-dashboard"
]
@@ -1,18 +0,0 @@
{
"name": "signals-dashboard",
"description": "Real-time Workshop dashboard with agent signals, honesty calibration, and cost-aware repo or connected desk launch profiles.",
"version": "0.2.0",
"author": {
"name": "jennyf19",
"url": "https://github.com/jennyf19"
},
"keywords": [
"agent-signals",
"dashboard",
"multi-agent",
"coordination",
"canvas"
],
"logo": "assets/preview.png",
"extensions": "."
}
@@ -1,4 +1,5 @@
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.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",
@@ -14,20 +15,5 @@
"persistent-memory",
"agent-signals",
"developer-experience"
],
"agents": [
"./agents"
],
"skills": [
"./skills/bench-read",
"./skills/desk-journal",
"./skills/desk-open",
"./skills/signal-write",
"./skills/workshop-create"
],
"x-awesome-copilot": {
"extensions": [
"./extensions/signals-dashboard"
]
}
]
}