Skip to content

v0.4.1: Version Alignment and Documentation Accuracy Fixes

Choose a tag to compare

@costiash costiash released this 24 Nov 15:56
· 1581 commits to main since this release

πŸ”§ 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