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

17 lines
502 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.

# 项目管理领域Project
## 职责
项目注册、切换、元数据管理。管理用户在 Dashboard 中跟踪的多个设计项目。
## 核心概念
- Project一个被 Dashboard 管理的项目(名称、设计目录路径、代码目录路径、创建时间)
- ProjectRepository项目持久化抽象接口
## 边界
- 独立领域,不依赖其他业务模块
- infrastructure 层实现 JSON 文件持久化projects.json
- 不涉及设计文件的解析或图构建