claude_version_core 1.4.1

Layer 1 domain helpers: version management, settings I/O, and install utilities
Documentation
1
2
3
4
5
#!/usr/bin/env bash
# do run — unavailable: library crate has no binary entry point
set -euo pipefail
echo "verb 'run' is not available for this project" >&2
exit 3