- apps/web/: prettier --write . 全量格式化(98个文件) - scripts/ci/auto_fix_formatting.py: black 格式化 纯格式改动,无业务逻辑变更
- domain: User, Workspace, Project, AssetLibrary, Asset, IngestJob - ports: repository interfaces - application: use cases - adapters: in-memory - API: FastAPI 5 routes - worker: Celery ingest_asset - tests: 4 passing