add_design_relation
Link two concepts in the design tree with a bidirectional relation, so implementations, solutions, or triggers can be traced from either direction.
Instructions
在设计树里添加一条双向可查的关系。
relation 建议:
implementation_of:source 是 target 的一种实现
solves:source 解决了 target 对应的原始问题
related:相关/相邻概念
trigger:看到 source 时,值得反推到 target
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| target | Yes | ||
| relation | Yes |