suggest_refs
Scan workspace tables to identify candidate foreign-key mappings where column values reference another table's key column. Presents ranked candidates for confirmation before broken-link validation with recon_diff.
Instructions
引用完整性候选发现:扫描当前工作区全部表,找出「A 表某列的值疑似引用 B 表某键列」的候选映射(值域包含推断,词面相似度仅排序)。候选不是结论——须向用户确认映射后,用 recon_diff 对确认的映射执行零容忍断链扫描。典型流程:suggest_refs 列候选 → 用户确认 → recon_diff 逐对检查(悬挂行即配置断链:关卡表配置的装备等级在装备等级表无对应条目)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topN | No | 候选数上限(可选,1-100,缺省 20) |