Is your feature request related to a problem? Please describe.
The repository currently exposes root-level workflows for linting, testing, and type checking, but does not provide a unified formatting validation command.
Adding a root-level format:check script would improve contributor workflow consistency and simplify formatting validation during CI and local development.
Example:
"format:check": "pnpm biome check ."
Is your feature request related to a problem? Please describe.
The repository currently exposes root-level workflows for linting, testing, and type checking, but does not provide a unified formatting validation command.
Adding a root-level
format:checkscript would improve contributor workflow consistency and simplify formatting validation during CI and local development.Example: