From 3585cd2a5ab0b8bc11ee7fe1efdba14f4ea3ec1d Mon Sep 17 00:00:00 2001 From: happybell80 Date: Mon, 8 Sep 2025 01:06:05 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20skill-news=20Company-X=20=EA=B5=AC?= =?UTF-8?q?=ED=98=84=20=EC=83=81=ED=83=9C=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Phase 1 상태를 '불완전 구현 발견'으로 변경 - 2025-09-08 문제 발견 및 해결 내용 추가 --- plan/250906_news_skill_publish_separation.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/plan/250906_news_skill_publish_separation.md b/plan/250906_news_skill_publish_separation.md index f81b84b..c1a5d95 100644 --- a/plan/250906_news_skill_publish_separation.md +++ b/plan/250906_news_skill_publish_separation.md @@ -13,7 +13,7 @@ ## 3. 구현 계획 -### Phase 1: skill-news (✅ 운영 중 - Company-X 개선) +### Phase 1: skill-news (⚠️ 불완전 구현 발견) **2025-09-07 개선사항**: - ✅ rb8001 → skill-news POST 파라미터 전달 - ✅ 중복 체크 collector 내부로 이동 (엔드포인트 제거) @@ -21,9 +21,16 @@ - ✅ 뉴스 없을 때 메시지 비활성화 - [상세: troubleshooting/250907_company_x_news_zero_articles.md] -**기존 구현**: -- collectors/google_news_collector.py (companyx_news_collector로 분리) -- Slack 인터랙션 핸들러 (rb8001 연동) +**착각했던 문제점**: +- ❌ skill-news는 검색만 함 (스크래핑/요약 없음) +- ❌ 본문(content)과 요약(summary) 없이 제목/URL만 전달 +- ❌ skill-publish가 빈 콘텐츠로 홈페이지 게시 시도 +- ❌ company-x_hompage는 완전한 파이프라인 보유 + +**필수 변수 (Squarespace 게시용)**: +- id, company_name, title, **summary**(280-320자) +- date, publisher, url, thumbnail_url +- formatted_content (제목+요약+날짜+언론사) ### Phase 2: skill-publish (✅ 완료) **구현 상세**: [트러블슈팅 문서](../troubleshooting/250906_skill_publish_implementation.md) 참조