fledge 0.10.0

Dev-lifecycle CLI — scaffolding, tasks, lanes, plugins, and more.
1
2
3
4
5
6
7
8
9
10
11
12
13
---
spec: prs.spec.md
---

## Tasks

- [x] Write spec files for prs module
- [x] Implement `prs` list — styled PR listing with draft icons
- [x] Implement `prs view` — detailed view with diff stats
- [x] Add `--state`, `--limit`, `--json` flags
- [x] Wire up CLI subcommands in main.rs
- [x] Write unit tests
- [x] Run verification suite