698 Commits

Author SHA1 Message Date
happybell80
a8b8a12aa4 Update Slack 메시징 운영 런북 - 완전판
- 모든 파일 경로와 함수명 추가
- 포맷/토큰/채널/스레드/DM 공통점 추가
- 차이점 요약 섹션 추가
- 엔드투엔드 흐름 요약 추가

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:02:23 +09:00
happybell80
05128e2d49 Add Slack 메시징 운영 런북 문서
- 전체 Slack 메시징 아키텍처 정리
- 서비스별 역할과 토큰 전략 문서화
- 메시지 전송 경로와 플로우 정리
- 채널/스레드/DM 처리 규칙 명시

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 14:55:24 +09:00
95fe7a058a docs: Rate Limiting 테스트 결과 및 문제점 문서화
- 분당 20회 제한 정상 작동 확인
- 500 에러 반환 문제 발견 (429 반환해야 함)
- rate_limit_handler 수정 필요

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 14:44:15 +09:00
51aa4f033a docs: Rate Limiting 구현 세부사항 확인 완료
- redis==5.0.1, slowapi==0.1.9 버전 확정
- auth-redis 네트워크 연결 정보 확인 (appnet, 172.21.0.2)
- 미확인 사항 모두 해결

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 14:33:54 +09:00
1d4673f5ee docs: Rate Limiting 구현 방법 문서화
- /api/chat 엔드포인트 Rate Limiting 미구현 이슈 문서화
- 분당 20회 제한 정책 결정
- main.py 4줄 수정으로 구현 가능
- rate_limiter.py 신규 파일 생성 필요

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 14:31:34 +09:00
52f786fbdb docs: 아키텍처 문서에서 TODO 및 추측성 내용 제거
- 310_전체_시스템_구조: '개선 필요' 등 예측 제거
- daily_briefing_sequences: '미구현', '필요한 플로우' 섹션 삭제
- 아키텍처 문서는 현재 상태만 기록

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 13:55:26 +09:00
26255cc901 docs: 아키텍처 문서에서 TODO 항목 제거
- 380_authentication_system.md에서 '추가 필요 사항' 섹션 삭제
- 아키텍처 문서는 현재 구현 상태만 기록
- TODO는 plans/troubleshooting 문서로 이동

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 13:52:15 +09:00
d2179739f6 fix: 본인 확인 검증 문제 해결 완료
- JWT.sub 매칭 구현 및 테스트 완료 (403 Forbidden 정상 작동)
- Gateway commit 8ca5c6b, robeing-monitor commit f3b0235
- Critical 항목에서 제거 (3개→2개)
- 테스트 결과 문서화

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 13:46:55 +09:00
a8f3af04fb docs: JWT.sub 매칭 미구현 취약점 상세 문서화
- 본인 확인 검증 문제 정확한 플로우 추가
- JWT 토큰 구성 (Gmail/Slack) 상세 명시
- 취약 엔드포인트 목록 업데이트
- JWT.sub ≠ URL.user_id 검증 없음 명확화

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 13:29:26 +09:00
61b374636e docs: robeing_stats 오류 해결 완료
- 250914 문서 상태를 해결됨으로 변경
- 미해결 항목 매트릭스에서 Stats 스키마 정합 제거
- 해결 내역: robeing_container_id 컬럼명 수정
2025-09-15 13:02:21 +09:00
b902797eec docs: robeing-monitor 스키마 오류 정확한 정보 업데이트
- 서비스 위치: 51124:9024
- Gateway 호출 경로 및 라인 번호 추가
- DB 테이블/컬럼 불일치 상세 정보
- 수정 필요 파일 경로 명시
- API 엔드포인트 목록 추가
2025-09-15 12:51:44 +09:00
1dd9ae697a docs: nginx/TLS 상태 정보 추가 및 포트 정보 수정
- 2025-09-15 기준 nginx/TLS 현재 상태 상세 기록
- auth-server 포트 9000으로 수정 (8000 아님)
- 인증서 위치, nginx 설정 파일 라인 번호 등 상세 정보 추가
2025-09-15 12:19:07 +09:00
2e1dd1153f docs: OpenSearch/nginx TLS 설정 현황 및 결정 사항 정리
- nginx HTTPS 이미 활성화 확인
- OpenSearch는 nginx 리버스 프록시 방식 채택
- 내부 HTTP 통신 유지 결정
2025-09-15 12:08:26 +09:00
happybell80
22e4621812 docs: Rename technical debt to unresolved items matrix 2025-09-15 00:10:51 +09:00
happybell80
64097c6279 docs: Simplify update checklist to single line 2025-09-15 00:09:45 +09:00
happybell80
916e6665f8 docs: Create unresolved technical debt matrix with Eisenhower prioritization 2025-09-15 00:08:10 +09:00
happybell80
c4debac6db docs: Update authentication system and troubleshooting docs 2025-09-14 23:57:51 +09:00
happybell80
3477f65abf docs: Update preferences API status - mark as partially implemented due to schema mismatch 2025-09-14 23:57:15 +09:00
happybell80
79e57dbd09 docs: OpenSearch 문제 해결 내용 정리
- 불필요한 추측 제거
- 근본적 해결책만 명시 (볼륨 마운트 추가)
- 현재 상태 업데이트 (헬스체크 실패)

🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-14 23:24:22 +09:00
happybell80
0698c497f4 docs: mark JWT + Slack interactive resolved; Slack mapping partial; add cross-links (8/28, 9/08, 9/11) 2025-09-14 23:23:43 +09:00
happybell80
e7f7800523 docs: OpenSearch CI/CD 배포 문제 해결 추가
- Password 파싱 오류 (이스케이프 문제)
- 인증서 볼륨 마운트 누락 문제
- Gitea Secrets 한계점 설명
- 해결 방안 제시

🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-14 23:12:34 +09:00
happybell80
17a12b62f5 docs: ACP 리서치 문서 파일명 변경
ACP_동향_리서치.md → ACP_ANP_프로토콜_리서치.md로 변경
ANP 프로토콜 내용 추가 반영

🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-14 22:45:23 +09:00
happybell80
5d40b731c1 Update: 깡프로뉴스 용어추출 구현 결과 반영 2025-09-14 21:10:08 +09:00
happybell80
c3a1570875 깡프로 뉴스 용어 추출 기능 구현 문서 업데이트
- startup_news_skill.py 생성 및 구현 내용 문서화
- main.py 리팩토링 (732→683줄) 내용 반영
- 환경변수 및 구현 체크리스트 업데이트
2025-09-14 19:55:01 +09:00
happybell80
2d84b87e8c docs: startup_news_skill.py 구현 방안으로 문서 수정 2025-09-14 19:35:47 +09:00
happybell80
0fef5fe052 docs: 깡프로 뉴스 예상 결과 및 구현 영향 추가 2025-09-14 19:19:28 +09:00
happybell80
e5a586bac8 docs: 깡프로 뉴스 파일 경로 및 구조 문제 명확히 기록 2025-09-14 19:00:00 +09:00
happybell80
f3e494a267 docs: rb8001 리팩토링 계획 - 로빙 철학 기반 구조 개선 2025-09-14 18:51:34 +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
hhyong
1d906a6104 Upload files to "300_architecture/database/img"
갱신된 ER 다이어그램
2025-09-14 11:28:22 +09:00
hhyong
5da96bc1e7 Add 300_architecture/database/ER.md
ER 다이어그램 갱신
2025-09-14 11:27:58 +09:00
hhyong
606de8ac07 Upload files to "300_architecture/database/img"
ER 다이어그램 250914 기준 추가
2025-09-14 11:21:44 +09:00
hhyong
f7663ec153 Delete 300_architecture/database/img/er_250914.png/Robeing.png 2025-09-14 11:21:11 +09:00
hhyong
62a47fd4ce Upload files to "300_architecture/database/img/er_250914.png"
ER 다이어그램 추가
2025-09-14 11:20:47 +09:00
hhyong
67ce62d4ab Upload files to "300_architecture/database"
`sqlcodegen`을 사용하여 추출한 ORM 추가
2025-09-14 11:17:49 +09:00