diff --git a/docs/web-ui/dashboard.md b/docs/web-ui/dashboard.md index f0a1743e..922cfcdf 100644 --- a/docs/web-ui/dashboard.md +++ b/docs/web-ui/dashboard.md @@ -848,7 +848,7 @@ progresses (a rebuild reads `stop_for_update`, then `swap`, then life). Two consequences for anything rendering it: - The label vocabulary is **open** — it's the node's own wire tag - (`NodeKind::as_str`, the same strings the graph wire's node + (`NodeKind`'s `&str` conversion, the same strings the graph wire's node labels carry), not a fixed set. Treat it as an opaque display string; don't switch on specific values. `restarting` in particular no longer exists, because no node kind is unique to a diff --git a/hive-c0re/src/job_queue/mod.rs b/hive-c0re/src/job_queue/mod.rs index efe4fa74..91a44c57 100644 --- a/hive-c0re/src/job_queue/mod.rs +++ b/hive-c0re/src/job_queue/mod.rs @@ -281,7 +281,7 @@ impl JobQueue { /// so both are running and both name `a`. Anything keying this set by agent /// alone will silently drop one — see [`scheduler`]. /// - /// `label` is the node's own wire tag ([`NodeKind::as_str`]), the same + /// `label` is the node's own wire tag (`NodeKind`'s `&str` conversion), the same /// vocabulary the graph wire ships as a node's label, so a pill and a /// graph node name an operation identically. `takes_container_down` is the /// crash watcher's