fledge 0.6.1

Corvid-themed project scaffolding CLI — get your projects ready to fly.
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