Add validation pass that checks all selected recovery items before any restore operations begin. This prevents partial in-memory restore success when a later item fails. Map helper-backed restore destination conflicts to restore-specific rejection paths instead of falling back to generic execution-unavailable messages. Bump version to 1.0.1 and update CHANGELOG with release notes.
Packages
This directory contains shared Swift packages planned for Atlas for Mac.
Current Layout
Package.swiftwires the shared domain, protocol, application, infrastructure, adapters, and feature libraries.- Each package keeps sources under
Sources/<ModuleName>/. - Contract-style tests live next to the modules they validate.