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:
parent
00488eb9a0
commit
4b58c631c8
5 changed files with 14 additions and 24 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue