kaizen-agentic/docs
tegwick b257b3c906 Add global installation capability and fix venv accessibility issue
- 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>
2025-10-19 22:03:10 +02:00
..
AGENT_DISTRIBUTION.md Fix test failures and rename Makefile targets for consistency 2025-10-19 08:03:45 +02:00
CLI_CHEAT_SHEET.md Fix test failures and rename Makefile targets for consistency 2025-10-19 08:03:45 +02:00
GETTING_STARTED.md Add global installation capability and fix venv accessibility issue 2025-10-19 22:03:10 +02:00
HELLO_WORLD_TUTORIAL.md Update documentation for first-time users and fix outdated agent names 2025-10-19 09:13:50 +02:00
INTEGRATION_PATTERNS.md Implement complete Scenario 2: Integration with existing projects having agents 2025-10-19 11:47:17 +02:00