docs(readme): drop Rust function-name citation for plain-language behavior

This commit is contained in:
iris 2026-08-15 11:47:47 +02:00 committed by mara
commit a7f375190a

View file

@ -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