fledge 0.16.0

Dev-lifecycle CLI — scaffolding, tasks, lanes, plugins, and more.
1
2
3
4
5
6
7
8
9
10
11
# Publish — Tasks

- [x] Write publish spec
- [x] Implement `publish.rs` with validate, create, topics, push
- [x] Add CLI subcommand to main.rs
- [x] Register spec in spec-sync registry
- [x] Run full verification (clippy, fmt, tests, spec-check)

## Gaps

- No unit tests for publish.rs (relies on integration testing against GitHub)