1691 Commits

Author SHA1 Message Date
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
happybell80
fc0b66a5f2 Reorganize troubleshooting documents and add GitHub migration guide
- Move docker network timeout issues to correct docs/troubleshooting/ directory
- Add comprehensive GitHub migration to local project guide
- Remove duplicate troubleshooting directory in root

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-15 21:50:58 +09:00
happybell80
343ed99593 docs: 프로젝트 개요를 프로젝트 종합으로 이름 변경 및 내용 업데이트
- 스탯 시스템 상세화 (레벨업, 범위 명시)
- PPTX Analyzer 스킬 추가
- 개발 도구 통합 아이템 카테고리 추가
- AI 모델 전략 구조화
- README 링크 업데이트

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-15 21:20:10 +09:00
happybell80
bca147af13 docs: 프로젝트 개요 문서 업데이트
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-15 17:11:33 +09:00
24ff791e9e docs: 시스템 메트릭 그래프 time_bucket 쿼리 오류 트러블슈팅 문서 추가
- TimescaleDB time_bucket 함수와 asyncpg 파라미터 바인딩 문제
- f-string 직접 삽입으로 해결
- SQL injection 방지 방안 포함
2025-07-15 02:00:27 +09:00
ba52ee2200 docs: 트러블슈팅 문서 추가
- 관리자 대시보드 구축 과정
- Gitea Actions 설정
- GitHub에서 마이그레이션
- 시스템 메트릭 구현
- Docker 네트워크 격리 문제 해결

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-15 01:09:36 +09:00
573cdb99cb Add organization-level runner configuration
- Document transition from individual to shared runner
- Include token generation and registration process
- Add troubleshooting for organization runner issues
- Record runner token: kn5nLcoJgHUh4vgdPTF2cjL9eOHPOArWIHGFJIQq

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-14 18:24:40 +09:00
656e21ad9e Add Gitea Actions self-hosted runner troubleshooting guide
- Document runner setup and configuration process
- Cover nginx config validation fixes
- Include permission and label matching issues
- Provide monitoring and debugging commands

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-14 17:57:50 +09:00
884dc16998 Move migration guide to troubleshooting folder
- Move 20250714_migration_from_github.md to troubleshooting directory
- Update README.md links to reflect new file location
- Ensure troubleshooting folder is tracked in Git
2025-07-14 16:43:43 +09:00
0673e32f8e Add GitHub to Gitea migration documentation
- Add troubleshooting directory for problem-solving guides
- Document complete migration process of 7 repositories
- Include nginx HTTP 413 error resolution steps
- Add troubleshooting section to main README
2025-07-14 16:41:37 +09:00
happybell80
b1e816d229 docs: README.md에 이메일 설정 가이드 설명 추가
- Gmail API 실시간 수신 및 발송 완전 가이드 설명 추가
- 문서 링크 가독성 개선

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-09 21:06:12 +09:00
Heejae
915dc2a921 Feat: Email Docs 추가 2025-07-09 17:23:42 +09:00
happybell80
4eaa7d3d1b Add 로빙 체력시스템 설계 문서 및 README 업데이트
- 로빙 존재형 에이전트를 위한 체력 및 아이템 시스템 설계 문서 추가
- Slack 연동을 통한 체력 소모, 회복, 레벨업 시스템 구체화
- 게임화 요소를 통한 AI 에이전트 차별화 전략 문서화
- README.md에 새 문서 링크 추가

Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-06 00:04:49 +09:00
happybell80
bd9dfa771f docs: 로빙 컨테이너 아키텍처 설계 문서 추가
- 사용자별 독립 컨테이너 아키텍처 설계
- 대시보드-로빙 컨테이너 통신 구조
- 수면/각성 시스템과 베드 상태 반성 시스템
- README.md에 새 문서 링크 추가

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-05 20:12:22 +09:00
happybell80
3a844d1390 Add evaluation system documentation and reorganize structure
- Create docs/guide/evaluation/ directory
- Move evaluation documents to organized structure
- Add 평가_가이드라인.md with implementation roadmap
- Update README.md with evaluation system links
- Update project overview with evaluation architecture

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-05 11:24:20 +09:00
happybell80
5b03dff802 docs: 함수형 프로그래밍 적용 가이드라인 추가
- 함수형_적용_가이드라인.md 신규 생성: 구성요소별 순수함수 가능성 수치화 분석
- 스탯(60%), 스킬(77%), 아이템(32%) 적용 가능성 평가
- 함수형 40% : 명령형 60% 권장 비율 제시
- 실전 적용 기준과 판단 체크리스트 제공
- 구체적인 코드 예시와 구현 패턴 가이드

- 로빙_존재와_함수형_프로그래밍.md 업데이트: 실전 적용 기준 섹션 추가
- README.md 업데이트: 새로운 가이드라인 문서 링크 연결

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-05 01:09:57 +09:00
happybell80
b02c11c3ef docs: 프로젝트 개요 현실화 및 구현 성과 업데이트
- 현재 구현 성과 섹션 추가 (핵심 아키텍처, 함수형 프로그래밍, 스킬 시스템)
- 기술 스택 현실화: Supabase → FastAPI + PostgreSQL + Gemini
- 개발 로드맵 완성도 % 표시로 현실적 진행 상황 반영
- 함수형 프로그래밍 가이드 문서 링크 연결
- Obsidian 링크를 표준 마크다운 형식으로 변경
- 메타데이터 업데이트 (v1.2, 2025-07-04)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-05 00:53:07 +09:00
happybell80
cd4821ab77 docs: 함수형 프로그래밍 문서 통합 및 재구성
- 기존 4개 중복 문서 삭제
- 새로운 2개 통합 문서 생성
  - 로빙_존재와_함수형_프로그래밍.md (철학 + 전략)
  - 함수형_구현_패턴과_사례.md (실용 가이드)
- README.md 링크 업데이트
- 존재론적 철학과 현실적 구현의 균형 달성

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-05 00:34:09 +09:00
happybell80
207d6111dc Update documentation with naming consistency fixes
- Fix RobingBrain to RobeingBrain in functional programming guide
- Update README.md structure and content
- Improve documentation consistency across project

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-03 23:25:42 +09:00
JT Kim
17e7dd6c0d
Merge pull request #4 from ivada-Robeing/happybell80-marketplace-analysis
Add agent marketplace innovation analysis document
2025-07-03 22:56:35 +09:00
happybell80
c47f33e02d Add agent marketplace innovation analysis document
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-03 22:21:38 +09:00
happybell80
867a88fd5c docs: Update .gitignore for documentation repository 2025-07-03 14:07:40 +09:00
happybell80
05ceb0d3ae Update project overview documentation 2025-07-03 13:55:35 +09:00
JT Kim
95f16cfbba
Merge pull request #3 from ivada-Robeing/happybell80
docs: Update README.md structure and CLAUDE.md for docs repository
2025-07-03 13:13:55 +09:00
happybell80
6a0852bc28 docs: Update README.md structure and CLAUDE.md for docs repository
- README.md: Updated file paths to match actual docs/ directory structure
- Added new documents found in current structure
- Fixed project name from "로빙(Roving)" to "로빙(Robing)" for consistency
- Reorganized document navigation guide for better user experience

- CLAUDE.md: Refined repository-specific rules
- Removed duplicated content with main project CLAUDE.md
- Added happybell80 branch strategy for PR workflow
- Updated directory structure to reflect actual layout
- Focused on docs-specific workflows and quality standards

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-03 13:11:48 +09:00
JT Kim
0c0a8108d6
Merge pull request #1 from ivada-Robeing/docs-all-hwansae91
test repo -> docs repo
2025-07-02 18:15:48 +09:00
hwangsae91
31979ecc5c test repo -> docs repo
일부 가이드 및 개요 설명은 별도의 repo에 기록
2025-07-01 23:46:38 +09:00
hwangsae91
d7b8aa634e
Initial commit 2025-06-28 15:40:12 +09:00