diff --git a/claude-image-categorizer.code-workspace b/claude-image-categorizer.code-workspace new file mode 100644 index 0000000..876a149 --- /dev/null +++ b/claude-image-categorizer.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file diff --git a/docs/superpowers/specs/2026-06-27-image-categorizer-design.md b/docs/superpowers/specs/2026-06-27-immich-photo-flow-design.md similarity index 99% rename from docs/superpowers/specs/2026-06-27-image-categorizer-design.md rename to docs/superpowers/specs/2026-06-27-immich-photo-flow-design.md index ef0b60b..f314bfd 100644 --- a/docs/superpowers/specs/2026-06-27-image-categorizer-design.md +++ b/docs/superpowers/specs/2026-06-27-immich-photo-flow-design.md @@ -1,4 +1,4 @@ -# Image Categorizer — Design (M1: Foundation + Trip-Cluster) +# immich-photo-flow — Design (M1: Foundation + Trip-Cluster) **Date:** 2026-06-27 **Status:** Approved design, pending implementation plan @@ -67,7 +67,7 @@ Both apps currently **duplicate** near-identical code (`immich.py`, `config.py`, ## Monorepo layout ``` -claude-image-categorizer/ +immich-photo-flow/ pyproject.toml # workspace; shared/* as editable path deps docker-compose.yml # one service per app (just trip-cluster for M1) .env.example # IMMICH_URL, IMMICH_API_KEY, ANTHROPIC_API_KEY, UID, GID