fix: pending 파일명 _pending.json 접미사 추가 + 에러 복구 강화

- _publish_next에서 파일명에 _pending 접미사 추가 (get_pending_list 매칭)
- check_safety 실패 시에도 수동 검토로 전환 (무조건 pending 이동)
- safety_keywords.json의 재테크절약 → 재테크 수정
- /write 후 인라인 버튼 callback_data도 _pending 파일명 사용

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
JOUNGWOOK KWON
2026-03-30 12:31:00 +09:00
parent 9280be7e52
commit d85671e6ac
2 changed files with 19 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
"legal_keywords": [
"불법", "위법", "처벌", "벌금", "징역", "기소"
],
"always_manual_review": ["팩트체크", "재테크절약"],
"always_manual_review": ["팩트체크", "재테크"],
"min_sources_required": 2,
"min_quality_score_for_auto": 101
}