hanseol-dev 5.0.2-dev.107 → 5.0.2-dev.108
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"powerpoint-create-prompts.d.ts","sourceRoot":"","sources":["../../../src/agents/office/powerpoint-create-prompts.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,6BAA6B,qqFAqCA,CAAC;AAM3C,eAAO,MAAM,8BAA8B,
|
|
1
|
+
{"version":3,"file":"powerpoint-create-prompts.d.ts","sourceRoot":"","sources":["../../../src/agents/office/powerpoint-create-prompts.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,6BAA6B,qqFAqCA,CAAC;AAM3C,eAAO,MAAM,8BAA8B,QAwKmC,CAAC;AAM/E,MAAM,WAAW,YAAY;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;CACtB;AAMD,wBAAgB,oBAAoB,CAClC,UAAU,EAAE,MAAM,EAClB,gBAAgB,EAAE,MAAM,EACxB,MAAM,EAAE,YAAY,EACpB,UAAU,EAAE,MAAM,EAClB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,IAAI,GAAG,IAAI,GACpB,MAAM,CAuKR;AAMD,eAAO,MAAM,wBAAwB,2pDA6BmC,CAAC;AAEzE,eAAO,MAAM,0BAA0B,wlBAaqB,CAAC;AAG7D,wBAAgB,sBAAsB,CACpC,QAAQ,EAAE,MAAM,EAChB,KAAK,EAAE,MAAM,EACb,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,IAAI,GAAG,IAAI,GACpB,MAAM,CAqBR"}
|
|
@@ -74,12 +74,20 @@ Given the user's instruction and CREATIVE GUIDANCE, produce a JSON object with t
|
|
|
74
74
|
|
|
75
75
|
• slides[].type: One of "title", "content", "closing"
|
|
76
76
|
• slides[].title: Slide title in user's language (max 60 chars)
|
|
77
|
-
• slides[].content_direction:
|
|
77
|
+
• slides[].content_direction: The ACTUAL TEXT AND DATA to display on this slide (3-6 sentences).
|
|
78
|
+
⚠⚠⚠ content_direction = REAL CONTENT the viewer will read. NOT layout instructions.
|
|
79
|
+
Include: specific numbers, names, descriptions, bullet point text, table data.
|
|
80
|
+
Optionally end with ONE short layout hint (e.g., "Layout: 3-column cards" or "Layout: comparison table").
|
|
81
|
+
✓ GOOD: "총매출 1,250억원(전년비 15%↑), 영업이익 180억원(14.4%). 클라우드 사업부가 전체 매출의 45%를 차지하며 가장 큰 성장 동력. Layout: 2 big metric cards"
|
|
82
|
+
✓ GOOD: "3 core services: (1) 클라우드 인프라 — 하이브리드 클라우드 구축 및 운영, (2) AI 솔루션 — 자연어처리/영상분석 AI 모델, (3) 컨설팅 — IT 전략 및 디지털 전환 자문. Layout: 3-column cards"
|
|
83
|
+
✗ BAD: "왼쪽에 개요 텍스트 3-4줄, 오른쪽에 3개의 핵심 성과 카드" ← This is a layout instruction, NOT content!
|
|
84
|
+
✗ BAD: "#accent_light 배경, #primary 글씨" ← CSS instruction, NOT content!
|
|
85
|
+
✗ BAD: "전체 배경에 그라데이션, 중앙에 큰 글씨" ← Visual instruction, NOT content!
|
|
78
86
|
|
|
79
87
|
═══ SLIDE TYPE GUIDELINES ═══
|
|
80
88
|
Every presentation MUST have: 1 title slide (first) + 1 closing slide (last)
|
|
81
89
|
Content slides between them — aim for 10-12 total slides.
|
|
82
|
-
⚠ Current year: ${new Date().getFullYear()}.
|
|
90
|
+
⚠ Current year: ${new Date().getFullYear()}. For dates/timelines/roadmaps with no explicit year in the user's request, use ${new Date().getFullYear()} or later. If the user specifies a year (e.g., "2024년 3분기"), USE THAT YEAR — do not override it.
|
|
83
91
|
|
|
84
92
|
For each content slide, the content_direction should specify:
|
|
85
93
|
- What information to show (specific text, numbers, names)
|
|
@@ -186,7 +194,8 @@ BAD content_direction (MULTIPLE visuals = OVERFLOW):
|
|
|
186
194
|
⚠ First slide MUST be type "title"
|
|
187
195
|
⚠ Last slide MUST be type "closing" with "감사합니다"/"Thank You" as title
|
|
188
196
|
⚠ ALL titles and content_direction MUST be in the SAME language as the user's instruction
|
|
189
|
-
⚠ content_direction:
|
|
197
|
+
⚠ content_direction: MUST contain ACTUAL TEXT/DATA the viewer will read. Layout hint is optional and goes at the END.
|
|
198
|
+
⚠ content_direction that is ONLY layout/visual instructions (no real data) = FAILURE. The HTML generator will display it literally.
|
|
190
199
|
⚠ HARD MAXIMUM: 13 slides total. Slides beyond 13 are DISCARDED by the system. Aim for 10-12.
|
|
191
200
|
⚠ FEWER, HIGHER-QUALITY slides > many mediocre slides. 12 excellent slides beats 15 mixed ones.
|
|
192
201
|
⚠ Each slide's content_direction must be unique and substantive — no generic placeholders
|
|
@@ -222,9 +231,14 @@ Output ONLY the complete HTML document — nothing else. No explanation, no mark
|
|
|
222
231
|
Title: "${slideTitle}"
|
|
223
232
|
Slide ${slideIndex + 1} of ${totalSlides}
|
|
224
233
|
|
|
225
|
-
═══ CONTENT DIRECTION ═══
|
|
234
|
+
═══ CONTENT DIRECTION (what to show on this slide) ═══
|
|
226
235
|
${contentDirection}
|
|
227
236
|
|
|
237
|
+
⚠⚠⚠ CRITICAL: The content_direction above is a GUIDE for what content to create.
|
|
238
|
+
Generate REAL, specific, professional text based on it. NEVER display the content_direction text literally on the slide.
|
|
239
|
+
If it says "3 big metrics: X, Y, Z" → create 3 beautifully formatted metric cards with X, Y, Z values.
|
|
240
|
+
If it says "Layout: comparison table" → create a table with the DATA mentioned, not the word "comparison table".
|
|
241
|
+
|
|
228
242
|
═══ DESIGN SYSTEM ═══
|
|
229
243
|
Primary: ${design.primary_color} | Accent: ${design.accent_color} | Background: ${design.background_color}
|
|
230
244
|
Text: ${design.text_color} | Accent Light: ${design.accent_light} | Gradient End: ${design.gradient_end}
|
|
@@ -347,7 +361,7 @@ BAR CHARTS: .content { flex:1; display:flex; flex-direction:column; }
|
|
|
347
361
|
• Korean text only — never Chinese characters (漢字), Japanese, or other scripts
|
|
348
362
|
• Generate REAL, specific content — no placeholders
|
|
349
363
|
• LESS IS MORE — generous spacing, large padding, clean visual hierarchy
|
|
350
|
-
•
|
|
364
|
+
• If the user specifies a year in their request, USE THAT YEAR faithfully. Only default to ${new Date().getFullYear()} for content with no explicit year.
|
|
351
365
|
• ALL content MUST fit within 1080px height. If in doubt, use FEWER items. 3 cards > 4 cards. 3 rows > 4 rows.
|
|
352
366
|
|
|
353
367
|
═══ PAGE NUMBER ═══
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"powerpoint-create-prompts.js","sourceRoot":"","sources":["../../../src/agents/office/powerpoint-create-prompts.ts"],"names":[],"mappings":"AAcA,MAAM,CAAC,MAAM,6BAA6B,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0CAqCH,CAAC;AAM3C,MAAM,CAAC,MAAM,8BAA8B,GAAG
|
|
1
|
+
{"version":3,"file":"powerpoint-create-prompts.js","sourceRoot":"","sources":["../../../src/agents/office/powerpoint-create-prompts.ts"],"names":[],"mappings":"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"}
|
package/dist/constants.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ export declare const PROJECTS_DIR: string;
|
|
|
7
7
|
export declare const CREDENTIALS_FILE_PATH: string;
|
|
8
8
|
export declare const APP_NAME = "hanseol-dev";
|
|
9
9
|
export declare const SERVICE_ID = "hanseol";
|
|
10
|
-
export declare const APP_VERSION = "5.0.2-dev.
|
|
10
|
+
export declare const APP_VERSION = "5.0.2-dev.108";
|
|
11
11
|
export declare const DASHBOARD_URL = "https://52.78.246.50.nip.io";
|
|
12
12
|
export declare const ONCE_URL = "https://52.78.246.50.nip.io:5090";
|
|
13
13
|
export declare const FREE_URL = "https://52.78.246.50.nip.io:6090";
|
package/dist/constants.js
CHANGED
|
@@ -9,7 +9,7 @@ export const PROJECTS_DIR = path.join(LOCAL_HOME_DIR, 'projects');
|
|
|
9
9
|
export const CREDENTIALS_FILE_PATH = path.join(LOCAL_HOME_DIR, 'credentials.json');
|
|
10
10
|
export const APP_NAME = 'hanseol-dev';
|
|
11
11
|
export const SERVICE_ID = 'hanseol';
|
|
12
|
-
export const APP_VERSION = '5.0.2-dev.
|
|
12
|
+
export const APP_VERSION = '5.0.2-dev.108';
|
|
13
13
|
export const DASHBOARD_URL = 'https://52.78.246.50.nip.io';
|
|
14
14
|
export const ONCE_URL = 'https://52.78.246.50.nip.io:5090';
|
|
15
15
|
export const FREE_URL = 'https://52.78.246.50.nip.io:6090';
|