--watch mode #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What to build
Add a
--watchflag that monitors the source directory for file changes and regenerates diagrams automatically. Uses filesystem notifications (e.g.notifycrate) to detect changes and re-runs the analysis pipeline.Debounce rapid changes (e.g. 500ms) to avoid redundant regeneration during batch saves.
Acceptance criteria
--watchflag keeps the process running and watches for file changes--output(file) and stdout modesBlocked by
None - can start immediately