Files
CleanMM/Packages
zhukang 8d56a0e92c feat(design-system): adaptive grid layout, content width env, and UI polish
Fix AtlasSpacing.screenH value (24 -> 28). Add adaptiveMetricColumns
for responsive grid layouts and atlasContentWidth environment key.
Enhance AtlasEmptyState with optional action button. Brand-tint
ProgressView controls. Add AtlasPresentationHelpers.

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