- Add CLI support (--config, --help) with env var override for backend/agents
- Implement distro justfile recipes: list-targets, install-targets, build-target, install
- Fix OpenTelemetry API incompatibilities and remove deprecated calls
- Add tokio "time" feature for timeout support
- Fix Cargo profile warnings and Nushell script syntax
- Update all dead_code warnings with strategic annotations
- Zero compiler warnings in vapora codebase
- Comprehensive CHANGELOG documenting risk-based approval gates system
- Document web assets restructuring with minification pipeline
* 32% compression (26KB → 18KB)
* Bilingual support (EN/ES) preserved
* Automated minify.sh script for version sync
* Complete README.md guide with examples
- Add web assets structure to project directory layout in README
- New assets/web/ section with source and production versions
- Reference to minification script and documentation
- Include Just recipes documentation for local development
- Show `just help` commands for discovering available recipes
- Document 50+ recipes for build, test, and CI operations
- Update CHANGELOG with infrastructure improvements
- Web assets optimization (32% compression)
- Just recipes CI/CD system (50+ commands)
- Code quality improvements and bug fixes
- Markdown linting compliance achieved
- All tests passing (55/55 in vapora-backend)
- Add build and test results to unreleased changes section
- Clean compilation with 0 warnings in vapora-backend
- 55 tests passing
- Clippy compliance achieved