summaryrefslogtreecommitdiff
path: root/config.toml.example
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-25 16:03:14 +0300
committerPaul Buetow <paul@buetow.org>2026-04-25 16:03:14 +0300
commitc73a92022d39e73d41b00cf72d959bf0d26c8d6f (patch)
tree54232ed66707f7d34b640e423bd881eda74b605b /config.toml.example
parente33cd60277bc717ad7a8c73cf01c7bedad0d1837 (diff)
docs: document fix_typos prompts in config.toml.example
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example2
1 files changed, 2 insertions, 0 deletions
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]]