Utility script to bulk-rename Python and C++ functions to snake_case using AST analysis and regex heuristics.
Move shell-specific completion generation from Makefile inline logic to scripts/install_completion.sh for easier maintenance.
- Makefile: uv sync or venv pip install -e, then ln -sf to ~/.local/bin/myclaude - Add scripts/rm_user_local_myclaude.py for safe unlink on make uninstall - README: install path, shell completion guarded by command -v - Track uv.lock for reproducible uv sync Made-with: Cursor