remove hive-agent-wake — no shipped consumer
This commit is contained in:
parent
65a0686297
commit
2316287327
18 changed files with 25 additions and 295 deletions
|
|
@ -30,8 +30,5 @@ or their own daemon instead of living here.
|
|||
harness's own `paths.rs` conventions.
|
||||
|
||||
Sibling of `hive-agent` (the serve loop that renders the
|
||||
`--mcp-config` blob pointing here) and `hive-agent-wake` (the small
|
||||
CLI extra MCP daemons use to nudge claude on external events, since
|
||||
they don't have a tool surface of their own to call `remind`/`send`
|
||||
through). Standalone bin crate so the always-on MCP server doesn't
|
||||
need to link the whole turn-loop lib.
|
||||
`--mcp-config` blob pointing here). Standalone bin crate so the
|
||||
always-on MCP server doesn't need to link the whole turn-loop lib.
|
||||
|
|
|
|||
|
|
@ -4,8 +4,7 @@
|
|||
//! hyperhive broker. claude reconnects to the stable URL each turn via
|
||||
//! `--mcp-config`, avoiding the per-turn re-registration race. HTTP is the
|
||||
//! sole transport — there is no stdio mode. Sibling of `hive-agent` (the
|
||||
//! serve loop that renders the `--mcp-config` blob pointing here) and
|
||||
//! `hive-agent-wake`.
|
||||
//! serve loop that renders the `--mcp-config` blob pointing here).
|
||||
//!
|
||||
//! Standalone bin crate: the MCP surface (`mcp/`) plus its small support
|
||||
//! modules (socket client, send allow-list, loose-end scanner, path
|
||||
|
|
|
|||
Loading…
Reference in a new issue