chore: publish from main

This commit is contained in:
github-actions[bot]
2026-07-20 15:33:40 +00:00
parent 7bb3f2ec83
commit 5cb18a0af8
27 changed files with 3389 additions and 0 deletions
@@ -0,0 +1,17 @@
{
"name": "signals-dashboard",
"version": "0.1.0",
"type": "module",
"main": "extension.mjs",
"dependencies": {
"@github/copilot-sdk": "latest"
},
"description": "Real-time agent coordination dashboard for The Workshop. Shows desk status, signal types (done, checkpoint, blocked, hands-up, partnership), intent text, outcome pairing with honesty gap, token usage, and stash/restore controls.",
"keywords": [
"agent-signals",
"dashboard",
"multi-agent",
"coordination",
"canvas"
]
}