fledge 0.16.0

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

## Tasks

- [x] Write spec files for lanes module
- [x] Implement lane 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 lanes
- [x] Add community lane search via GitHub
- [x] Add lane import from remote repos
- [x] Wire up CLI subcommand in main.rs
- [x] Run verification suite