mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +08:00
chore: remove deprecated templates and unused files
- Delete archived layer-based templates (Layer 1-4) - Remove hierarchy-analysis.txt (no longer needed) - Update intelligent-tools-strategy.md to remove references Cleanup: - Keep only claude-module-unified.txt in memory/ directory - Remove outdated template references from strategy document - Simplify template structure for installation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -274,7 +274,6 @@ RULES: Focus on type safety and component composition
|
||||
| **Security** | Codex | Vulnerability assessment, fixes | `analysis/security.txt` |
|
||||
| **Refactoring** | Multiple | Gemini/Qwen for analysis, Codex for execution | `development/refactor.txt` |
|
||||
| **Module Documentation** | Gemini (Qwen fallback) | Universal module/file documentation for all levels | `memory/claude-module-unified.txt` |
|
||||
| **Memory Hierarchy** | Gemini (Qwen fallback) | Project structure analysis for optimal doc hierarchy | `memory/hierarchy-analysis.txt` |
|
||||
|
||||
### Template System
|
||||
|
||||
@@ -293,8 +292,7 @@ prompts/
|
||||
│ ├── refactor.txt - Refactoring tasks
|
||||
│ └── testing.txt - Test generation
|
||||
├── memory/
|
||||
│ ├── claude-module-unified.txt - Universal module/file documentation template
|
||||
│ └── hierarchy-analysis.txt - Project structure analysis
|
||||
│ └── claude-module-unified.txt - Universal module/file documentation template
|
||||
└── planning/
|
||||
└── task-breakdown.txt - Task decomposition
|
||||
|
||||
|
||||
Reference in New Issue
Block a user