- 파일명: 250729_happybell80_프론트엔드재설계.md → 250729_happybell80_서비스구축및배포복구.md
- 제목: 오늘 하루 전체 작업 내용을 반영하도록 수정
- 프론트엔드 재설계, auth-server 구축, rb8001 배포 복구 모든 내용 포함
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- root 소유 빈 디렉토리 삭제 후 admin 권한으로 재설치
- rb10508 컨테이너 Gemini CLI 오류 완전 해결
- 51124 서버 트러블슈팅 문서 작성 규칙 업데이트
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- server-architecture.md:
- skill-email, skill-news를 51124 서버로 이동
- ChromaDB 추가
- 51123 서버는 로그 저장(/mnt/hdd/logs/) 역할 명시
- log-api-guide.md:
- skill-news 서비스 추가
- 서비스 위치 정보 업데이트
- emergency-manual.md:
- skill 서비스 재시작 방법 추가
- 로그 정리 경로 명시
51124 서버로 모든 로빙 및 스킬 서비스 이전 반영
- log-api-guide.md: 로그 조회 API 사용 가이드
- server-architecture.md: 51123/51124 서버 인프라 구성도
- emergency-manual.md: 비상 대응 매뉴얼 및 트러블슈팅 가이드
로컬 개발자와 51124 서버 담당자가 참고할 수 있도록 문서화
- Slack 3초 타임아웃 완전 해결 (asyncio import 추가)
- 메시지 중복 처리 문제 해결 (DM/멘션 구분)
- 이메일 스킬 호출 안되는 문제 발견 및 분석
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- 스킬 시스템 HTTP 분리 및 마이크로서비스 전환 완료
- Slack 이벤트 처리 무한루프 문제 해결
- EventCache 서비스로 중복 처리 방지
- 봇 메시지 필터링 3중 체크 구현
- 비동기 응답 순서 보장 메커니즘 추가
- 이메일 포함 메시지 필터링 문제 해결
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- 프로젝트 종합 v2로 업데이트
- 새로운 문서 카테고리 반영:
- 철학과 비전
- 아키텍처
- AI 메모리 시스템
- 스킬과 스탯 시스템
- 연구 자료
- 구현 가이드
- 문서 활용 가이드 업데이트
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- .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>
- Document email skill integration attempts
- Explain skill architecture philosophy
- Record path and network issues discovered
- Provide solutions for server deployment
- Docker API를 통한 서비스 체크 구현
- systemd 제거 및 컨테이너 이름 수정
- PostgreSQL과 Neo4j 서비스 추가
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- 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>
- 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