fledge 0.11.0

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

- [x] Write versioning spec
- [x] Implement versioning.rs with Version struct and comparison
- [x] Integrate check into init.rs (min_fledge_version enforcement)
- [x] Register spec and run full verification

## Gaps

- Version pinning for remote templates is handled in `remote.rs` via `@ref` syntax, not in versioning module
- No `template_version` field in TemplateInfo (template versioning is tracked via git refs instead)