hive-ag3nt + docs: extract prompt-rendering prose (#716 batch 3)
This commit is contained in:
parent
2bb8f2a3f7
commit
84f3fe5f69
3 changed files with 57 additions and 80 deletions
|
|
@ -100,12 +100,9 @@ async fn update_marketplaces() {
|
|||
/// Install every plugin in `/etc/hyperhive/claude-plugins.json`.
|
||||
/// Returns a list of human-readable failure messages so the caller can
|
||||
/// route them through their own per-role surface (turn-failure-style
|
||||
/// notification, see `Surface::send_to_parent`). Pre-#692 this function
|
||||
/// hardcoded `"manager"` as the failure-notification recipient via a
|
||||
/// `notify_recipient: Option<&str>` arg; mara on #778 wanted the
|
||||
/// manager-name special case gone. Now plugins.rs is wire-agnostic and
|
||||
/// the caller picks the recipient via the same `<parent>` sentinel
|
||||
/// failure-notify uses everywhere else (#703).
|
||||
/// notification, see `Surface::send_to_parent`). Wire-agnostic: the
|
||||
/// caller picks the recipient via the same `<parent>` sentinel that
|
||||
/// failure-notify uses everywhere else.
|
||||
pub async fn install_configured(socket: &Path) -> Vec<String> {
|
||||
let _ = socket; // Reserved for future telemetry; currently unused.
|
||||
let Ok(raw) = tokio::fs::read_to_string(PLUGINS_PATH).await else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue