You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complete provenance catalog implementation and source→provenance migration
Completes Tasks 4-6 of cc_tasks/2026-02-08_provenance_catalog.md.
Changes:
- Add catalog_report.py for extraction coverage analysis
- Update pack.py to use provenance column (was source)
- Update retriever.py to extract sources from provenance.sources list
- Fix all test fixtures to use new Provenance model format
- Recompile all packs with provenance_catalog populated
Validation results:
- All 47 tests passing
- 27 context items across 3 packs
- 27 catalog entries (all single-source)
- Catalog report successfully shows document coverage
The provenance_catalog table enables programmatic tracking of which source
documents have been extracted and identifies gaps in coverage.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments