diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 9d36af39..3f1a7d85 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -146,8 +146,7 @@ Quick bug analysis and fix workflow: # Analyze the bug /cli:mode:bug-index "Incorrect success message with wrong password" -# Generate and execute fix plan -/workflow:execute +# Claude will analyze and then directly implement the fix based on the analysis ``` --- diff --git a/GETTING_STARTED_CN.md b/GETTING_STARTED_CN.md index 0f21174c..9c7d5b06 100644 --- a/GETTING_STARTED_CN.md +++ b/GETTING_STARTED_CN.md @@ -146,8 +146,7 @@ # 分析 Bug /cli:mode:bug-index "密码错误时仍显示成功消息" -# 生成并执行修复计划 -/workflow:execute +# Claude 会分析后直接根据分析结果实现修复 ``` ---