---
name: kd-ttsr-no-silent-fallback
description: 禁止 catch 后 return null/false/空集合假成功
condition: "catch\\s*\\([^)]*\\)\\s*\\{[\\s\\S]{0,120}?return\\s+(null|false|Collections\\.empty|Collections\\.EMPTY|\\[\\]|\\{\\})"
scope: "tool:edit(*.java), tool:write(*.java), tool:edit(*.cs), tool:write(*.cs), tool:edit(*.ts), tool:write(*.ts)"
alwaysApply: false
---

禁止 catch 后返回 null/false/空集合假装成功。记录平台日志或向上抛出并保留 cause。
