Files
CleanMM/Packages/README.md

10 lines
343 B
Markdown
Raw Normal View History

2026-03-10 17:09:35 +08:00
# Packages
This directory contains shared Swift packages planned for Atlas for Mac.
## Current Layout
- `Package.swift` wires 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.