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

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

# 实现追踪领域Impl-Tracking— Phase 2
## 职责
扫描代码目录结构 + 调用 LLM 评估模块实现完成度 + 支持手动覆盖,产出每个模块的实现进度。
## 核心概念
- ImplProgress模块实现进度模块 ID、百分比、来源auto/llm/manual
- CodeStructure代码目录结构扫描结果
## 边界
- 依赖 DesignModule 和 CodebaseAlignment 定义)
- 依赖 Scanner最新扫描数据
- infrastructure 层负责代码目录 I/O 和 LLM API 调用
- 代码仓库只读(不修改代码)