docs: append 24-server verification logs for self-improvement rollout

This commit is contained in:
Claude-51124 2026-03-04 01:03:43 +09:00
parent 3eedffda21
commit 397a687560

View File

@ -54,13 +54,19 @@
- `2026-03-04 | <repo>@<commit> | <test command> | pass/fail | <note>`
## 3. 24 서버 교차검증 기록 (이어쓰기)
- 상태: 진행 예정
- 상태: 진행
- 필수 검증 항목:
1. `gateway(8100) -> rb8001` 경유 POST 3종(정책/런/템플릿) 응답 검증
2. 동일 JWT·동일 payload 기준 direct(8001) vs gateway(8100) 결과 비교
3. `run_id` 전파 및 저장 일관성 검증
4. 로그 대조: gateway/ rb8001 동일 시각대 요청 단위 확인
### 3-1. 24 서버 확인 기록 (2026-03-04 KST)
- `2026-03-04 01:00 | rb8001 컨테이너 재기동 확인 | docker ps | Up (healthy) 확인`
- `2026-03-04 01:00 | LangGraph 메인 경로 설정 확인 | docker exec rb8001 env | INTENT_ENGINE=graph, INTENT_USE_LANGGRAPH=true`
- `2026-03-04 01:01 | 서비스 헬스 확인 | curl http://localhost:8001/health | {"status":"healthy"} 응답 확인`
- `2026-03-04 01:01 | 비고 | 24에서 확인 가능한 운영값/헬스 반영 완료, gateway(8100) JWT 교차검증은 유효 토큰 기준 추가 수행 필요`
## 4. 완료 조건
1. 23 선검증 결과와 24 교차검증 결과가 모두 정상
2. 핵심 API(정책/런/프롬프트DB) gateway 경유 E2E 증거 확보