Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Tags: EchoingVesper/mcp-task-orchestrator

Tags

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #31 from EchoingVesper/project-organization-cleanu…

…p/comprehensive-v1.6.0

feat: v1.6.1 - Critical package fix & professional repository organization

v1.6.0

Toggle v1.6.0's commit message
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.

v1.5.2

Toggle v1.5.2's commit message
Release v1.5.2 - PyPI packaging fixes

- Fix missing CLI dependencies (typer, rich)
- Fix console script entry point async execution issue
- Improve PyPI package reliability and usability
- No breaking changes or API modifications

v1.5.1

Toggle v1.5.1's commit message
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

v1.4.0

Toggle v1.4.0's commit message
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

v1.3.1

Toggle v1.3.1's commit message
Version 1.3.1: Critical bug fix for orchestrator initialization

v1.3.0

Toggle v1.3.0's commit message
Version 1.3.0 - Database Persistence Complete

Major milestone introducing robust SQLite persistence,
professional directory organization, and comprehensive
testing infrastructure. All critical issues resolved.

v1.2.0

Toggle v1.2.0's commit message
Version 1.2.0 - Customizable roles with project-specific role definit…

…ions