pub fn shared_artifacts() -> Vec<(String, &'static [u8])>Expand description
Every artifact the skills share, as (path under the root, bytes),
sorted by path.
This is the authored view. What lands is skill_package, which copies
each of these into every package as a reference relative to the skill’s
own root.