merge: origin/gbpark-node → hjjeong (60 commits, 5 conflicts resolved)

충돌 해결 5개 파일:
- .gitignore: .envrc/.direnv (hjjeong direnv 셋업) + .omc/ (gbpark) 양쪽 보존
- docs/MULTI_TENANCY_ARCHITECTURE.md: *.localhost dev 분기 + *.invyone.com/solution.invyone.com 통합
- frontend/lib/api/client.ts: 1-b *.localhost:8081 dev + 1-c DEV_TENANT_HOST(nip.io):8083 + invyone.com 신 도메인
- frontend/lib/tenant/subdomain.ts: IPv4 차단 + *.invyone.com + DEV_TENANT_HOST + *.localhost 모두 처리
- frontend/app/(auth)/login/page.tsx: B안 채택 — buttons 항상 렌더, className 만 mounted 가드 (next-themes 표준 패턴)

검증:
- backend: ./gradlew compileJava 성공 (Java 21)
- frontend: 머지된 4개 파일 관련 타입 에러 0개

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
hjjeong
2026-05-07 16:51:06 +09:00
400 changed files with 23432 additions and 33311 deletions
+5
View File
@@ -6,6 +6,10 @@ CLAUDE.local.md
.envrc
.direnv/
# OMC (oh-my-claudecode) 작업용 임시 상태 — 절대 추적 금지
# planning, autopilot state, agent transcript, project memory 등 포함
.omc/
# Syncthing local stub (each machine has its own; real patterns in .stignore-shared)
.stignore
.stfolder/
@@ -127,6 +131,7 @@ tokens.json
# 데이터베이스 덤프
*.sql
!**/db/migration/*.sql
*.dump
db/dump/
db/backup/