Update GEMINI documentation to reflect Godot 4.6 and expanded project structure

This commit is contained in:
2026-05-12 16:52:57 -05:00
parent 84afc199fa
commit 3f3136c453
3 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -39,4 +39,4 @@ Each microservice follows a standard layout:
- Update `DOCUMENTS.md` whenever you change a database schema or API request/response shape.
- Ensure `Dockerfile` and `k8s/` manifests are kept in sync with code changes.
- All microservices are unified under the `micro-services.sln` solution file.
- All microservices are unified under the `micro-services.sln` solution file. Use this for global refactoring or cross-service debugging.