pnpm run dev
running which handles automatic rebuilds, either directly or via the mac apppnpm run build
or similar build commandssrc/
pnpm run check
- Run all checks (format, lint, typecheck) in parallelpnpm run check:fix
- Auto-fix formatting and linting issues (runs sequentially to avoid conflicts)pnpm run format
/ pnpm run format:check
pnpm run lint
/ pnpm run lint:fix
pnpm run typecheck
pnpm run test
path/to/file.ts:123
format (file:line)path/to/file.ts:123-456
(ranges)src/server/fwd.ts:92
- single line referencesrc/server/pty/pty-manager.ts:274-280
- line rangeweb/src/client/app.ts:15
- when in parent directoryZ_INDEX
constants in src/client/utils/constants.ts
instead of setting z-index properties using primitives / magic numberssession-kill-button
, show-exited-button
, file-picker-choose-button
#element-id
) over complex queries in testspnpm add
, npm install
, or any package installation commandspackage.json
or pnpm-lock.yaml
unless explicitly requested