fledge 0.13.0

Dev-lifecycle CLI — scaffolding, tasks, lanes, plugins, and more.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# {{ project_name }}

{{ description }}

## Build & Test

```bash
pip install -e .
pytest
ruff check src/
ruff format --check src/
```

## Architecture

- `src/cli.py` — CLI entry point (Click)