Commit Graph

2 Commits

  • 🚀 v2.0.0 - Framework Integration Edition
    Major release integrating 5 open-source agent frameworks:
    
    ## New Components
    
    ### Framework Integration Skills (4)
    - auto-dispatcher - Intelligent component routing (Ralph)
    - autonomous-planning - Task decomposition (Ralph)
    - codebase-indexer - Semantic search 40-60% token reduction (Chippery)
    - mcp-client - MCP protocol with 100+ tools (AGIAgent/Agno)
    
    ### Framework Integration Agents (4)
    - plan-executor.md - Plan-first approval workflow (OpenAgentsControl)
    - orchestrator.md - Multi-agent orchestration (Agno)
    - self-learner.md - Self-improvement system (OS-Copilot)
    - document-generator.md - Rich document generation (AGIAgent)
    
    ## Frameworks Integrated
    1. Chippery - Smart codebase indexing
    2. OpenAgentsControl - Plan-first workflow
    3. AGIAgent - Document generation + MCP
    4. Agno - Multi-agent orchestration
    5. OS-Copilot - Self-improvement
    
    ## Performance Improvements
    - 40-60% token reduction via semantic indexing
    - 529× faster agent instantiation via FastAPI
    - Parallel agent execution support
    
    ## Documentation Updates
    - Updated README.md with v2.0.0 features
    - Updated INVENTORY.md with framework details
    - Updated CHANGELOG.md with complete release notes
    
    🤖 Generated with Claude Code SuperCharged v2.0.0
  • Update README and add CHANGELOG for Tauri skill
    - Update README.md badges to reflect 270+ skills
    - Add Tauri to Development Tools section
    - Update skill counts throughout README
    - Create comprehensive CHANGELOG.md documenting:
      - Tauri framework skill addition
      - Ralph Orchestrator documentation improvements
      - Missing repository components (hooks, commands, bin, scripts, templates)
      - Repository consolidation
    
    Co-Authored-By: Claude <noreply@anthropic.com>