Files
awesome-copilot/extensions/signals-dashboard/package.json
T
github-actions[bot] 3e8da0a7c0 chore: publish from main
2026-08-17 05:43:12 +00:00

21 lines
521 B
JSON

{
"name": "signals-dashboard",
"version": "0.3.0",
"type": "module",
"main": "extension.mjs",
"scripts": {
"test": "node --test launch-profile.test.mjs local-delegation.test.mjs"
},
"dependencies": {
"@github/copilot-sdk": "latest"
},
"description": "Real-time Workshop dashboard with agent signals, honesty calibration, cost-aware desk profiles, and fail-closed Local Delegation.",
"keywords": [
"agent-signals",
"dashboard",
"multi-agent",
"coordination",
"canvas"
]
}