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

18 lines
526 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.

# 编辑领域Editing— Phase 2
## 职责
设计文件的读写编辑 + 影响分析。让用户在 Dashboard 中直接修改 CSV 和 Markdown 格式的设计文件。
## 核心概念
- EditableFile可编辑的设计文件路径、格式、内容
- ImpactResult修改一个文件后的下游影响分析结果
## 边界
- 依赖 Design编辑时校验约束规则
- 依赖 Scanner保存后触发重新扫描
- 依赖 Graph计算影响范围
- infrastructure 层负责文件读写 I/O