fix(forge): review fixes for the forgejo-api port
This commit is contained in:
parent
5cfb33eeed
commit
261f02439b
6 changed files with 57 additions and 22 deletions
|
|
@ -1,7 +1,7 @@
|
|||
//! Resolve the on-disk path to hyperhive's static assets (branding +
|
||||
//! claude prompts). Single source of truth for both the host daemon
|
||||
//! (`hive-c0re`) and the in-container harness (the `hive` binary) so
|
||||
//! they agree on the lookup contract.
|
||||
//! (`hive-c0re`) and the in-container harness binaries so they agree
|
||||
//! on the lookup contract.
|
||||
//!
|
||||
//! At runtime, the path is read from `$HIVE_ASSETS_DIR`. In nix
|
||||
//! builds that env var is set by the `hive-c0re` / `harness-base` modules
|
||||
|
|
|
|||
Loading…
Reference in a new issue