fledge 0.15.3

Dev-lifecycle CLI — scaffolding, tasks, lanes, plugins, and more.
# {{ project_name }}

{{ description }}

## Setup

```bash
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
```

## Usage

```bash
{{ project_name }} hello --name world
```

## Development

```bash
pip install -e ".[dev]"
pytest
ruff check src/
```

## License

{{ license }}