{
  "version": "v1",
  "routes": [
    {
      "intent": "explain",
      "description": "解释一条原推或一组信号是什么意思",
      "output": "summary + source + impact"
    },
    {
      "intent": "compare",
      "description": "比较本周与上周、一个 KOL 与另一个 KOL 的变化",
      "output": "delta + confidence + relevant sources"
    },
    {
      "intent": "alert",
      "description": "发现风险变化、立场切换、重要事件",
      "output": "risk tag + reason + human boundary"
    },
    {
      "intent": "archive",
      "description": "进入历史归档与回看",
      "output": "archive link + issue id + timestamp"
    },
    {
      "intent": "route-human",
      "description": "需要人确认、需要外部判断或涉及投资决策",
      "output": "handoff note + why human is needed"
    }
  ]
}
