mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-29 20:11:04 +08:00
docs: 在任务生成命令中添加focus_paths路径清晰度准则
在三个任务生成命令中添加核心准则: - task-generate.md - task-generate-tdd.md - task-generate-agent.md 路径要求: - 优先使用绝对路径(如 D:\project\src\module) - 或使用从项目根目录的清晰相对路径(如 ./src/module) - 避免模糊的相对路径(如 analysis, interfaces) 更新示例JSON展示混合使用两种路径方式 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -19,6 +19,7 @@ Autonomous task JSON and IMPL_PLAN.md generation using action-planning-agent wit
|
||||
- **MCP-Enhanced**: Use MCP tools for advanced code analysis and research
|
||||
- **Pre-Selected Templates**: Command selects correct template based on `--cli-execute` flag **before** invoking agent
|
||||
- **Agent Simplicity**: Agent receives pre-selected template and focuses only on content generation
|
||||
- **Path Clarity**: All `focus_paths` prefer absolute paths (e.g., `D:\\project\\src\\module`), or clear relative paths from project root (e.g., `./src/module`)
|
||||
|
||||
## Execution Lifecycle
|
||||
|
||||
|
||||
Reference in New Issue
Block a user