Skip to main content

Documentation Index

Fetch the complete documentation index at: https://smithers.sh/llms.txt

Use this file to discover all available pages before exploring further.

Checks

Run this before a pull request:
pnpm verify
It runs, in order:
pnpm typecheck
pnpm lint
pnpm test
pnpm typecheck runs every workspace typecheck. Each workspace owns its tsconfig.json. pnpm lint checks apps/*/src, apps/*/tests, packages/*/src, packages/*/tests, and .smithers. pnpm test runs workspace tests. Do not use root tsc --noEmit as the pre-PR gate.