dew/.project/kanban/done/DEW-0021.md
Chris Hendrickson 49c6e995a8 fix: tolerate non-string YAML list elements when parsing tickets
YAML values like '1.0' (unquoted) parse as double, not String.
Changed parseStringList to use string interpolation ('$e') instead
of 'e as String', so numeric YAML scalars in labels/milestones
don't crash ticket parsing.

Also quote all '1.0' label values in existing ticket files so they
are unambiguously strings in YAML.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-25 16:05:01 -04:00

27 lines
788 B
Markdown

---
id: DEW-0021
title: Overhaul README.md for 1.0 release
type: task
created: 2026-04-25T19:52:37.218209Z
milestones:
- 1.0.0
labels:
- 1.0
- docs
---
Overhaul /README.md for a compelling 1.0 release page.
Must include:
- Elevator pitch (1-2 sentences: what dew is, who it's for)
- Feature highlights with brief descriptions (Kanban CLI, TUI, MCP server)
- Installation: `dart pub global activate dew`
- Quick-start walkthrough:
1. `dew init .`
2. `dew kanban create --title "My first ticket" --type task`
3. `dew kanban tui`
- Configuration overview + link to docs/config.md
- Links to full docs (docs/index.md, docs/features/kanban.md, docs/features/mcp.md)
- Badge for pub.dev version + license
Current README is 37 lines and very thin — needs significant expansion.