851 Commits

Author SHA1 Message Date
happybell80
5d91cb58f8 Create NAVER WORKS integration scenarios document
- Slack to NAVER WORKS mail summary scenario
- Cold email auto-posting to Slack Canvas
- Morning mail briefing automation
- Calendar to Slack reminder sync
- Mail auto-classification and tagging
- Implementation phases and technical considerations
2025-09-17 20:54:29 +09:00
happybell80
52597df813 Add frontend implementation plan for NAVER WORKS OAuth
- Login button with icon location
- Auth context modifications
- Skills panel passport integration
- Callback handling process
- UI/UX guidelines
2025-09-17 20:46:39 +09:00
happybell80
39e1cddbb4 Clarify passport/install endpoint purpose - Installation/authorization, not login 2025-09-17 20:41:43 +09:00
happybell80
eb0bf18307 Add NAVER WORKS console configuration details
- Add both callback URLs (normal and passport)
- Add OIDC Logout Redirection setting
- Match actual console configuration requirements
2025-09-17 20:40:49 +09:00
happybell80
e61491800a Fix documentation inaccuracies for NAVER WORKS OAuth
- Change nginx-deploy to nginx-infra (actual directory name)
- Clarify DB table name: user (SQLAlchemy) not users
- Update Private Key storage: Base64 in .env, not file path
- Clarify callback: GET only (standard OAuth), not POST
- Add RS256 algorithm confirmation for JWT signing
2025-09-17 20:38:11 +09:00
happybell80
7e45e00e9b Update NAVER WORKS documentation with OAuth patterns matching Gmail/Slack
- Add OAuth endpoint patterns for all providers (Gmail, Slack, NAVER WORKS)
- Unify Redirect URL domain to auth.ro-being.com across all providers
- Update Private Key storage location (Base64 in .env)
2025-09-17 20:35:59 +09:00
happybell80
0680384ee1 Update NAVER WORKS API guide with implementation details and security notes 2025-09-17 20:29:39 +09:00
happybell80
47265ebe76 Consolidate NAVER WORKS OAuth documentation - Remove redundant troubleshooting file, merge content into API guide 2025-09-17 20:28:48 +09:00
happybell80
0d4f55e2af Update NAVER WORKS OAuth security notes - Private Key handling documented 2025-09-17 20:24:22 +09:00
happybell80
d3f44cee2b Update NAVER WORKS OAuth implementation documentation
- Add NAVER WORKS OAuth to authentication system architecture
- Update API integration guide with confirmed endpoints and decisions
- Create troubleshooting guide for implementation
2025-09-17 20:22:27 +09:00
happybell80
9ea40568a0 Add new idea documents: FastAPI concepts, automation agents, Slack emoji reactions 2025-09-17 20:00:09 +09:00
happybell80
cdc61f01c4 docs: skill-rag-file 파일 처리 실패 문제 기록
- 파일명 길이 초과 문제 (한글 URL 인코딩)
- 파일 형식 미지원 (JPG, HWP)
- 중복 파일 처리 오류
2025-09-17 02:06:16 +09:00
happybell80
c444485896 docs: 파일 내용으로 인한 의도 오분류 문제 추가
- 파일 업로드시 이메일 서비스 오류 문제 기록
- 원인 분석 및 해결 시도 내역 추가
- 구조적 문제와 근본 해결 방안 제시
2025-09-17 01:58:41 +09:00
happybell80
b686f412aa docs: 불필요한 남은 과제 섹션 제거 2025-09-17 01:06:56 +09:00
happybell80
fbdb62d33e docs: rb8001 파일 처리 즉시 응답 방식 개선 내용 추가 2025-09-17 00:43:21 +09:00
happybell80
44896f1b1e docs: skill-rag-file 연동 문서 업데이트
- 중복 코드 제거
- 미해결 문제 추가 (파일 활용, 볼륨 마운트)
- ChromaDB 검색 구조 설명 추가
2025-09-16 23:54:13 +09:00
e475480277 Remove completed items from unresolved matrix - 완료된 항목 전체 제거 2025-09-16 23:32:54 +09:00
happybell80
088d8ed24d docs: ChromaDB 메타데이터 손상 문제 해결 완료
- 해결 과정: ChromaDB 초기화 (24 서버)
- 원인: ChromaDB 1.0.x 스키마 자동 마이그레이션 실패
- 결과: 정상 작동 중 (2025-09-16 23:23 해결)
2025-09-16 23:29:55 +09:00
9a6ce27e27 Update 000000_unresolved_items_matrix.md - 해결된 항목 제거 및 새 항목 추가
- Quick Wins: Slack OAuth username 업데이트 해결됨
- Major Projects: 네이버웍스 캘린더, Slack 캔버스, 감정분석, HWP→PDF 변환, news 리팩토링 추가
- Fill-ins: ChromaDB, ENV 정리, 임베딩 오류처리, 헬스체크, Company-X 필터링 추가
- Consider Later: 전역 ENV 감사, Slack Canvas 고급 시나리오 추가
- Recently Completed 섹션 추가 (기존 Security & Maintenance 대체)
2025-09-16 23:19:18 +09:00
happybell80
f48536bc80 docs: Slack UUID 매핑 실패 문제 해결 문서 업데이트
- 근본 원인 파악: Google 가입 사용자의 oauth_id NULL
- 해결 방법: Slack 로그인 시 oauth_id 업데이트
- 상태: 해결됨
2025-09-16 23:12:25 +09:00
happybell80
7d3e72b9a4 docs: Slack 사용자 UUID 매핑 실패 문제 문서화
- PostgreSQL user_id NULL 제약 위반 에러
- slack_user_to_uuid() 반환값 None 문제
- JWT username 필드 None 관련
2025-09-16 22:48:14 +09:00
happybell80
156b9ee712 docs: CompanyX 뉴스 문제 해결 완료
- 검증 결과 및 테스트 내용 추가
- 중복 제거 로직 설명 추가
- 상태: 해결 완료
2025-09-16 22:19:37 +09:00
happybell80
579626edb8 docs: CompanyX 뉴스 문제 해결 내역 업데이트
- 근본 원인 명확화
- 해결 내역 및 수정 파일 기록
- 의사코드 제거, 사실만 기록
2025-09-16 21:24:03 +09:00
happybell80
8f62e9c4d4 docs: 250916 트러블슈팅 및 아이디어 문서 정리
- ChromaDB 메타데이터 손상 문제 문서화
- CompanyX 뉴스 검증 로직 현황 수정
- 4개 아이디어 문서에 프로젝트 구현 상태 추가
  - HWP-PDF 변환: skill-rag-file 미지원
  - 네이버웍스 캘린더: OAuth2/서비스 미구현
  - 감정 분석: ONNX 미통합, API 미구현
  - 슬랙 캔버스: API 전체 미사용
2025-09-16 19:28:52 +09:00
Claude-51124
7fabe113b7 docs: CompanyX 뉴스 잘못된 기사 송출 문제 트러블슈팅 2025-09-16 12:34:17 +09:00
happybell80
f5c73704ef docs: rb8001 비동기 병렬 파일 처리 구현 문서화
- Semaphore를 이용한 동시 처리 제한 (3개)
- asyncio.gather로 병렬 처리 구현
- 파일 크기에 관계없이 독립적 처리

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-16 01:48:41 +09:00
happybell80
5af6a374bb docs: 사실만 기록 - 추측 제거
- 실제 테스트 결과만 기록
- 구체적인 파일명, ID, 경로 포함
- 추측성 문구 제거

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-16 01:16:22 +09:00
happybell80
1ab830f245 docs: PostgreSQL 권한 문제 해결 내용 추가 2025-09-16 01:05:12 +09:00
happybell80
767ed87deb docs: Update rb8001-skill-rag-file integration status
- rb8001 파일 처리 로직 구현 완료
- skill-rag-file DB 모델 동기화 완료
- 남은 작업: Slack team_id → DB UUID 매핑

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-16 00:56:20 +09:00
e7c9b6691c docs: skill-rag-file 실제 구현 상태 반영
- skill-rag-file 구현 완료 상태로 수정 (API, 서비스, DB 모델 존재)
- POST /api/search로 메서드 수정 (GET 아님)
- DB 스키마 불일치 명시 (PostgreSQL vs 코드 모델)
- 저장 경로 기본값 수정 (/mnt/51123data/documents)
- 비동기 처리 함수명 수정 (process_slack_message_async)
2025-09-16 00:47:45 +09:00
0a61f6b650 docs: rb8001-skill-rag-file 연동 구조 정확한 정보로 업데이트
- 확인된 사실만 기록 (테이블 생성됨, 디렉터리 존재, bot_token 보유)
- 실제 메시지 플로우 경로 정확히 기록
- rb8001 파일 처리 코드 위치 명시 (slack_handler.py:244)
- 미구현 부분 명확히 표시
2025-09-16 00:32:13 +09:00
d2e7299686 docs: rb8001-skill-rag-file Slack 파일 연동 구조 문서화
- 트러블슈팅: rb8001에서 skill-rag-file 호출 구조 정리
- RAG 아키텍처: Slack 파일 처리 플로우 추가
- team_id 기반 저장 구조로 변경 (user_id → team_id)
- /mnt/hdd/data/documents/ 경로 업데이트
2025-09-16 00:25:35 +09:00
happybell80
bc8e2665f4 docs: skill-rag-file 구축 완료 문서 정리
- Docker 빌드, SSHFS 볼륨, SQLAlchemy, ChromaDB 이슈 해결
- 77줄로 핵심 정보만 정리
- 서비스 정상 작동 확인

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-16 00:15:16 +09:00
2c7616b460 docs: 중복 정보 제거 및 확정 사항 정리 2025-09-15 22:58:45 +09:00
f478edb778 docs: skill-rag-file RAG 시스템 초기 구축 문서
- PostgreSQL team_document 테이블 생성
- SSHFS /mnt/51123data 마운트 설정
- 파일 저장 구조 /mnt/hdd/data/documents/ 결정
- 서비스 포트 8508 할당

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 22:43:04 +09:00
Claude-51124
3f296b7206 docs: skill-rag-file 포트를 8508로 설정 및 시스템 구성 섹션 추가 2025-09-15 22:16:52 +09:00
61e07bd53a fix: team_document 테이블에서 uploaded_by 컬럼 제거
- 삼각형 의존성 제거 (user-team-document)
- 업로더 정보는 metadata JSONB에 기록
- 팀 문서는 팀 공유 자산으로 단순화

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 22:11:08 +09:00
1a34f49680 docs: team_document 테이블 추가
- RAG 파일 시스템용 team_document 테이블 스키마 추가
- 팀별 문서 저장/관리 구조
- ChromaDB 연동을 위한 chunk_count, text_content 컬럼
- 파일 중복 방지를 위한 file_hash 인덱스

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 22:08:55 +09:00
happybell80
ad09346aee docs: 감정 그래프 시스템 구현 가이드 추가
- ideas/emotion_graph_implementation.md로 배치
- klue/bert-base 기반 7개 감정 분류 시스템
- Temperature Scaling 확률 보정 기법
- ONNX 변환 및 PostgreSQL 시계열 저장 방안
2025-09-15 21:55:30 +09:00
happybell80
ca0d894f61 docs: Slack Canvas 연동 가이드 ideas로 이동
- ideas/slack_canvas_integration.md로 배치
- 불필요한 integrations 폴더 제거
- Canvas API 구현 가이드 및 예시 코드 포함
2025-09-15 21:25:13 +09:00
1d673ee0bb docs: RAG 파일 처리에 로빙 철학 및 구체적 구현 전략 반영
- 기억 모듈 철학 추가 (정보엔트로피, 감정기반 선택적 저장)
- 스탯 성장 원칙과 경험치(XP) 시스템 통합
- PDF 처리 스킬의 구체적 전략 (구조 분석, 청킹, 캐싱)
- DB 스키마에 로빙 철학 기반 컬럼 추가
- 단계별 확장 계획 구체화 (베이지안 갱신, A/B 테스트 등)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 21:16:02 +09:00
137bde59fa docs: RAG 문서에 OCR 구현 계획 링크 추가
- 상단 관련 문서 섹션에 OCR 구현 계획 링크 추가
- 파일 형식 섹션의 OCR 옵션 부분에 링크 추가
- 250909_ocr_skill_implementation_plan.md 참조
2025-09-15 20:46:51 +09:00
c8bcb396cc fix: Mermaid 다이어그램 문법 오류 수정
- 괄호와 특수문자 포함된 노드 레이블을 큰따옴표로 감싸기
- POLICY, CAND1-3, EXEC 노드의 파싱 오류 해결
2025-09-15 20:32:49 +09:00
e9b199f1c4 refactor: 하드코딩 URL 제거 문제 우선순위 재조정
- Quick Wins에서 Major Projects 1번으로 이동
- 난이도: 30분 → 3-4주로 상향 조정
- 15개 이상 서비스 전체 수정 필요로 복잡도 높음
- Stats API 중복 해결 문제 추가
- 문서 링크 250915_hardcoded_url_removal.md로 업데이트
2025-09-15 20:26:46 +09:00
happybell80
71251274d2 docs: VLA/Diffusion 자율 에이전트 연구 문서 추가
- robeing_vla_diffusion_deep_dive.md를 research/autonomous_agents로 이동
- VLA(Vision-Language-Action) 및 Diffusion 모델 기술 분석
- ZeroGUI 자율 학습 메커니즘 설명
- 로빙 적용 시나리오 및 장기 로드맵 포함
2025-09-15 20:24:24 +09:00
happybell80
7837cd2751 docs: 하드코딩 URL 전체 현황 문서 수정
- 기존 문서에 전체 서비스 하드코딩 위치 추가
- rb8001, skill-* 서비스들 하드코딩 상세 추가
- frontend-base, nginx-infra 추가
- 실제 사용 환경변수명 정정
- 교체 가이드 추가
2025-09-15 20:21:23 +09:00
happybell80
d890e32a0d fix: rb8001 stats API 문서 사실 검증 수정
- rb8001과 rb10408_test 에러 메시지 구분 명시
- router.py 162줄은 주석만 존재 (호출 코드 없음)
- 확인된 사실만 기록, 추측 제거
2025-09-15 19:55:55 +09:00
2b323bf2d5 docs: 하드코딩 URL 제거 작업 문서 작성
- auth-server, frontend-customer, robeing-gateway 하드코딩 현황
- 각 파일별 정확한 라인 번호와 하드코딩된 값 기록
- localhost, 192.168.219.*, ro-being.com 도메인 포함
- 필요한 환경변수 목록 정리
2025-09-15 19:52:34 +09:00
happybell80
64a77618fa fix: rb8001 stats API 문서 정확성 수정
- 에러 메시지 위치: brain_service.py:56 (router.py 아님)
- robeing-monitor 경로: /stats/{id} (gateway와 불일치)
- DB 스키마 차이: robeing_id vs robeing_container_id
- 설정값 위치: config.py는 None, state_client.py가 8507 기본값
2025-09-15 19:50:41 +09:00
happybell80
f372ee436c docs: rb8001 stats API 중복 구현 문제 조사
- Failed to load stats 에러 원인 분석
- rb8001 내부와 robeing-monitor 중복 구현 확인
- 관련 파일, 함수, 엔드포인트 정확히 기록
2025-09-15 19:44:44 +09:00