//! 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.