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

@@ -16,7 +16,7 @@ Before starting execution, load project context:
1. **Read project tech stack**: `.workflow/project-tech.json`
2. **Read project guidelines**: `.workflow/project-guidelines.json`
3. **Read solution schema**: `~/.claude/workflows/cli-templates/schemas/solution-schema.json`
3. **Read solution schema**: `~/.ccw/workflows/cli-templates/schemas/solution-schema.json`
This ensures execution follows project conventions and patterns.