refactor(#2464): rename hive-ag3nt crate to hive-agent, collapse lib into main
This commit is contained in:
parent
7b54e7aa50
commit
3f1643c594
57 changed files with 101 additions and 130 deletions
|
|
@ -9,7 +9,7 @@
|
|||
//!
|
||||
//! Standalone bin crate: the MCP surface (`mcp/`) plus its small support
|
||||
//! modules (socket client, send allow-list, loose-end scanner, path
|
||||
//! resolver) live here rather than in the `hive-ag3nt` harness lib, so the
|
||||
//! resolver) live here rather than in the `hive-agent` harness lib, so the
|
||||
//! server binary doesn't link the whole turn loop.
|
||||
|
||||
use std::path::PathBuf;
|
||||
|
|
|
|||
Loading…
Reference in a new issue