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>
This commit is contained in:
John Haugabook
2026-07-23 13:51:06 -04:00
committed by GitHub
parent c0869f6231
commit ae8ada62bd
14 changed files with 5195 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "backrooms-canvas",
"description": "Wander an endless first-person backrooms in a Copilot canvas while agents work; their status ghost-writes on the walls.",
"version": "1.0.0",
"author": {
"name": "John Haugabook",
"url": "https://github.com/jhauga"
},
"keywords": [
"backrooms",
"copilot-canvas",
"interactive-canvas",
"first-person",
"procedural-generation",
"session-breaks"
],
"logo": "assets/preview.png",
"extensions": "."
}