pub fn load_items(root: &Path) -> Result<Vec<Item>, JoyError>Expand description
Load all items from .joy/items/. Inaccessible-encrypted items are
silently skipped (the caller treats them as not present). For
surfacing locked-item placeholders, use
load_items_with_locked.