Skip to content

feat(issue)#174

Merged
Kewton merged 6 commits intodevelopfrom
feature/issue-169-issue-list
Mar 25, 2026
Merged

feat(issue)#174
Kewton merged 6 commits intodevelopfrom
feature/issue-169-issue-list

Conversation

@Kewton
Copy link
Copy Markdown
Owner

@Kewton Kewton commented Mar 25, 2026

Closes # issue listサブコマンド追加 (#169)
🤖 Generated with Claude Code

Kewton and others added 6 commits March 25, 2026 16:59
)

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>
@Kewton Kewton merged commit 94aa8ff into develop Mar 25, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant