GH-5: Write a script to find websites based off of body names#7
GH-5: Write a script to find websites based off of body names#7zaeema-n wants to merge 12 commits into
Conversation
…with enhanced CSV output options
…and add test-run script with example queries
There was a problem hiding this comment.
Code Review
This pull request introduces a new resolve command to the CLI, allowing users to look up official domains from institution names via web search before scanning. Key feedback includes removing debug print statements that corrupt the rich.progress UI, caching suffix normalization to optimize performance in hot loops, using a cleaner dictionary-based approach in the thread pool runner to avoid type ignores, and supporting fractional timeouts by preserving float values instead of truncating them to integers.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
…a dictionary for improved indexing and clarity
This pr closes #5