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
|
|
@ -38,7 +38,7 @@ tracing-subscriber.workspace = true
|
|||
tempfile = "3"
|
||||
|
||||
# Single harness serve-loop binary: `hive-agent` (from `src/main.rs`).
|
||||
# The sibling MCP server + external wake CLI are their own bin crates
|
||||
# now (`hive-agent-mcp`, `hive-agent-wake`). Privilege boundary is
|
||||
# enforced server-side at the socket (tool groups / manager surface).
|
||||
# The sibling MCP server is its own bin crate now (`hive-agent-mcp`).
|
||||
# Privilege boundary is enforced server-side at the socket (tool
|
||||
# groups / manager surface).
|
||||
# See `docs/turn-loop.md::Harness binary shape`.
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ map of the module tree.
|
|||
- **`paths.rs`** — canonical path resolution for state/harness dirs and
|
||||
the harness-local sqlite files.
|
||||
|
||||
Siblings: **`hive-agent-mcp`** (the MCP server this loop points claude
|
||||
at every turn) and **`hive-agent-wake`** (external wake CLI for extra
|
||||
MCP daemons). All three are described together in
|
||||
Sibling: **`hive-agent-mcp`** (the MCP server this loop points claude
|
||||
at every turn). Both are described together in
|
||||
[`docs/turn-loop.md::Harness binary shape`](../docs/turn-loop.md).
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
//! Harness serve-loop binary. Long-polls the broker inbox and drives one
|
||||
//! claude turn per message. There is one role: agent. The `Surface`
|
||||
//! trait + `AgentSurface` zero-sized type tag keeps the turn loop
|
||||
//! generic and testable. Siblings: `hive-agent-mcp` (the MCP server this
|
||||
//! loop points claude at) and `hive-agent-wake` (external wake CLI).
|
||||
//! generic and testable. Sibling: `hive-agent-mcp` (the MCP server this
|
||||
//! loop points claude at).
|
||||
//! Architecture lives in
|
||||
//! [`docs/turn-loop.md::Harness binary shape`](../../../docs/turn-loop.md).
|
||||
//!
|
||||
|
|
|
|||
Loading…
Reference in a new issue