Dashboard › cli › Distillation
231a72f8-9fd7-4913-a213-03a5948114ae["lore_tm_v1_Yyb9Ku9grDL3YADqfgSU2ucDpf7YvH9zxq3DpqWRCmo","lore_tm_v1_kig4KcQP3MSL1hRPoWr22MMd44zhCncFgNGzEW8Mae8","lore_tm_v1_gOWcq5DkdYqHtH2PGUyhMMInBHsniQAQXJzgmGfOxME","lore_tm_v1_E1StGP8Z8aNG8C-HaisZPfpISqhYir438lRQ9gGa1io","lore_tm_v1_5bB9-7Ouc2UYgxyIeai5i0LGGeCc_XJxGogw16xqGlM","lore_tm_v1_2sEUUm75hadd3u3302U3XO4iNRn0oK4_ZTW_v1YWzvo","lore_tm_v1_lV2OhDUdi9hXwwc4fG6IDL76ZgUK_LAXcX4ky16aMdw","lore_tm_v1_do4rBxv-Pzbc3aBiix1h2uj-_fxdYl1wvHbvJf2N9CU","lore_tm_v1_p3kO0rDjZbMfAq7x0CfXDqRoyeHEphRyVxPyCw6k9IU"]
Date: Sep 8, 2026
repo-setup before situation skills; the attempted load failed because repo-setup was unavailable. Available skills were ast-grep, customize-opencode, jj-create-pr, jj-guide, jj-update-pr, jj-workflow, and sentry-cli./home/byk/Code/getsentry/cli-pr-1558/AGENTS.md specify the pipeline triage → explore → plan → implement → review → ship; worker is a deprecated alias of implement; target repositories require reading their AGENTS.md / CONTRIBUTING.md first.package.json for the latest scripts; commands run from packages/cli or via pnpm --filter sentry run <script> from the repository root.devDependencies, never dependencies, because everything is bundled with esbuild and CI enforces this using pnpm run check:deps.pnpm add -D <package>, always including the -D flag.node:* APIs and prohibited reintroducing Bun.* globals, bun:test, or bun CLI commands because the project migrated from Bun to Node.js.buildCommand from src/lib/command.ts rather than directly from @stricli/core; the wrapper adds telemetry, injects --json/--fields, and handles output rendering.buildRouteMap from src/lib/route-map.ts rather than directly from @stricli/core; its standard aliases are list → ls, view → show, delete → remove, rm, and create → new.-c next, -c prev, and -c first; "last" is a silent alias for "next".paginationHint() from src/lib/list-command.ts rather than manually assembling navigation arrays.--limit exceeds API_MAX_PER_PAGE (100) to transparently fetch multiple pages, cap each request with Math.min(flags.limit, API_MAX_PER_PAGE), and stop when the requested limit is met or pages are exhausted.per_page value greater than API_MAX_PER_PAGE to the API because the server silently caps it and otherwise causes commands to return fewer items than requested.pnpm run generate:docs, which runs generate:command-docs followed by generate:skill; pnpm run check:fragments validates fragment-to-route consistency./home/byk/Code/getsentry/cli-pr-1558 was on branch fix/agent-conversation-reference-root-cause at commit bbaa7b3b722b87f1bccfe84063269cbbcabe2741; its upstream origin/pr-1558 was marked [gone].234 insertions(+), 95 deletions(-): apps/cli-docs/src/fragments/commands/agent-conversation.md; packages/cli/script/check-fragments.ts; packages/cli/script/generate-command-docs.ts; packages/cli/script/generate-skill-markdown.ts; packages/cli/script/generate-skill.ts; packages/cli/src/commands/agent-conversation/list.ts; packages/cli/src/commands/agent-conversation/view.ts; packages/cli/src/lib/command.ts; packages/cli/src/lib/introspect.ts; packages/cli/src/lib/list-command.ts; packages/cli/test/commands/agent-conversation/list.test.ts; packages/cli/test/lib/command.test.ts; packages/cli/test/lib/introspect.test.ts; and packages/cli/test/script/generate-skill-markdown.test.ts.