fledge 0.4.0

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: work.spec.md
---

## Tasks

- [x] Write spec files for work module
- [x] Implement `work start` — branch creation with conventions
- [x] Implement `work pr` — push and PR creation via gh
- [x] Implement `work status` — branch and PR status
- [x] Wire up CLI subcommands in main.rs
- [x] Write unit tests
- [x] Run verification suite