feat: Add Unix-friendly issue index with multiple output formats

- Add issue-index command with TSV, CSV, JSON, and fields output formats
- Support sorting by number, title, priority, state, created, updated
- Add filtering by state (open/closed) and priority level
- Include proper data cleaning for Unix pipeline processing
- Add make targets: issues-get, issues-csv, issues-json, issues-high
- Optimize for awk, cut, grep, and other Unix text processing tools

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-09-26 11:24:25 +02:00
parent c05dd855a9
commit b20b7003f5
3 changed files with 179 additions and 3 deletions

1
.gitignore vendored
View File

@@ -89,3 +89,4 @@ debug_*.py
# Claude Code local settings (user-specific permissions)
.claude/settings.local.json
.aider*