arch-design-agent-skill-das.../design/domains/scanning/01-domain-overview.md

19 lines
595 B
Markdown
Raw Permalink 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
## 职责
文件发现(遍历 design/ 目录)+ 文件解析CSV/MD/YAML/OpenAPI → Design 实体)+ 完成度检测。
## 核心概念
- ScanResult一次扫描的完整输出包含所有解析出的 Design 实体和文件状态列表
- ScanPolicy扫描策略哪些文件类型要解析、忽略规则
- Parser各类文件格式的解析器infrastructure 层实现)
## 边界
- 依赖 Design 领域的实体定义和约束规则
- 文件 I/O 在 infrastructure 层parsers/
- 不负责图结构构建
- 不负责文件编辑