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

## Tasks

- [x] Write spec files for flows module
- [x] Implement flow definition parsing from fledge.toml
- [x] Implement sequential step execution
- [x] Implement parallel step groups with thread spawning
- [x] Implement inline command steps
- [x] Add fail_fast behavior
- [x] Add --dry-run mode
- [x] Add --init for default flows
- [x] Add community flow search via GitHub
- [x] Add flow import from remote repos
- [x] Wire up CLI subcommand in main.rs
- [x] Run verification suite