fixup: remove manager config path mention from ManagerServer instructions
Every agent's config lives at /agents/<name>/config/agent.nix — there is no special case for the manager. Drop the sentence.
This commit is contained in:
parent
0dc9d66880
commit
0162a3f108
1 changed files with 1 additions and 2 deletions
|
|
@ -1798,8 +1798,7 @@ impl ManagerServer {
|
|||
questions + pending reminders across the swarm), `cancel_loose_end` (cancel any \
|
||||
question or reminder row by id), `set_status` / `get_agent_meta` (publish your \
|
||||
own status text + query identity/status of any agent — `get_agent_meta` with \
|
||||
no arg replaces the old `whoami` self-introspection). The manager's own config lives at \
|
||||
`/agents/root/config/agent.nix`."
|
||||
no arg replaces the old `whoami` self-introspection)."
|
||||
)]
|
||||
impl ServerHandler for ManagerServer {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue