fledge 0.11.1

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

## Tasks

- [x] Write spec files for issues module
- [x] Implement `issues` list — filtered, styled issue listing
- [x] Implement `issues view` — detailed single-issue view
- [x] Add PR detection and redirect in view
- [x] Add `--state`, `--label`, `--limit`, `--json` flags
- [x] Wire up CLI subcommands in main.rs
- [x] Write unit tests
- [x] Run verification suite