Intent-Code Divergence
Medium
- Confidence
- 95% confidence
- Finding
- The documented custom migration fetches `UsersSchemaV1.User` records and then reads `user.email`, but `UsersSchemaV1.User` only defines `name` in the earlier schema example. This is an active contradiction within the documentation: the example claims to show correct migration practice, yet the code as written cannot match the declared schema shape.
