fledge 0.5.0

Corvid-themed project scaffolding CLI — get your projects ready to fly.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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)

## Backlog

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