Machine-readable GitHub issues in JSON format for the pdfvec PDF text extraction library.
issues/
├── _schema.json # Issue schema definition
├── _labels.json # Label definitions
├── _milestones.json # Milestone definitions
├── _index.json # Complete issue index
├── epics/
│ ├── 00-core.json # Core library epic
│ ├── 01-extraction.json # Text extraction epic
│ ├── 02-api.json # Public API epic
│ └── 03-cli.json # CLI tool epic
└── stories/
├── core/ # Core library stories
├── extraction/ # Extraction stories
├── api/ # API stories
├── cli/ # CLI stories
└── benchmarks/ # Benchmark stories
Each issue follows a consistent schema with:
- Acceptance Criteria (AC) as Given/When/Then statements
- Technical Context with crates, files, and interfaces
- Dependencies between issues
- Performance Constraints where applicable
claude /plan-issue PDFVEC-XXX— Review and plan implementationclaude /implement-issue PDFVEC-XXX— Full branch workflowclaude /sync-issues— Push to GitHub