| name | flow |
| description | Use when you need type checking in Rue. This repo uses TypeScript checking, not Flow. |
Rue Type Checking
Rue does not use Flow. Keep this skill as the type-check entry point, but route all checks through the repo's TypeScript workflow.
Arguments:
- $ARGUMENTS: Optional note about the package, path, or type problem
Instructions
- Run
pnpm run check for the main repository type check.
- If the issue involves declaration output or package publishing surfaces, run
pnpm run build-dts.
- Report type errors with file locations and the likely owning package.
- If a failing type check is tied to tests, pair it with the narrowest relevant
/test run.
Common Mistakes
- Trying to run
yarn flow in a TypeScript repo
- Looking for Flow suppressions like
$FlowFixMe
- Editing generated
.d.ts or dist output instead of source