TODO: Automate Social Link Discovery and Insertion for All People
- Analyze requirements and constraints
- Enumerate all markdown files in _people/
- For each person, parse their markdown file for name and existing social links
- For each person, search the internet for additional social links (Twitter, LinkedIn, GitHub, etc.)
- For each person, add new links to their profile, preserving metadata order and not modifying existing links
- Save the updated markdown file for each person
- Repeat for all people in _people/
- Verify that all profiles have been updated as required