-
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Summary
The command reference documentation in docs/src/content/docs/commands/issue.md is missing detailed documentation for the sentry issue explain and sentry issue plan commands.
Current State
What exists:
docs/src/content/docs/commands/issue.mddocumentslistandviewcommands with full syntax, options, and examplesdocs/src/content/docs/features.md(lines 176-219) has a high-level overview of the Seer AI features includingexplainandplan- Implementation code exists in
src/commands/issue/explain.tsandsrc/commands/issue/plan.ts
What's missing:
sentry issue explain- no command reference with syntax, options table, and detailed examplessentry issue plan- no command reference with syntax, options table, and detailed examples
Requested Changes
Add documentation for both commands to docs/src/content/docs/commands/issue.md following the same format as list and view:
-
sentry issue explain- Command syntax
- Arguments table
- Options table (including
--json, etc.) - Example output
-
sentry issue plan- Command syntax
- Arguments table
- Options table
- Example output
Reference
- Implementation:
src/commands/issue/explain.ts,src/commands/issue/plan.ts - Existing docs pattern:
docs/src/content/docs/commands/issue.md - Feature overview:
docs/src/content/docs/features.mdlines 176-219
Metadata
Metadata
Assignees
Labels
No labels