A design system starts drifting long before anyone notices a broken component. The first warning signs are usually quieter. The website says a component supports React Native, but the native package does not export it. Storybook has a story, but the component page is missing. One checker assumes tests are required while another does not know the component is supposed to support keyboard interaction. A generator creates a component, but someone still has to remember to update sever...