Intent-Code Divergence
Medium
- Confidence
- 96% confidence
- Finding
- The file states earlier that KWDB auto-creates an index for foreign key columns, but later examples and checklist items instruct users to manually create or remember FK indexes. In a schema-design skill, this contradictory guidance can cause duplicate index creation, unnecessary storage/write overhead, and propagate incorrect DDL into production schemas.
