Commit Graph

3 Commits

  • security: Add .gitignore and remove sensitive paths
    - Add .gitignore to prevent sensitive data
    - Replace /home/roman with ~/.claude placeholder
    - No API keys or credentials in repository
    - No chat logs or conversation history
    
    🤖 Generated with Claude Code
    Co-Authored-By: Claude <noreply@anthropic.com>
  • feat: Complete sync of all Claude Code CLI upgrades
    - Add all 21 commands (clawd, ralph, prometheus*, dexto*)
    - Add all hooks (intelligent-router, clawd-*, prometheus-wrapper, unified-integration-v2)
    - Add skills (ralph, prometheus master)
    - Add MCP servers (registry.json, manager.sh)
    - Add plugins directory with marketplaces
    - Add health-check.sh and aliases.sh scripts
    - Complete repository synchronization with local ~/.claude/
    
    Total changes: 100+ new files added
    All integrations now fully backed up in repository
    
    🤖 Generated with Claude Code
    Co-Authored-By: Claude <noreply@anthropic.com>
  • feat: Add unified agent integration with Prometheus, Every Code, and Dexto
    This commit adds comprehensive integration of three major AI agent platforms:
    
    ## MCP Servers (3)
    - Prometheus MCP: Knowledge graph code reasoning with AST analysis
    - Every Code MCP: Fast terminal-based coding agent with Auto Drive
    - Dexto MCP: Agent harness with orchestration and session management
    
    ## Claude Code Skills (6)
    - /agent-plan: Generate implementation plans
    - /agent-fix-bug: Fix bugs end-to-end
    - /agent-solve: Solve complex problems
    - /agent-review: Review code quality
    - /agent-context: Get code context
    - /agent-orchestrate: Orchestrate workflows
    
    ## Ralph Auto-Integration
    - Pattern-based auto-trigger for all three platforms
    - Intelligent backend selection
    - Multi-platform coordination
    - Configuration in ralph/ralph.yml
    
    ## Documentation
    - Complete integration guides
    - Ralph auto-integration documentation
    - Setup scripts
    - Usage examples
    
    Co-Authored-By: Claude <noreply@anthropic.com>