refactor(#2077): drop impl-history from hive-sh4re asset/path comments

This commit is contained in:
damocles 2026-06-29 00:46:51 +02:00 committed by mara
commit 7ba5193167
2 changed files with 5 additions and 15 deletions

View file

@ -24,18 +24,11 @@
//! claude-settings.json
//! ```
//!
//! A convenience `cargo xtask seed-dev-assets` could materialise this
//! by copying `branding/` + `hive-ag3nt/prompts/` + rendering
//! `agent-configs.png` via rsvg-convert, but it's intentionally not
//! shipped yet — dev setups vary too much for one helper to fit.
//!
//! Each crate that wants a specific asset goes through one of the
//! typed helpers (`branding_svg()`, `prompt_template()`, …) so the
//! lookup contract is centralised. Missing files panic at first
//! call with a clear "set `HIVE_ASSETS_DIR` + put the file at …"
//! message — same failure shape as the old `include_*!` macros
//! (which would have failed at compile time, not runtime, but the
//! diagnostic value is identical).
//! message.
use std::path::PathBuf;