Dashboard › cli › Distillation
c951bc41-ecd4-4fbb-b814-ce4f93210b3a["lore_tm_v1_J82ZjDYjPGM-FtEp0r-ni0NL1T_NStYM8JQLJGxhWzo","lore_tm_v1_fmxFxTU4iCB0SjlR4vmmv2iJ94n9_1tvpv0tsx_I2dA","lore_tm_v1_9Gj5Ulnl2ESlVYU7dlRupRUVIj0z2L26CD1Hu5iLiUc","lore_tm_v1_x-v8ikfehvestXqy-UWAetP3L3H96d1zHKfmjak0u-Q","lore_tm_v1_9BAH6q0peU2grnEG3_nZJFlpKF7OI4DhmPsimsQ7zdw","lore_tm_v1__Vn8hDZvmcEhIoTF-C9ebDojHRYCaeyGUFvpClqrPJM","lore_tm_v1_nUpu1QVEd1UUH-Jsyr6N2iLLRHCzgHwPXAbZ3AIuwis","lore_tm_v1_I_EQ7v-ZOX54b5SD6tf_nsQBQOJXmetsxLxRA0fsR9c"]
Date: Sep 9, 2026
repo-setup before situation skills; this rule is defined in repository-root AGENTS.md.packages/cli/package.json for the latest scripts before running project commands.devDependencies, never dependencies.pnpm add -D <package> when adding a package, including the -D flag.awaited and requires the promise return value to be used.node:* standard-library APIs and prohibits reintroducing Bun.* globals, bun:test, or bun CLI commands; the project was migrated from Bun to Node.packages/cli/.cursor/rules/ultracite.mdc before working in the codebase; production code must comply with Ultracite/Biome standards.packages/cli/package.json identifies package sentry version 0.45.0-dev.0, requires Node.js >=20.0, declares development runtime Node.js >=22.15, and uses pnpm@10.11.0.packages/cli with pnpm exec vitest run test/lib/foo.test.ts; this skips generation steps.packages/cli/package.json scripts include pnpm run typecheck (pnpm run generate:docs && pnpm run generate:sdk && tsc --noEmit), pnpm run lint (biome check --no-errors-on-unmatched --error-on-warnings --max-diagnostics=none ./), pnpm run lint:fix (biome check --write --no-errors-on-unmatched --max-diagnostics=none ./), and pnpm run test:unit (pnpm run generate:docs && pnpm run generate:sdk && vitest run test/lib test/commands test/types test/script --coverage).