AntiPattern
Misaligned Interfaces Integration
misaligned-interface-integration
API and framework integration code misuses expected request/endpoint shapes or config wiring, so tooling and webhooks silently fail: type mismatches, incorrect handler signatures, and unsupported endpoint modes prevent events from arriving or configs from loading. Stake: broken runtime behavior and misleading local errors.