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

View File

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

View File

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

View File

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