Commit Graph

6 Commits

  • fix: robust node.js version parsing in installers
    Improved Node.js version check logic to handle prefixed version strings and avoid brittle cut commands. Verified with multiple version formats including v24.11.1.
  • Update README and Installer to v3.0 - Complete Framework Integration
    ## README.md Updates (v3.0.0)
    - Updated version from 2.0.0 to 3.0.0
    - Updated feature counts:
      * Skills: 280 → 291
      * Commands: 3 → 21
      * MCP Servers: 0 → 10
    - Added Prometheus Integration section (6 commands + 4 tools)
    - Added Dexto Integration section (12 commands + 5 tools)
    - Added Clawd Autonomous Gateway section
    - Added Intelligent Auto-Routing System with pattern table
    - Updated feature badges to reflect v3.0.0
    - Comprehensive documentation of all agent frameworks
    
    ## supercharge.sh Installer Updates (v3.0)
    Major upgrade to installer script with complete framework support:
    
    ### New Installation Functions
    - install_ralph_orchestrator() - Ralph autonomous agent
    - install_prometheus_integration() - Prometheus code analysis (6 commands)
    - install_dexto_integration() - Dexto multi-agent harness (12 commands)
    - install_clawd_gateway() - Clawd autonomous gateway with Python venv
    - configure_mcp_servers() - MCP servers configuration (10 servers)
    
    ### Updated Documentation
    - Banner updated to show v3.0 with feature counts
    - All command references updated (21 total commands listed)
    - Installation summary shows all frameworks
    - Auto-routing system documented
    - Usage examples added for each framework
    
    ### Feature Breakdown in Installer
    - 291 Custom Skills (cognitive, development, UI/UX, agents)
    - RalphLoop Autonomous Agent (iterative architecture)
    - Prometheus Code Analysis (bug, feature, context, edit, test, classify)
    - Dexto Multi-Agent Harness (code, database, github, pdf, images, video, music, podcast, research, triage, explore)
    - Clawd Autonomous Gateway (fully autonomous execution)
    - Intelligent Auto-Routing System (pattern-based agent selection)
    - Multi-AI Consultation (Qwen integration)
    - 10 MCP Servers (filesystem, arc, superpowers, tool-discovery, ui-ux, cognitive-context, etc.)
    - Plugin Marketplace Setup
    
    ## Auto-Routing Patterns Documented
    The installer now documents intelligent routing patterns:
    - "bug", "fix", "error" → /prometheus-bug
    - "github", "pr", "issue" → /dexto-github
    - "generate image", "ai art" → /dexto-nano-banana
    - "architecture", "design system" → /ralph
    - "autonomous", "automatically" → /clawd
    - ... and 12+ more patterns
    
    ## Installation Experience Improvements
    - Better dependency checking for all frameworks
    - Python virtual environment setup for Clawd
    - MCP servers registry configuration
    - Comprehensive command reference in summary
    - Usage examples showing auto-routing in action
    
    The installer now provides a complete one-command setup for all
    21 integrated commands across 4 major frameworks (Clawd, Ralph,
    Prometheus, Dexto) with intelligent auto-routing powered by hooks.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
  • Add Ralph Orchestrator dependency documentation and improved installation
    Added comprehensive Ralph Orchestrator integration documentation:
    
    1. requirements.txt
       - ralph-orchestrator (core dependency for /ralph command)
       - pyyaml (for config parsing)
       - Comments explaining each dependency
    
    2. Updated supercharge.sh
       - Enhanced Ralph installation with dual detection:
         * Checks for 'ralph' command in PATH
         * Checks for ralph_orchestrator Python package
       - Installs from requirements.txt if available
       - Falls back to direct pip install
       - Provides helpful error messages with installation instructions
       - Confirms successful installation with detailed status
    
    3. Updated README.md with new section "Ralph Orchestrator"
       - What is Ralph Orchestrator and how it works
       - Installation methods (automatic, manual, system-wide)
       - Detailed breakdown of our Ralph integration:
         * bin/ralphloop wrapper script (6,290 bytes, 223 lines)
         * skills/ralph/ Claude Code skill
         * skills/brainstorming/ multi-AI integration
         * hooks/ralph-auto-trigger.sh automatic triggering
         * hooks/qwen-consult.sh Qwen AI consultation
       - File structure created by Ralph
       - Environment variables reference
       - Troubleshooting guide
       - Ralph Orchestrator source links
    
    The /ralph command will now work properly on:
    - This machine (ralph already installed)
    - Fresh clones (supercharge.sh auto-installs ralph-orchestrator)
    - Any machine with pip3 available
    
    Co-Authored-By: Claude <noreply@anthropic.com>
  • Add optional Claude Code installation with Z.AI API support
    Features:
    - New install-claude-code.sh script for automated Claude Code installation
    - Z.AI API integration (GLM models: glm-4.5-air, glm-4.7)
    - Automated and manual installation modes
    - Supercharge.sh now offers to install Claude Code if not present
    - Updated README with comprehensive Claude Code installation guide
    
    Z.AI Models:
    - glm-4.5-air: Fast, efficient model (Haiku class)
    - glm-4.7: Powerful model (Sonnet/Opus class)
    
    Documentation: https://docs.z.ai/devpack/tool/claude
  • Fix: Convert all shell scripts from CRLF to LF
    Fixed Windows line endings (CRLF) in all shell scripts to Unix format (LF):
    - supercharge.sh (main installation script)
    - agents/*.sh (all agent management scripts)
    - hooks/*.sh (all hook scripts)
    - skills/ui-ux-pro-max/scripts/wordpress_safe_update.sh
    
    All scripts now pass bash syntax validation.
  • SuperCharge Claude Code v1.0.0 - Complete Customization Package
    Features:
    - 30+ Custom Skills (cognitive, development, UI/UX, autonomous agents)
    - RalphLoop autonomous agent integration
    - Multi-AI consultation (Qwen)
    - Agent management system with sync capabilities
    - Custom hooks for session management
    - MCP servers integration
    - Plugin marketplace setup
    - Comprehensive installation script
    
    Components:
    - Skills: always-use-superpowers, ralph, brainstorming, ui-ux-pro-max, etc.
    - Agents: 100+ agents across engineering, marketing, product, etc.
    - Hooks: session-start-superpowers, qwen-consult, ralph-auto-trigger
    - Commands: /brainstorm, /write-plan, /execute-plan
    - MCP Servers: zai-mcp-server, web-search-prime, web-reader, zread
    - Binaries: ralphloop wrapper
    
    Installation: ./supercharge.sh