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,11 +2,10 @@
Copy and paste this into Claude Code:
---
```
Add color-coded categories to the todo app. Requirements:
**Functionality:**
Functionality:
- Four categories: Work, Personal, Health, Learning
- When adding a task, show a dropdown to pick the category
- Each task shows a small vertical color bar indicating its category
@ -17,7 +16,7 @@ Add color-coded categories to the todo app. Requirements:
- Active filter button fills with the category color
- Categories are saved in localStorage along with the tasks
**Design:**
Design:
- Use MUTED, sophisticated colors, not bright primaries:
- Work: dusty blue (#7C9CBF)
- Personal: sage green (#8BB896)
@ -29,8 +28,7 @@ Add color-coded categories to the todo app. Requirements:
- Custom styled select dropdown (hide native arrow, add SVG chevron)
- Group the search bar and filters into a toolbar card with subtle border
- Keep the existing warm dark design, do not introduce cold blues
---
```
## What Happens