f8114af4a9
- Add nytToCooklang function to Roux.NYTimes - buildMetadata: maps title, URL, description, time, servings - buildSections: creates sections for ingredient groups then step groups - ingredientGroupToSection: converts NYT ingredient items to Cooklang step items with @ingredient references - stepGroupToSection: converts method steps into Cooklang steps - Add parseDuration, parseServings, parseNYTQuantity helpers - Add extractIngredientName heuristic for core ingredient extraction - Add 2 conversion tests verifying both example recipes - All 32 tests passing, hlint clean