v3.6.0 — Typed Control Plane & Windows Install
Highlights
- Typed TUI control plane with serialization-only contracts, coherent daemon snapshots, typed commands/events, idempotency caching, transactional audit logging, and Now/Work/Explore/Govern routes.
- Native Windows 10/11 installation through
install-system.ps1, including locked release builds,%APPDATA%\\raiosconfiguration/policy setup, user PATH registration, and theRAIOS_DaemonScheduled Task. - Windows runtime parity with Scheduled Task daemon management,
netstat.exePID lookup, PowerShell lifecycle hooks, PowerShell agent wrappers, and portable tray startup paths. - Cross-platform CI covering the full Cargo workspace on Windows, macOS, and Linux with the lockfile enforced.
Verification
cargo test --workspace: 678 passed, 2 ignored, 0 failed.cargo clippy --workspace --all-targets --locked -- -D warnings: passed.pnpm audit --audit-level=high: no known vulnerabilities.
See the full change history in CHANGELOG.md.