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

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

# Editing 领域决策
## 决策 1保存后强制重新扫描
编辑保存文件后必须触发 Scanner 重新扫描,保证图数据和完成度状态与文件内容一致。不允许文件内容和 Dashboard 显示不同步。
## 决策 2编辑时校验约束
保存前调用 Design 模块的约束规则预校验,如果违反约束给出警告(但不阻止保存——用户可能是中间状态)。