refactor(#2077): collapse dev-assets tree in assets.rs to a nix/assets.nix pointer
This commit is contained in:
parent
95b866a53d
commit
5be8be764a
1 changed files with 2 additions and 11 deletions
|
|
@ -12,17 +12,8 @@
|
|||
//! HIVE_ASSETS_DIR=$(pwd)/dev-assets cargo run ...
|
||||
//! ```
|
||||
//!
|
||||
//! where `dev-assets/` is laid out the same as the nix output:
|
||||
//!
|
||||
//! ```text
|
||||
//! dev-assets/
|
||||
//! branding/
|
||||
//! hyperhive.{svg,png}
|
||||
//! agent-configs.{svg,png}
|
||||
//! prompts/
|
||||
//! system.md
|
||||
//! claude-settings.json
|
||||
//! ```
|
||||
//! where `dev-assets/` mirrors the nix output's `branding/` + `prompts/`
|
||||
//! layout (canonical tree in `nix/assets.nix`).
|
||||
//!
|
||||
//! Each crate that wants a specific asset goes through one of the
|
||||
//! typed helpers (`branding_svg()`, `prompt_template()`, …) so the
|
||||
|
|
|
|||
Loading…
Reference in a new issue