refactor: remove redundant references to workflow architecture in documentation

This commit is contained in:
catlog22
2025-10-25 14:48:55 +08:00
parent 692a68da6f
commit c363b5dd0e
15 changed files with 14 additions and 17 deletions

View File

@@ -10,7 +10,6 @@ argument-hint: "task-id"
Breaks down complex tasks into executable subtasks with context inheritance and agent assignment.
## Core Principles
**Task System:** @~/.claude/workflows/workflow-architecture.md
**File Cohesion:** Related files must stay in same task
**10-Task Limit:** Total tasks cannot exceed 10 (triggers re-scoping)
@@ -138,7 +137,6 @@ Files updated: .task/IMPL-1.json + 2 subtask files + TODO_LIST.md
## Implementation Details
See @~/.claude/workflows/workflow-architecture.md for:
- Complete task JSON schema
- Implementation field structure
- Context inheritance rules

View File

@@ -7,7 +7,7 @@ argument-hint: "task-id"
### 🚀 **Command Overview: `/task:execute`**
- **Purpose**: Executes tasks using intelligent agent selection, context preparation, and progress tracking.
- **Core Principles**: @~/.claude/workflows/workflow-architecture.md
### ⚙️ **Execution Modes**