mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +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
|
||||
/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
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
@@ -146,8 +146,7 @@
|
||||
# 分析 Bug
|
||||
/cli:mode:bug-index "密码错误时仍显示成功消息"
|
||||
|
||||
# 生成并执行修复计划
|
||||
/workflow:execute
|
||||
# Claude 会分析后直接根据分析结果实现修复
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user