remove feed scanner, use saved_feeds for read_feed tool instead
feed scanning was a bespoke parallel system for something the agent
already has tools for. phi should read feeds like a user — via
read_feed("for-you") during musings, not through infrastructure.
- delete feed_scanner.py
- add saved_feeds config: friendly name → AT-URI mapping
- read_feed checks saved_feeds first, then phi's own generators
- remove feed_scan_interval, feed context injection, _poll_count
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>