@@ -7,17 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.9.2] - 2025-08-30
11
+
10
12
### Changed
11
13
12
14
- Unified and simplified documentation structure
13
- - Consolidated 8 documentation files into 4 focused guides
14
- - Enhanced MCP integration guide with comprehensive testing section
15
- - Improved developer onboarding with contributing guidelines
15
+ - Consolidated redundant documentation files into 4 focused guides:
16
+ - README.md: Enhanced with better badges, examples, and developer experience
17
+ - DOCS.md: Completely rewritten with current commands and workflows
18
+ - MCP.md: Streamlined AI integration guide with practical examples
19
+ - EXAMPLES.md: Comprehensive AI interaction examples and use cases
20
+ - Enhanced CLI user experience with organized help categories and command aliases
21
+ - Improved installation instructions with PATH setup guidance
22
+ - Added professional badges to README for better project credibility
16
23
17
24
### Removed
18
25
19
- - Redundant documentation files (QUICKSTART.md, MCP_GUIDE.md, etc.)
20
- - Duplicate installation and setup instructions
26
+ - Redundant documentation files (MCP_IMPROVEMENTS.md, MCP_USAGE_EXAMPLES.md, ARCHIVE.md, KNOWLEDGE.md, AGENTS.md, homebrew-tap-setup.md)
27
+ - Outdated commands and concepts from documentation
28
+ - Duplicate installation and setup instructions across files
29
+
30
+ ### Fixed
31
+
32
+ - Version number updated to 0.9.2 across all references
33
+ - Cross-references between documentation files
34
+ - Markdown formatting and linting issues
21
35
22
36
## [ Previous Releases]
23
37
0 commit comments