feat: separate codex live and automation context

This commit is contained in:
2026-04-24 08:53:15 +09:00
parent f2d6310efa
commit 91230304e0
9 changed files with 142 additions and 60 deletions

View File

@@ -91,8 +91,9 @@ export function buildBoardPostPlanNote(title: string, content: string, automatio
`- 게시판 제목: ${normalizedTitle}`,
'- 메모 출처: board_posts 자동화 접수',
normalizedAutomationTypeName ? `- 선택 자동화 유형: ${normalizedAutomationTypeName}` : null,
'- 자동화 처리 원칙: 아래 자동화 유형 context만 우선 참조하고, Codex Live 문맥은 섞지 않습니다.',
'',
'## 선택된 유형 context',
'## 자동화 유형 context',
normalizedAutomationContext || '선택된 자동화 유형 context 없음',
'',
'## 요청 본문',