pub fn shared_artifacts() -> Vec<(String, &'static [u8])>Expand description
Every artifact the skills share, as (path under the root, bytes),
sorted by path.
These land once, outside the agent skill roots, because every skill names the same absolute path for them. A copy per skill would be one file to correct per agent root per skill; one copy is one.