mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
0ed1bcdb62
Enhancements: - Added siblings field to person data structure - Calculate siblings by finding people who share parents - Display siblings section on person pages with count - Siblings shown between parents and children sections - Includes same metadata as other relationships (generation, lifespan) Implementation: - Third pass in parse_gedcom_to_tree_data() to calculate siblings - Uses set to avoid duplicates from multiple shared parents - Template displays sibling count and links to sibling pages Example: Cain, Abel, and Seth now show as siblings on each other's pages. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>