Remove file growth health check from observers
Static screens with VP8 encoding may not produce detectable file writes
for 30 seconds (matching keyframe interval at 1fps), causing false positive
stall detection. Process health checks (is_healthy/is_running) already
catch actual capture failures.
- Remove STALL_THRESHOLD_CHUNKS, files_growing, stalled_chunks tracking
- Remove last_screencast_sizes/last_video_sizes dictionaries
- Remove file growth check blocks from main_loop()
- Remove files_growing from status event payloads
- Update CALLOSUM.md and DOCTOR.md docs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>