fix: 회의적 멀티에이전트 리뷰 후 하드닝 12건#123
Merged
Merged
Conversation
7차원 적대적 리뷰 + 검증으로 확정된 이슈 중 고가치·저비용 묶음을 수정. AI: - 코칭 fan-out에 세마포어(동시성 5) — 세션 종료 시 동시 LLM 호출 폭주/429 방지 - RAG 검색 쿼리에 자기소개·JD·회사명 주입 — 직무 맞춤·다문서 세션 retrieval steering - 빈 평가위원 패널 항목(점수·내용 없음) 제외 — JobFitResult 부분 응답이 빈 패널로 새는 것 방지 - 질문 생성 프롬프트에 JOB_TAILORED 카테고리 분배 규칙 + JD-갭/지원동기 질문 evidence 면제 Core: - 코칭·답변평가 write에 INTERVIEWEE role 가드 — 잘못된 messageId 로 질문에 기록 방지 - SessionCreateRequest mode 주석에 JOB_TAILORED 반영 Frontend: - ScoreTrend 델타를 '바로 직전 세션' 기준으로 — sparse 지표에서 비인접 세션 비교 버그 수정 - 진행바·로비 카피 분모를 generalQuestionCount(실제 목표)로 — maxQuestions 상한으로 나눠 진행률 과소 표시되던 것 수정 - 직무 맞춤 JD 미입력 시 생성 버튼 비활성 사유 안내 - 복기 아코디언 평가 칩에 '답변 평가' 라벨 - 모드 전환 시 회사명·JD state 정리 테스트: AI 271 · Core 전체 · Frontend 59 통과. 신규 테스트(RAG 쿼리·빈 패널 제외) 추가. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 사항
면접 기능 6종(#117~#122)을 7차원 적대적 멀티에이전트 리뷰 + 발견별 검증으로 점검(47 발견 → 39 confirmed real)한 뒤, 고가치·저비용 이슈 12건을 수정했습니다. (큰/기존 시스템 갭은 별도 — 아래 보류 목록)
AI
Core
Frontend
테스트
AI 271 · Core 전체(ArchUnit·Flyway 포함) · Frontend 59 통과. RAG 쿼리·빈 패널 제외 신규 테스트 추가. black/flake8/tsc/eslint clean.
보류 (별도 PR 권장 — 더 크거나 기존 시스템 갭)
maxDurationMinutes자동종료가 원래 미구현. 스위퍼 필요.🤖 Generated with Claude Code