Changelog
All notable changes to Orchestre will be documented in this file.
[5.4.0] - 2025-01-03
Added
- MakerKit v2.11.0 Support: Complete update of MakerKit template to support latest features
- OTP Authentication: Added @kit/otp package integration for secure verification of sensitive actions
- Checkout Addons: Support for one-time addon purchases during Stripe checkout
- Subscription Entitlements: Fine-grained feature access control system
- 8 New Recipe Prompts:
recipe-otp-verification: OTP for destructive actionsrecipe-credit-billing: Token/credit system for AI SaaSrecipe-per-seat-billing: Team member-based pricingrecipe-metered-billing: Usage-based billingrecipe-super-admin: Admin panel with MFArecipe-projects-model: Multi-project supportrecipe-team-only-mode: Disable personal accountsrecipe-analytics: Multi-provider analytics integration
- New Pattern Files:
patterns/features/recipes.md: Recipe system documentationpatterns/features/entitlements.md: Feature access patternspatterns/features/analytics.md: Analytics implementation guide
Changed
- Unified Supabase Client: Updated all imports to use
getSupabaseServerClient() - Enhanced OAuth: Identity linking now requires OTP verification
- MFA Improvements: Added OTP fallback for account recovery
- Server Actions: Added captcha support and monitoring integration
Fixed
- Deprecated Supabase client imports across all prompts
- Missing documentation for v2.11.0 features
- Inconsistent authentication patterns
Security
- OAuth identity linking now requires OTP verification
- Enhanced MFA with OTP fallback options
- Secure handling of destructive actions
[5.3.1] - 2025-01-01
Added
- Created
/update-project-memoryprompt for intelligent documentation updates (20 prompts total) - Implemented atomic rollback for initialize_project tool
- Enhanced task tracking with update capabilities
- Improved memory management with systematic updates
Removed
- Removed repair_project tool in favor of intelligent prompt approach (8 tools total)
Fixed
- Fixed tool initialization and prompt loading issues
- Improved error handling in project initialization
[5.3.0] - 2024-12-31
Added
- Expanded to 20 essential prompts with 7 new additions:
/research: AI-powered research and information gathering/extract-patterns: Extract and document code patterns from existing codebases/setup-parallel: Set up parallel development environments with Git worktrees/template(or/t): Execute template-specific commands with unified executor/status: Show comprehensive project status with insights/update-memory: Update project contextual memory and documentation/task-update: Update task tracking files to reflect progress
- Restored 42 template commands accessible via
/templateor/tcommand - 8 MCP tools including new research tool and screenshot capabilities:
research: AI-powered research with web search and content analysistakeScreenshot: Capture full screen or specific window screenshotsgetLastScreenshot: Retrieve the most recent screenshotlistWindows: List all visible windows (macOS only)
- Recovered critical v4 commands as prompts for backward compatibility
- Task tracking integration - prompts can now update task progress automatically
- Template command executor provides unified access to all template-specific functionality
Changed
- Enhanced discover-context prompt with deeper analysis capabilities
- Improved task management across all prompts
- Better error messages and user feedback
Fixed
- Template command discovery and execution
- Screenshot tool compatibility on macOS
- Task update synchronization
[5.2.0] - 2024-12-30
Added
- Research tool for AI-powered information gathering
- Screenshot tools for visual context capture
- Template command restoration system
- Extract patterns prompt for code analysis
Changed
- Improved prompt system flexibility
- Enhanced error handling
[5.1.0] - 2024-12-29
Added
- Basic template command support
- Initial research capabilities
Fixed
- Prompt loading issues
- Tool initialization problems
[5.0.1] - 2024-12-28
Fixed
- Restored multi-LLM review functionality
- Fixed prompt loading issues
[5.0.0] - 2024-12-28
Added
- Pure prompt-based architecture - no file copying
- Dynamic prompt loading system
- Lighter project footprint
Changed
- Major architecture shift from file-based to prompt-based system
- Simplified update process
Removed
- File-based command system
[4.1.0] - 2024-12-20
Added
- Advanced memory system with vector embeddings
- GraphRAG implementation for knowledge graphs
- Semantic search capabilities
Changed
- Enhanced memory architecture
- Improved context synthesis
[4.0.0] - 2024-12-15
Added
- Essential-only command philosophy
- 12 high-value commands
- Distributed memory system
Changed
- Reduced from 28 to 12 commands
- Focus on complex orchestrations only
Removed
- Simple task commands (handled by AI naturally)
[3.6.1] - 2024-12-10
Added
- Command index system for efficient context usage
- Better command discovery
Fixed
- Context window optimization
[3.5.1] - 2024-12-08
Fixed
- MakerKit template cloning with authentication
- Error handling improvements
[3.5.0] - 2024-12-07
Added
- Custom repository support for /create command
- Clone any Git repository as template
Changed
- Enhanced template initialization
[3.4.0] - 2024-12-05
Fixed
- Command-to-tool invocation pattern
- MCP protocol compliance
[3.3.0] - 2024-12-03
Added
- Distributed memory implementation
- CLAUDE.md integration
- Memory templates
Changed
- Shifted from central to distributed state
[3.0.0] - 2024-12-01
Added
- MCP server implementation
- Dynamic prompt system
- Template support
Changed
- Complete architecture overhaul
- From CLI to MCP server
[2.0.0] - 2024-11-15
Added
- Intelligent prompt engineering
- Context-aware commands
Changed
- Focus on discovery over prescription
[1.0.0] - 2024-11-01
Added
- Initial release
- Basic orchestration commands
- Template system
