pub const WORKSPACE_CHECK_INTERVAL: usize = 5;Expand description
How often (in per-stage iterations) check_workspace_health stats the
agent’s working directory. One metadata call every few iterations is far
cheaper than the tool failures it replaces.