fledge 0.16.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
go build
go test ./...
go vet ./...
```

## Architecture

- `main.go` — Entry point
- `cmd/root.go` — CLI commands (Cobra)