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
|
|
@ -39,11 +39,11 @@ in
|
|||
};
|
||||
|
||||
# `cargo test --workspace` lifted out of the package builds so the
|
||||
# `hyperhive-assets` dep (which `hive-ag3nt::prompt::tests`
|
||||
# `hyperhive-assets` dep (which `hive-agent::prompt::tests`
|
||||
# needs via `HIVE_ASSETS_DIR` to assert against the actual
|
||||
# production prompt template) is scoped to this one check
|
||||
# instead of bleeding into the binary derivations' input
|
||||
# hash. Net: editing `hive-ag3nt/prompts/system.md` still
|
||||
# hash. Net: editing `hive-agent/prompts/system.md` still
|
||||
# rebuilds this test check (correct — the tests assert
|
||||
# against its wording), but `packages.default` and the
|
||||
# per-container toplevels stay fully cached.
|
||||
|
|
|
|||
Loading…
Reference in a new issue