6dce580846
Feature work on top of the initial organizer: - Videos: .mp4/.mov/.avi/.mkv/.webm/.m4v sorted into output/Movie/YYYY/MM - Profiles: reference-image thumbnail cards via a secure photoai-media:// protocol (serves only registered reference images); per-thumbnail delete; add via click, drag & drop, or paste (Ctrl+V) using webUtils.getPathForFile + a byte-based addReferenceData path for clipboard images - Presets: local person library (max 5) saved to userData; one-click apply into active profiles; reusing stored descriptors (no recompute) - Theme: dark/light with dark default (Tailwind class strategy) - i18n: ko/en table-based localization; first-run onboarding to pick language + theme; English-neutral "Unsorted" folder (was [미정]) - App menu: File/Edit/View/Window/Help, localized; Help opens a detailed, theme-aware user guide window - UI: History block scrolls internally (no whole-window scroll); threshold/concurrency tooltips; generic example name - Settings persisted to userData/settings.json; menu + renderer kept in sync - Docs: NextGen Photo AI feasibility review + Phase 0/1 roadmap All typecheck/tests (12) /build green; boot smoke verified. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
16 lines
366 B
Plaintext
16 lines
366 B
Plaintext
node_modules/
|
|
out/
|
|
release/
|
|
dist/
|
|
*.log
|
|
# dev 스모크 실행 잔여물
|
|
smoke-*
|
|
.DS_Store
|
|
# TypeScript 증분 빌드 정보 (생성물)
|
|
*.tsbuildinfo
|
|
# ASTRA 도구 로컬 캐시 (프로젝트 산출물 아님)
|
|
.astra/
|
|
# 모델 가중치는 용량이 커서 git에 올리지 않음 — npm run models:download 로 받음
|
|
models/*.bin
|
|
models/*-weights_manifest.json
|