Dashboard › cli › Distillation
202c69ff-e048-4355-88e0-5b6b5c5bcd3a["lore_tm_v1_QN-Pu4Dbt_D7rSYBt8bSnLWspgb1s7neDySO42ruyQs","lore_tm_v1_QpxP-91-DIACwgmFcKfqgjwcgjuyXm5Vn9AUNuQUdF4","lore_tm_v1_jpWaSx2BQ77yNBRToQAJyieRSdySj9wLtPG8-s_E52Q","lore_tm_v1_A5FHFXP4amzWUbo_Bx9GpniCC5jPgBLulnPiKsBNUz0","lore_tm_v1_jFXJIaJrvWxN260KkmV9XvXnSg27dUV-43tYUOWoghk","lore_tm_v1_62rAbWcHShAFB7LxTiapIEfZIe4ZxYLjGYs9HAcpg3g","lore_tm_v1_tbX-RAc4x9oVBkRwsvaEk6y9WQ3QmEGub787_rB8rdc","lore_tm_v1_eTTEKVd1S2n_PmV06VFIeulfPsK-bNWjgXAXu6TzheQ"]
Date: Sep 10, 2026
packages/cli/plugins/sentry-cli/skills/sentry-cli/references/project.md:25 contains: # Every project is a name:platform pair; project names cannot contain whitespace.customUsage must provide exact argument-row syntax for compound grammar.packages/cli/test/lib/introspect.test.ts was updated with metadata regression tests intended to independently demonstrate missing optional-array semantics and missing canonical argument-row syntax.test/lib/introspect.test.ts under Vitest v4.1.10 produced exactly 3 failures and 37 passes across 40 tests; Vitest also warned that test.poolOptions was removed in Vitest 4 and its previous options are now top-level.getPositionalString > wraps optional array placeholders in brackets at test/lib/introspect.test.ts:142: expected [<file...>], received <file...> for { placeholder: "file", optional: true }.extractPositionals > preserves optional variadic semantics at test/lib/introspect.test.ts:210: expected positional { placeholder: "file", brief: "Optional event files", optional: true, variadic: true }, but received the same metadata with optional: false.buildCommandInfo > prefers a public positional syntax override at test/lib/introspect.test.ts:337: expected the positional entry for name:kind to include syntax: "<name>:<kind>...", but that field was absent; buildCommandInfo() still returned positional string <name>:<kind>....export const sendCommand = buildCommand({ at packages/cli/src/commands/event/send.ts:91.export const mergeCommand = buildCommand({ at packages/cli/src/commands/issue/merge.ts:252.packages/cli/test/script/generate-skill-markdown.test.ts was updated.