pub fn build_json_view_pass2(pass1_result: &str) -> (String, String)Expand description
Build Pass 2 prompts for JSON-UI v2 view generation (structured spec).
Returns (system_prompt, user_prompt) ready for call_anthropic_structured.
Pass 2 receives the plain-text plan from Pass 1 and produces a structured JSON spec.