fix: update stale doc comment example root→ruth in capabilities.rs

This commit is contained in:
damocles 2026-06-02 17:11:17 +02:00 committed by mara
commit 5e0da97ee5

View file

@ -8,7 +8,7 @@
//! ```json //! ```json
//! { //! {
//! "atlas": ["read_host_journal"], //! "atlas": ["read_host_journal"],
//! "root": ["manage_root_agent"] //! "ruth": ["query_agent_state"]
//! } //! }
//! ``` //! ```
//! //!