@directivegames/genesys.sdk 3.3.8 → 3.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/templates/AGENTS.md +8 -0
package/package.json
CHANGED
package/src/templates/AGENTS.md
CHANGED
|
@@ -42,6 +42,14 @@
|
|
|
42
42
|
|
|
43
43
|
---
|
|
44
44
|
|
|
45
|
+
# Scene Files
|
|
46
|
+
|
|
47
|
+
**IMPORTANT:** Do **NOT** read or open genesys scene files (`*.genesys-scene`) unless the user explicitly requests it.
|
|
48
|
+
|
|
49
|
+
These scene files can be very large and consume significant tokens. They contain serialized scene data that is typically **not relevant** to programming tasks. The scene editor handles these files — you should focus on code implementation rather than scene file contents.
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
45
53
|
# Coding Rules
|
|
46
54
|
|
|
47
55
|
**CRITICAL**: Never edit `auto-imports.ts` - This file is automatically generated by the build pipeline to register all @ENGINE.GameClass() decorated classes. Any manual changes will be overwritten and may break the build system. Classes with proper @ENGINE.GameClass() decorators are automatically discovered and imported.
|