Dashboard › cli › Distillation
23251e94-3843-42ea-a5e4-5ebc0bacd09b["lore_tm_v1_rJdrvUHiRU9aTSTfIxZbPPXsyI0MCkMNZznIj5pzkQo","lore_tm_v1_9PB900dZabVaLqa6h_VTj_75UrplgKPcVhnaBPYfwo0","lore_tm_v1_siCSmbs9r0gX84wg81IG9N34IK5A7aY6c2LjkUeZaVE","lore_tm_v1_cWztqCNjv6bX1ARsOgE6A6wEmAjOnFVVPnfM85a03Fg","lore_tm_v1_Ee35sf6tVAYYtJmmK2Ez4CzwjkbKwcEdZaxeDHQglHs","lore_tm_v1_BaGvdVe3WOOB6T_b6M568Mmtj5-jpmDib1MLuEZoi8Q","lore_tm_v1_eNFQeb-8feDE5cuTjqcf6eOyuCClyAiEAveYg_vFb6k","lore_tm_v1_LGaOFKXhE20N0PJcKAIgdOcnRXcau5i0l7ua0tNpfvo"]
🔴 (09:27) Repository instruction files found at /home/byk/Code/getsentry/cli-pr-1558/AGENTS.md, /home/byk/Code/getsentry/cli-pr-1558/packages/cli/AGENTS.md, and /home/byk/Code/getsentry/cli-pr-1558/packages/cli/CONTRIBUTING.md.
🔴 (09:27) Enumerated package.json files: /home/byk/Code/getsentry/cli-pr-1558/package.json, /home/byk/Code/getsentry/cli-pr-1558/apps/cli-docs/package.json, /home/byk/Code/getsentry/cli-pr-1558/codemods/sentry-v3-to-v4/package.json, /home/byk/Code/getsentry/cli-pr-1558/packages/cli/test/init-eval/templates/sveltekit-app/package.json, /home/byk/Code/getsentry/cli-pr-1558/packages/cli/test/init-eval/templates/react-vite-app/package.json, /home/byk/Code/getsentry/cli-pr-1558/packages/cli/test/init-eval/templates/express-app/package.json, /home/byk/Code/getsentry/cli-pr-1558/packages/cli/test/init-eval/templates/nextjs-app/package.json, and /home/byk/Code/getsentry/cli-pr-1558/packages/cli/package.json.
🔴 (09:28) User requires reading target repositories’ AGENTS.md and CONTRIBUTING.md before work.
🔴 (09:28) User stated skills live under .agents/skills/, are generated from canonical skills/ by scripts/sync-skills.mjs, and repo-setup must always be loaded before situation skills.
🔴 (09:28) User requires always checking package.json for the latest scripts.
🔴 (09:28) User stated all packages must be placed in devDependencies, never dependencies, because everything is bundled at build time via esbuild; CI enforces this with pnpm run check:deps.
🔴 (09:28) User requires adding packages with exactly pnpm add -D <package> using the -D flag.
🔴 (09:28) User stated this project runs on Node.js and requires Node.js standard-library APIs.
🔴 (09:28) User prefers execFileSync with array arguments over execSync for shell commands; execSync() is from node:child_process.
🔴 (09:28) User stated isPlainOutput() lives in src/lib/formatters/plain-detect.ts and is re-exported from markdown.ts for compatibility.
🔴 (09:28) User stated "last" is a silent alias for "next" in pagination behavior.
🔴 (09:28) User requires list commands to transparently paginate when --limit exceeds API_MAX_PER_PAGE (100).
🔴 (09:28) User requires never passing a per_page value larger than API_MAX_PER_PAGE (100) to the API.