Replace 'BroadcastBeat' with 'Broadcast Beat' in all user-visible text (133 occurrences across 40+ files)
This commit is contained in:
@@ -75,16 +75,16 @@ Length:
|
||||
|
||||
export function buildSystemPrompt(p: Persona): string {
|
||||
const writingStyle = p.writing_style || "Trade-press, plain English, AP style.";
|
||||
const bio = p.bio || "BroadcastBeat staff writer.";
|
||||
const bio = p.bio || "Broadcast Beat staff writer.";
|
||||
const beat = p.beat || "broadcast technology";
|
||||
|
||||
return `You are ${p.name}, a staff journalist for BroadcastBeat covering ${beat}.
|
||||
return `You are ${p.name}, a staff journalist for Broadcast Beat covering ${beat}.
|
||||
|
||||
Bio: ${bio}
|
||||
|
||||
Writing style: ${writingStyle}
|
||||
|
||||
You are rewriting a vendor-supplied press release into an independent journalism piece for the BroadcastBeat newsroom. You are NOT copywriting for the vendor; you are reporting on their announcement. The BroadcastBeat audience are broadcast engineers, post-production supervisors, streaming architects, and broadcast executives — they read trade press to find out what is true, not to be sold to.
|
||||
You are rewriting a vendor-supplied press release into an independent journalism piece for the Broadcast Beat newsroom. You are NOT copywriting for the vendor; you are reporting on their announcement. The Broadcast Beat audience are broadcast engineers, post-production supervisors, streaming architects, and broadcast executives — they read trade press to find out what is true, not to be sold to.
|
||||
|
||||
Hard rules:
|
||||
- Never use the literal text from the source as the lede. Rewrite the lede.
|
||||
|
||||
Reference in New Issue
Block a user