Skip to main content

claude-setup Changelog

All notable changes to the claude-setup framework will be documented here.

[2.1.0] - 2024-01-15

Added

  • Multi-agent Collaboration: Agents can now work in parallel
  • Custom Agent Support: Create and register custom agents
  • Memory Templates: Pre-built templates for common project types
  • Rollback Commands: /project:rollback for safe reverts
  • Performance Metrics: Track framework performance

Enhanced

  • Working memory now supports markdown tables
  • Improved error handling in git-workflow-expert
  • Better TypeScript support in project-architect
  • Extended test-engineer with performance testing

Fixed

  • Memory corruption when switching projects
  • Git agent handling of merge conflicts
  • Test generation for async functions
  • Docker configuration in /project:develop

[2.0.0] - 2023-12-01

Breaking Changes

  • Renamed /setup:project to /project:develop
  • Updated agent API for better composability
  • Changed memory structure (migration guide included)

Added

  • devops-automator Agent: Complete CI/CD automation
  • code-reviewer Agent: Automated code review
  • Project Templates: React, Vue, Node.js, Python
  • Memory Versioning: Track memory evolution
  • Integration with think-tool: Enhanced reasoning

Enhanced

  • 50% faster project initialization
  • Smarter git commit grouping
  • Improved test coverage recommendations
  • Better handling of monorepos

[1.5.0] - 2023-10-15

Added

  • Blocker Protocol: Systematic blocker tracking
  • Decision Logging: Capture architectural decisions
  • Learning System: Document and apply lessons
  • Progress Visualization: ASCII progress bars
  • Session Handoffs: Smooth context preservation

Enhanced

  • More detailed validation gates
  • Improved phase transition logic
  • Better error recovery
  • Extended documentation

Fixed

  • Context loss between sessions
  • TODO items not syncing
  • Progress calculation errors

[1.0.0] - 2023-08-01

Initial Release

  • Core Framework: Basic command structure
  • git-workflow-expert: Git automation
  • project-architect: Architecture planning
  • test-engineer: Test generation
  • Working Memory: Persistent context
  • Phase Management: Structured workflows

Upgrade Guide

From 1.x to 2.x

  1. Update Commands

    # Old
    /setup:project my-app

    # New
    /project:develop my-app
  2. Migrate Memory

    # Run migration
    /project:migrate-memory
  3. Update Agent References

    // Old
    const agent = require('claude-setup/agents/git');

    // New
    import { gitWorkflowExpert } from 'claude-setup/agents';

Roadmap

Planned for 2.2.0

  • Visual Studio Code extension
  • Remote team collaboration
  • AI-powered code review
  • Kubernetes deployment agent

Planned for 3.0.0

  • Full IDE integration
  • Multi-language support
  • Enterprise features
  • Custom workflow designer

Support

For issues or feature requests: