1 Commits

  • Add 4-step auto installer with TDD tests
    - Added auto-installer.sh with 4-step flow:
      1. Check Claude Code installation status
      2. Install/configure using npx @z_ai/coding-helper
      3. Install all modifications (agents, skills, MCPs)
      4. Launch Claude Code with offer to start
    
    - Added test-auto-installer.sh with TDD test suite
    - All 10 tests passing
    - Clean CLI handlers for automated testing
    - Error handling and backup system