Dashboard › cli › Distillation
76692277-23ab-455e-83e6-4dae018dd495["lore_tm_v1_TR7ANBwQFp1s-D9dhUvjOG0IJtxOqNzO8aH9bzuWnoo","lore_tm_v1_64BieDpKtEzZ6CbKIDxHZ8Kci6pao5uAZitbj06NDjY","lore_tm_v1_b9czeKiGgPEqXgWXjbfLwz_l2BOYFzTbdlXFKDmmXhw"]
#1558, titled fix(docs): correct agent conversation argument syntax, was OPEN against main from fix/agent-conversation-reference-syntax; head commit was bbaa7b3b722b87f1bccfe84063269cbbcabe2741, authored and committed by alicandayan with the same headline at 2026-09-08T14:36:48Z.#1558 stated the bug: the agent-conversation reference showed sentry agent-conversation view my-org conv-123, although view accepts one [<org>/]<conversation-id> positional argument; list and view headings also incorrectly implied organization was mandatory despite auto-detection support.#1558 stated its intended correction: authoritative examples use my-org/conv-123, include the detected-organization form, add command-specific usage metadata, and regenerate the skill index/reference using the existing generator; command execution and argument parsing remain unchanged.#1558 validation stated: both new documentation regression tests failed against current main before correction; generated API schema, SDK, command docs, and skills through existing scripts; exactly 101 focused command, API, formatter, and documentation tests passed across five files; Biome checked three TypeScript files with no fixes or errors.#1558 contained exactly six changed files at head commit bbaa7b3b722b87f1bccfe84063269cbbcabe2741: apps/cli-docs/src/fragments/commands/agent-conversation.md (+6/-3), packages/cli/plugins/sentry-cli/skills/sentry-cli/SKILL.md (+2/-2), packages/cli/plugins/sentry-cli/skills/sentry-cli/references/agent-conversation.md (+8/-5), packages/cli/src/commands/agent-conversation/list.ts (+1/-0), packages/cli/src/commands/agent-conversation/view.ts (+1/-0), and packages/cli/test/script/generate-skill-markdown.test.ts (+27/-0).bbaa7b3b722b87f1bccfe84063269cbbcabe2741 recommended changes because the runtime ContextError usage hint in agent-conversation list remained inconsistent with the newly documented optional-organization usage and could mislead users when organization auto-detection fails; review state was COMMENTED, effort level Lite, and all 6/6 changed files were reviewed with one generated comment.customUsage metadata to agent-conversation list and view; updating generated skill reference markdown and CLI docs fragments to use my-org/conv-123 and an organization-auto-detected example; and adding regression tests that preserve optional organization detection and the single-positional form in generated headings/examples.@alicandayan was attempting to deploy commit bbaa7b3b722b87f1bccfe84063269cbbcabe2741 to the Sentry Team, but a team member first needed to authorize it; the linked deployment job concerned getsentry/cli PR 1558.packages/cli/plugins/sentry-cli/skills/sentry-cli/SKILL.md changed signatures to mark optional positionals: sentry org view [<org>]; sentry project list [<org/project>]; sentry project view [<org/project>]; sentry issue list [<org/project>]; sentry alert issues list [<org/project>]; sentry alert issues create [<target>]; sentry alert metrics list [<target>]; sentry cli completion [<shell>]; sentry cli upgrade [<version>]; sentry replay list [<org/project>]; sentry release list [<org/project>]; sentry release deploy <org/version> <environment> [<name>]; sentry repo list [<org/project>]; sentry team list [<org/project>]; sentry explore [<target>]; sentry feedback list [<org/project>]; sentry monitor list [<org/project>]; sentry trace list [<org/project>]; sentry trial list [<org>]; sentry trial start <name> [<org>]; and sentry init [<target>] [<directory>].packages/cli/plugins/sentry-cli/skills/sentry-cli/references/alert.md, cli.md, explore.md, feedback.md, init.md, issue.md, monitor.md, org.md, project.md, release.md, replay.md, repo.md, team.md, trace.md, and trial.md.packages/cli/plugins/sentry-cli/skills/sentry-cli/references/alert.md, headings changed from required to optional positionals for sentry alert issues list [<org/project>], sentry alert issues create [<target>], and sentry alert metrics list [<target>].sentry cli completion [<shell>] and sentry cli upgrade [<version>] in references/cli.md; sentry explore [<target>] in references/explore.md; sentry feedback list [<org/project>] in references/feedback.md; sentry init [<target>] [<directory>] in references/init.md; sentry issue list [<org/project>] in references/issue.md; sentry monitor list [<org/project>] in references/monitor.md; sentry org view [<org>] in references/org.md; sentry project list [<org/project>] and sentry project view [<org/project>] in references/project.md; sentry release list [<org/project>] and sentry release deploy <org/version> <environment> [<name>] in references/release.md; sentry replay list [<org/project>] in references/replay.md; sentry repo list [<org/project>] in references/repo.md; sentry team list [<org/project>] in references/team.md; sentry trace list [<org/project>] in references/trace.md; and sentry trial list [<org>] plus sentry trial start <name> [<org>] in references/trial.md.ripgrep execution failed; no search results or additional error details were returned.