docs: 03_rag + 04_scheduler + 05_admin 워크플로우 현행화 #4

Open
happybell80 wants to merge 4 commits from docs/workflow-phase2-rag-sched-admin into main
Owner

Summary

  • 03_rag: companyx_grounding_pipeline, incremental_indexing, rag_upload_indexing 문서를 현행 코드(companyx_grounding_service.py, skill-rag-file 환경변수 참조) 기준으로 갱신
  • 04_scheduler: daily_briefing(APScheduler+LangGraph), healthcheck(/health 엔드포인트+SKILL.md registry) 재작성. rag_reindex_retry는 코드에 해당 잡 없어 _archive 이동
  • 05_admin: diary_reflection_pipeline을 APScheduler+diary_generator.py 기준 재작성. 존재하지 않는 /api/diary/generate 엔드포인트 제거

모든 문서에서 n8n 전제 제거, IP 하드코딩 제거(환경변수 참조), 실제 함수명/파일명/엔드포인트 정확히 기술.

Refs: DOCS#8

Test plan

  • 각 문서의 코드 SSOT 경로가 rb8001에 실제 존재하는지 확인
  • 환경변수 참조가 하드코딩 IP 없이 기술되었는지 확인
  • frontmatter 표준(type, tags, last_updated) 준수 확인

🤖 Generated with Claude Code

## Summary - 03_rag: companyx_grounding_pipeline, incremental_indexing, rag_upload_indexing 문서를 현행 코드(companyx_grounding_service.py, skill-rag-file 환경변수 참조) 기준으로 갱신 - 04_scheduler: daily_briefing(APScheduler+LangGraph), healthcheck(/health 엔드포인트+SKILL.md registry) 재작성. rag_reindex_retry는 코드에 해당 잡 없어 _archive 이동 - 05_admin: diary_reflection_pipeline을 APScheduler+diary_generator.py 기준 재작성. 존재하지 않는 /api/diary/generate 엔드포인트 제거 모든 문서에서 n8n 전제 제거, IP 하드코딩 제거(환경변수 참조), 실제 함수명/파일명/엔드포인트 정확히 기술. Refs: DOCS#8 ## Test plan - [ ] 각 문서의 코드 SSOT 경로가 rb8001에 실제 존재하는지 확인 - [ ] 환경변수 참조가 하드코딩 IP 없이 기술되었는지 확인 - [ ] frontmatter 표준(type, tags, last_updated) 준수 확인 🤖 Generated with [Claude Code](https://claude.com/claude-code)
happybell80 added 4 commits 2026-04-06 07:54:04 +09:00
- book/ prefix 누락 33건 수정
- journey/ prefix 누락 5건 수정
- 실체 없는 링크 7건 삭제 (100_philosophy 미작성 5개, 프로젝트종합, IR/)
- 100_philosophy 챕터 8개 링크 추가 (신규 작성분)
- 신규 book 문서 링크 추가 (225, 290, 311~316, 325, 380, 390, 560)
- 워크플로우 섹션 추가
- 로빙 일기 링크 추가
- Dev Docs 설명문 현행화

Refs: DOCS#8

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
거버넌스 SSOT(0_VALUE/철학/)의 내용을 외부 독자용 책 문체로 풀어씀.
공리 9개의 정신을 서사적으로 녹이되 번호 직접 인용 없이 작성.

- 110: 왜 AI에게 존재를 기대하는가
- 120: 도구를 넘어 디지털 동료로
- 125: 베이즈 성장과 관계의 철학
- 130: 존재형 에이전트란 무엇인가
- 140: 기억, 감정, 윤리의 삼각형
- 145: 기억, 감정, 윤리와 믿음, 소망, 사랑
- 150: 게임적 메타포로 바라본 AI
- 195: 철학에서 설계로

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
03_rag:
- companyx_grounding_pipeline.md: 코드 SSOT 섹션 추가, 진입 조건 3단계(IC→마커 폴백) 정확히 기술, 환경변수 참조로 IP 하드코딩 제거
- companyx_incremental_indexing_workflow.md: frontmatter 표준 적용 (type, last_updated)
- rag_upload_indexing_pipeline.md: 코드 SSOT·재인덱싱·업로드 경로별 진입점 테이블 추가, 환경변수 참조

04_scheduler:
- scheduled_daily_briefing.md: n8n cron 전제 제거, APScheduler DB 기반 + LangGraph 워크플로우 기준 재작성
- scheduled_healthcheck_alert.md: n8n cron 전제 제거, /health 엔드포인트 + SKILL.md registry 기반 재작성
- scheduled_rag_reindex_retry.md: 현행 코드에 해당 잡 없음 → _archive 이동

05_admin:
- diary_reflection_pipeline.md: n8n 전제 제거, APScheduler + diary_generator.py 기준 재작성, /api/diary/generate(존재하지 않는 엔드포인트) 제거

Refs: DOCS#8

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin docs/workflow-phase2-rag-sched-admin:docs/workflow-phase2-rag-sched-admin
git checkout docs/workflow-phase2-rag-sched-admin
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ivada-infra/DOCS#4
No description provided.