427 Commits

Author SHA1 Message Date
happybell80
a1c4e6705a docs: 프론트엔드 게임 UI 구현 트러블슈팅 문서 추가 2025-07-29 23:24:48 +09:00
ce2c2c9ee9 docs: 프론트엔드 아키텍처 전략 문서 추가
- 게임형 UI의 nginx 정적 서빙 전략
- 51123/51124 서버 역할 분리 명확화
- State Service 및 데이터베이스 아키텍처 설계
- 인증, 로그, 모니터링 통합 전략
- 동적 기능 구현 방법 및 예시 코드
2025-07-29 22:29:56 +09:00
happybell80
acee934ab5 Rename and update troubleshooting documentation
- 파일명: 250729_happybell80_프론트엔드재설계.md → 250729_happybell80_서비스구축및배포복구.md
- 제목: 오늘 하루 전체 작업 내용을 반영하도록 수정
- 프론트엔드 재설계, auth-server 구축, rb8001 배포 복구 모든 내용 포함

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-29 21:48:24 +09:00
8f514355b1 docs: auth-server 심층 분석 및 문서화 작업 트러블슈팅 추가
- auth-server 운영 상태 검토 및 PostgreSQL 스키마 분석
- 멀티테넌트 B2B 인증 허브로서의 역할 확인
- 전체 아키텍처 문서 통합 및 중복 제거
- 프로젝트 맥락 고려 중요성 교훈 반영
2025-07-29 21:13:25 +09:00
8a9e3813c9 docs: 전체 아키텍처 문서에 auth-server 정보 반영
- 00_아키텍쳐.md: auth-server를 멀티테넌트 인증 허브로 추가
- 로빙_아키텍쳐_설계_경량.md: 인증 서비스 섹션 업데이트
- 중복 설명 제거하고 상세 스키마 문서 링크 추가
2025-07-29 21:11:36 +09:00
3117a5e3ff docs: auth-server 데이터베이스 스키마 문서 추가
- PostgreSQL auth_db 스키마 구조 상세 분석
- companies, slack_workspaces 테이블 구조 및 관계
- 멀티테넌트 B2B SaaS 아키텍처 특징 설명
- 현재 데이터 현황 및 로빙 프로젝트와의 연관성
2025-07-29 21:08:28 +09:00
Claude-51124
9c80753294 250729 Claude(51124): Node.js v24.4.0 및 Gemini CLI 설치 문제 해결
- root 소유 빈 디렉토리 삭제 후 admin 권한으로 재설치
- rb10508 컨테이너 Gemini CLI 오류 완전 해결
- 51124 서버 트러블슈팅 문서 작성 규칙 업데이트

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-29 20:53:37 +09:00
a7e69409c1 docs: 51123 서버 서비스 정리 및 auth-server 실행 관련 내용 추가 2025-07-29 20:09:47 +09:00
happybell80
15d776d888 docs: 트러블슈팅 문서 정리 및 업데이트
- 모든 트러블슈팅 파일명을 yymmdd 형식으로 통일
- 오늘 작업 내용 추가 (서버 구조 변경, auth-server 설정)
- Git 작업 실수 관련 교훈 기록
2025-07-29 20:07:20 +09:00
happybell80
cc0bc34fd5 docs: 프론트엔드 및 서버 아키텍처 문서 업데이트
- 프론트엔드 게임 스타일 UI 방향 반영
- GUI 공유 아키텍처 문서 추가
- 서버 구조 변경 반영 (51123/51124 역할 분리)
- 불필요한 구식 문서 제거
2025-07-29 19:59:56 +09:00
b756c9a616 docs: 51124 서버로 서비스 이전에 따른 문서 업데이트
- server-architecture.md:
  - skill-email, skill-news를 51124 서버로 이동
  - ChromaDB 추가
  - 51123 서버는 로그 저장(/mnt/hdd/logs/) 역할 명시

- log-api-guide.md:
  - skill-news 서비스 추가
  - 서비스 위치 정보 업데이트

- emergency-manual.md:
  - skill 서비스 재시작 방법 추가
  - 로그 정리 경로 명시

51124 서버로 모든 로빙 및 스킬 서비스 이전 반영
2025-07-29 19:06:56 +09:00
ef54297247 docs: 서버 인프라 문서 및 API 가이드 추가
- log-api-guide.md: 로그 조회 API 사용 가이드
- server-architecture.md: 51123/51124 서버 인프라 구성도
- emergency-manual.md: 비상 대응 매뉴얼 및 트러블슈팅 가이드

로컬 개발자와 51124 서버 담당자가 참고할 수 있도록 문서화
2025-07-29 18:54:09 +09:00
happybell80
ae9598f8ab refactor: 트러블슈팅 폴더를 docs 밖으로 이동
- docs/troubleshooting/ → troubleshooting/
- DOCS 루트 레벨에 위치하도록 변경
- README.md 링크 경로도 함께 수정
2025-07-29 00:13:42 +09:00
happybell80
9a62420a60 docs: README에 최신 트러블슈팅 문서 추가
- nginx 프록시 및 CI/CD 배포 문제 해결 문서 링크 추가
- 51123/51124 서버 배포 이슈 설명 포함
- 트러블슈팅 폴더 경로 수정 (./troubleshooting/)
2025-07-29 00:12:31 +09:00
happybell80
4d41e3c789 docs: nginx 프록시 및 CI/CD 배포 문제 해결 트러블슈팅
- nginx HTTP 프록시 설정 문제 해결
- SSH 키 인증 실패 및 해결 과정
- Actions exit status 1 문제 해결
- ChromaDB sentence-transformers 초기화 문제 해결
- 51123, 51124 서버팀과 협업 내용 포함
2025-07-29 00:09:44 +09:00
happybell80
3d8d0d6bf7 Add troubleshooting: 51124 서버 이전 작업 전체 과정 문서화 2025-07-27 02:00:57 +09:00
happybell80
e52fe15772 Add troubleshooting: nginx 프록시 설정 문제 및 해결 방안 2025-07-27 01:39:03 +09:00
happybell80
2e0e3ba5c9 Add: 뉴스 스킬 이식 트러블슈팅 문서
- company-x_homepage의 뉴스 기능을 RO-BEING 스킬로 이식
- 마이크로서비스 아키텍처 전환 과정 문서화
- 주요 이슈와 해결 방법 정리
- 교훈 섹션 포함
2025-07-26 16:50:44 +09:00
0914eagle
80edf25e9a Feat: 아키텍쳐 설계 수정 2025-07-24 14:09:36 +09:00
0914eagle
42d6b0335f 로빙 아키텍쳐 경량 버전 제시 2025-07-24 11:26:39 +09:00
happybell80
7ecef617af Optimize Docker build time - remove unused dependencies
- Remove torch (2GB+), sentence-transformers, alembic
- Remove unused Google auth packages
- Enable pip cache in Dockerfile
- Add base image strategy for faster CI/CD builds
- Expected build time reduction: 5min -> 30sec
2025-07-23 13:35:32 +09:00
happybell80
4a71eddb43 docs: 250723 트러블슈팅 - Slack 3초 타임아웃 해결 및 스킬 호출 문제
- Slack 3초 타임아웃 완전 해결 (asyncio import 추가)
- 메시지 중복 처리 문제 해결 (DM/멘션 구분)
- 이메일 스킬 호출 안되는 문제 발견 및 분석

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-23 01:16:06 +09:00
happybell80
aea7632e6c 이메일 스킬 레벨 시스템 문서 추가, 트러블슈팅 파일명 간소화
- 이메일 스킬 6단계 레벨 시스템 문서화
- 트러블슈팅 파일명 변경: 파일그래프시각화개발 → 개발작업
2025-07-23 00:11:35 +09:00
happybell80
48ee2bda44 트러블슈팅: 파일 그래프 시각화 도구 개발 과정 문서화 2025-07-22 21:47:07 +09:00
happybell80
31cd7d994c Add skill-email Actions configuration troubleshooting and update robing memory issue doc
- Add Gitea Actions configuration failure troubleshooting for skill-email
- Update nginx port configuration in existing troubleshooting doc

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-22 17:28:10 +09:00
happybell80
2d1352fe18 트러블슈팅 문서 업데이트 - Slack 이벤트 무한루프 및 중복 처리 해결
- 스킬 시스템 HTTP 분리 및 마이크로서비스 전환 완료
- Slack 이벤트 처리 무한루프 문제 해결
- EventCache 서비스로 중복 처리 방지
- 봇 메시지 필터링 3중 체크 구현
- 비동기 응답 순서 보장 메커니즘 추가
- 이메일 포함 메시지 필터링 문제 해결

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-22 01:38:00 +09:00
happybell80
0cd5f448f0 트러블슈팅 문서 추가 - 로빙 기억력 문제 및 nginx 포트 추가 2025-07-21 23:54:34 +09:00
happybell80
c4dc18aafc README.md 새 문서 구조에 맞게 전면 개편
- 프로젝트 종합 v2로 업데이트
- 새로운 문서 카테고리 반영:
  - 철학과 비전
  - 아키텍처
  - AI 메모리 시스템
  - 스킬과 스탯 시스템
  - 연구 자료
  - 구현 가이드
- 문서 활용 가이드 업데이트

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-21 23:04:16 +09:00
happybell80
45f9e83edb 문서 구조 대규모 재편성
- .gitignore에 .archive/ 폴더 추가
- 기존 문서들 재구조화 및 v2로 업데이트
- 새로운 문서 카테고리 추가:
  - ai-memory: AI 메모리 시스템 관련
  - architecture: 시스템 아키텍처 설계
  - implementation: 구현 가이드
  - philosophy: 프로젝트 철학
  - research: 연구 자료
  - skills-stats: 스킬 및 스탯 시스템

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-21 22:54:43 +09:00
happybell80
11c9f1f190 트러블슈팅 문서 추가 - 이메일 스킬 HTTP API 분리 및 아키텍처 전환 2025-07-21 19:47:09 +09:00
happybell80
396011c2ed 트러블슈팅 문서 추가 - ChromaDB 캐시 권한, 메모리 시스템 및 다국어 임베딩, 배포 워크플로우 최적화 2025-07-21 18:11:51 +09:00
happybell80
591e1c5983 Add troubleshooting: Email skill integration and skill architecture design
- Document email skill integration attempts
- Explain skill architecture philosophy
- Record path and network issues discovered
- Provide solutions for server deployment
2025-07-18 19:24:54 +09:00
happybell80
2db30c767d docs: Admin 페이지 서비스 상태 체크 개선 트러블슈팅
- Docker API를 통한 서비스 체크 구현
- systemd 제거 및 컨테이너 이름 수정
- PostgreSQL과 Neo4j 서비스 추가

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 19:09:59 +09:00
happybell80
6fcbd5599a 불필요한 CLAUDE.md 삭제 및 README 간소화
- CLAUDE.md 파일 삭제
- README.md 제목 간소화

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 00:56:00 +09:00
happybell80
47b40726fc docs: add frontend-customer static build deployment troubleshooting
- Add detailed troubleshooting for CI/CD pipeline improvements
- Add nginx static file serving configuration changes
- Add permission issues resolution with www-data user
- Rename file to reflect both auth server and static deployment topics
2025-07-18 00:33:16 +09:00
happybell80
5efda23360 docs: 트러블슈팅 문서 제목 수정
- Email Skill 리팩토링 내용이 추가되어 제목을 포괄적으로 변경
2025-07-17 22:01:51 +09:00
happybell80
83f1bca146 docs: Email Skill 클린 아키텍처 리팩토링 내용 추가
- 비즈니스 로직 분리 및 함수형 프로그래밍 적용
- 테스트 코드 작성 및 실제 환경 테스트 완료
- 클린 아키텍처 패턴으로 확장 가능한 구조 구현
2025-07-17 22:00:48 +09:00
happybell80
6e4c939527 docs: auth 서버 구축 및 Gmail OAuth 연동 트러블슈팅 2025-07-17 17:39:04 +09:00
happybell80
fd9b5228a4 docs: auth.ro-being.com HTTPS 설정 문서 추가
- SSL/HTTPS 설정 과정 상세 기록
- nginx-deploy 저장소 구조 설명
- 문제 해결 과정 및 최종 결과 추가
2025-07-17 00:33:11 +09:00
happybell80
f2b4e09b1c docs: 중앙 인증 서버(auth.ro-being.com) 구축 트러블슈팅
- auth-server 저장소 생성 및 기본 구조 설정
- nginx 리버스 프록시 설정 (포트 9000)
- OAuth 인증 플로우 설계 문서화
- proxy_pass 끝 슬래시(/) 중요성 명시
2025-07-16 23:44:41 +09:00
happybell80
53e1410ca9 docs: Neo4j Docker 컨테이너 연결 문제 트러블슈팅 문서 추가
- Linux Docker의 host.docker.internal 미지원 문제 해결
- UFW 방화벽과 Docker 네트워크 충돌 해결
- network_mode: host를 사용한 최종 해결책 문서화
- Neo4j 초기 설정 및 비밀번호 변경 과정 포함
2025-07-16 19:20:54 +09:00
happybell80
2165e9a8f8 Admin Dashboard UI 개선 트러블슈팅 문서 추가
- 전체 작업 과정과 해결한 문제들 정리
- Chart.js 그래프 사라짐 이슈 해결 과정
- 모바일 반응형 문제 해결 방법
- 다크모드 차트 색상 이슈 해결
- 성능 최적화 및 브라우저 호환성 정보

🤖 Generated with Claude Code
2025-07-16 18:37:12 +09:00
happybell80
ccaf367916 docs: Add troubleshooting guide for Gemini CLI, Slack, and network issues
- Document Gemini CLI executable not found solution
- Add USE_ASYNC_RESPONSE configuration fix
- Explain network integration for backend communication
- Include CI/CD path migration from test_api to rb10508_test

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-16 16:12:13 +09:00
happybell80
7e1e9f621a docs: add rb8001 PostgreSQL connection troubleshooting guide
- Document Docker network isolation issue and resolution
- Include network_mode: host configuration steps
- Add PostgreSQL user creation and permission setup
- Compare different connection methods and trade-offs
- Include verification steps and testing procedures
2025-07-16 12:40:14 +09:00
happybell80
c02f34b713 Merge branch 'main' of https://git.ro-being.com/ivada_Ro-being/docs 2025-07-16 12:07:59 +09:00
happybell80
e07acf9d73 docs: add robeing instance database separation troubleshooting guide
- Document rb8001 and rb10508_test DB separation process
- Include server infrastructure setup and code modifications
- Explain design decisions for ChromaDB and log storage
- Add scalability considerations and future directions
2025-07-16 12:07:18 +09:00
happybell80
d4f1956a5e refactor: test-api-container를 rb10508_test로 이름 변경 2025-07-16 10:52:48 +09:00
happybell80
f1b7b0c1d5 Reorganize troubleshooting directory structure
- Moved 20250715_github_migration_to_local.md to docs/troubleshooting/
- Added new file 20250715_rb8001_rb10508_integration.md with integration process documentation
2025-07-16 09:44:24 +09:00
happybell80
c2ab4e1cd6 docs: add rb8001 deployment troubleshooting guide
- Document issues encountered during rb8001 deployment
- Record solutions for port configuration, env variables, Docker optimization
- Include lessons learned from rb10508_test integration
2025-07-16 01:47:39 +09:00
happybell80
7a03822e31 Merge branch 'main' of https://git.ro-being.com/ivada_Ro-being/docs 2025-07-15 21:51:16 +09:00