mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-26 19:56:37 +08:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -41,7 +41,7 @@
|
||||
</ul>
|
||||
<p><strong>Phase 3: Planning</strong></p>
|
||||
<ul>
|
||||
<li class="">Load plan schema: <code>~/.claude/workflows/cli-templates/schemas/plan-json-schema.json</code></li>
|
||||
<li class="">Load plan schema: <code>~/.ccw/workflows/cli-templates/schemas/plan-json-schema.json</code></li>
|
||||
<li class="">Generate plan.json following schema</li>
|
||||
</ul>
|
||||
<p><strong>Phase 4: Confirmation & Selection</strong></p>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -128,7 +128,7 @@ Level 2 workflows provide lightweight planning or single analysis with fast iter
|
||||
- Medium/High: Use cli-lite-planning-agent
|
||||
|
||||
**Phase 3: Planning**
|
||||
- Load plan schema: `~/.claude/workflows/cli-templates/schemas/plan-json-schema.json`
|
||||
- Load plan schema: `~/.ccw/workflows/cli-templates/schemas/plan-json-schema.json`
|
||||
- Generate plan.json following schema
|
||||
|
||||
**Phase 4: Confirmation & Selection**
|
||||
|
||||
@@ -128,7 +128,7 @@ Level 2 工作流提供轻量级规划或单次分析,支持快速迭代。它
|
||||
- 中/高: 使用 cli-lite-planning-agent
|
||||
|
||||
**阶段 3: 规划**
|
||||
- 加载计划 schema: `~/.claude/workflows/cli-templates/schemas/plan-json-schema.json`
|
||||
- 加载计划 schema: `~/.ccw/workflows/cli-templates/schemas/plan-json-schema.json`
|
||||
- 按照生成计划 schema 生成 plan.json
|
||||
|
||||
**阶段 4: 确认与选择**
|
||||
|
||||
Reference in New Issue
Block a user