Commit f18cf41
feat: Add nested struct support to schema diffing
Extends schema diffing to handle nested structures:
- Recursive field collection through struct hierarchies
- Ancestor filtering to report only LCA changes
- Type change classification for struct containers
- Support for arbitrarily deep nesting
Arrays and maps support coming in follow-up PRs.
This is part 3/5 of the schema diffing feature implementation.
Related to #1346
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent d00dd1d commit f18cf41
1 file changed
+589
-69
lines changed
0 commit comments