arch-design-agent-skill-das.../design/domains/graph/06-domain-decisions.md

10 lines
341 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Graph 领域决策
## 决策 1图结构与设计实体分离
GraphNode/GraphEdge 是展示层概念,不等同于 Design 实体本身。Graph 模块负责"Design 实体 → 图结构"的转换。
## 决策 2Graph 不直接读文件
Graph 从 Design 实体构建图,不自己读取文件系统。这保证了关注点分离。