move hive-sh4re's harness_dir() into hive-agent-sock, drop the dev-fallback derivation

This commit is contained in:
damocles 2026-08-09 18:59:46 +02:00 committed by mara
commit 7ba492b965
6 changed files with 49 additions and 42 deletions

View file

@ -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.