Add Agent Arcade canvas extension (#2031)

* Add Agent Arcade canvas extension

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Refine Agent Arcade canvas behavior

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Update Agent Arcade canvas credits

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Update Agent Arcade canvas catalog anchor

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Ignoring the minified file

* Configure codespell to skip minified Phaser file

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
This commit is contained in:
Dan Wahlin
2026-06-17 02:29:18 -07:00
committed by GitHub
parent 6f2c2cd270
commit 2f9d85eef8
128 changed files with 11730 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"id": "agent-arcade-canvas",
"name": "Agent Arcade",
"description": "Play five retro Phaser mini-games in a Copilot canvas while agents work.",
"version": "1.0.0",
"keywords": [
"arcade-games",
"copilot-canvas",
"interactive-canvas",
"phaser",
"retro-games",
"session-breaks"
],
"screenshots": {
"icon": {
"path": "assets/icon.png",
"type": "image/png"
},
"gallery": {
"path": "assets/preview.png",
"type": "image/png"
}
}
}