From a7f375190a665d77748bfeec8a49fce33896943e Mon Sep 17 00:00:00 2001 From: iris Date: Sat, 15 Aug 2026 11:47:47 +0200 Subject: [PATCH] docs(readme): drop Rust function-name citation for plain-language behavior --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 02fa53b7..d3b5d0df 100644 --- a/README.md +++ b/README.md @@ -110,10 +110,10 @@ sudo hivectl matrix create-user mara # provisions a matrix sudo hivectl matrix create-user mara --password-stdin # … reading one line from stdin ``` -For agent names (i.e., a `Coordinator::agent_state_root(name)` exists), -`hivectl` persists the resulting token to the agent's state dir like the -boot sweep does. For non-agent names (e.g. the operator's own forge/matrix -account), it prints the token to stdout and writes nothing. +For a name that's a managed agent, `hivectl` persists the resulting token +to that agent's state dir, the same as the boot sweep does. For a +non-agent name (e.g. the operator's own forge/matrix account), it prints +the token to stdout and writes nothing. ## Build / deploy