Skip to content

Release v1.7.9

Choose a tag to compare

@shinpr shinpr released this 09 Sep 13:39
· 50 commits to main since this release
e3fb050

🚀 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-generator to acceptance-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