Problem
PR #57 merged LocalRetriever but search() always returns [], making local dev useless — the agent always responds with "no results found" without GCP.
Solution
Add ~15 realistic INCF dataset fixtures in backend/fixtures/sample_datasets.json and load them in LocalRetriever.search() with basic keyword filtering.
Acceptance Criteria