Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

pdfvec GitHub Issues

Machine-readable GitHub issues in JSON format for the pdfvec PDF text extraction library.

Structure

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

Issue Format

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

Workflow

  1. claude /plan-issue PDFVEC-XXX — Review and plan implementation
  2. claude /implement-issue PDFVEC-XXX — Full branch workflow
  3. claude /sync-issues — Push to GitHub