rename(mana-games): rebrand to Arcade

Rename games/mana-games/ to games/arcade/, update all package names
(@mana-games/* → @arcade/*), appIds, display names, docker-compose
service, root scripts, and documentation.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-29 18:31:37 +02:00
parent 2874e202ea
commit 9e82e40e16
105 changed files with 86 additions and 80 deletions

View file

@ -0,0 +1,9 @@
{
"name": "arcade",
"version": "1.0.0",
"private": true,
"description": "AI-powered browser games platform",
"scripts": {
"dev": "turbo run dev"
}
}