Skip to main content

Module embedded

Module embedded 

Source
Expand description

EmbeddedSkillSource — baseline skills compiled into the binary.

The on-disk layout is the skills/ tree at the repository root. At build time rust_embed pulls every SKILL.md under that tree into the binary so installed users never need the repository itself.

The matching install-time historical hash registry lives next to this module (see crate::manifest::HistoricalHashes) — the two are kept in lock-step so an upgrade can tell whether a file on disk is the current shipped version, a previous shipped version (safe to auto-upgrade), or a user modification.

Structs§

EmbeddedSkillSource
Source that reads skills embedded into the binary at build time.