This repository was archived by the owner on Aug 15, 2025. It is now read-only.
Tags: EchoingVesper/mcp-task-orchestrator
Tags
feat: implement workspace paradigm v1.8.0 with comprehensive architec… …ture improvements Major architecture enhancement transitioning from session-based to workspace-based task management: 🏗️ **Smart Workspace Detection** - Automatic project recognition for 15+ project markers - Intelligent artifact organization in project roots - Enhanced DirectoryDetector with robust workspace resolution 🔧 **Critical Bug Fixes** - SQLAlchemy 2.0+ compatibility fixes - Server import conflict resolution - Claude Code logging compatibility 📁 **Database Architecture Evolution** - Workspace-aware schema with automatic migration - Backward compatibility preserved - Enhanced reliability and performance ✅ **Full backward compatibility maintained** 🤖 Generated with [Claude Code](https://claude.ai/code)
release: v1.7.0 - PyPI Release Automation * feat: add comprehensive PyPI release automation - Add pypi_release_automation.py with safety checks and full automation - Include branch validation, uncommitted changes detection, upstream sync - Automate version updates, building, uploading, git tagging, GitHub releases - Add comprehensive documentation for automation and workflow integration - Update CLAUDE.md with automated release process instructions 🤖 Generated with Claude Code * feat: add simple non-interactive PyPI release script - No unicode characters for WSL compatibility - No interactive prompts for automated execution - Maintains all core functionality with safety checks * release: v1.7.0 Automated PyPI release with comprehensive automation features
Release v1.6.0: Comprehensive Testing Infrastructure & Release Prepar… …ation 🚀 Major Features: - Comprehensive testing infrastructure with migration and server reboot validation - Complete PyPI release pipeline with automated build and validation systems - Database migration system with automatic schema evolution and rollback support - Zero-downtime server reboot capabilities for seamless development - Enhanced documentation with complete testing guides and release workflows 📊 Stats: 28 files changed, 8,534+ lines added 🧪 Testing: Database migration, server reboot, PyPI package validation 📚 Documentation: Comprehensive reports, workflow guides, and troubleshooting This release establishes robust testing infrastructure and standardized release processes for reliable future development.
Release v1.5.1: Critical Artifact Path Resolution Fix 🚨 CRITICAL BUG FIX - IMMEDIATE UPGRADE RECOMMENDED Critical Bug Fixes: - Fixed artifact path resolution issue where artifacts were written to MCP server directory - Artifacts now correctly stored in .task_orchestrator/artifacts/ within user's current working directory - Restores accessibility to all generated artifacts for 100% of users - Enables proper artifact retrieval and prevents accumulation in wrong locations Infrastructure Improvements: - Resolved version inconsistency between setup.py (1.5.0) and package __init__.py (1.4.0) - Both version declarations now synchronized at 1.5.1 Impact: - Previous versions rendered the artifact system non-functional for practical use - All users can now access their generated documentation, analysis, and code artifacts - No breaking changes to API or configuration Who Should Upgrade: - ALL USERS: This bug affects every user attempting to use artifact generation features - Development Teams: Critical for teams relying on task orchestrator for documentation and analysis - Production Deployments: Essential update for any production usage Migration Notes: - No user action required after upgrade - Existing artifacts may remain in old server locations (can be safely deleted) - New artifacts will be correctly placed in project directories
Release v1.4.0: Documentation Restructure and Visual Assets Major Features: - Claude Code MCP Integration with complete integration guides - Visual Documentation System with ASCII diagrams and flowcharts - Dual-Audience Architecture for humans and LLM agents Documentation: - Complete documentation restructure with user-guide/ and llm-agents/ directories - Character-optimized documentation for LLM tool compatibility - Real-world examples across data processing, modernization, and enterprise coordination - Comprehensive visual guides with setup flows and troubleshooting trees Integration Patterns: - Sequential Coordination Pattern (core pattern for MCP integration) - Parallel execution and graceful degradation strategies - Multi-server coordination patterns - Aggregator integration patterns Visual Assets: - Architecture overview diagrams with ASCII art - Sequential coordination workflow flowcharts - Setup and installation visual guides - Troubleshooting decision trees