Files
awesome-copilot/extensions/backrooms-canvas/package.json
T
John Haugabook ae8ada62bd Extension backrooms (#2348)
* new extension backrooms-canvas

* new extension backrooms-canvas

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* update according to code review

update according to code review

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* apply code review, change backviews to backrooms

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-07-23 10:51:06 -07:00

21 lines
509 B
JSON

{
"name": "backrooms-canvas",
"version": "1.0.0",
"main": "extension.mjs",
"author": "John Haugabook",
"license": "MIT",
"type": "module",
"dependencies": {
"@github/copilot-sdk": "latest"
},
"description": "Wander an endless first-person backrooms in a Copilot canvas while agents work; their status ghost-writes on the walls.",
"keywords": [
"backrooms",
"copilot-canvas",
"interactive-canvas",
"first-person",
"procedural-generation",
"session-breaks"
]
}