fledge 0.15.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
---
spec: plugin.spec.md
---

## Tasks

- [x] Write spec files for plugin module
- [x] Implement plugin install (clone, manifest parse, symlink)
- [x] Implement plugin remove
- [x] Implement plugin list
- [x] Implement plugin search via GitHub topics
- [x] Implement plugin run (execute binary with args)
- [x] Implement resolve_plugin_command for main.rs dispatch
- [x] Add JSON output mode
- [x] Wire up CLI subcommand in main.rs
- [x] Run verification suite