fix(#3245): resolve broken intra-doc links in hive-c0re
Remove or fix broken documentation links that accumulate silently: - container_view.rs: HiveEnv reference - forge/mod.rs: READY_TIMEOUT and webhook handler links - workers/knowledge.rs: webhook handler link - job_queue/model.rs: Claim::deps and WireNode::data references - stats/hive_stats.rs: read_skill_breakdown reference - stores/audit_log.rs: global() reference - workers/agent_sockets.rs: ambiguous agent_sockets::write reference - coordinator.rs: systemd.services.<harness> formatting - resource_limits.rs: ambiguous write/read references Some broken links were to deleted functions/types; these are replaced with prose descriptions. Others referenced items outside this crate or were private; these are replaced with plain text references or qualified paths as appropriate. Fixes: #3245
This commit is contained in:
parent
40403fc6d5
commit
517acc9f33
9 changed files with 14 additions and 14 deletions
|
|
@ -212,8 +212,8 @@ pub struct HiveStats {
|
|||
pub bash_mix: Vec<KeyCount>,
|
||||
/// Most-triggered skills (fully-qualified `plugin:skill-name`) across
|
||||
/// the whole swarm, busiest first, capped to 10. Sourced from each
|
||||
/// agent's `tool_call_breakdown_json` — see [`read_skill_breakdown`].
|
||||
/// Empty until at least one agent has actually invoked a skill.
|
||||
/// agent's `tool_call_breakdown_json`. Empty until at least one agent has
|
||||
/// actually invoked a skill.
|
||||
pub skill_mix: Vec<KeyCount>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue