Update README files to remove deprecated commands

Updated both English and Chinese README files to align with current command structure:

## Command Updates
- Replaced deprecated `/workflow:context` and `/workflow:sync` with unified `/context` command
- Removed deprecated `/task:context` and `/task:sync` from task execution sections
- Updated command descriptions to reflect Single Source of Truth architecture

## README.md Changes
- Updated workflow management table to show `/context` with proper syntax and description
- Removed 2 deprecated task commands from task execution table
- Maintained consistency with actual command implementation

## README_CN.md Changes
- Updated Chinese workflow management table with `/context` command
- Removed deprecated Chinese task commands from task execution table
- Maintained translation consistency for unified context command

## Documentation Alignment
- Both README files now accurately reflect the current command structure
- Eliminated confusion about removed synchronization commands
- Provides users with correct command references for current system

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
catlog22
2025-09-07 23:24:05 +08:00
parent 503386a14b
commit d05a7b26f2
2 changed files with 2 additions and 8 deletions

View File

@@ -96,8 +96,7 @@ Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/cat
| `/workflow:implement` | `[--type=simple\|medium\|complex] [--auto-create-tasks]` | Enter implementation phase with complexity-based organization |
| `/workflow:review` | `[--auto-fix]` | Final quality assurance with automated testing and validation |
| `/workflow:issue` | `create\|list\|update\|integrate\|close [options]` | Dynamic issue and change request management |
| `/workflow:context` | `[--detailed] [--health-check] [--export]` | Unified workflow state and progress overview |
| `/workflow:sync` | `[--check] [--fix] [--force]` | Synchronize workflow state across all files |
| `/context` | `[task-id\|--filter] [--analyze] [--format=tree\|list\|json]` | Unified task and workflow context with automatic data consistency |
### Task Execution
@@ -107,8 +106,6 @@ Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/cat
| `/task:breakdown` | `<task-id> [--strategy=auto\|interactive] [--depth=1-3]` | Intelligent task decomposition into manageable sub-tasks |
| `/task:execute` | `<task-id> [--mode=auto\|guided] [--agent=type]` | Execute tasks with automatic agent selection |
| `/task:replan` | `[task-id\|--all] [--reason] [--strategy=adjust\|rebuild]` | Dynamic task re-planning for changing requirements |
| `/task:context` | `[task-id\|--filter] [--analyze] [--update]` | Single-task context analysis and dependency tracking |
| `/task:sync` | `[--force] [--dry-run]` | Maintain consistency between task files and tracking documents |
## 🎯 Usage Workflows

View File

@@ -96,8 +96,7 @@ Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/cat
| `/workflow:implement` | `[--type=simple\|medium\|complex] [--auto-create-tasks]` | 进入实施阶段,基于复杂度组织流程 |
| `/workflow:review` | `[--auto-fix]` | 最终质量保证,自动化测试和验证 |
| `/workflow:issue` | `create\|list\|update\|integrate\|close [选项]` | 动态问题和变更请求管理 |
| `/workflow:context` | `[--detailed] [--health-check] [--export]` | 统一的工作流状态和进度概览 |
| `/workflow:sync` | `[--check] [--fix] [--force]` | 在所有文件间同步工作流状态 |
| `/context` | `[任务ID\|--filter] [--analyze] [--format=tree\|list\|json]` | 统一的任务和工作流上下文,自动数据一致性 |
### 任务执行
@@ -107,8 +106,6 @@ Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/cat
| `/task:breakdown` | `<任务ID> [--strategy=auto\|interactive] [--depth=1-3]` | 智能任务分解为可管理的子任务 |
| `/task:execute` | `<任务ID> [--mode=auto\|guided] [--agent=类型]` | 执行任务,自动选择智能体 |
| `/task:replan` | `[任务ID\|--all] [--reason] [--strategy=adjust\|rebuild]` | 动态任务重新规划,适应需求变更 |
| `/task:context` | `[任务ID\|--filter] [--analyze] [--update]` | 单任务上下文分析和依赖跟踪 |
| `/task:sync` | `[--force] [--dry-run]` | 保持任务文件和跟踪文档的一致性 |
## 🎯 使用工作流