- Add make install-global target with intelligent installation methods
- Support pipx (recommended), pip --user, and fallback options
- Resolve issue where kaizen-agentic was only available in local venv
- Update documentation to clearly explain 4 installation options:
- Development mode (local venv)
- Global installation (any directory)
- Local package testing (local venv)
- Future PyPI installation
- CLI now available globally from any directory after make install-global
Fixes the core issue where users couldn't access kaizen-agentic from other repos.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>