You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a local-development watch workflow that observes configured Markdown and source files, then reports documentation drift or refreshes a generated view without manual command reruns.
Acceptance criteria
Watch mode accepts explicit paths or the project configuration.
Changes report which documents or blocks are out of sync.
A non-mutating mode is the default; automatic writes require explicit opt-in.
Output is concise and useful during an interactive development session.
File-watch lifecycle, error recovery, and exit behavior are documented and tested.
What to build
Add a local-development watch workflow that observes configured Markdown and source files, then reports documentation drift or refreshes a generated view without manual command reruns.
Acceptance criteria
Blocked by