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
|
|
@ -1,4 +1,4 @@
|
|||
# The hive-ag3nt harness service itself, plus the per-agent knobs it
|
||||
# The hive-agent harness service itself, plus the per-agent knobs it
|
||||
# reads from its environment: model selection, effort level,
|
||||
# compaction watermark, and the extra reverse-proxies of the per-agent
|
||||
# web UI.
|
||||
|
|
@ -176,7 +176,7 @@ in
|
|||
# docs/agent-hierarchy.md::Harness systemd unit shape. PATH /bin
|
||||
# auto-append behaviour: docs/gotchas.md::systemd.services.*.path
|
||||
# appends /bin to every entry.
|
||||
systemd.services.hive-ag3nt =
|
||||
systemd.services.hive-agent =
|
||||
let
|
||||
binary = "hive-agent";
|
||||
in
|
||||
|
|
|
|||
Loading…
Reference in a new issue