<instructions GLM Design-to-Code Converts design inputs (screenshots, text descriptions, HTML files, URLs) to working frontend code using GLM vision models. Three modes: CREATE, REVIEW, FIX. Arguments: Mode Routing | Mode | Flow | |------|------| | CREATE | Phase 0 → 0.5 → 1 → 2 → 3 (with auto-fix) → 4 (mandatory verify) → 5 (if --review) | | REVIEW | Phase 0 → 0.5 → 1 → 5 | | FIX | Phase 0 → 0.5 → 1 → 6 | PARAMETER PRIORITY: User prompt arguments ALWAYS override defaults and environment. 1. Explicit flags in ( , , , ) → highest priority 2. API keys from prompt text (if user pasted a key inli…