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 \
|
questions + pending reminders across the swarm), `cancel_loose_end` (cancel any \
|
||||||
question or reminder row by id), `set_status` / `get_agent_meta` (publish your \
|
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 \
|
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 \
|
no arg replaces the old `whoami` self-introspection)."
|
||||||
`/agents/root/config/agent.nix`."
|
|
||||||
)]
|
)]
|
||||||
impl ServerHandler for ManagerServer {}
|
impl ServerHandler for ManagerServer {}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue