···99- format via `bun run fmt` (prettier, in root directory)
1010- lint via `bun run lint` (oxlint, in root directory)
1111- run tests via `bun test` (bun, in package)
1212-- typecheck via `bun run tsc` (tsc, in package)
1212+- build via `bun run build` (tsgo + assets, in package)
1313- check `pnpm view <package>` before adding a new dependency
1414- pnpm doesn't hoist packages by default; check the package's own `node_modules/` directory when
1515 inspecting dependencies (e.g., `packages/danaus/node_modules/@atcute/crypto` not root