feat(kebab-core, kebab-app): p9-fb-25 task 4 — IngestReport.skipped_by_extension + wire schema additive

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-05 12:06:34 +00:00
parent d64282433c
commit 693f5582f0
8 changed files with 27 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ fn fixture_report() -> IngestReport {
unchanged: 0,
errors: 0,
duration_ms: 187,
skipped_by_extension: std::collections::BTreeMap::new(),
items: Some(vec![
IngestItem {
kind: IngestItemKind::New,