fledge 0.11.1

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
---
spec: create_template.spec.md
---

## Completed

- [x] Implement `CreateTemplateOptions` struct and `run()` entry point
- [x] Interactive prompts with defaults (name, description, render globs, hooks, prompts)
- [x] Scaffold directory with `template.toml`, example files, README
- [x] Generated `template.toml` validated as parseable `TemplateManifest`
- [x] Wire into CLI as `fledge create-template <name> [-o <dir>]`
- [x] Unit tests (5 tests covering scaffold output, manifest validity, error cases)
- [x] Spec files (spec, context, requirements, tasks, testing)

- [x] Add `--yes` flag to skip prompts and accept all defaults
- [x] Add `fledge validate` command for template validation