fledge 0.9.1

Dev-lifecycle CLI — scaffolding, tasks, lanes, plugins, and more.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
spec: spec.spec.md
---

## Tasks

- [x] Write spec files for spec module
- [x] Implement SpecFrontmatter parsing (YAML frontmatter extraction)
- [x] Implement spec check: validate frontmatter, sections, file existence
- [x] Implement spec init: scaffold .specsync/ directory
- [x] Implement spec new: scaffold spec module directory
- [x] Wire up CLI subcommands in main.rs
- [x] Write unit tests
- [x] Run verification suite (test, clippy, fmt)