rename(#162): fix MANAGER_AGENT and @manager in docs
This commit is contained in:
parent
2d754eceea
commit
9a7c917f36
2 changed files with 5 additions and 7 deletions
|
|
@ -104,11 +104,10 @@ which axis the post-milestone version reads each special-case along:
|
||||||
|
|
||||||
### A — naming + bootstrap
|
### A — naming + bootstrap
|
||||||
|
|
||||||
- `MANAGER_AGENT = "manager"` (broker recipient name) and
|
- `MANAGER_AGENT = "root"` (broker recipient name) and
|
||||||
`MANAGER_NAME = "root"` (container name). ~28 grep hits across
|
`MANAGER_NAME = "root"` (container name). Both now `"root"`;
|
||||||
`hive-c0re/src/`. **Just a name** — renamed from `hm1nd` to `root`
|
renamed from `"manager"`/`"hm1nd"` via the migration script in
|
||||||
via the one-shot migration script in `migrate.rs` (idempotent,
|
`migrate.rs` (idempotent, marker-guarded).
|
||||||
marker-guarded).
|
|
||||||
- `auto_update::ensure_manager` runs at hive-c0re boot and spawns
|
- `auto_update::ensure_manager` runs at hive-c0re boot and spawns
|
||||||
`root` if missing. Becomes "ensure the root agent exists" once any
|
`root` if missing. Becomes "ensure the root agent exists" once any
|
||||||
agent can be at the root. **Topology**: root has no parent, so
|
agent can be at the root. **Topology**: root has no parent, so
|
||||||
|
|
|
||||||
|
|
@ -287,8 +287,7 @@ localStorage; auto-complete from the live container list, Tab/Enter
|
||||||
to confirm; `@*` broadcasts). `POST /op-send` drops
|
to confirm; `@*` broadcasts). `POST /op-send` drops
|
||||||
`{from:"operator", to, body}` into the broker; the resulting SSE
|
`{from:"operator", to, body}` into the broker; the resulting SSE
|
||||||
frame re-renders both the terminal row and the inbox section.
|
frame re-renders both the terminal row and the inbox section.
|
||||||
Manager is addressed as `@manager` (the broker recipient string),
|
Manager is addressed as `@root`.
|
||||||
not `@root` (the container name).
|
|
||||||
|
|
||||||
## Container row
|
## Container row
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue