fledge 0.6.1

Corvid-themed project scaffolding CLI — get your projects ready to fly.
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 flow checks the constraint before scaffolding and gives a clear upgrade message if incompatible.