Run Type Checking Workflow Table of Contents Quick Start → Purpose | When to Use | Why Dual Checking | Quick Start Operations → Run Pyright | Run Mypy | Configuration Error Handling → Interpret Errors | Fix Systematically | Common Fixes Help → Integration | Troubleshooting | Requirements --- Purpose Understand and execute temet's dual type checking strategy using both pyright (fast iteration) and mypy (comprehensive validation). Learn when to use each tool, how to interpret errors, and why both are required. When to Use Use this skill when: - Running type checks during development (pyright fo…