fix: improve code prompts to output only raw code

Add explicit instruction to all code generation prompts to return
only raw code without explanations, markdown, or code fences.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-11 19:48:17 -05:00
parent 9d52b9364f
commit 29f321995d
8 changed files with 172 additions and 19 deletions

6
.gitignore vendored
View File

@@ -1,3 +1,5 @@
# Codetyper.nvim - AI coding partner files
*.coder.*
.coder/
.*/.coder/.*
**/*.coder.*