Files
CleanMM/Packages
zhukang c435b5e301 feat(about): add real avatar and brand SVG icons for social badges
Replace placeholder SF Symbols with actual brand assets: avatar photo,
WeChat/Xiaohongshu/X/Discord SVG icons. Merge social links into author
card with horizontal badge layout. Update copy and localization keys.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 20:58:36 +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.