--- name: validate description: Run full project validation (typecheck + lint + format + test + build (optional)) --- Run the full validation suite: ```bash pnpm validate ``` If any step fails, report the failure clearly with the exact error output.