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

10 lines
406 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.

# Scanning 领域决策
## 决策 1Scanner 不包含业务规则
文件状态判定规则(如"entity 必须有 owner")属于 Design 领域。Scanner 只负责调用 Design 的规则,不自己实现。
## 决策 2Parser 放在 infrastructure 层
CSV/MD/YAML/OpenAPI 的解析是技术实现细节,放在 Scanner 的 infrastructure/parsers/ 中。domain 层只定义"需要什么输出"。