DashboardcliRepository setup, pnpm, and validation …

Repository setup, pnpm, and validation workflow

Category: preference
Confidence: 1.00
ID: 01a08cd9-88fa-7899-b01e-d25e184038ef
Project ID: c760f4f9-42b0-4ce0-b36d-6b8c38d770b2
Cross-project: No
Recalled in other projects: 1
Source session: 1epjoDnTv88AKp3k0
Created: 2026-08-27 11:58:19
Updated: 2026-09-10 19:44:21

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 3 23h ago

Content

Before coding or validating repository work, load the repo-setup skill before situation-specific skills, read applicable AGENTS.md and CONTRIBUTING.md, and inspect the latest relevant package.json and repository rules for scripts, package-manager versions, runtime requirements, and dependency configuration. For packages/cli, run declared scripts there or via pnpm --filter sentry run <script>, including required preprocessing and generation. Validate relevant tests and project-defined typecheck, lint, dependency, error-pattern, fragment, and repository checks; report failures precisely and rerun them directly when needed. In this pnpm/esbuild project, add packages only to devDependencies with pnpm add -D <package>; never use runtime dependencies, because esbuild bundles runtime code and check:deps enforces this policy.

Move to: