Auto-mode projects telemetry now also flags stale and former team members among project owners
When Claude reads project owner metadata while working in auto/projects mode, an internal data-quality check now also counts two new kinds of problem rows: rows where the listed member is no longer active ("not live"), and rows where the member's role is former_member. These counts are folded in alongside the existing checks for malformed, truncated, and stamped rows, and factor into the auto_mode_projects_owner_rows telemetry event that gets logged.
This is internal telemetry used to catch and diagnose stale or inaccurate ownership data behind the scenes; it does not change what the user sees.