mid switch to Colyseum

This commit is contained in:
Shaheed Azaad
2025-07-17 14:29:55 +02:00
parent e9565471cb
commit c55454cf3d
21 changed files with 4269 additions and 50 deletions

View File

@@ -1,11 +1,4 @@
---
alwaysApply: true
---
# Structure
- Read, but don't edit @README.md to get an idea of how the app should work.
- Where possible, the app should be separated into an API and frontend components.
- Tests should be written as the app is developed.
- Use package.json to ensure you're using the correct packages to implement features and not installing redundant packages or reinventing the wheel.
- User superforms for all forms
- For now, we will keep multiplayer and single player experiment serving, queuing, and session logic completely separate, even if it means overlapping and redundant code. We will optimise later.
Read, but don't edit @CLAUDE.md for all prompts