generated from DevPlus1/Unity-Customer-Template
Initial commit
This commit is contained in:
commit
ed87277ef8
64 changed files with 4639 additions and 0 deletions
30
Assets/RL_DevPlus1/Docs/CODEX_INSTRUCTIONS.md
Normal file
30
Assets/RL_DevPlus1/Docs/CODEX_INSTRUCTIONS.md
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Codex Instructions For Unity Analyzer
|
||||
|
||||
## Purpose
|
||||
|
||||
This Unity package gives Runlevel Systems DevPlus1 a safe Editor-only analyzer for customer Unity projects.
|
||||
|
||||
## Rules
|
||||
|
||||
- Read generated reports before changing customer Unity code.
|
||||
- Treat findings as best-effort and confirm manually.
|
||||
- Do not modify customer scenes, prefabs, scripts, assets, or project settings unless explicitly asked.
|
||||
- Do not generate C# files into `Assets/RL_DevPlus1/Reports/`.
|
||||
- Keep analyzer Editor scripts under `Assets/RL_DevPlus1/Editor/`.
|
||||
- Keep docs under `Assets/RL_DevPlus1/Docs/`.
|
||||
- Keep report outputs under `Assets/RL_DevPlus1/Reports/`.
|
||||
|
||||
## Recommended AI Reading Order
|
||||
|
||||
1. `Assets/RL_DevPlus1/Reports/RL_AI_Project_Context.md`
|
||||
2. `Assets/RL_DevPlus1/Reports/RL_Unity_Report_Index.md`
|
||||
3. `Assets/RL_DevPlus1/Reports/RL_Unity_Project_Summary.md`
|
||||
4. `reports/api-reference.md`
|
||||
5. `reports/call-map.md`
|
||||
6. `Assets/RL_DevPlus1/Reports/RL_Unity_Scene_Map.md`
|
||||
7. `Assets/RL_DevPlus1/Reports/RL_Unity_Script_Map.md`
|
||||
8. `Assets/RL_DevPlus1/Reports/RL_Unity_Event_Map.md`
|
||||
|
||||
## Maintenance
|
||||
|
||||
Update this file when analyzer behavior, report locations, or recommended reading order changes.
|
||||
Loading…
Add table
Add a link
Reference in a new issue