From d05a7b26f2a59b61181bec3abcfa6f7dcb0bec29 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sun, 7 Sep 2025 23:24:05 +0800 Subject: [PATCH] Update README files to remove deprecated commands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- README.md | 5 +---- README_CN.md | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) 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]` | 保持任务文件和跟踪文档的一致性 | ## 🎯 使用工作流