{
  "defaults": {"timeout_seconds": 420, "allowed_statuses": ["completed"]},
  "cases": [
    {
      "id": "tip_single_line_regression",
      "title": "Single-line curator tip preserves dashboard",
      "prompt": "Use the dietitian skill. Do not ask a follow-up. For user_key tip_regression on 2026-07-15, set a 2000 kcal norm with protein 120 g, fat 70 g, and carbs 230 g. Estimate and log a Snack at 10:00 containing 120 g peeled banana. Use calorie_tracker and return its complete dashboard with only the curator tip filled.",
      "settings": {"chat_reasoning": "model_default", "temperature": "0.2"},
      "enabled_tools": ["calorie_tracker"],
      "enabled_skills": ["dietitian"],
      "expect": {
        "min_tool_results": 2,
        "min_native_tool_calls": 2,
        "assistant_not_empty": true,
        "assistant_contains": ["# 🥑 Daily Diary", "→\n\n## 🔥 Calories", "## `", "## 🍽 Meals", "## 🏃 Activity"]
      }
    }
  ]
}
