367 Commits

Author SHA1 Message Date
happybell80
0fef5fe052 docs: 깡프로 뉴스 예상 결과 및 구현 영향 추가 2025-09-14 19:19:28 +09:00
happybell80
e5a586bac8 docs: 깡프로 뉴스 파일 경로 및 구조 문제 명확히 기록 2025-09-14 19:00:00 +09:00
happybell80
2b67c1ebb3 fix: 날짜 오류 수정 (250114 → 250914) 2025-09-14 18:20:40 +09:00
happybell80
deaaf88b92 docs: 검색 API 문서를 troubleshooting으로 이동 및 현재 구현 상태 추가 2025-09-14 18:19:29 +09:00
happybell80
4d6434817d docs: 깡프로 뉴스 용어 추출 기능 추가 설계 문서 2025-09-14 18:16:54 +09:00
happybell80
14d92cbbf8 docs: Slack UUID 매핑 문제 해결 방법 업데이트
- 2025-09-14 검색 기능 UUID 문제 추가
- slack_handler.py 수정으로 원본 Slack ID 전달 해결
- workspace_member 테이블 활용 방법 문서화

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-14 16:54:00 +09:00
happybell80
13361fe0cc docs(troubleshooting): add zero-shot intent scenarios and VLA search handling guidance (thread_focus, slots, fallback) [250914] 2025-09-14 16:22:48 +09:00
happybell80
22a2bc671b docs: 메시지 처리 전체 흐름 추가
- Slack/Frontend 경로 구분 명시
- router의 역할과 채널별 응답 처리 방식 정리
2025-09-14 15:29:50 +09:00
happybell80
730a725738 docs: IntentAnalyzer/DecisionEngine 중복 현황 업데이트
- 2025-08-11 같은 날 두 시스템 개발 사실 추가
- 제로샷 구현 현황 미구현 명시
2025-09-14 15:09:54 +09:00
happybell80
957b03102d docs: IntentAnalyzer 통합 방안 업데이트
- router.route_message() 레벨 통합 방안 추가
- DecisionEngine과 중복 기능 언급
- 영향 범위 확대 (모든 인터페이스)
2025-09-14 14:57:12 +09:00
happybell80
322dc1aecd docs: Slack 이벤트 중복 및 슬래시 명령어 문제 트러블슈팅
- app_mention과 message 이벤트 중복 발생 원인 분석
- client_msg_id 기반 중복 방지 방안 제시
- Slack 기본 명령어 충돌 문제 정리
2025-09-14 14:51:51 +09:00
ab9464cc3f docs: Add robeing-monitor DB schema mismatch troubleshooting 2025-09-14 14:50:11 +09:00
happybell80
aa845dad35 docs: Slack 포맷 변환 해결 상태 업데이트 2025-09-14 14:13:09 +09:00
happybell80
7f567c0741 Merge branch 'main' of https://git.ro-being.com/ivada_Ro-being/DOCS 2025-09-14 14:09:53 +09:00
happybell80
b0ecd29b90 docs: IntentAnalyzer 미사용 문제 트러블슈팅 추가
- 멘션 필수 UX 문제
- 자연어 명령 인식 실패
- 고아 코드 상태 분석
2025-09-14 14:09:35 +09:00
3978b19a4c docs: Add server log status to OpenSearch installation guide 2025-09-14 14:07:29 +09:00
d5289173c7 docs: Add OpenSearch installation guide for centralized logging
- Compare logging solutions (OpenSearch vs Loki vs ClickHouse)
- Document Docker Compose configuration
- Include Fluentd setup for log collection
- Add system resource requirements
2025-09-14 14:00:42 +09:00
happybell80
6ed59c6569 docs: git pull TLS 패킷 디코딩 오류 트러블슈팅 추가
- nginx 프록시 버퍼 설정으로 해결
- 원인 분석 및 해결 방법 상세 문서화
2025-09-14 13:38:38 +09:00
happybell80
ae34a6a8aa docs: Email 인증 실제 테스트 결과 반영
- happybell80/김종태: 유일하게 성공 (HTTP 200)
- 0914eagle/전희재: refresh_token revoked (재인증 필요)
- cdctfm/HanYong: token 없음 (신규 인증 필요)
- 슬랙 메시지 모순: 실패했는데 이메일 표시는 캐시/더미 데이터
- is_equipped=true이지만 실제 토큰 상태와 불일치

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-13 12:09:18 +09:00
happybell80
3e40e47838 docs: Gmail Token 테이블 실제 현황 반영
- gmail_token 테이블 3건 데이터 확인 (0건 아님)
- 0914eagle, happybell80: refresh_token 보유 (갱신 가능)
- cdctfm: 토큰 없음 (재인증 필요)
- 3명 전원 access_token 만료 상태

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-13 11:56:55 +09:00
happybell80
ac5c1a6b94 docs: DB 테이블명 현황 정확히 수정
- gmail_token은 단수형이 맞음 (DB와 일치)
- auth-server가 gmail_tokens/gmail_token 혼용 중
- Email 문제는 데이터 부재가 원인 (테이블명 아님)

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-13 11:53:49 +09:00
happybell80
5963fc0d62 docs: Daily Summary 중복 실행 문제 해결 문서화
- Gateway 크론잡과 APScheduler 중복 제거
- 환경변수 DAILY_SUMMARY_SCHEDULE 설정
- 9시 단일 실행으로 통일
- 보안 취약점 개선사항 포함

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-13 11:47:39 +09:00
happybell80
d82404229b docs: Email Skill 인증 오류 및 Cron 토큰 문제 트러블슈팅
- Email Skill HTTP 500 오류 분석 (3명 사용자 영향)
- gmail_token vs gmail_tokens 테이블명 불일치 문제 파악
- Cron 인증 취약점 확인 (401 에러 주석 처리됨)
- 해결방안 제시: 테이블명 수정, Cron 인증 강화

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-13 11:32:57 +09:00
happybell80
928d7684a0 docs: ChromaDB telemetry 에러 해결 및 1.0.21 업그레이드 문서화 2025-09-12 11:57:42 +09:00
happybell80
4d5d708147 docs: IME 충돌 문제 해결 과정 추가 (250912)
- 글로벌 키보드 포커스와 한글 입력 충돌 문제
- 다양한 해결 시도와 실패 과정 기록
- 최종적으로 기능 제거로 해결
- IME 관련 웹 플랫폼 한계 교훈 정리
2025-09-12 11:41:50 +09:00
happybell80
f0d740c0ca docs(troubleshooting): rb8001 중복 코드 검사 및 정리 계획 추가 2025-09-11 23:53:46 +09:00
happybell80
67921fde90 docs: DB 저장 성공 결과 및 추가 수정사항 문서화 2025-09-11 23:33:31 +09:00
happybell80
ae7654d895 docs: UUID 체계 전환 및 대화 저장 오류 트러블슈팅 2025-09-11 23:15:27 +09:00
happybell80
96b216932a docs: conversation_log 컬럼 불일치 해결 내용 추가 2025-09-11 21:12:25 +09:00
happybell80
332a25de68 PostgreSQL 테이블명 단수형 통일 작업 문서화
- plans에서 troubleshooting으로 이동
- 날짜 250911로 업데이트
- 완료 사항 체크 및 교훈 추가
2025-09-11 20:50:28 +09:00
02e282948b Delete troubleshooting/250910_claude_postgresql_table_test_results.md 2025-09-11 09:06:53 +09:00
Claude-51124
e1f6621092 docs: Add PostgreSQL table structure test results
- Documented 8 test cases for DB table structure changes
- Verified rb8001 and skill-email database access
- Identified table name discrepancies between docs and actual DB
- Confirmed all code changes were successfully applied
2025-09-11 00:04:32 +09:00
happybell80
5e6de41ed5 docs: replace rb10508_test -> rb10508_micro across docs (partial sweep) 2025-09-10 16:22:46 +09:00
happybell80
04b78c7ebc docs: harmonize rb8001/rb10508 roles, gateway routing, ports; unify proxy_pass slashes; externalize RAG; fix nginx-infra refs; generalize embedding dims; skill sharing notes 2025-09-10 15:51:06 +09:00
4876880160 보안: 9/10 공격 IP 차단 업데이트 (총 14개 규칙) 2025-09-10 15:40:47 +09:00
cf7e7cc6f5 Fix: Gmail 토큰 문서 JSONB 전용으로 정리
- 임시 DB 동기화 방안 제거
- JSONB 전용 전환 방향으로 통일
- 교훈 부분 간소화 (52줄)
2025-09-10 00:31:19 +09:00
e13057e6a7 Fix: Gmail token 불일치 문서 날짜 수정 및 현황 업데이트
- 파일명 250109 → 250909로 수정
- DB 현황 추가 (23:36 갱신 기준)
- 긴급 DB 동기화 SQL 우선순위 변경
2025-09-10 00:28:17 +09:00
Claude-51124
d9b5b49a3b docs: 250909_slack_briefing_failure 문서 업데이트 - 2025-09-10 수정사항 추가 2025-09-10 00:20:35 +09:00
happybell80
9336ed658d docs: Gmail refresh_token 컬럼/JSONB 불일치 문제 트러블슈팅 문서 추가 2025-09-09 23:55:18 +09:00
happybell80
81ba47f661 docs: user_id None 문제 해결 기록 추가 2025-09-09 23:08:19 +09:00
happybell80
00e2d9a9c0 docs: 로빙중 구현 실패 및 교훈 정리 2025-09-09 23:00:04 +09:00
happybell80
651004edfc docs: 시간 인식 및 요일 추가 구현 트러블슈팅 문서 2025-09-09 20:49:31 +09:00
f68e9fae3b docs: 9시 슬랙 브리핑 실패 트러블슈팅 문서 추가
- 봇 토큰 혼용 문제 (Company-X 토큰으로 로빙팀 접근 시도)
- Gmail 토큰 만료 문제
- APScheduler 메서드명 불일치 문제
- 환경변수 분리 방안: ROBEING_SLACK_BOT_TOKEN / COMPANYX_SLACK_BOT_TOKEN

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-09 13:51:23 +09:00
happybell80
7bf037aa86 docs: Add 2025-01-09 skill-publish troubleshooting updates
- Slack empty ephemeral response fix
- Response_url 30-second expiration solution
- Company_name field addition with mapping
- Progress messages throughout publishing flow
- Squarespace edit URL correction
- Fixed news URL instead of news_id
- Gemini summary length retry logic
2025-09-09 02:04:13 +09:00
happybell80
b689d940c4 Docs: skill-publish 거짓 성공 메시지 문제 문서화
- 문제: 큐 추가를 게시 성공으로 오해
- 해결: 30초마다 상태 체크, response_url 업데이트
2025-09-08 21:35:07 +09:00
happybell80
75315b3671 docs: Add published/skipped fields to companyx_news_posting.json structure 2025-09-08 17:29:34 +09:00
happybell80
8ec4fd1456 docs: Update CompanyX news API design - use status field and RESTful endpoints 2025-09-08 17:16:07 +09:00
happybell80
18cb4e733c docs: Update with final solution - header lowercase and signing secret 2025-09-08 16:29:12 +09:00
happybell80
6811277d10 docs: Update Slack interactive proxy - header lowercase issue 2025-09-08 16:17:28 +09:00
happybell80
d73c3f9fc9 docs: Update status for resolved issues 2025-09-08 13:02:10 +09:00