mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
fix: correct bug fixing workflow in GETTING_STARTED
/cli:mode:bug-index generates analysis documents, not task JSON. Claude should directly execute fixes based on analysis results, not call /workflow:execute which requires task JSON files. Updated both English and Chinese versions to reflect correct workflow: - Removed incorrect /workflow:execute step - Added clarification that Claude implements fix directly after analysis 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -146,8 +146,7 @@ Quick bug analysis and fix workflow:
|
|||||||
# Analyze the bug
|
# Analyze the bug
|
||||||
/cli:mode:bug-index "Incorrect success message with wrong password"
|
/cli:mode:bug-index "Incorrect success message with wrong password"
|
||||||
|
|
||||||
# Generate and execute fix plan
|
# Claude will analyze and then directly implement the fix based on the analysis
|
||||||
/workflow:execute
|
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -146,8 +146,7 @@
|
|||||||
# 分析 Bug
|
# 分析 Bug
|
||||||
/cli:mode:bug-index "密码错误时仍显示成功消息"
|
/cli:mode:bug-index "密码错误时仍显示成功消息"
|
||||||
|
|
||||||
# 生成并执行修复计划
|
# Claude 会分析后直接根据分析结果实现修复
|
||||||
/workflow:execute
|
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user