Status: Not yet implemented.
Remove the poller's direct dependency on SQLiteClusterStore._conn() and replace it with a public store method.
news_mcp/jobs/poller.py:173 clears legacy feed_state rows with with store._conn() as conn:._conn().clear_legacy_feed_state() method to SQLiteClusterStore.DELETE FROM feed_state WHERE feed_key LIKE 'newsfeeds:%' logic into that method.poller.py to call the public method.