fledge 0.8.0

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

## Test Plan

### Unit Tests

- `build_categories` returns 11 categories
- `build_command` produces correct args for each `ActionId` variant
- `strip_ansi` removes ANSI escape sequences from strings
- All `ActionId` variants are handled in `build_command` (no missing match arms)

### Integration Tests

- `fledge tui` compiles only with `--features tui`
- TUI code is absent from non-TUI builds (feature gate works)