**task-2328 완료 보고** **task-2328 완료 보고서** **핵심 결과** 7개 항목 전부 반영 완료. keyword_pool_refresh.py 설정값 변경(MAX 3,500/MIN 50) + BLOCKLIST 2패턴 추가(총 10개). is_pinned 컬럼 마이그레이션 DB 적용(Supabase 201). run_trend_pipeline.sh 생성으로 크론 5개→2개 통합. config 2개(trend-insight-config.json, season_calendar.json) 생성. 키워드 재수집 결과 활성 3,500개 UPSERT 성공. ## 수정/생성 파일 목록 - `server/scripts/keyword_pool_refresh.py` — MAX_KEYWORDS=3,500, MIN_MONTHLY_SEARCH=50, BLOCKLIST +2패턴 - `server/migrations/007_keywords_is_pinned.sql` — 신규 (is_pinned BOOLEAN 컬럼) - `server/scripts/run_trend_pipeline.sh` — 신규 (4단계 파이프라인 래퍼, chmod +x) - `server/config/trend-insight-config.json` — 신규 (풀 한도, 열화 레벨, 서지 감지 등) - `server/config/season_calendar.json` — 신규 (6개 시즌 정의) - crontab — 5개→2개 교체 (keyword_pool + trend_pipeline) ## 검증 결과 1. MAX_KEYWORDS=3500 확인 (grep line 49) 2. MIN_MONTHLY_SEARCH=50 확인 (grep