From c36ff8fcecf49473ee6260b08fe0908c8452c4d8 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Wed, 5 Nov 2025 21:49:03 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=BB=A7=E7=BB=AD=E6=A0=87=E5=87=86?= =?UTF-8?q?=E5=8C=96=E5=B7=A5=E4=BD=9C=E6=B5=81=E4=BC=9A=E8=AF=9D=E5=92=8C?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=91=BD=E4=BB=A4=E6=96=87=E6=A1=A3=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除剩余命令文档中的表情符号和视觉装饰: - version.md - 版本检查和更新命令 - workflow/session/list.md - 会话列表命令 - workflow/session/resume.md - 会话恢复命令 - workflow/session/start.md - 会话启动命令 保持与其他命令文档的格式一致性 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/commands/version.md | 10 +++------- .claude/commands/workflow/session/list.md | 21 ++++++++------------- .claude/commands/workflow/session/resume.md | 7 +------ .claude/commands/workflow/session/start.md | 7 +------ 4 files changed, 13 insertions(+), 32 deletions(-) diff --git a/.claude/commands/version.md b/.claude/commands/version.md index 5c4e874b..1d7069fd 100644 --- a/.claude/commands/version.md +++ b/.claude/commands/version.md @@ -152,12 +152,12 @@ bash(printf "%s\n%s" "3.2.1" "3.2.2" | sort -V | tail -n 1) **Scenario 1: Up to date** ``` -✅ You are on the latest stable version (3.2.1) +You are on the latest stable version (3.2.1) ``` **Scenario 2: Upgrade available** ``` -⬆️ A newer stable version is available: v3.2.2 +A newer stable version is available: v3.2.2 Your version: 3.2.1 To upgrade: @@ -167,7 +167,7 @@ Bash: bash <(curl -fsSL https://raw.githubusercontent.com/catlog22/Claude-Code-W **Scenario 3: Development version** ``` -✨ You are running a development version (3.4.0-dev) +You are running a development version (3.4.0-dev) This is newer than the latest stable release (v3.3.0) ``` @@ -252,7 +252,3 @@ ERROR: version.json is invalid or corrupted ### Timeout Configuration All network calls should use `timeout: 30000` (30 seconds) to handle slow connections. - -## Related Commands -- `/cli:cli-init` - Initialize CLI configurations -- `/workflow:session:list` - List workflow sessions diff --git a/.claude/commands/workflow/session/list.md b/.claude/commands/workflow/session/list.md index d3acf20c..f121f8ad 100644 --- a/.claude/commands/workflow/session/list.md +++ b/.claude/commands/workflow/session/list.md @@ -59,19 +59,19 @@ jq -r '.created_at // "unknown"' .workflow/WFS-session/workflow-session.json ``` Workflow Sessions: -✅ WFS-oauth-integration (ACTIVE) +[ACTIVE] WFS-oauth-integration Project: OAuth2 authentication system Status: active Progress: 3/8 tasks completed Created: 2025-09-15T10:30:00Z -⏸️ WFS-user-profile (PAUSED) +[PAUSED] WFS-user-profile Project: User profile management Status: paused Progress: 1/5 tasks completed Created: 2025-09-14T14:15:00Z -📁 WFS-database-migration (COMPLETED) +[COMPLETED] WFS-database-migration Project: Database schema migration Status: completed Progress: 4/4 tasks completed @@ -81,10 +81,10 @@ Total: 3 sessions (1 active, 1 paused, 1 completed) ``` ### Status Indicators -- **✅**: Active session -- **⏸️**: Paused session -- **📁**: Completed session -- **❌**: Error/corrupted session +- **[ACTIVE]**: Active session +- **[PAUSED]**: Paused session +- **[COMPLETED]**: Completed session +- **[ERROR]**: Error/corrupted session ### Quick Commands ```bash @@ -96,9 +96,4 @@ ls .workflow/.active-* | basename | sed 's/^\.active-//' # Show recent sessions ls -t .workflow/WFS-*/workflow-session.json | head -3 -``` - -## Related Commands -- `/workflow:session:start` - Create new session -- `/workflow:session:switch` - Switch to different session -- `/workflow:session:status` - Detailed session info \ No newline at end of file +``` \ No newline at end of file diff --git a/.claude/commands/workflow/session/resume.md b/.claude/commands/workflow/session/resume.md index 12aae010..c834d26f 100644 --- a/.claude/commands/workflow/session/resume.md +++ b/.claude/commands/workflow/session/resume.md @@ -64,9 +64,4 @@ Session WFS-user-auth resumed - Paused at: 2025-09-15T14:30:00Z - Resumed at: 2025-09-15T15:45:00Z - Ready for: /workflow:execute -``` - -## Related Commands -- `/workflow:session:pause` - Pause current session -- `/workflow:execute` - Continue workflow execution -- `/workflow:session:list` - Show all sessions \ No newline at end of file +``` \ No newline at end of file diff --git a/.claude/commands/workflow/session/start.md b/.claude/commands/workflow/session/start.md index 3dbb9ae4..b2e907a0 100644 --- a/.claude/commands/workflow/session/start.md +++ b/.claude/commands/workflow/session/start.md @@ -212,9 +212,4 @@ bash(echo '{"session_id":"WFS-test","project":"test project","status":"planning" - Pattern: `WFS-[lowercase-slug]` - Characters: `a-z`, `0-9`, `-` only - Max length: 50 characters -- Uniqueness: Add numeric suffix if collision (`WFS-auth-2`, `WFS-auth-3`) - -## Related Commands -- `/workflow:plan` - Uses `--auto` mode for session management -- `/workflow:execute` - Uses discovery mode for session selection -- `/workflow:session:status` - Shows detailed session information \ No newline at end of file +- Uniqueness: Add numeric suffix if collision (`WFS-auth-2`, `WFS-auth-3`) \ No newline at end of file