review(p9-fb-23-task1): fix missed IngestReport construction sites + snapshot

reviewer-flagged: aa2a6ea claimed build clean but missed:
- crates/kebab-store-sqlite/tests/ingest_report_snapshot.rs (test fixture)
- crates/kebab-cli/src/wire.rs (test fixture)
- crates/kebab-store-sqlite/snapshots/ingest_report.snapshot.json (snapshot)

All three add `unchanged: 0` (or `\"unchanged\": 0`) to match the new
IngestReport.unchanged field. cargo clippy --workspace --all-targets
-- -D warnings now clean.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-04 17:47:13 +00:00
parent aa2a6ea7fc
commit 0684b3ad66
3 changed files with 3 additions and 0 deletions

View File

@@ -168,6 +168,7 @@ mod tests {
new: 0,
updated: 0,
skipped: 0,
unchanged: 0,
errors: 0,
duration_ms: 0,
items: None,

View File

@@ -43,5 +43,6 @@
"root": "/home/u/KB"
},
"skipped": 0,
"unchanged": 0,
"updated": 1
}

View File

@@ -31,6 +31,7 @@ fn fixture_report() -> IngestReport {
new: 2,
updated: 1,
skipped: 0,
unchanged: 0,
errors: 0,
duration_ms: 187,
items: Some(vec![