--- schema: 1 title: Wire up the loader's stray tolerance order: 2048 background: {color: coral} icon: flag.fill iconColor: orange --- ## Stray tolerance Plain, unquoted title this time — mixing styles on purpose, and a body rich enough to exercise every block the mobile Preview renders. - [x] Skip `.DS_Store` and other dotfiles - [ ] Warn on non-UUID folder names > Any folder that isn't a UUID is treated as an opaque stray, never parsed as an item. | Case | Behavior | | --- | --- | | Dotfile | Skipped silently | | Non-UUID folder | Treated as a stray | ```swift let isUUID = UUID(uuidString: name) != nil ```