v0.3.2policy-scout2026-06-08

Decision Check Adapter Added

Policy Scout added a safe Tauri Rust adapter for check-only command classification without exposing command execution.

v0.3.22026-06-08
  • ·Added check_command(command_text) Tauri command
  • ·Added Rust validation for empty, whitespace-only, NUL, and overlong command text
  • ·Routed valid input only to policy-scout check --json
  • ·Preserved dangerous-command classification without execution
  • ·Added Rust unit tests for command text validation