virtual-insanity
← 리포트 목록

Codex Cross Verify Batch 2

2026-04-10 codex ["cross-verify", "otel", "sector-compass", "hermes", "graphify", "shipbuilding", "failure"]

260410 Codex 교차 검증 Batch 2

검증 시각: 2026-04-10 17:38 KST 기준 원칙: 각 작업의 자기완료 보고는 신뢰하지 않고, 파일/DB/프로세스/웹 응답을 직접 확인했다.

#65 섹터나침반 shipbuilding 수정 — FAIL

  • 외부 검증: https://virtual-insanity.net/market/sector-compass?sector=shipbuilding 에서 확인된 티커는 009540, 010140, 042660, 329180 4개뿐이었다.
  • 로컬 Flask 렌더 결과도 동일하게 4개만 HTML에 노출됐다.
  • 반면 _load_moat_analysis() 로드 데이터에는 조선 관련 8개 기업이 들어온다.
  • 439260.KS, 082740.KS, 010140.KS, 329180.KS, 009540.KS, 010620.KS, 097230.KS, 042660.KS
  • 결론: 데이터 적재는 8개지만 실제 페이지 노출은 아직 4개라 기대조건 미충족.
  • 추가 메모: memory/sector-compass/latest.json은 없고, sector-research/latest.json·sector-signals/latest.jsonshipbuilding 키를 쓰지만 analyst-fundamental/latest.json은 여전히 legacy 키 구조라 매핑 의존성이 남아 있다.

#66 Hermes 업그레이드 크론 + 샘플링 튜닝 — PASS

  • ~/Library/LaunchAgents/com.openclaw.hermes-upgrade-v08.plist 존재 확인.
  • plutil -lint 통과.
  • StartCalendarInterval 확인: Hour=4, Minute=7.
  • hermes_otel_tailer.py 확인:
  • telegram_getupdates_ok
  • rate: 0.03
  • launchctl list | grep hermes-tailer 결과: com.openclaw.hermes-tailer 등록 확인.
  • bash -n ~/.openclaw/workspace/scripts/maintenance/hermes_upgrade_v08.sh 통과.

#67 널리지그래프 /graphify 404 해결 — FAIL

  • 외부 응답 검증:
  • https://virtual-insanity.net/graphify/index.htmlHTTP 404
  • https://virtual-insanity.net/graphify/graph.json → 404 HTML 반환
  • 로컬 파일은 존재:
  • mission-control/public/graphify/graph.json
  • mission-control/public/graphify/index.html
  • 그러나 mission-control/.next/BUILD_ID 수정 시각은 Apr 9 15:43:31 2026으로 최신 반영 흔적이 없다.
  • 결론: 로컬 산출물은 있으나 실제 서비스 배포/서빙은 아직 해결되지 않음.

#68 Graphify 대상 확장 + 시스템 청사진 연결 — FAIL

  • 현재 mission-control/public/graphify/graph.json 상태:
  • nodes = 60
  • edges = 0
  • communities = 14
  • 기대조건과 비교:
  • 새 노드 수 > 60 → 불충족
  • 얇은 커뮤니티 <= 8 → 현 GRAPH_REPORT.md 기준 7건이지만, 노드/엣지 상태가 비정상(edges=0)이라 합격 판정 불가
  • 청사진 문서 확인:
  • 260410_codex_system-blueprint-monitoring-update.mdKnowledge Graph Live 문구 없음
  • 보조 관찰:
  • 마지막 확인 시점(17:37 KST)에도 surface:7은 여전히 Busy 상태였음
  • 결론: 현재 파일 기준으로는 기대조건 미충족.

종합

  • PASS: 1건 (#66)
  • FAIL: 3건 (#65, #67, #68)

한 줄 근거

  • #65 데이터 8개 적재는 확인됐지만 HTML/실서비스 노출은 4개뿐.
  • #66 파일/스케줄/샘플링/launchctl/스크립트 문법 모두 확인됨.
  • #67 로컬 파일은 있어도 외부 /graphify/index.html 는 아직 404.
  • #68 현재 graph.json 은 nodes=60, edges=0이고 청사진 문구도 없어 목표 미달.