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
|
|
@ -18,6 +18,8 @@ use serde::{Deserialize, Serialize};
|
|||
|
||||
use hive_sh4re::LooseEnd;
|
||||
|
||||
pub mod paths;
|
||||
|
||||
/// In-container path of the harness-served in-agent socket. The harness
|
||||
/// binds it on boot; the in-container producers dial it for todo ops.
|
||||
/// (Placeholder default — the harness + producers resolve the real path
|
||||
|
|
|
|||
Loading…
Reference in a new issue