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

## Tasks

- [x] Write spec files for validate module
- [x] Implement template.toml parsing and validation
- [x] Implement Tera syntax checking for rendered files
- [x] Implement variable definition checking (builtins + prompts)
- [x] Implement render glob matching
- [x] Add batch validation mode
- [x] Add strict mode (warnings as errors)
- [x] Add JSON output mode
- [x] Wire up CLI subcommand in main.rs
- [x] Run verification suite