fledge 1.1.1

Dev lifecycle CLI. One tool for the dev loop, any language.
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.