-
-
Notifications
You must be signed in to change notification settings - Fork 0
👀 Implement watch mode for automatic rebuild on file changes #116
Copy link
Copy link
Closed
Description
Title: 👀 Implement watch mode for automatic rebuild on file changes
Description
Add a watch mode to automatically rebuild when files change.
Goals
- improve developer workflow
- enable live iteration
Requirements
1. CLI Command
renderflow watch input.md2. File Watching
Watch:
- input file
- config file
- templates directory
Use:
notify crate
3. Debounce
- prevent rapid repeated triggers
- delay execution slightly
4. Rebuild Behavior
on change → re-run pipeline
5. Logging
File changed → rebuilding...
Tests
- manual testing acceptable (watch behavior)
Acceptance Criteria
- watch command implemented
- file changes trigger rebuild
- debounce works
- CLI stable
Reactions are currently unavailable