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