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

## Tasks

- [x] Write spec files for watch module
- [x] Implement WatchOptions struct
- [x] Implement file watching with notify crate
- [x] Implement debounce with deadline extension
- [x] Implement extension filtering
- [x] Implement path ignore patterns
- [x] Implement task and lane re-run
- [x] Add --clear flag for terminal clearing
- [x] Wire up CLI subcommand in main.rs
- [x] Add unit tests for ignore, extension, and parse functions