mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -33,12 +33,12 @@ mcp__exa__get_code_context_exa(query: "{PRIMARY_LANG} {component} integration pa
|
|||||||
|
|
||||||
Read each template file before generating content:
|
Read each template file before generating content:
|
||||||
```
|
```
|
||||||
Read(~/.claude/workflows/cli-templates/prompts/rules/rule-core.txt)
|
Read(~/.ccw/workflows/cli-templates/prompts/rules/rule-core.txt)
|
||||||
Read(~/.claude/workflows/cli-templates/prompts/rules/rule-patterns.txt)
|
Read(~/.ccw/workflows/cli-templates/prompts/rules/rule-patterns.txt)
|
||||||
Read(~/.claude/workflows/cli-templates/prompts/rules/rule-testing.txt)
|
Read(~/.ccw/workflows/cli-templates/prompts/rules/rule-testing.txt)
|
||||||
Read(~/.claude/workflows/cli-templates/prompts/rules/rule-config.txt)
|
Read(~/.ccw/workflows/cli-templates/prompts/rules/rule-config.txt)
|
||||||
Read(~/.claude/workflows/cli-templates/prompts/rules/rule-api.txt) # Only if backend/fullstack
|
Read(~/.ccw/workflows/cli-templates/prompts/rules/rule-api.txt) # Only if backend/fullstack
|
||||||
Read(~/.claude/workflows/cli-templates/prompts/rules/rule-components.txt) # Only if frontend/fullstack
|
Read(~/.ccw/workflows/cli-templates/prompts/rules/rule-components.txt) # Only if frontend/fullstack
|
||||||
```
|
```
|
||||||
|
|
||||||
### Step 3: Generate Rule Files
|
### Step 3: Generate Rule Files
|
||||||
@@ -95,7 +95,7 @@ Review Gemini's proposed code targets:
|
|||||||
|
|
||||||
### Output File
|
### Output File
|
||||||
**Path**: `.workflow/active/{session_id}/.process/codex-feasibility-validation.md`
|
**Path**: `.workflow/active/{session_id}/.process/codex-feasibility-validation.md`
|
||||||
**Format**: Follow structure from `~/.claude/workflows/cli-templates/prompts/workflow/analysis-results-structure.txt`
|
**Format**: Follow structure from `~/.ccw/workflows/cli-templates/prompts/workflow/analysis-results-structure.txt`
|
||||||
|
|
||||||
### Required Sections
|
### Required Sections
|
||||||
Focus on these sections from the template:
|
Focus on these sections from the template:
|
||||||
@@ -74,7 +74,7 @@ For each target:
|
|||||||
|
|
||||||
### Output File
|
### Output File
|
||||||
**Path**: `.workflow/active/{session_id}/.process/gemini-solution-design.md`
|
**Path**: `.workflow/active/{session_id}/.process/gemini-solution-design.md`
|
||||||
**Format**: Follow structure from `~/.claude/workflows/cli-templates/prompts/workflow/analysis-results-structure.txt`
|
**Format**: Follow structure from `~/.ccw/workflows/cli-templates/prompts/workflow/analysis-results-structure.txt`
|
||||||
|
|
||||||
### Required Sections
|
### Required Sections
|
||||||
- Executive Summary with feasibility score
|
- Executive Summary with feasibility score
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user