mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
refactor: Standardize agent references to @agent-name format
- Convert direct agent name references to @agent-name format in documentation - Preserve Task() function calls and subagent_type parameters unchanged - Keep task content agent identifiers in original format (for display only) - Maintain document reference paths in original format - Update workflow architecture, task management, and execution files 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -45,7 +45,7 @@ Output:
|
||||
✅ Task created: IMPL-1
|
||||
Title: Build authentication module
|
||||
Type: feature
|
||||
Agent: code-developer
|
||||
Agent: @code-developer
|
||||
Status: pending
|
||||
```
|
||||
|
||||
@@ -105,10 +105,10 @@ Tasks inherit from:
|
||||
## Agent Assignment
|
||||
|
||||
Based on task type and title keywords:
|
||||
- **Build/Implement** → `code-developer`
|
||||
- **Design/Plan** → `planning-agent`
|
||||
- **Test/Validate** → `code-review-test-agent`
|
||||
- **Review/Audit** → `review-agent`
|
||||
- **Build/Implement** → `@code-developer`
|
||||
- **Design/Plan** → `@planning-agent`
|
||||
- **Test/Validate** → `@code-review-test-agent`
|
||||
- **Review/Audit** → `@review-agent`
|
||||
|
||||
## Validation Rules
|
||||
|
||||
@@ -141,7 +141,7 @@ Based on task type and title keywords:
|
||||
|
||||
✅ Created IMPL-1: Implement user authentication
|
||||
Type: feature
|
||||
Agent: code-developer
|
||||
Agent: @code-developer
|
||||
Status: pending
|
||||
```
|
||||
|
||||
@@ -151,7 +151,7 @@ Status: pending
|
||||
|
||||
✅ Created IMPL-2: Fix login validation bug
|
||||
Type: bugfix
|
||||
Agent: code-developer
|
||||
Agent: @code-developer
|
||||
Status: pending
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user