Dashboard › cli › Distillation
affd6f21-4da8-4e2f-8941-88185c416b75["lore_tm_v1_rC9_3F50z7IWISFQalPTGvmFFlN8PA2umgKZegVwI1A","lore_tm_v1_V-JG2-68aizb5jCE6dPnhzY33VbUnbOSJ0r7Umaga3g"]
ALWAYS_STRIP are always stripped and the command never sees them; ALWAYS_STRIP = new Set([LOG_LEVEL_KEY]) in packages/cli/src/lib/command.ts.--fresh unless the command already defines it; implementation checks if (!("fresh" in mergedFlags)) before assigning mergedFlags.fresh = FRESH_FLAG.--yes unless the command already defines it; implementation checks if (!("yes" in mergedFlags)) before assigning mergedFlags.yes = YES_FLAG.cmd.__examples take precedence when present and are rendered as # ${description}\n${command}; otherwise it falls back to examples."retains structured examples for introspection" verifies buildCommand() retains docs.examples in command.__examples; the tested example is { description: "Select an organization explicitly", command: "sentry thing list my-org" }.getPositionalString() must contain [<${placeholder}>] when parameter.optional is true and <${placeholder}> otherwise, using arg${index} when no placeholder is supplied....).src/generated/skill-content.ts may not exist and cause a module-resolution error; setup now creates src/generated recursively and writes the stub export const SKILL_FILES: ReadonlyMap<string, string> = new Map();\n before the dynamic import(), because static imports are hoisted."View full transcript (organization auto-detected)" and "JSON output".packages/cli/test/commands/agent-conversation/list.test.ts includes organization auto-detection coverage expecting resolveOrgSpy to receive an object containing { org: undefined } and listConversationsSpy to be called with "auto-org" and an options object."No files found".