svault-ai 0.9.7

AI-aware secret access layer — enforces structured requests and detects suspicious patterns
Documentation
1
2
3
4
5
6
7
8
//! GUI frontend — placeholder.
//!
//! Intended to provide a graphical front end for managing vaults, secrets,
//! policy, and judge configuration. Like the other frontends it will drive
//! [`crate::core`] and the [`crate::daemon`] client rather than reimplementing
//! any secret-handling logic.
//
// TODO(post-0.9.6): implement the GUI frontend.