{
  "contractVersion": "1.0.0",
  "courseId": "math1",
  "name": "考研数学一",
  "shortName": "数学一",
  "version": "0.1.0",
  "description": "面向清华大学深圳国际研究生院电子信息考研的数学一课程、考点、练习、复盘、可视化实验与 AI 答疑工具。",
  "defaultPath": "/",
  "basePathHint": "/courses/math1",
  "routes": [
    { "id": "today", "label": "今日复习", "path": "/" },
    { "id": "learn", "label": "课程", "path": "/learn", "capability": "lessons" },
    { "id": "points", "label": "考点", "path": "/points", "capability": "knowledge-points" },
    { "id": "practice", "label": "题库", "path": "/practice", "capability": "questions" },
    { "id": "review", "label": "复盘", "path": "/review", "capability": "progress" },
    { "id": "labs", "label": "可视化实验", "path": "/labs", "capability": "labs" },
    { "id": "tutor", "label": "AI 助教", "path": "/tutor", "capability": "ai" }
  ],
  "capabilities": [
    "lessons",
    "knowledge-points",
    "questions",
    "solutions",
    "labs",
    "progress",
    "ai",
    "offline"
  ],
  "dataVersion": "2026-07-15.1",
  "manifestPath": "/course.manifest.json"
}
