Refactor code structure for improved readability and maintainability

This commit is contained in:
catlog22
2026-02-07 23:44:22 +08:00
parent 80ae4baea8
commit 41cff28799
175 changed files with 691 additions and 1479 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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 &amp; Selection</strong></p>

File diff suppressed because one or more lines are too long

View File

@@ -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**

View File

@@ -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: 确认与选择**