1
0

feat: Add Native AOT compilation and source-generated JSON serialization, streamline CLI arguments, and remove translation functionality.

This commit is contained in:
2026-02-26 21:40:17 +01:00
parent c2f4cbbfb2
commit fbff8c98ff
7 changed files with 43 additions and 33 deletions

View File

@@ -21,10 +21,7 @@ public static class PromptBuilder
sb.AppendLine();
sb.AppendLine("FORMATTING RULES:");
if (!string.IsNullOrWhiteSpace(config.TargetLanguage))
{
sb.AppendLine($"- CRITICAL: You must translate the text to {config.TargetLanguage} while applying all other formatting rules.");
}
if (config.ModulePunctuation)
{