What's Changed
✨ New Features
- feat(core): Add workflow orchestration module v3.1 with intelligent phase execution (#40)
- feat(health-check): Implement complete Health Check System [HCS-2] (#33)
- feat(i18n): Add translations for completion message
- feat(wizard): Simplify installer with i18n and fewer IDEs
- feat(installer): Remove Gemini CLI from supported IDEs
- feat(infrastructure): Add IDE sync configuration template
- feat(devops): Add documentation link checker tool
🐛 Bug Fixes
- fix: Add Node.js 18-24 compatibility for installer (#48)
- Remove unused
isolated-vmdependency (required Node.js 22+) - Downgrade
commanderv14 → v12 (supports Node.js 18+) - Downgrade
globv11 → v10.4.4 (supports Node.js 18+) - 43 fewer packages, 6 fewer vulnerabilities
- Remove unused
- fix(tests): Resolve flaky integration tests (#49)
- fix(orchestration): Address CodeRabbit review issues (#44)
- fix(health-check): Resolve Jest worker process leak [TD-6] (#35)
- fix(deps): Update dependencies to address security vulnerabilities
- fix(wizard): Complete i18n integration for installer
- fix(installer): Improve completion message UX
- fix(release): Prevent version regression with pre-flight tag validation
📚 Documentation
- docs(i18n): Add trilingual documentation (EN, PT-BR, ES)
- docs(mcp): Add Docker Gateway tutorial and Desktop Commander guide
- docs(platforms): Add comprehensive bilingual platform guides
- docs: Complete 100% documentation coverage
- docs: Fix 177 broken links and resolve all coming soon markers
🧪 Tests
- test(coverage): Add core module tests and optimize coverage scope [TD-6] (#36)
- test(health-check): Add engine, healers, reporters tests [TD-6]
🔧 CI/CD
- Update CI matrix to test Node.js 18, 20, 22, and 24
- 100% CI matrix coverage (12 combinations: 3 OS × 4 Node versions)
Platform Compatibility
| OS | Node 18 | Node 20 | Node 22 | Node 24 |
|---|---|---|---|---|
| Ubuntu | ✅ | ✅ | ✅ | ✅ |
| Windows | ✅ | ✅ | ✅ | ✅ |
| macOS | ✅ | ✅ | ✅ | ✅ |
Full Changelog: https://github.com/SynkraAI/aios-core/compare/v3.10.0...v3.11.0