fix: remove orphaned floating text causing TypeScript build error in fo-blog-pipeline

Dead code leftover from STEP4_MASTER_DRAFT rewrite was sitting outside
any template literal, causing compilation failure. Removed duplicate
CONTEXT DATA RULES block and orphaned `{{OUTLINE}}`/`{{CONTEXT_DATA}}`
placeholders that were not wrapped in a string.
This commit is contained in:
Rene Fichtmueller 2026-04-03 00:51:59 +02:00
parent 4e910db090
commit b612c5801d

View File

@ -364,20 +364,6 @@ Context data from Flexoptix database (verified — use exactly as provided):
Outline:
{{OUTLINE}}`;
CONTEXT DATA RULES (read before writing a single word):
The context below contains REAL data from the Flexoptix product database.
- Lines starting with [PRODUCT] = real products. Use their exact names, form factors, speeds.
- Lines starting with [VERIFIED PRICE] = real prices observed in our DB. You MAY cite these.
- Lines with [NO VERIFIED PRICE IN DB] = no price data exists. Write "see flexoptix.net for current pricing" NEVER invent a number.
- Lines with [NO PRODUCT DATA AVAILABLE] = DB returned nothing. Use technology class names only.
- ANY price, part number, or product name you write that is NOT in the context below is an invention. Inventions are HARD FAILS in QA.
Outline:
{{OUTLINE}}
Context data from Flexoptix database (verified use exactly as provided):
{{CONTEXT_DATA}}`;
// ═══════════════════════════════════════════════════════
// STEP 5: REALITY INJECTION
// ═══════════════════════════════════════════════════════