3 Commits

Author SHA1 Message Date
Jesús Pérez
fe4d138a14
feat: CLI arguments, distribution management, and approval gates
Some checks failed
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
- 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
2026-02-03 21:35:00 +00:00
Jesús Pérez
cc55b97678
chore: update README and CHANGELOG with workflow orchestrator features
Some checks failed
Documentation Lint & Validation / Markdown Linting (push) Has been cancelled
Documentation Lint & Validation / Validate mdBook Configuration (push) Has been cancelled
Documentation Lint & Validation / Content & Structure Validation (push) Has been cancelled
Documentation Lint & Validation / Lint & Validation Summary (push) Has been cancelled
mdBook Build & Deploy / Build mdBook (push) Has been cancelled
mdBook Build & Deploy / Documentation Quality Check (push) Has been cancelled
mdBook Build & Deploy / Deploy to GitHub Pages (push) Has been cancelled
mdBook Build & Deploy / Notification (push) Has been cancelled
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
Nickel Type Check / Nickel Type Checking (push) Has been cancelled
2026-01-24 02:07:45 +00:00
Jesús Pérez
d2abda35f9 fix: resolve secretumvault integration and opentelemetry version conflicts
- Update opentelemetry ecosystem to v0.22+ (0.21 missing required features)
- Add openssl and cedar features to secretumvault build
- Enables secretumvault crypto backend and policy engine support
- Workspace now compiles successfully for Phase 5.3/5.4 implementation

Fixes:
- opentelemetry 0.21 → 0.22: rt-tokio feature availability
- opentelemetry-jaeger 0.20 → 0.21: compatibility
- tracing-opentelemetry 0.22 → 0.23: version alignment
- secretumvault features: add openssl and cedar for full functionality
2026-01-11 12:51:52 +00:00