Conversation
) Restructure the `issue` command into subcommands (`issue list` / `issue show`) to allow users and AI agents to discover all indexed issues without knowing their numbers beforehand. Key changes: - Add `issue list` with --format human/json/path/llm support - Rename `issue <number>` to `issue show <number>` (breaking change) - Add `list_all_issues()` to SymbolStore with SQL aggregation query - Separate IssueListRow (data layer) from IssueListEntry (CLI layer) - Update suggest.rs and help_llm.rs for new subcommand syntax - Add 25 new tests (unit + E2E + CLI args) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Development documentation for issue list subcommand: - Design policy with 13 sections (architecture, SQL, security, tests) - Multi-stage issue review (8 stages, Claude + Codex) - Multi-stage design review (8 stages, Claude + Codex) - Work plan with 16 tasks across 5 phases Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add sanitize_label() to remove all control characters (including newlines) from labels before output, preventing output injection via malformed paths. Addresses Codex code review warning about newline-containing labels. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…tion) Integrate --with-snippet feature from develop into issue subcommand structure: - Add with_snippet/snippet_lines/snippet_chars to IssueCommands::Show - Update snippet CLI tests to use `issue show` syntax - Keep both issue list tests and snippet tests Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes # issue listサブコマンド追加 (#169)
🤖 Generated with Claude Code