fix: Resolve workflow conflicts and template path issues

- Fix agent responsibility conflict in workflow execute command
- Resolve template file path expansion issues in update script
- Add comprehensive module documentation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
catlog22
2025-09-16 09:28:06 +08:00
parent 8b2c5b0607
commit d51cf84ee8
2 changed files with 6 additions and 6 deletions

View File

@@ -131,8 +131,8 @@ Task(subagent_type="code-developer",
IMPORTANT:
1. Execute flow control steps in sequence with error handling
2. Accumulate context through step chain
3. Create comprehensive summary with 'Outputs for Dependent Tasks' section
4. Update TODO_LIST.md upon completion",
3. Provide detailed completion report for summary generation
4. Mark task as completed - system will auto-generate summary and update TODO_LIST.md",
description="Execute task with flow control step processing")
```