Before taking ANY action in ANY language or framework:
- VERIFY the actual state of the codebase - read it, don't assume it
- CHECK that files, functions, modules, and dependencies actually exist
- READ the source code to understand actual implementations
- CONFIRM exports, imports, and APIs match what you're trying to use
- TEST your understanding with small verification steps