Expand description
Skill bundle profiles for devboy onboard.
A bundle is a TOML file under bundles/<profile>.toml (relative to this
crate) listing skill ids that should be installed for a given persona
(engineer, PM, on-call). The TOML is include_str!-ed at build time so
bundles ship inside the binary — no extra files to look up at runtime.
Structs§
Constants§
- PROFILES
- All known bundle ids, in display order.
Functions§
- load
- Load a bundle by profile id.