mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
docs: remove Core Principles sections from replan commands
Remove unnecessary Core Principles sections that reference task-core.md and workflow-architecture.md from both workflow:replan and task:replan documentation to align with execute.md style and maintain simplicity.
This commit is contained in:
@@ -22,9 +22,6 @@ Replans individual tasks or batch processes multiple tasks with change tracking
|
|||||||
- **Single Task Mode**: Replan one task with specific changes
|
- **Single Task Mode**: Replan one task with specific changes
|
||||||
- **Batch Mode**: Process multiple tasks from action-plan verification report
|
- **Batch Mode**: Process multiple tasks from action-plan verification report
|
||||||
|
|
||||||
## Core Principles
|
|
||||||
**Task System:** @~/.claude/workflows/task-core.md
|
|
||||||
|
|
||||||
## Key Features
|
## Key Features
|
||||||
- **Single/Batch Operations**: Single task or multiple tasks from verification report
|
- **Single/Batch Operations**: Single task or multiple tasks from verification report
|
||||||
- **Multiple Input Sources**: Text, files, or verification report
|
- **Multiple Input Sources**: Text, files, or verification report
|
||||||
|
|||||||
@@ -17,10 +17,6 @@ Intelligently replans workflow sessions or individual tasks with interactive bou
|
|||||||
- **Impact Analysis**: Automatic detection of affected files and dependencies
|
- **Impact Analysis**: Automatic detection of affected files and dependencies
|
||||||
- **Backup Management**: Preserves previous versions with restore capability
|
- **Backup Management**: Preserves previous versions with restore capability
|
||||||
|
|
||||||
## Core Principles
|
|
||||||
**Task System**: @~/.claude/workflows/task-core.md
|
|
||||||
**Workflow Architecture**: @~/.claude/workflows/workflow-architecture.md
|
|
||||||
|
|
||||||
## Operation Modes
|
## Operation Modes
|
||||||
|
|
||||||
### Session Replan Mode
|
### Session Replan Mode
|
||||||
|
|||||||
@@ -22,9 +22,6 @@ Replans individual tasks or batch processes multiple tasks with change tracking
|
|||||||
- **Single Task Mode**: Replan one task with specific changes
|
- **Single Task Mode**: Replan one task with specific changes
|
||||||
- **Batch Mode**: Process multiple tasks from action-plan verification report
|
- **Batch Mode**: Process multiple tasks from action-plan verification report
|
||||||
|
|
||||||
## Core Principles
|
|
||||||
**Task System:** @~/.claude/workflows/task-core.md
|
|
||||||
|
|
||||||
## Key Features
|
## Key Features
|
||||||
- **Single/Batch Operations**: Single task or multiple tasks from verification report
|
- **Single/Batch Operations**: Single task or multiple tasks from verification report
|
||||||
- **Multiple Input Sources**: Text, files, or verification report
|
- **Multiple Input Sources**: Text, files, or verification report
|
||||||
@@ -282,7 +279,7 @@ Backup saved to .task/backup/IMPL-2-v1.0.json
|
|||||||
|
|
||||||
### Batch Mode - From Verification Report
|
### Batch Mode - From Verification Report
|
||||||
```bash
|
```bash
|
||||||
/task:replan --batch .workflow/WFS-{session}/.process/ACTION_PLAN_VERIFICATION.md
|
/task:replan --batch .workflow/active/WFS-{session}/.process/ACTION_PLAN_VERIFICATION.md
|
||||||
|
|
||||||
Parsing verification report...
|
Parsing verification report...
|
||||||
Found 4 tasks requiring replanning:
|
Found 4 tasks requiring replanning:
|
||||||
|
|||||||
@@ -17,10 +17,6 @@ Intelligently replans workflow sessions or individual tasks with interactive bou
|
|||||||
- **Impact Analysis**: Automatic detection of affected files and dependencies
|
- **Impact Analysis**: Automatic detection of affected files and dependencies
|
||||||
- **Backup Management**: Preserves previous versions with restore capability
|
- **Backup Management**: Preserves previous versions with restore capability
|
||||||
|
|
||||||
## Core Principles
|
|
||||||
**Task System**: @~/.claude/workflows/task-core.md
|
|
||||||
**Workflow Architecture**: @~/.claude/workflows/workflow-architecture.md
|
|
||||||
|
|
||||||
## Operation Modes
|
## Operation Modes
|
||||||
|
|
||||||
### Session Replan Mode
|
### Session Replan Mode
|
||||||
|
|||||||
Reference in New Issue
Block a user