1
0
Fork 0

style(prompts): format prompt text as code blocks for monospace rendering

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Kjell Tore Guttormsen 2026-03-15 19:41:02 +01:00
commit 4b58c631c8
5 changed files with 14 additions and 24 deletions

View file

@ -2,8 +2,7 @@
Copy and paste this into Claude Code:
---
```
Add a search bar to the todo app. Requirements:
- Search input at the top, above the category filter buttons
@ -14,8 +13,7 @@ Add a search bar to the todo app. Requirements:
- Clear button (x) to reset the search
- If no tasks match, show a "No tasks found" message
- Keep the existing design
---
```
## What to Expect