From e2501264312dd983ebdb2f140be69e64f2746cf8 Mon Sep 17 00:00:00 2001 From: JOUNGWOOK KWON Date: Mon, 30 Mar 2026 12:57:03 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B8=80=EC=93=B0=EA=B8=B0=20=ED=94=84?= =?UTF-8?q?=EB=A1=AC=ED=94=84=ED=8A=B8=EC=97=90=EC=84=9C=20=EC=9E=90?= =?UTF-8?q?=EA=B8=B0=EC=86=8C=EA=B0=9C/=EC=9D=B8=EC=82=AC=EB=A7=90=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 매 글마다 "편집자 eli입니다" 반복 → 바로 주제 진입으로 변경 Co-Authored-By: Claude Opus 4.6 --- bots/scheduler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bots/scheduler.py b/bots/scheduler.py index 4aa41dd..5158cae 100644 --- a/bots/scheduler.py +++ b/bots/scheduler.py @@ -157,8 +157,8 @@ def _build_openclaw_prompt(topic_data: dict) -> tuple[str, str]: published_at = topic_data.get('published_at', '') is_english = topic_data.get('is_english', False) system = ( - "당신은 'AI? 그게 뭔데?' 블로그의 편집자 eli다. " - "비전문가도 쉽게 읽을 수 있는 친근한 톤으로 글을 쓴다. " + "비전문가도 쉽게 읽을 수 있는 친근한 톤으로 블로그 글을 쓴다. " + "자기소개나 인사말 없이 바로 주제로 들어간다. " "반드시 아래 섹션 헤더 형식만 사용해 완성된 Blogger-ready HTML 원고를 출력하라. " "본문(BODY)은 HTML로 작성하고, KEY_POINTS는 3줄 이내로 작성한다." )