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:
Claude
2025-11-20 04:32:00 +00:00
parent b9e893245b
commit 46527c5b9a
4 changed files with 1 additions and 15 deletions

View File

@@ -22,9 +22,6 @@ Replans individual tasks or batch processes multiple tasks with change tracking
- **Single Task Mode**: Replan one task with specific changes
- **Batch Mode**: Process multiple tasks from action-plan verification report
## Core Principles
**Task System:** @~/.claude/workflows/task-core.md
## Key Features
- **Single/Batch Operations**: Single task or multiple tasks from verification report
- **Multiple Input Sources**: Text, files, or verification report

View File

@@ -17,10 +17,6 @@ Intelligently replans workflow sessions or individual tasks with interactive bou
- **Impact Analysis**: Automatic detection of affected files and dependencies
- **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
### Session Replan Mode

View File

@@ -22,9 +22,6 @@ Replans individual tasks or batch processes multiple tasks with change tracking
- **Single Task Mode**: Replan one task with specific changes
- **Batch Mode**: Process multiple tasks from action-plan verification report
## Core Principles
**Task System:** @~/.claude/workflows/task-core.md
## Key Features
- **Single/Batch Operations**: Single task or multiple tasks from 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
```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...
Found 4 tasks requiring replanning:

View File

@@ -17,10 +17,6 @@ Intelligently replans workflow sessions or individual tasks with interactive bou
- **Impact Analysis**: Automatic detection of affected files and dependencies
- **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
### Session Replan Mode