refactor(#1202): introduce HiveEnv + AgentPaths to reduce arg repetition

This commit is contained in:
damocles 2026-06-03 21:51:45 +02:00 committed by mara
commit 29c7f64bd3
8 changed files with 131 additions and 235 deletions

1
Cargo.lock generated
View file

@ -1247,6 +1247,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"hive-sh4re",
"libc",
"rmcp",
"schemars",
"serde",