Rather than one large request, break the work into pieces you can check. Adding a new boss, for instance, goes something like this.
- 1Have it find every existing boss trigger and describe the shared structure. Nothing is edited yet.
- 2Have it write the new boss to that structure, shown side by side with an existing one.
- 3Apply it, then verify by counting the triggers and names.
- 4Compile and check it in game.
Keeping a clear record of what changed each time makes reverting easy and makes the next season's work much faster.
