feat: 통폐합 감시에 보험사 추가 + 환각 방지 하드닝#143
Merged
Merged
Conversation
저축은행 외에 보험사도 통폐합 리서치 대상에 포함하도록 보강.
- 저축은행: 이름 기반("저축은행"), 보험사: Category="Insurance" 기반
(생명·손해보험 모두 포함, 정부 건강/무역보험 제외). 로컬 검증 79/39건.
- savings-bank-merger-watch.yml -> financial-merger-watch.yml 로 rename(범위 확장 반영).
- 환각 방지: GitHub Copilot 코딩 에이전트는 2025-10부터 웹 검색을 지원하나
조직 정책/방화벽에 따라 꺼져 있을 수 있으므로, 이슈 본문에 출처 URL 강제 ·
검색 불가 시 날조 금지 · "확인 불가" 표기 지침을 명시.
- README / CATALOG_QUALITY_WORKFLOW.md 갱신.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
savings-bank-merger-watch 워크플로를 저축은행 + 보험사로 확장하기 위해 워크플로 파일을 financial-merger-watch.yml로 리네임/재구성하고, 관련 문서(README/워크플로 가이드)에 웹 검색 불가 시 환각(날조) 방지 지침을 명시합니다.
Changes:
- 워크플로 리네임 및 라벨/컨커런시 그룹을
financial-merger-watch로 변경 - 카탈로그 추출 대상을 저축은행(이름 기반) + 보험사(Category 기반)로 확장
- 문서에 “검색 불가·출처 미확인 시 추정 금지 / 공식 출처 URL 강제” 지침 추가
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | 워크플로 링크/설명을 financial-merger-watch.yml 기준으로 갱신 |
| docs/CATALOG_QUALITY_WORKFLOW.md | 통폐합 점검 섹션을 금융기관(저축은행·보험)으로 확장하고 환각 방지 지침 추가 |
| .github/workflows/savings-bank-merger-watch.yml | 기존 저축은행 전용 워크플로 제거(리네임 대체) |
| .github/workflows/financial-merger-watch.yml | 신규 금융기관 통폐합 점검 워크플로 추가(저축은행+보험 추출 및 이슈 본문 하드닝) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+67
to
+68
| grep -oP '<Service\s+Id="[^"]*"[^>]*DisplayName="[^"]*저축은행[^"]*"[^>]*Url="[^"]*"' \ | ||
| docs/Catalog.xml > sb-matches.txt || true |
Comment on lines
+73
to
+74
| grep -oP '<Service\s+Id="[^"]*"[^>]*Category="Insurance"[^>]*Url="[^"]*"' \ | ||
| docs/Catalog.xml > ins-matches.txt || true |
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.
개요
savings-bank-merger-watch플로를 저축은행 + 보험사를 함께 다루도록 확장하고, GitHub Copilot의 웹 검색 게이트로 인한 환각 위험을 방지하는 지침을 추가합니다.변경
savings-bank-merger-watch.yml→financial-merger-watch.yml(범위 확장 반영, 라벨도financial-merger-watch).Category="Insurance"(카테고리 기반, 39건) — 생명·손해보험 모두 포함, 정부 성격의 건강/무역보험은 제외. (DisplayName "보험" 필터는 생명사 누락·정부서비스 오포함이라 부적합)확인 불가로 남기고 검색 가능한 어시스턴트/사람에게 인계.GitHub Copilot 웹 검색 — 확인 결과
로컬 검증
관련: #133, #142 (동일 주제 후속 보강)
🤖 Generated with Claude Code