mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-20 13:50:46 +00:00
Document critical improvements to Stage 9 prompts to reduce iterations: - Add Step 0: Examine reference missions (M1/M2) before starting - Schema requirements checklist (all required fields listed) - Validation checkpoint requirements (validate incrementally) - Common pitfalls to avoid (encoding, keyPins, object types) - ERB helper function reference with examples - Flag submission tasks pattern (explicit guidance) Based on M3 development: avoided 46 validation errors that could have been prevented with proper reference examination and schema awareness. New approach should produce valid JSON on first attempt.