352 Commits

Author SHA1 Message Date
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
happybell80
676f86de50 docs: Mark CompanyX news issue as fully resolved 2025-09-08 13:00:27 +09:00
happybell80
9e7883431e docs: Add HDD sync status to rb8001 logging doc 2025-09-08 12:58:30 +09:00
happybell80
891ed14e1e Update: Schedule separation to 09:10 resolved OOM issue - memory limits optional 2025-09-08 12:46:13 +09:00
happybell80
965cb19db7 Update: rb8001 file logging implemented - will be synced to HDD by cron job at 3am 2025-09-08 12:39:40 +09:00
happybell80
7b483b9b6d Deduplicate: Remove redundant log storage solutions - keep cron job as final implementation 2025-09-08 12:36:24 +09:00
happybell80
d2ff32eaff Update: Logging implementation completed and deployed - 7.6KB log file persisting after restart 2025-09-08 12:28:57 +09:00
happybell80
1fa7b2186b Reduce: Document to 72 lines with core facts - OOM Kill, error logging, schedule changes 2025-09-08 12:17:49 +09:00
happybell80
c62a1b9b27 Update: Apply industry standard logging practices - separate module, dual handlers, JSON format 2025-09-08 12:10:56 +09:00
happybell80
d3faba29c7 Update: Emphasize rb8001 is production robeing handling all skills and Slack interactions 2025-09-08 11:58:11 +09:00
happybell80
c4897cff78 Add: rb8001 logging system implementation gap analysis - plans exist but not implemented 2025-09-08 11:50:53 +09:00
happybell80
f128957f7f Update: CompanyX headline schedule changed from 09:00 to 09:10 to avoid resource contention 2025-09-08 11:32:33 +09:00
happybell80
6d4074b118 Add troubleshooting doc: CompanyX headline failure due to resource contention and empty error messages 2025-09-08 11:28:20 +09:00
happybell80
e44acb1e1e docs: rb8001 타임아웃 문제 해결 내역 추가 2025-09-08 02:27:00 +09:00
happybell80
d2525cf6f8 docs: Company-X 뉴스 데이터 통합 관련 문서 업데이트
- 250907_company_x_news_zero_articles.md: companyx_news_posting.json 변경 반영
- companyx_history.json → companyx_news_posting.json 수정
2025-09-08 01:15:42 +09:00
happybell80
d372c9c9ba docs: Company-X 뉴스 데이터 통합 문제 해결 문서 작성
- 문제: skill-news가 본문/요약 없이 URL/제목만 저장
- 해결: companyx_news_posting.json으로 전체 데이터 통합
- 시간 파싱 기능 추가 및 단계별 업데이트 구현
- company-x_hompage와 동일한 JSON 구조 적용
2025-09-08 01:05:17 +09:00