diff --git a/README.md b/README.md index 3f9210c0..a0a35b58 100644 --- a/README.md +++ b/README.md @@ -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` | ` [--strategy=auto\|interactive] [--depth=1-3]` | Intelligent task decomposition into manageable sub-tasks | | `/task:execute` | ` [--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 diff --git a/README_CN.md b/README_CN.md index 214e0c25..9a798294 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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]` | 保持任务文件和跟踪文档的一致性 | ## 🎯 使用工作流