Add a --watch flag that re-runs the export automatically whenever a tracked file changes. This is useful when iterating on code and wanting to keep an LLM session's context up to date without manually re-running the command.
excod . --watch --output context.json
# Watching for changes... (ctrl+c to stop)
Priority: Low
Add a
--watchflag that re-runs the export automatically whenever a tracked file changes. This is useful when iterating on code and wanting to keep an LLM session's context up to date without manually re-running the command.Priority: Low