mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 06:42:03 +00:00
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.
7 lines
No EOL
577 B
TypeScript
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.`; |