@@ -5,6 +5,69 @@ All notable changes to Claude Code Workflow (CCW) will be documented in this fil
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 3.4.2] - 2025-10-05
9
+
10
+ ### 📚 CLI Documentation Refactoring
11
+
12
+ This release focuses on eliminating redundant documentation by establishing a single source of truth (SSOT) pattern for CLI command references.
13
+
14
+ #### Changed
15
+
16
+ ** CLI Command Documentation Refactoring** :
17
+ - Refactored 7 CLI command documentation files to eliminate redundancy
18
+ - Removed ** 681 total lines** of duplicate content across all files
19
+ - Established implicit reference pattern to ` intelligent-tools-strategy.md ` (loaded in memory)
20
+ - Preserved all unique command-specific content and capabilities
21
+
22
+ ** Specific File Reductions** :
23
+ - ` analyze.md ` : 117→61 lines (48% reduction)
24
+ - ` chat.md ` : 118→62 lines (47% reduction)
25
+ - ` execute.md ` : 180→100 lines (44% reduction)
26
+ - ` codex-execute.md ` : 481→473 lines (2% - preserved unique workflow content)
27
+ - ` mode/bug-index.md ` : 144→75 lines (48% reduction)
28
+ - ` mode/code-analysis.md ` : 188→76 lines (60% reduction)
29
+ - ` mode/plan.md ` : 100→76 lines (24% reduction)
30
+
31
+ ** Removed Duplicate Sections** :
32
+ - Universal Command Template (now only in ` intelligent-tools-strategy.md ` )
33
+ - File Pattern Reference (centralized in strategy guide)
34
+ - Complex Pattern Discovery (centralized in strategy guide)
35
+ - MODE Field Definition (centralized in strategy guide)
36
+ - Enhancement Integration details (referenced implicitly)
37
+ - Session Persistence details (referenced implicitly)
38
+
39
+ ** Preserved Unique Content** :
40
+ - Command-specific purpose and parameters
41
+ - Unique execution flows and capabilities
42
+ - Specialized features (YOLO permissions, task decomposition, resume patterns)
43
+ - Command-specific examples and workflows
44
+ - File pattern auto-detection logic for analyze command
45
+ - Group-based execution workflow for codex-execute command
46
+
47
+ #### Added
48
+
49
+ ** Documentation Enhancement** (prior to refactoring):
50
+ - Enhanced file pattern examples and complex pattern discovery documentation
51
+ - Added semantic discovery workflow integration examples
52
+
53
+ #### Technical Details
54
+
55
+ ** Single Source of Truth Pattern** :
56
+ All CLI commands now reference ` intelligent-tools-strategy.md ` for:
57
+ - Universal command template structure
58
+ - File pattern syntax and examples
59
+ - Complex pattern discovery workflows
60
+ - MODE field definitions and permissions
61
+ - Tool-specific features and capabilities
62
+
63
+ ** Reference Pattern** :
64
+ ``` markdown
65
+ ## Notes
66
+ - Command templates and file patterns: see intelligent-tools-strategy.md (loaded in memory)
67
+ ```
68
+
69
+ This approach reduces maintenance overhead while ensuring documentation consistency across all CLI commands.
70
+
8
71
## [ 3.4.1] - 2025-10-04
9
72
10
73
### 🎯 Multi-Tool Support for Documentation Updates
0 commit comments