Release v1.7.9
🚀 What's New
Test Orchestration Improvements
- Enhanced E2E test execution strategy: E2E tests now run only when implementation is complete, preventing Red-phase blocking issues
 - Improved test type classification: Clear separation between unit tests (Phase 0), integration tests (during implementation), and E2E tests (final validation)
 - Better test timing control: E2E tests no longer get stuck in Red-Green-Refactor cycle due to missing implementation
 
Agent System Updates
- Renamed 
e2e-test-generatortoacceptance-test-generator: Broader coverage for both integration and E2E test generation - Updated work-planner agent: Enhanced test type information handling for better orchestration
 - Improved task-executor communication: Better coordination with test type classification
 
Documentation Enhancements
- Synchronized English and Japanese documentation: Consistent E2E test handling across all language versions
 - Clarified agent responsibilities: Updated sub-agents guide with improved test orchestration strategy
 - Enhanced implementation commands: Better guidance for test execution timing
 
🔧 Technical Changes
- Refactored test orchestration strategy to separate integration and E2E tests
 - Updated agent descriptions to reflect new test handling approach
 - Improved terminology: "E2E confirmation steps" → "operational confirmation steps"
 - Enhanced AI execution accuracy with clearer, unambiguous instructions
 
📋 Files Changed
- Agent configurations (both English and Japanese versions)
 - Implementation and planning command templates
 - Sub-agents documentation and guides
 - README files with updated strategy information
 
Full Changelog: v1.7.8...v1.7.9