move hive-sh4re's harness_dir() into hive-agent-sock, drop the dev-fallback derivation
This commit is contained in:
parent
038d085001
commit
7ba492b965
6 changed files with 49 additions and 42 deletions
|
|
@ -6,12 +6,12 @@
|
|||
use std::path::PathBuf;
|
||||
|
||||
/// Base harness directory. Shared resolution lives in
|
||||
/// `hive_sh4re::paths::harness_dir` so the harness + every MCP daemon
|
||||
/// agree on the layout. Re-exported here as the base for the per-agent
|
||||
/// artifact paths below.
|
||||
/// `hive_agent_sock::paths::harness_dir` so the harness + every MCP
|
||||
/// daemon agree on the layout. Re-exported here as the base for the
|
||||
/// per-agent artifact paths below.
|
||||
#[must_use]
|
||||
pub fn harness_dir() -> PathBuf {
|
||||
hive_sh4re::paths::harness_dir()
|
||||
hive_agent_sock::paths::harness_dir()
|
||||
}
|
||||
|
||||
/// Base directory for task files.
|
||||
|
|
|
|||
Loading…
Reference in a new issue