mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
docs: Clarify Gemini CLI marker system and analysis_source assignment logic
- Add explicit analysis_source assignment rules in plan.md (manual/gemini/auto-detected) - Enhance GEMINI_CLI_REQUIRED marker documentation in code-developer.md and execute.md - Specify fixed analysis_source="gemini" setting for plan-deep.md - Add mapping rules from analysis_source values to CLI markers 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -83,6 +83,16 @@ The command automatically detects input type:
|
||||
### Implementation Field Requirements
|
||||
⚠️ **CRITICAL**: All generated tasks must include detailed implementation guidance
|
||||
|
||||
**analysis_source 赋值规则**:
|
||||
- **"manual"**: 用户提供完整实现细节(包含具体文件、代码片段)
|
||||
- **"gemini"**: 信息不足,需要 Gemini 分析(缺少文件路径或代码上下文)
|
||||
- **"auto-detected"**: 系统自动推断实现细节(基于模式识别)
|
||||
|
||||
**判断流程**:
|
||||
1. **IF** 用户提供文件路径 + 代码片段 → "manual"
|
||||
2. **ELIF** 系统能推断实现位置 → "auto-detected"
|
||||
3. **ELSE** → "gemini" (需要深度分析)
|
||||
|
||||
**Auto-fill Strategy**:
|
||||
1. **Sufficient Information**: Auto-fill implementation field based on user input and project context
|
||||
2. **Insufficient Information**: Mark analysis_source as "gemini" and prompt:
|
||||
|
||||
Reference in New Issue
Block a user