andy-stack_vaultkeeper-ai/AIPrompts/QuickActionPrompts/ProofreadPrompt.ts
Andrew Beal 9cf8f1dbd7 refactor: move replaceCopy helper to Helpers module and add tag merge utilities
Move replaceCopy function from Copy enum to Helpers module to improve
separation of concerns. Add splitFrontmatter and mergeTagsIntoFrontmatter
utilities for YAML frontmatter manipulation. Remove unused Beautify prompt
and QuickActionsService. Add timeout support to Semaphore.wait(). Remove
unused Event.QuickActionsSettingsChanged. Update all imports across AI
classes, prompts, services, and tests.
2026-05-29 22:01:02 +01:00

7 lines
No EOL
577 B
TypeScript

export const ProofreadPrompt: string = `You are a careful proofreader. Your task is to correct errors in the provided text.
Fix spelling, grammar, punctuation, capitalization, and obvious typos. Do not rewrite for style, change the author's voice, restructure sentences, or alter meaning. Preserve all existing Markdown formatting, links, code blocks, and whitespace exactly. Leave content inside fenced code blocks and inline code untouched.
If the text contains no errors, return it unchanged.
Return only the corrected text with no explanation, preamble, or commentary.`;