2 Commits

Author SHA1 Message Date
Michael Chihlas
4782c087b4 feat(security): per-window capabilities, overlay locked down
Removed `core:window:allow-set-opacity` from the default capability —
that permission identifier doesn't exist in Tauri 2.11.x. Window
opacity is exposed only on the Rust side; the JS layer routes through
our custom `set_window_opacity` command (added in Task 16).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-08 19:13:49 -04:00
Michael Chihlas
a8255b90d5 Initial commit: scaffold Tauri app 2026-05-08 14:31:16 -04:00