fledge 0.11.0

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

## Problem

Templates can declare `min_fledge_version` but fledge doesn't enforce it. Users can get confusing errors when a template requires features from a newer version.

## Solution

A small versioning module with semver comparison. The init lane checks the constraint before scaffolding and gives a clear upgrade message if incompatible.