Claude-51124
ff15e1d18f
docs: Add Calendar CRUD timezone issue resolution
...
Section 9 추가:
- Calendar READ 실패 원인: naive datetime vs timezone-aware
- 해결: parse_time_range, handle_calendar_query에 Asia/Seoul timezone 추가
- 테스트 결과: CRUD 67% → 100% 통과
- 교훈: Microservice 간 datetime 전송 시 timezone 필수
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-16 09:05:15 +09:00
Claude-51124
23808db2b8
docs: note calendar delete priority fix
2025-11-15 11:43:37 +09:00
Claude-51124
0b9a6dd4a0
docs: record calendar delete intent tests
2025-11-15 11:35:08 +09:00
Claude-51124
4b8807f365
docs: log additional intent data tests
2025-11-15 11:06:06 +09:00
Claude-51124
036f8c6bdb
docs: add dynamic intent runtime test log
2025-11-15 00:00:44 +09:00
Claude-51124
9df31ed0bd
docs: calendar approval 현황 및 잔여 이슈 갱신
2025-11-14 19:11:12 +09:00
Claude-51124
21bed502f5
docs: Gmail Calendar 재인증 및 통합 테스트 결과 추가
2025-11-14 18:16:53 +09:00
Claude-51124
19c7b3ad58
docs: Google Cloud Console scope 추가 절차 상세화
...
- OAuth 동의 화면에서 '범위 추가 또는 삭제' 사용
- Calendar scope 검색 및 체크
- 저장 후 auth-server 코드 수정
2025-11-14 17:32:14 +09:00
Claude-51124
be7923b5f0
docs: Gmail Calendar scope 재연동 가이드
...
- auth-server에 Calendar scope 추가 방법
- 사용자별 재인증 절차
- E2E 테스트 시나리오
- 트러블슈팅 가이드
2025-11-14 17:15:38 +09:00
9f14548aab
docs: Add troubleshooting for Google login CORS and routing fix (2025-11-14)
2025-11-14 16:13:24 +09:00
Claude-51124
f85fd38256
docs: Gemini File Search 활성화 상태 업데이트
...
- USE_GEMINI_FILE_SEARCH=true 적용 (2025-11-10 18:42)
- 내일 오전 9시 5분 콜드메일 배치부터 Gemini 경로로 처리
- 무료 tier 쿼터 모니터링 필요 (RPM 5회, RPD 25회)
2025-11-10 18:43:59 +09:00
Claude-51124
194920f057
docs: Gemini File Search API 콜드메일 통합 트러블슈팅 문서
...
- Gemini File Search API 통합 과정 전체 기록
- TDD Red→Green 진행 과정
- 의존성 충돌 해결 (fastapi, httpx 버전 업그레이드)
- 환경변수 분기 및 fallback 처리
- 무료 tier 제약 및 운영 권장사항
- CLAUDE 원칙 준수 체크리스트
2025-11-10 18:40:06 +09:00
Claude-51124
09fb23db20
docs(troubleshooting): 레거시 테스트 폴더 및 스크립트 정리
...
- scripts/ 폴더 전체 삭제 (토큰 하드코딩 보안 리스크)
- test/ 폴더 19개→10개 정리 (중복·레거시 제거)
- robeing-monitor/tests/ 체계화된 테스트 관리 시작
- 교훈: 서비스별 tests/, 임시 스크립트 즉시 제거, 보안 의식
2025-11-10 13:14:10 +09:00
Claude-51124
8a92422229
docs(troubleshooting): robeing-state-service 마이그레이션 완료
...
- robeing-state-service(8507) → robeing-monitor(9024) 전환
- rb8001, skill-slack 포트 변경
- 테스트 코드 작성 및 검증 완료
- 레거시 서비스 폴더 및 컨테이너 삭제
- 교훈: 레거시 즉시 제거, 테스트 우선 작성, 문서화 필수
2025-11-10 13:03:57 +09:00
Claude-51124
cc0e5cf6df
docs(troubleshooting): 메모리시스템 하드코딩 문제 분석 문서 이동
...
- ideas/ → troubleshooting/ 이동
- 트러블슈팅 문서 형식에 맞게 재배치
- rb10508_micro 메모리 시스템 개선방안 포함
2025-11-10 12:47:46 +09:00
96e7704119
docs: 잘못 생성된 goosefarm 문서 삭제
2025-11-04 17:17:24 +09:00
14b27eea10
docs: GooseFarm Ledger TanStack Table 마이그레이션
...
- Tabulator 렌더링 실패 해결
- 인라인 편집, 행 추가/삭제 구현
- SSR 호환성 및 라이브러리 선택 교훈
2025-11-04 17:16:33 +09:00
Claude-51124
419cac7a28
docs(troubleshooting): rb8001 LLM event-loop errors + coldmail domain parsing fix (co.kr) — findings, fixes, validation, lessons (KST 2025-10-24)
2025-10-24 14:37:31 +09:00
Claude-51124
4e9e758fd3
troubleshooting: rb8001 RAG search timeout + PK sequence misalignment causing pronoun resolution failure (KST timelines, fixes, lessons)
2025-10-23 23:58:44 +09:00
Claude-51124
d043e49052
troubleshooting: 251023 web-search pronoun + intent + langgraph fixes (root cause, fix, lessons)
2025-10-23 21:03:55 +09:00
Claude-51124
56194e82bb
docs(intent): 의도 런타임 하이브리드 설계(임베딩+베이지안+동적학습+LLM 재분석+A/B) 추가 (251023)
2025-10-23 16:49:29 +09:00
Claude-51124
ccbb932697
Update web search entity doc with LLM harness best practices
...
- Add hybrid routing with uncertainty-based LLM escalation
- Detail context pruning and OOS guardrail strategies
- Include intent discovery loop and forced confirmation policy
- Add monitoring metrics aligned with 2024-2025 research
- Reference ACL/arXiv papers on intent detection and OOS handling
Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-23 15:30:43 +09:00
Claude-51124
9a6e01bb8a
Update OCR test doc with deployment completion status
...
- Add "조치 완료" section linking to deployment doc
- Include before/after metrics summary
- Reference detailed deployment documentation
Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-23 15:24:30 +09:00
Claude-51124
0310b4d2f7
Add OCR quality improvement deployment documentation
...
- Document skill-rag-file OCR quality improvement deployment
- Before/After metrics comparison (96% text length increase)
- Korean language pack installation and DPI optimization
- Reindex API validation results
Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-23 15:22:29 +09:00
Claude-51124
8ec9ae2847
docs(troubleshooting): 의도-회귀(곱씹기)·시간 감쇠·자신감 평가/리라이트 로직 추가
2025-10-23 13:23:05 +09:00
Claude-51124
10eef11c97
docs(troubleshooting): 웹검색 엔티티 확정·정확도 개선 설계/적용 정리
2025-10-23 13:21:07 +09:00
Claude-51124
752e73c590
docs(troubleshooting): CQR/링크·rerank 추가 및 AsyncSqliteSaver 도입 기록 (8cdb444)
2025-10-23 12:38:01 +09:00
Claude-51124
11c9cf26c2
docs(troubleshooting): LangGraph 체크포인터 config 지정 · 대명사 치환 휴리스틱 고도화 기록 (7e1c057)
2025-10-23 12:21:36 +09:00
Claude-51124
90a273c7d1
docs(troubleshooting): LLM task_type 보정 및 대명사 치환 로깅/폴백 로깅 반영 (baadbf7)
2025-10-23 12:16:28 +09:00
Claude-51124
6eeb25a308
docs(troubleshooting): rb8001 하드코딩 URL/DB 기본값 환경변수화 정리
2025-10-23 12:07:52 +09:00
Claude-51124
7032f4de9e
docs(troubleshooting): 웹검색 LangGraph 워크플로우 및 체크포인터 도입 기록 (a1b3b03)
2025-10-23 11:56:45 +09:00
happybell80
7d84e59194
troubleshooting: update 251023_code_alignment_with_rules with applied changes (rb8001 제외)
2025-10-23 11:47:22 +09:00
Claude-51124
152709059e
docs(troubleshooting): 웹검색 출처 블록 표준화 조치/테스트 기록 (8c40f7a)
2025-10-23 11:38:49 +09:00
Claude-51124
219c35317f
docs(troubleshooting): web_search 대명사 해소·검색 강제 조치 및 검증 기록 (d0f203d)
2025-10-23 11:34:05 +09:00
Claude-51124
e0ec49439f
docs(troubleshooting): coldmail_processor metadata 포함 및 헬스체크 성공 반영 (d166743)
2025-10-23 11:26:00 +09:00
happybell80
d2cf177bd9
troubleshooting: add LangGraph 동적 플로우 관리 권장 섹션
2025-10-23 11:23:22 +09:00
Claude-51124
b1542f3d1f
docs(troubleshooting): 배포 커밋/사후 점검 방법 추가 (c8026b1)
2025-10-23 11:22:03 +09:00
Claude-51124
7c4a024082
docs(troubleshooting): 테스트 시나리오/결과 추가 (rb8001 HOLD 표시·라우팅 보강 검증)
2025-10-23 11:19:18 +09:00
happybell80
455f23e88a
troubleshooting: add 251023_code_alignment_with_rules (CLAUDE 원칙 정렬 체크리스트)
2025-10-23 11:12:42 +09:00
d78a96c113
docs(troubleshooting): clean up resolved items (upstream 8100, logrotate perms, healthcheck intervals); keep only active issues
2025-10-23 11:08:32 +09:00
f2be950723
docs(troubleshooting): move resolved nginx/gateway items to Resolved section; keep only active issues
2025-10-23 11:05:35 +09:00
Claude-51124
74ffcb18f0
docs(troubleshooting): rb8001 콜드메일 밸류에이션 HOLD 표시 및 UNKNOWN 라우팅 개선안 기록 (251023)
2025-10-23 11:00:02 +09:00
Claude-51124
325fe3da61
docs(troubleshooting): web_search 대명사(이/그/저) 해소 방안 3가지 및 권장 적용 순서 추가
2025-10-23 00:12:30 +09:00
Claude-51124
827df56e11
docs(troubleshooting): rb8001 web_search 미수행 사례 정리(로그/원인/개선안/체크리스트)
2025-10-23 00:10:04 +09:00
Claude-51124
668f793c8c
docs(troubleshooting): PaddleOCR/CLOVA 사이드카 테스트 결과 및 실행 가이드 추가
2025-10-22 23:54:44 +09:00
Claude-51124
d9cbed45fd
docs(troubleshooting): kor+eng OCR 사이드카 테스트 결과 추가(한글 언어팩 설치 후 품질 지표 개선 확인)
2025-10-22 23:11:02 +09:00
Claude-51124
48cc54066d
docs(troubleshooting): OCRmyPDF 사이드카 비교 결과(eng only) 추가 – 한글 언어팩 미탑재로 개선 불가 확인
2025-10-22 23:06:49 +09:00
Claude-51124
33556af2a3
docs(troubleshooting): OCR 파이프라인 개선 테스트(ko+eng) – 강제 OCR/재색인/RAG 질의 결과 및 권장 개선 정리
2025-10-22 22:59:27 +09:00
happybell80
e8730fd089
troubleshooting: 51123 nginx real_ip + JSON access logs; fluent-bit/data-prepper pipeline validation and results
2025-10-22 22:35:44 +09:00
Claude-51124
37b3a3eabb
docs(rb8001): skill-email 422 fix via integration; uvicorn --loop asyncio for gRPC Poller; unify SKILL_EMAIL_URL usage; add verification steps
2025-10-22 22:16:47 +09:00