shiplog-ingest-github 0.6.0

GitHub PR/review ingestor with adaptive date slicing and optional SQLite cache.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# shiplog-ingest-github


GitHub API ingestion adapter for PR and review activity.

## Main type


- `GithubIngestor`

## Behavior


- Collects authored PRs (`merged` or `created` mode).
- Optionally includes authored reviews (`include_reviews`).
- Uses adaptive month/week/day slicing to work around search caps and incomplete windows.
- Emits detailed `CoverageManifest` slices and partial-coverage notes when needed.
- Supports GitHub Enterprise API bases.
- Supports optional SQLite caching via `shiplog-cache`.