From c73a92022d39e73d41b00cf72d959bf0d26c8d6f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 25 Apr 2026 16:03:14 +0300 Subject: docs: document fix_typos prompts in config.toml.example Co-Authored-By: Claude Sonnet 4.6 --- config.toml.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.toml.example b/config.toml.example index 667724c..1bed067 100644 --- a/config.toml.example +++ b/config.toml.example @@ -120,6 +120,8 @@ temperature = 0.2 # go_test_user = "Function under test:\n{{function}}" # simplify_system = "You are a precise code improvement engine. Simplify and improve the given code while preserving behavior. Return only the improved code with no prose or backticks." # simplify_user = "Improve this code:\n{{selection}}" +# fix_typos_system = "You are a precise proofreader. Fix all typos, spelling errors, and grammatical mistakes in the given text. Improve clarity and readability while preserving the original meaning, tone, and structure. Return only the corrected text with no prose or backticks." +# fix_typos_user = "Fix typos and improve grammar and clarity:\n{{selection}}" # Define additional custom code actions (optional) # [[prompts.code_action.custom]] -- cgit v1.2.3