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

14 lines
451 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 领域决策
## 决策 1三层评估策略
进度评估分三层auto目录结构推断→ llmLLM 精确评估)→ manual人工覆盖。后者优先级高于前者。
## 决策 2代码只读
Dashboard 不修改代码仓库,只读取目录结构和文件内容用于评估。
## 决策 3LLM 调用可选
如果没有配置 LLM APIauto + manual 仍然可用。LLM 是增强功能,不是必须。