v0.4.1: Version Alignment and Documentation Accuracy Fixes
π§ Critical Fixes
This patch release fixes version mismatches and documentation inconsistencies discovered in v0.4.0.
Version Alignment β
- Fixed: All version strings updated from v0.3.4 to v0.4.1
- Issue: v0.4.0 tag was created but code still referenced v0.3.4
- Updated: install.sh, pyproject.toml, all helper scripts
Documentation Accuracy π
- Fixed: Path counts corrected from outdated 268/270 to accurate 273 paths tracked
- Clarified: Distinction between paths tracked (273) vs files downloaded (~266-270)
- Updated: Category breakdown matches current manifest:
- Core Documentation: 80 paths (29.3%)
- API Reference: 79 paths (28.9%)
- Prompt Library: 65 paths (23.8%)
- Claude Code: 45 paths (16.5%)
- Release Notes: 2 paths
- Resources: 1 path
- Uncategorized: 1 path
Architecture Documentation ποΈ
- Replaced: Outdated "Dual-Mode" concept with accurate "Single Installation with Graceful Degradation"
- Updated: All enhancement documentation (FEATURES.md, CAPABILITIES.md, README.md)
π¦ Installation
Standard installation (recommended):
```bash
curl -fsSL https://raw.githubusercontent.com/costiash/claude-code-docs/main/install.sh | bash
```
Install specific version:
```bash
curl -fsSL https://raw.githubusercontent.com/costiash/claude-code-docs/v0.4.1/install.sh | bash
```
π What's Included
- 273 documentation paths tracked in manifest
- ~266-270 files downloaded (varies based on fetch success)
- 7 categories of documentation (Core, API, Prompt Library, Claude Code, Release Notes, Resources)
- AI-powered /docs command for semantic search
- Auto-update system (syncs every 3 hours)
- Python enhancements (optional, requires Python 3.9+)
π Verification
All changes verified with:
- β Bash syntax checks (install.sh)
- β Python syntax checks (fetch_claude_docs.py)
- β JSON validation (paths_manifest.json)
- β No v0.3.4 references remaining
π Files Changed
12 files updated:
- Core: install.sh, pyproject.toml, CLAUDE.md, README.md, CONTRIBUTING.md, CHANGELOG.md
- Scripts: claude-docs-helper.sh, claude-docs-helper.sh.template, fetch_claude_docs.py
- Enhancements: README.md, FEATURES.md, CAPABILITIES.md
Changes: 138 insertions(+), 133 deletions(-)
π Credits
Built on the excellent foundation by @ericbuess - original repository
Full Changelog: v0.4.0...v0.4.1